/* РАЗМЕТКА */
html, body {
	height: 100%;
	min-width: 320px;
}

body {
	background-color: #f2f2f3;
}

#footer {
    padding: 30px 0;
}

.main {
	padding-top: 10px;
}

.cartname {
	margin: 0 0 10px;
}

#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 38px;  /* Height of image */
	width: 38px; /* Width of image */
	background: url('/js/scrollup/img/top.png') no-repeat;
}

.boxer-content, .boxer-container {
	min-height: 535px !important;
	height: auto !important;
}

.boxer-iframe {
	min-height: 535px !important;
}

#boxer {
	top: 65px !important;
}


/* ОБЩИЕ СТИЛИ */

.main a {
	text-decoration: underline;
}

a.itemname {
	font-family: intro_regular;
	font-size: 15px;
	color: #666;
}

li.active a {
    color: #1A4486;
}

.popover-title {
	color: #666;
	font-family: arial;
	font-weight: bold;
}

.popover {
	min-width: 230px;
}

.main .btn {
	text-decoration: none;
}

.btn-danger, .btn-warning {
    color: #FFFFFF !important;
}

.input-group {
	border: 2px solid #ddd;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}

.tt-hint {
	border-radius: 5px;
}

.input-group input {
	border: 0px;
}

.input-group-addon {
	color: #A762BC;
	background-color: #fff;
	border: 0px;
}

.form-control {
	border: 2px solid #aaa;
}

.btn-success {
	background-color: #66A536;
	border: 2px solid #509926;
}

.main .btn-violet {
	text-decoration: none;
}

.alert {
	border-radius: 0;
	border-width: 2px;
}

.btn {
	border-width: 2px;
}

.btn-xs {
	border-width: 1px;
}

.pagination {
    margin: 10px 0;
}
    
#pagination a, #pagination span {
	border: 0px;
}   
     
#pagination li.disabled:not(.prev):not(.next) a{
	color: #fff;
	background-color: #A762BC;
}   

.muted {
	color: #999;
}

hr {
	border-top: 3px solid #bbb;
}

.alert-success {
	background-color: #DAEFAC;
	border-color: #B7DD66;
}

.boxer2-content, .boxer2-container {
	max-width: 700px !important;
}

#wrr.row {
    margin-left: 0;
    margin-right: 0;
}

.cartdetails a {
	text-decoration: underline;
}

.descr {
	font-weight: bold;
}


/* НАВИГАЦИЯ */

.navbar {
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	border-top: 4px solid  #5f90c7;
}

.navbar > *{
	margin-top: -5px;
}

.navbar .mainnav > li > a{
	font-size: 14px;
	text-transform: uppercase;
}

.navbar li > a{
	transition: background 0.4s;
}

.navbar-nav > li > a:link, .navbar-nav > li > a:visited  {
	color: #777;
}

.navbar-nav > li.active  {
	border-top: 5px solid #37679d;
	background-color: #eee
}

.navbar-nav > .active > a:link, .navbar-nav > .active > a:visited  {
	padding-top: 14px;
}

.navbar-nav > li > a  {
	padding-top: 19px;
}

#header .nav > li > a  {
	color: #fff;
	text-shadow: none;
}

#header .nav > li > a:hover  {
	color: #fff;
	text-decoration: underline;
    background: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(0,0,0,0.05);
    color: #555;
}

.navbar-toggle {
    background-color: #37679D;
    color: #fff;
    margin-top: 9px;
    margin-bottom: 6px;
	transition: all 0.3s ease-out 0s;
}

.navbar-toggle:hover {
    background-color: #5F90C7;
}

.navbar-brand {
    padding: 18px 10px 5px 10px;
}

/* БОКОВОЕ МЕНЮ */

.panel  {
	padding: 10px 20px;
	box-shadow: none;
	border: 2px solid #5F90C7;
	border-radius: 8px;
}

#menu .menu {
	color: #7DAF33;
	font-size: 18px;
}

.menu .toplevel{
	color: #7DAF33;
	font-weight: bold;
}

#menu  .menu .sublevel{
	margin-left: 25px;
	font-size: 16px;
}

#menu .menu .sublevel .subsublevel{
    font-size: 14px;
	margin-left: 20px;
}

#menu .category:not(:first-of-type){
	margin-top: 5px;
}

#menu .active > a{
    padding: 0px 8px 0px 18px;
    text-decoration: none;
    display: inline-block;
    margin-left: -18px;
}

#menu i {
    z-index: 100;
}

#menu .active > a:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 5px;
    margin-left: -10px;
    font-weight: normal;
}

.main .menu h4{
	padding: 7px 25px 6px;
	color: #fff;
	margin: 0 -28px 10px -28px;
	background-color: #5F90C7;
	font-size: 22px;
	border-radius: 5px;
}


/* ШАПКА */

.logo {
	color:  #7DAF33;
	margin-bottom: 25px;
	margin-top: 30px;
	padding: 10px 0;
}

#header {
	background-color: #fff;
	padding-top: 50px;
}

#header.home {
	border-bottom: 4px solid #A762BC;
}


/* ПОДВАЛ */

/* ЗАГОЛОВКИ */

h3 {
	font-size: 28px;
	font-weight: normal;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 2px solid #5F90C7;
	margin-top: 0;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 30px;
}

.header h2 {
	display: inline-block;
	margin-top: -50px;
	background-color: #A762BC;
	color: #fff;
	padding: 6px 20px;
	border: 2px solid #fff;
}

h1 {
	font-size: 44px;
	font-weight: normal;
}

h5 {
	font-weight: bold;
	margin-bottom: 0px;
}

.main h4 {
	font-size: 20px;
	color: #666;
	margin: 0;
}
     
.news h5 {
	color: #A762BC;
	font-weight: 600;
	font-size: 16px;
}
       
.header {
	text-align: center;
}

h2 a:link, h2 a:visited {
	color: #fff;
}

h2 a:hover, h2 a:focus {
    opacity: 0.7;
	transition: opacity 0.3s ease-out;
}


/* КАТАЛОГ */

.thumb {
	background-color: #eee;
	border: 2px solid #bbb;
	position: relative;
	margin-bottom: 20px;
}

.thumb.incart {
	border: 2px solid #5F90C7;
}

.thumb .name{
	line-height: normal;
	font-weight: bold;
}

.thumb a {
	color: #666;
	text-decoration: none;
}

.thumb a:hover .legend {
	background-color: #f6f6f6;
}

.itempic {
	border: 2px solid #bbb;
	margin-bottom: 10px;
}

.stepper {
	width: 80px;
	margin-bottom: 0;
}

.stepper .stepper-input{
	padding: 5px 10px 6px;
}

.stepper .stepper-step.down {
    background-position: center 90%;
}

.check {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #bbb;
	color: #fff;
	margin-bottom: 5px;
}

.hot {
	position: absolute;
	left: 0;
	top: 5px;
	background-color: #A762BC;
	color: #fff;
	padding: 1px 5px;
	font-family: 'intro_regular', serif;
}

.incart .check {
	background-color: #5F90C7;
}

.check .cart {
	padding: 1px 5px 1px 6px;
}

.check {
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}

.check input{
	cursor: pointer;
}

.check:hover {
	background-color: #5F90C7;
}

.incart .check:hover {
	background-color: #bbb;
}

.legend {
	padding: 5px 10px;
}

.legend  a{
	text-decoration: none;
}

/* MEDIA QUERIES*/

@media (min-width: 980px) and (max-width: 1199px) {
	

} 

@media (min-width: 768px) {
	.navbar-collapse {
		padding: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#header .headright{
		text-align: right;
	}
}
 
@media (max-width: 991px) {
      
	#header .slogan {
		font-size: 16px;
	}
		
	.top {
		height: auto;
	}

		
	#footer {
		height: auto;
	}
	    
	.navbar-nav.navbar-right > li { 
		float: left; 
	}
	
	h2 {
		font-size: 24px;
	}
}

 
@media (max-width: 767px) {
	#header {
		text-align: center;
	}
	
	.headright {
		padding-bottom: 15px;
	}		
}

 
@media (max-width: 480px) {

	.navbar-brand {
		padding: 23px 5px 5px 10px;
		max-width: 222px;
	}
}



/*
 * Off Canvas
 * --------------------------------------------------
 */
 
.btn-offcanas {
	border-width: 1px;
	float: left;
	margin-right: 10px;
	font-size: 18px;
}
 
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}