	#slide_menu .input-group {
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
		border-radius: 5px;
	}
	
	
	.toggle_button {
	    display: none;
        color: #3a8484;
        font-size: 25px;
        padding: 2px 10px;
        background: #fff;
        margin-top: 10px;
	}
	@media (max-width: 1000px) {
	    .toggle_button {
	        display: inline-block;
	    }
	}

/* Mobile Navs */
	#mobile_nav {
		position: fixed;
        top: 0px;
        z-index: 50;
        width: 100%;
        background: #FFF;
        height: 49px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
        overflow: hidden;
	}
	.m_head {
        text-align: right;
        line-height: 12px;
        font-size: 12px;
        color: #fff;
        letter-spacing: -1px;
        margin-top: 12px;
        margin-right: -15px;
	}
	#mobile_nav .logotype {
height: 25px;
    margin-top: 11px;
    padding: 0px;
	}
	#mobile-cart-button-open, #mobile-cart-button-close {
	    transition: all 0.8s ease;
	    position: absolute;
	    right: 10px;
	}
	#mobile-cart-button-close .btn-naved {
	    margin-right: 0px;
	}
	#mobile_nav i {
        color: #3b71b6;
    font-size: 24px;
    float: right;
    margin-right: 10px;
    line-height: 49px;
	}
        #mobile_nav .informater {
            top: 3px;
            right: -10px;
            height: 30px;
            width: 30px;
        }
        #mobile_nav #cart-total {
            display: block;
            margin-top: -1px;
            font-size: 12px;
        }
		#mobile_nav .dropdown-menu {
			width: 350px;
			margin-top:10px;
			background:#383838;
			color:#fff;
			border:none;
			z-index: 1001;
			padding:5px;
			-webkit-border-radius:5px;
			   -moz-border-radius:5px;
					border-radius:5px;
			overflow-y: auto;
		}
		#mobile_nav .open > .dropdown-menu{
			display:block;
		}
		#mobile_nav .dropdown-menu table {
			margin-bottom: 10px;
		}
		#mobile_nav .dropdown-menu table, 
		#mobile_nav .dropdown-menu table td{
			background:none;
			border:none;
			vertical-align: middle;
		}
		#mobile_nav .dropdown-menu table.hcart td, 
		.line-bottom{
			border-bottom:1px solid #54575b;
		}
		.line-top, 
		.btn-block1{
			border-top:1px solid #54575b;
		}
		#mobile_nav .btn-block1{
			padding:20px 0 0;
		}
		#mobile_nav .btn-block1 a{
			padding:8px 12px;
			margin-left:10px;
			text-transform:uppercase;
			font-size:12px;
			text-decoration:none;
		}
		#mobile_nav .btn-block1 a:hover, #mobile_nav .btn-block1 a + a{
			background:#0a87cf;
			color:#fff;
		}
		#mobile_nav .btn-block1 a, #mobile_nav .btn-block1 a + a:hover{
			background:#fff;
			color:#000;
		}
		#mobile_nav .dropdown-menu li > div {
			min-width: 427px;
			padding: 0 10px;
		}
		#mobile_nav .dropdown-menu li p {
			margin: 20px 0;
		}
		#mobile_nav .dropdown-menu table.total{
		}
		#mobile_nav .dropdown-menu table.total td{
			padding:2px 8px;
		}
		#mobile_nav .dropdown-menu table td a{	
			color:#fff;
		}
		#mobile_nav .dropdown-menu table td a:hover{
			color:#65c7ff;
		}	
	#mobile_separator {
		height: 50px;
	}
	#slide_menu {
		padding-top: 20px;
		padding-bottom: 20px;
		background: #f6f6f6f7;
		overflow-y: auto;
		z-index: 50;
	}
	#slide_menu .call-to-me {
		text-transform: uppercase;
		padding: 18px !important;
		font-size: 16px;
		border-radius: 0px !important;
		color: #fff;
		background: #2eb3ff;
		display: block;
		margin: 15px;
		text-align: center;
	}
	#slide_menu .call-to-me:hover {
		text-decoration: none;
	}
	#slide_menu .mobile_contacts a,
	#slide_menu .mobile_contacts {
		    color: #000;
        font-weight: 900;
        font-size: 25px;
        text-decoration: none !important;
	}
	#slide_menu a {
	    text-decoration: none !important;
	}
	#slide_menu .mobile_contacts phone {
		    color: #000;
		font-weight: 600;
	}
	#slide_menu .nav li {
		display: block;
	}
	#slide_menu .nav li a {
	        color: #292d30;
        font-size: 16px;
        text-align: center;
        padding: 10px 30px;
        /* background: #29b4b4; */
        /* border-top: 1px solid #3a8484; */
        /* border-bottom: 1px solid #3a8484; */
        text-transform: uppercase;
        margin-bottom: 0px;
        font-weight: 700;
	}
	#slide_menu .nav .dropdown-menu {
        width: 100%;
        background: #f7f7f7;
        padding: 0px;
        border-radius: 0px;
        border: none;
	}

	
.nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f6f6f6;
  display: block;
  height: 100%;
  z-index: 9;
}

.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 30%;
}

.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
}

.item-anchor:hover,
.item-anchor:focus {
  color: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-item {
  margin: 40px auto;
  text-align: center;
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}

.hidden {
  display: none;
}

.btn-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    border: none;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
    transform: scale(0.5);
}

.btn-nav:focus {
  outline: 0;
}

.icon-bar {
  display: block;
  margin: 6px 0;
  width: 40px;
  height: 5px;
  background-color: #3b71b6;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #3b71b6;
}

.animated {
  display: block;
  margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #3b71b6;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  margin: 0 auto;
}

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated .icon-bar {
  z-index: 999999;
  background-color: #3b71b6;
}

.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}

@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

.btn-naved {
    margin-right: -7px;
    background: transparent;
    border: none;
    padding: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
}

.btn-naved .icon-bar {
  z-index: 999999;
  background-color: #FFF;
}

.btn-naved .middle {
    width: 0px;
}

.btn-naved .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.btn-naved .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.mobile-nav-separator {
    height: 1px;
}