body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: black;
	font-size: 13px;
	line-height: 20px;
	/* background: #E9E9E9 url("../image/site_bg.jpg") repeat-x; */
}
h1, h2, h3, h4, h5, h6 {
	color: black;
}


#tabs .tab {
	border: 1px solid #ddd;
	height: 35px;
	width: 40px;
	text-align:center;
	font-size:11pt;
	padding-top:7px;
	float:left
	}
#tabs .tab + .tab {
	margin-left: 5px;
	}
#tabs .tab.active {
	background: black; 
	color: white;
	}





/*Инверсия изображения*/
.invert img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.invert img:hover {
  -webkit-filter: invert(100%);
}
 
.brighten img:hover {
  -webkit-filter: brightness(100%);
}
/* default font size */
.fa {
	font-size: 20px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #332958;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #332958;
	
}
/* top */
#top {
	
	background-color: #141414;
	
	
	
	
	font-size: 10pt;
	
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #000;

	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;

}

.src1
{
	margin:15px 0 0 100px;
}
/* header - zmaxcart */
header{
	padding-top: 10px;
	background: #fff;
	
}
header+.container{/*zmaxcart - z002*/
	padding: 0px;
}

@media (max-width: 767px) {
	header{
		background: none;
	}
	.src1
{
	margin:-5px 10px 0px -20px
}
}

/* logo */
#logo  {
	margin: 0 0 15px 0;

}

@media (max-width:768px) {
#logo .lodo {
	top: 50px;
}
.prod-otz {

}
}

/* search */
#search {
	margin-top: 5px;
}
#search .input-lg {
	height: 42px;
    border-radius: 0px;
	}
	
	@media (max-width:400px) {
	#search .input-lg {
		width:100px;
	} }
	
		@media (max-width:400px) {
 .karzinna {
		float:left;
	} }


#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	text-shadow: 0 1px 0 #FFF;
	    border-radius: 0px;

}

/* cart */
.cartnum
{
padding-left: 5px;
    padding-right: 5px;
    opacity: 0.95;
    color: white;
    background-color: #332958;
    border: 7px solid #332958;
    border-radius: 50px;
    font-weight: 600;
}
	@media(max-width:768px)
{
	.cartnum{
	
	position:relative;
	bottom:12px;
	right:15px;
	
	padding-right:4px;
	color:white; 
	background-color:green;	
    border: 5px solid green;
    border-radius: 50px; 
	
	}
}
#cart {
	
    	
	    border: none;
}
#cart > .btn {

    background-image: url(../image/carzina.png);
    background-repeat: no-repeat;
    background-color: initial;
    width: 110px;
    height: 33px;
    font-size: 10pt;
    border: none;
    line-height: 18px;
    color: black;
    z-index: 9;
    padding: 0px 0px 50px 0px;
	    box-shadow: none;
}
	@media (max-width:768px)
{
	#cart > .btn {
	background-size:70%;
	background-repeat: no-repeat;
	position:relative;
	top:-25px;
	left: -60px;
	color: #FF6A6A
	}
}
#cart.open > .btn {
	/*position:relative;
	width: 80px; 
	height: 80px;
	
left: 50px;
	font-size: 10pt;
	background-color: initial;
	border:none;
	color: #666; 
	text-shadow: none; 
	z-index:15;
	*/
	
}
#cart.open > .btn:hover {

	color: #444;

}
#cart .dropdown-menu {

	background: #eee;
	z-index: 15;

}
#cart .dropdown-menu {

	/*min-width: 100%; */
	z-index:15;
 

}
	@media (max-width: 478px) {
		#cart .dropdown-menu {

			width: 100%;
			z-index:15;
color: #FF6A6A
		}
	}
#cart .dropdown-menu table {

	margin-bottom: 10px;
	z-index:15;

}
#cart .dropdown-menu li > div {

	min-width: 427px;
	padding: 0 10px;
	z-index:15;

}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {

			min-width: 100%;
			z-index:15;
			color: #FF6A6A

		}
	}
#cart .dropdown-menu li p {

	margin: 20px 0;
	z-index:15;

}
/* menu */
#menu {
	background-color: #141414; /*цвет фона глав меню*/
	min-height: 50px;
	margin-bottom: 0px; 
	
	
	
}

.menu-seo
{
	background-color: #141414;
}


#menu .nav > li > a {
    color: white;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    min-height: 15px;
    background-color: #141414;
    font-size: 10px;
    font-weight: bold;
    width: 124px;
    text-align: center;
}
	 

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #363636;
	color: #ffffff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 250px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #332687;
	
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #1e3a5d;
	background-image: linear-gradient(to bottom, #1e3a5d, #1e3a5d);
	background-repeat: repeat-x;
	border-color: #1e3a5d #1e3a5d #1e3a5d;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (max-width: 1199px) {/*zMaxcart*/
	#menu .nav > li > a {
		padding: 10px 10px;
		font-size: 11px;
	}
}	
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
		color: #FF6A6A;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		padding-top: 3px;
	}
	#menu .nav > li > a {
		padding: 10px;
		    width: 100%;
    text-align: left;
    font-weight: 500;
    text-transform: none;
    font-size: 12pt;
    padding-left: 15px;
	}
	#menu .nav > li{
		background: #F2F2F2;
	}
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
		background: #2095C1;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #1E8CB6;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #81AFC1;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0,0,0,0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.navbar-collapse
	{
	  box-shadow: none;
	  color: #A4A4A4;
	}
}


/* content */
.wrap-content{
	margin-top: 10px
}
.wrap-content > .container{/*zmaxcart - z001*/
	background:#ffffff url("../image/gradient.png") repeat-x;
	
	padding-bottom: 15px;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}

.owl-wrapper-outer
{border: 0!important;
border-radius: 0}

#content {
	min-height: 600px;
}
/* footer */
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #141414;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: white;
}
footer a:hover {
	color: #d9e6ff;
}
footer span {
	color: white;

}
footer li {
	color: white;
	
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border-radius: 0px!important;

	
}
.breadcrumb i {
	font-size: 15px;
	
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
	
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
    width: 22px;
    height: 22px;
    border-right: 1px solid #332958;
    border-bottom: 1px solid #332958;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #0D5E20;
	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 17px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0D5E20;
	
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0b4a1a;
	
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: black;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: white; /*цвет текста правого меню активного*/
	background: #332958;
	border: 1px solid #DDDDDD;
	
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
    background: #ffffff;
    border: 1px solid #ddd;
    margin-bottom: 50px;
    margin-left: 15px;
    /* overflow: auto; */
    margin-right: 15px;
    /* min-height: 370px; */
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	text-align: center;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 60px;
	max-height: 110px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
	text-align: center;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #3C6100;
	background-color: #F6FFDA;
	font-size: 17pt;
	text-align: center;
	
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	position: relative;
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
	top: 20px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: 	#1e406c;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #1e3a5d;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

#social img {
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
border: none; 
}
/* Поворот на 360 градусов при наведении курсора*/
#social img:hover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}

.socfooter {
position: relative;	
top: -110px;	
	
}

.catname {
text-align: center;

}
.catname  a {
position: relative;
	color: black;
	font-size: 14px;
	word-wrap: break-word;

}

.catname {
		min-width: 135px;
		max-width: 135px;
		margin: 0 auto;
		margin-left: 22px;
	
	
}

.catlist {

	min-height: 225px;

}

.catimg img:hover {
	 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

.catimg img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
	
}

@media (max-width:401px) {
	.catlist, .catimg img {
		width:100%
	}
	.catname {
		margin-left: 10px;
	}
}
.nomera span
{

font-size: 12pt;
    color: white;

}
.nomera i 
{
	font-weight:bold;
	margin-left:5px;
	font-size:11pt;
}
.drop-nomera
{
	display:none;
	position:absolute;
	background:white;
	border-color:#ddd;
	padding:25px;
	   -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	width:230px;
	font-size:13pt;
	z-index:100000;
	margin-left:-85px
	
	
}

.nomera:hover .drop-nomera
{display:table}

.grafik-dr
{margin-top:10px;
font-size:12pt}

.drop-nomera span
{font-size:12pt;
font-weight:bold;
padding-left:0;
color: black
}
.gr-w i {
	    color: #1d3f6d;
    background: #ffffff;


    -webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.18);
    margin-right: 10px;
	margin-left:2px;
	margin-bottom: 5px;
}
.gr-w1 i {
	    color: #1d3f6d;
    background: #ffffff;


    -webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.18);
    margin-right: 10px;
	margin-left:12px;
	margin-bottom: 5px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1e406c!important;
    border-color: #1e406c!important;
}
.text-srl
{
    font-size: 12pt;
    height: 450px;
    /* margin-top: 50px; */
    width: 95%;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0px 70px 33px 70px;
	
}

.text-srl::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

.text-srl::-webkit-scrollbar-track {
background-color:#F4F5F5
}

.text-srl::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#7D7D7D;
}

.text-srl::-webkit-scrollbar-thumb:hover{
background-color:black;
}

.text-srl::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

.text-srl::-webkit-scrollbar{
width: 4px;
}


.text-srl::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

.text-srl::-webkit-scrollbar-track {
background-color:#ecedee
}

.text-srl::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#1e406c;
}

.text-srl::-webkit-scrollbar-thumb:hover{
background-color:#555;
}

.text-srl::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:4px;
height:0px
}

.text-srl::-webkit-scrollbar{
width: 4px;
}
.caption a {
	color:#141414;
	word-wrap: break-word;
}
.imgh:hover{opacity:0.8; -moz-opacity:0.8; filter:alpha(opacity=80) black; -khtml-opacity:0.9}

.owl-pagination {
    text-align: center;
    top: -30px!important;
    position: relative;}

    .owl-controls .owl-page span {
    display: block;
    width: 15px!important;
    height: 15px!important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }




.owl-controls .owl-page.active span {
	background: #1e406c!important;
}
.owl-carousel {
    margin: 0px 0 -20px!important;
    background: #fff;
    direction: ltr !important;
    z-index: 1;
}

.lastes {

	top:23px!important;
}

.owl-controls .clickable {
	display: none!important;
}
.subscribe-box .form-group .form-control {
    background-color: #141414!important;
    border: 1px solid #141414!important;
    border-bottom: 1px solid #FFFFFF!important;
    font-size: 17px!important;
    color: #ffffff!important;
        max-width: 150px;
}

.subscribe-box .btn-primary {
    color: #ffffff!important;
    text-shadow: none!important;
    background-color: #332958!important;
    border: none!important;
    /* border-bottom: 4px solid #277968!important; */
    /* border-radius: 5px!important; */
    text-transform: uppercase!important;
    margin-left: 5px!important;
    font-size: 14px!important;
    font-weight: 600!important;
    /* padding-left: 20px!important; */
    /* padding-right: 20px!important; */
    border-radius: 0%;
}

@media (min-width:768px) {
	.subscribe-box .btn-primary  {
		
		margin-top:30px;
	}

	
}
 
	.subscribe-box .btn-primary  { 
		
		margin-top:0px;
	}
	.social-vk, .social-fb, .social-g, .social-you
     {border: 1px solid #ddd;
    border-radius: 100%;
    padding: 10px 10px;
       margin-top: 15px;
    margin-right: 8.5px;
    display: inline-table;
        width: 60px;
    height: 60px;  }
   
.social-block  a:hover  {
    	color:white;
    }

    .social-vk:hover{
    	border: 1px solid #5b74a6;
    }
.social-fb:hover{
    	border: 1px solid blue;
    }
.social-you:hover{
    	border: 1px solid #f58220;
    }

.social-g:hover{
    	border: 1px solid #bd4a3e;
    }
    .vki {
padding-top: 1px;
    padding-left: 0.5px;
    }

    .social .vk:hover {
    	border: 1px solid blue;
    }
.youtube {
padding-top: 3.5px;
    padding-left: 5px;
}
.gpi {
padding-top: 3.5px;
    margin-left: 3px;

}
.fbi {
	padding-top: 4px;
	margin-left: 6px;
}
.footer h5 {
color:white!important;
        font-family: 'Didact Gothic',sans-serif;
    font-size: 14px;
    font-weight: bold;

    text-transform: uppercase;
} 
.dropdown-menu {
	border-radius: 0px!important;
}
@media (max-width:800px) {
.product-thumb {
    margin-left: 0px;
    margin-right: 0px;

	} 
.product-thumb2 {
	margin-bottom:25px!important;
}}
	
	.breadcrumb a {
		color:#141414!important;
	}
	.breadcrumb {
    padding: 8px 0px!important;
    margin-bottom: 20px!important;
    list-style: none!important;
    /* background-color: #f5f5f5; */
    border-radius: 4px!important;
    color: #141414!important;
    font-size: 13px!important;
    font-weight: 600!important;
    background: none;
    /* opacity: 0; */
    border-radius: 0px!important;
    /* margin-top: 5px; */
	overflow-x: auto;
	white-space: nowrap;
}

@media (min-width: 1200px)
{
.container {
    width: 1270px;
}
}


.kat-home .caption h5
{
	text-align: center;
	font-size: 11pt!important;
}

.lang {
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: -23px;
    margin-bottom: -13px;
   font-size: 13px;
	position: relative;
	color:#fff;
}
.lang .fa {
	color:#fff;
	font-size:16px;
}
.checkout-buy .table-responsive .btn {
	padding: 6px 8px;
    font-size: 6px;
}

#popup-custom {
	display: none;
	width: 500px;
	height: 500px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	z-index: 500000;
	position: fixed;
	left: calc(50% - 250px);
	top: calc(50% - 250px);
	background-color: #fff;
	padding: 50px;
}

#popup-custom__bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	min-width: 100vw;
	height: 100%;
	min-height: 100vw;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 5000;
}

.popup-custom__close {
	position: absolute;
	right: 20px;
	top: 15px;
	color: #121212;
	font-size: 18px;
}

.popup-custom__close:hover {
	opacity: 0.6;
	cursor: pointer;
}

.popup-custom__content {
	padding-top: 20px;
	font-size: 15px;
}

@media(max-width: 768px) {
	#popup-custom {

	width: 94%;
	height: 500px;
	left: 3%;
	top: 20px;
	padding: 20px;
	}
}
.product-thumb2 {
	margin-bottom:25px!important;
	border:none;
}
.product-thumb2 .caption {
	padding:0;
	text-align: center;
}
.opt-price {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding: 5px 0 5px 10px;
	border-radius: 4px;
}