@font-face {
 font-family: Circe-Regular;
 src: url(/fonts/Circe-Regular.ttf);
 font-weight: normal;
 }

 @font-face {
 font-family: Circe-Bold;
 src: url(/fonts/Circe-Bold.ttf);
 font-weight: normal;
 }

  @font-face {
 font-family: Montserrat-Bold;
 src: url(/fonts/Montserrat-Bold.ttf);
 font-weight: normal;
 }

 @font-face {
 font-family: Montserrat-Regular;
 src: url(/fonts/Montserrat-Regular.ttf);
 font-weight: normal;
 }

 @font-face {
 font-family: Montserrat-Medium;
 src: url(/fonts/Montserrat-Medium.ttf);
 font-weight: normal;
 }

 @font-face {
 font-family: AvenirNextCyr-Regular;
 src: url(/fonts/AvenirNextCyr-Regular.ttf);
 font-weight: normal;
 }

 @font-face {
 font-family: AvenirNextCyr-Medium;
 src: url(/fonts/AvenirNextCyr-Medium.ttf);
 font-weight: normal;
 }

 @font-face {
 font-family: AvenirNextCyr-Bold;
 src: url(/fonts/AvenirNextCyr-Bold.ttf);
 font-weight: normal;
 }


body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3c3c3c;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	font-family: "Montserrat-Medium", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
	    font-family: fontawesome !important;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 25px;

}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #666666;
	outline: none!important;
}
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: #755c6a;
	background-color: #fff;

}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#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: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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;
}


header
{
	    padding-top: 15px;
    padding-bottom: 12px;
}
/* logo */

/* search */
#search {
	margin-top: 2px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 5px;
	border-radius: 0;
	border:1px solid #fff;
	background: #fff;
	box-shadow: none;
	border-bottom-color: #ababab;
}
#search .btn-lg {
	font-size: 15px;
	height: 40px;
	padding: 10px 5px 10px 20px;
	border:1px solid #fff;
	border-left: none;
	color: #999;
	border-bottom-color: #ababab;
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	    background-image: url(../image/search.png);
    background-repeat: no-repeat;
    background-color: initial;
    background-position-y: center;
    background-position-x: 5px;
    background-size: 15px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	background-image: url(../image/cart.png);
    background-repeat: no-repeat;
    background-color: initial;
    background-position-y: center;
    background-size: 22px;
    border: 0;
    font-size: 12px;
    box-shadow: none;
    color: #000;
    text-align: left;
    padding: 0 0 0 30px;
    text-shadow: none;
    width: 30px;
	height: 30px;
    line-height: 0;
}
.cart-inner
{
	width: 30px;
	height: 30px;
	float: left;
}
#cart.open > .btn {


	box-shadow: none;

}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background: #830000;
	border: none;
	margin-bottom: 0;
	min-height: 50px;
	text-align: center;
	    position: static;

}

#menu .navbar-nav
{
	display: inline-block;
	float: none;
}
.menu-inner
{

	border: none;
	background: #830000;
}
#menu .nav > li > a {
	color: #fff;

	margin-right: 15px;
	padding: 12px 15px;
	min-height: 15px;
	background-color: transparent;
	    text-transform: uppercase;
	    font-family: "Montserrat-Medium", Arial, sans-serif;
}
#menu .nav > li > a > img
{
	margin-right: 12px;
	width: 27px;
}

.nomera img
{
	margin-right: 12px;
	width: 27px;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background: #7c0101;
	color: #fff
}
#menu .dropdown-menu {
	padding-bottom: 0;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(154, 154, 154, 0.3);
    -moz-box-shadow: 0px 0px 50px 0px rgba(154, 154, 154, 0.3);
    box-shadow: 0px 0px 50px 0px rgba(154, 154, 154, 0.3);
    padding: 20px 20px  15px 25px;
    border-radius: 0;
    border-color: #f1f1f1


}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 2px 0;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 10pt;
}
#menu .dropdown-inner li a:hover {
	color: #830000;
}
#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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;

    font-size: 15px;
    font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
    line-height: 40px;
    color: #fff;
    margin-top: 3px;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #fff;
	padding: 10px 0 5px 20px;
	float: right;
	background-color: #830000;
	border:1px solid #830000;
	border-radius: 0;
	margin-right: 0;

    margin-top: 2px;
}
.inner-lang
{
	margin-top: 8px;
}
.inner-curr
{
	margin-top: 9px;
}
.inner-curr i
{
	font-size: 7px;
	position: relative;
	top: -1px;
	margin-left: 3px;
}
.inner-curr a
{
	color: #000;
}
.inner-curr .btn-link
{
	color: #000;
	text-decoration: none;
}
.navbar-header i
{
	font-size: 15pt;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #fff;
	background-color: #830000;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#menu .navbar-nav > li {
    display: inline-block;
    float: none;
    text-align: left;
    position: static;
}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#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;
	}
}
/* content */
#content {
	min-height: 400px;
}
/* footer */
footer {

	padding-top: 70px;
	background-color: #171717;

	color: #fff;
}

footer a {
	color: #fff;

}
footer li
{
	margin-bottom: 5px;
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer p {

	font-size: 12pt;

    color: #fff;
    margin-bottom: 30px;
    font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
#cart-total
{
	background: #830000;
    border-radius: 100%;
    padding-top: 11px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 21px;
    height: 21px;

}
.inner-bread
{
	margin: 15px 0 10px 0;
}
.breadcrumb {

	padding: 15px 0;
	margin:0;

	background: #fff;
	border-right: 0;
	border-left: 0;
}
.inner-bread .container
{
	padding: 0
}
.breadcrumb a
{
	color: #222
}
.breadcrumb > li {

	padding: 0 20px;
	position: relative;

}
.breadcrumb li:first-child
{
	padding-left: 0
}
.breadcrumb li:last-child:after
{
	display: none
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '.';
	font-size: 20pt;
	display: block;
	position: absolute;
	top: -7px;
	right: -5px;


}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	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: 15px;
}
.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;
	border-radius: 0;
	background: #fff;
	padding: 13px 23.5px;
	border-color: #ddd;
	box-shadow: none;
}
.btn-primary {
	color: #ffffff;
	font-size: 10pt;
	background-color: #222;
	border-radius: 0;
	border-color: #222;
	    padding: 12px 20px;
	    box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #111;
	border-color: #111;
}
.input-group.btn-block button.btn.btn-primary {    
	padding: 7.5px 12px;
	font-size: 12px;
}
.btn-warning {
	color: #ffffff;

	background-color: #111;

	border-color: #111;
}
.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);
}
.btn-outofstock {
    padding: 15px 0;
    margin-top: 20px;
    width: 85%;
}
.btn-outofstock:focus, .btn-outofstock:active:focus{
    background-color: #222;
}
.btn-outofstock:active:hover {
   background-color: #830000;
}
/* list group */
.list-group a {
	border: 0;
	color: #555;
	padding: 5px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #000;
    background: #fff;
    border: 0;
}
/* 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 */
.common-home .product-thumb {

	min-height: 555px;
	overflow: auto;
	position: relative;
	z-index: 1
}
.product-thumb {

	min-height: 565px;
	overflow: auto;
	position: relative;
	z-index: 1
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}

.like
{
	position: absolute;
	right: 15px;
	bottom: 10px;

	z-index: 2;
	background-image: url(../image/heart.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    background-size: 17px;
    border: 0;

    box-shadow: none;

}
.product-thumb .like:hover
{
	background-color: #fff;
}
.product-thumb:hover  .like
{
	display: block;
}
.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;
}
.product-thumb .caption {

	font-size: 11pt;
	margin-top: 15px;
	min-height: 65px;


}
.product-thumb .caption a
{
	color: #222;

}

.product-thumb .caption a:hover
{
	color: #000;

}
.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;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 13px;
	    font-family: fontawesome !important;
}
.rating .fa-star {
	color: #ff8d00;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ff8d00;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
	font-weight: bold;
}
.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 {

	overflow: auto;
}
.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: 2px solid #222;
	display: inline-block;
	float: left;
	background-color: #222;
	color: #fff;
	line-height: 43px;

	text-align: center;
	    font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
	    display: none;
}
.product-thumb:hover button
{
	display: block;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #222;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	    margin-bottom: 30px;
}
.thumbnails > li {
	float: right;
}
.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: 115px;
}
.thumbnails .image-additional {
	float: left;
	margin-right: 10px;
}
.thumbnails .thumbnail
{
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}

.thumbnails .thumbnail a>img, .thumbnails .thumbnail>img
{
	margin: 0
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* 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%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*OPENCART.PRO*/

/*img category*/
.imgcategory .product-thumb.transition > a {
	    color: #222;
    margin-top: 12px;
    font-size: 11pt;
    display: block;

    text-align: center;
}

.imgcategory
{
	margin-bottom: 50px;
}
.acc
{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}
.acc a
{
    background-image: url(../image/user.svg);
    background-repeat: no-repeat;
    background-color: initial;
    background-position-y: center;
    background-size: 21px;
    border: 0;
    display: block;
    font-size: 12px;
    box-shadow: none;
    color: #000;


    text-shadow: none;
    width: 30px;
	height: 30px;

    line-height: 0;
}

.heart
{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
}

.heart a
{
    background-image: url(../image/heart.png);
    background-repeat: no-repeat;
    background-color: initial;
    background-position-y: center;
    background-size: 21px;
    border: 0;
    display: block;
    font-size: 12px;
    box-shadow: none;
    color: #000;


    text-shadow: none;
    width: 30px;
	height: 30px;

    line-height: 0;
}

.icon-right
{
	float: right;
	margin-top: 12px;
}

.inner-phone
{

	font-family: "Montserrat-Medium", Arial, sans-serif;
	color: #000;
	font-size: 12pt;
	width: 170px;
	margin-top: 8px;

}
.inner-phone span
{
	font-family: "Montserrat-Regular", Arial, sans-serif;
}

.inner-phone p
{
	font-family: "Montserrat-Regular", Arial, sans-serif;
	font-size: 8pt;
	position: relative;
	top: -1px;

}

.inner-search
{
	float: right;
	padding: 0 40px 0 50px;
	margin-right: 10px;
}

.inner-logo
{
	float: right;
	    margin-right: 45px;

}
.inner-curr
{
	float: right;
}

#language .selected-language
{
	background: #fff;
	color: #000;
	cursor: default;


}
.line-lang
{
	    height: 13px;
    width: 1px;
    background: #ababab;
    float: left;
    position: absolute;
    right: 79px;
    bottom: 13px;

}
#language
{
	margin-left: 60px;
}

#language a
{

	color: #888;
	cursor: pointer;
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	text-align: center;
	    padding-top: 8px;
	    margin-right: 5px;

}

#language a:hover
{
	color: #000
}

.inner-cat-home
{
	width: 25%;
	float: left;
	padding-right: 10px;
}
.inner-cat-home img
{
	width: 100%
}

.module-title
{
	margin-left: -15px;
	margin-bottom: 25px;
}

.inner-prod-home
{
	padding-left: 3px;
	padding-right: 3px;
}

.nav-tabs
{
	border-bottom: 1px solid #ebebeb;
	margin-left: -10px;
	margin-bottom: 30px;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
	border:none;
	border-bottom: 2px solid #830000;
    padding: 15px 20px;
	margin-right: 10px;
	color: #000;
}

.nav-tabs>li>a{
border: none;
font-size: 11pt;
padding: 15px 20px;
margin-right: 10px;
color: #777;
}

.nav-tabs>li>a:hover
{
	border:none;
	background: #fff;
	color: #000
}

.like
{
	display: none;
}

.alert-success
{
	position: fixed;
	bottom: 20px;
	width: 30%;
	right: 20px;
	background: #222;
	color: #fff;
	z-index: 500;
	border-color: #222;
	padding: 40px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px 0px;
	border-radius: 0
}

.alert-success a
{
	color: #fff;
}

.close
{
	color: #fff;
	text-shadow: none;
	position: absolute;
	top: 10px;
	right: 15px;
	opacity: 1;
}
.close:hover
{
	opacity: 0.8;
	color: #fff;
}

.alert-success .fa-check-circle
{
	display: none;
}

.container-cat
{
	padding: 0
}

.title-cat
{
	margin: 5px 0 20px 0;
	font-size: 25px;
	font-weight: bold;
	    font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
}

.product-layout
{
	padding: 0 7px;
	    margin-bottom: 20px;
}

.container-cat #column-left
{
	padding-left: 7px;
}



textarea:focus, input:focus, select:focus{
    outline: none!important;

    box-shadow: none!important;
}

#input-sort
{
	border-radius: 0;
	border-color: #e8e8e8;
	height: 40px;
	background: #fff;
	width: 180px;
	box-shadow: none;
}
#input-limit

{
	border-radius: 0;
	border-color: #e8e8e8;
	height: 40px;
	background: #fff;
	width: 90px;
	float: right;
	box-shadow: none;
}

.input-sort-lbl, .input-limit-lbl
{
	font-size: 10pt;
	margin-top: 8px;
}

.alert-info
{
	background: #fbeaea;
	border-color: #fbeaea;
	color: #222;
	padding: 20px;
	text-align: center;

}

.alert-info i
{
	display: none;
}

.right-inner
{
	padding-left: 40px;
}

.input-kolich input
{
	width: 20%;
	float: left;
	margin-bottom: 25px;
	border-radius: 0;
	height: 45px;
	box-shadow: none;
	    border: 1px solid #e8e8e8;
}

.input-kolich label
{
	width: 100%;
}

.heart-tovar
{
	float: right;
}
.heart-tovar button{

    border: 1px solid #efebeb;

    width: 40px;
    height: 40px;
    border-radius: 0;
    background-image: url(../image/heart.png);
    background-repeat: no-repeat;
    background-color: initial;
    background-position: center;
    background-size: 15px;
    margin-top: 20px;
    height: 49px;
    width: 49px;
    background-color: #efebeb;
}

.heart-tovar button:hover
{
	border-color: #830000;
	background-color: #830000;

	background-image: url(../image/heatt.png);

}
.input-kolich #input-quantity
{
	width: 70px;
	text-align: center;
	height: 45px;
	border-right: none;
	border-left: none;
	    z-index: 0;
}

.input-group{
	z-index: 0;
}
.input-kolich .select-quantity button
{
	height: 45px;
	border: 1px solid #e8e8e8!important;
	border-radius: 0!important;

}
.opt-discount-text{
	margin-top: 30px;
	font-size: 14px;
	color: #a31212;
	font-style: italic;
}
.des-tovar
{
	font-size: 11pt;
	margin-top: 50px;
	color: #222!important
}
.input-kolich .select-quantity .input-group-btn
{
	padding: 0
}

#button-cart
{
	padding: 15px 0;
	margin-top: 20px;
	width: 85%;
}
#button-cart:focus, #button-cart:active
{
	background: #111;
	border-color: #111!important;
	color: #fff;
}

.order
{
	padding: 15px 0;
	background: #fff;
	color: #222;
	border-color: #e8e8e8;
	margin-top: -10px;
}

.order:hover
{
	background: #fff;
	color: #111;
	border-color: #888
}
.order:focus, .order:active
{
	background: #fff!important;
	color: #111!important;
	border-color: #888!important;
	outline: none!important;box-shadow: none!important;

}
button:focus, button:active
{
	outline: none!important;box-shadow: none!important;
}
.content-tovar
{
	margin-top: 10px;
}


.nalichie
{
	font-weight: 700;
	margin: 10px 0;
	color: #3b80d9;
    font-family: "Montserrat-Medium", Arial, sans-serif;
}
.inner-kod-nal {
	font-size: 14px;
}

#product span.error{
	color: #f00;
}
#product .text-danger{
	color: #f00;
}

.social-msg {
	position: absolute;
	width: 60px;
	top: 0;
	right: -45px;
}
.social-msg img {
	max-width: 16px;
	display: inline-block;
}


.price-tov
{
	color: #303030;
    font-size: 28px;
    font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
	margin-bottom: 20px;
}

.price-tov-spec
{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 25px;
	color: #c62525;
	    font-size: 30px;
}

.input-kolich label
{
	font-size: 10pt;
}

.zacherk-prise
{
	text-decoration: line-through;
	font-size: 15pt;
	margin-top: 30px;
	display: block;
}

#tabs
{padding:0;
margin: 0 0 30px 0}
#tabs .tab {

	    border: 1px solid #e8e8e8;
    background: #fff;
    min-height: 50px;
    min-width: 50px;
    text-align: center;
    font-size: 10pt;
    padding-top: 15px;
    padding-bottom: 3px;
    float: left;

	}

#tabs .tab + .tab {
	margin-left: 5px;
	}
#tabs .tab.active {
	background: #fff;
	border-color: #444;
	color: #111;
	}


	#tabs .checkbox label, #tabs .radio label
	{
		padding-left: 0;
		float: left;
		margin-right: 10px
	}


	#tab-review .fa

{
	color: #e5c1ba;
}

#tab-review .table-striped>tbody>tr:nth-of-type(odd)
{
	background: #fff
}

#tab-review .table-bordered>tbody>tr>td, #tab-review .table-bordered>tbody>tr>th, #tab-review .table-bordered>tfoot>tr>td, #tab-review .table-bordered>tfoot>tr>th, #tab-review .table-bordered>thead>tr>td, #tab-review .table-bordered>thead>tr>th
{
	border:none;
}

.title-prod
{
	margin:20px 0;
	    font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
}

#tab-description
{
	margin-bottom: 50px
}

#form-review input
{
	border: 1px solid #e8e8e8;
	height: 40px;
	box-shadow: none;
	border-radius: 0

}

#form-review textarea
{
	border: 1px solid #e8e8e8;
	height: 100px;
	box-shadow: none;
	border-radius: 0

}

.inner-form-rew
{
	width: 50%;
}

#xd_zvonok-form .modal-header
{
	border-bottom: 0;
	text-align: center;
	padding-top: 40px;
}

#xd_zvonok-form .modal-footer
{
	border-top: 0;
	padding-top: 0;
	padding-bottom: 40px;


}

#xd_zvonok-form h2
{
	font-size: 15pt;
	font-weight: bold;
}

.modal-content
{
	border-radius: 0!important
}

#xd_zvonok-form .input-group-addon
{
	display: none;
}

#xd_zvonok-form input
{
	width: 100%;
	border-radius: 0;
	border-color: #ddd;
	box-shadow: none;
	height: 40px;
	margin-bottom: 10px;
}

#xd_zvonok-form .input-group
{
	width: 100%
}

#xd_zvonok-form br
{
	display: none;
}

#xd_zvonok-form .close
{
	color: #000;
	margin: 5px 5px 0 0
}

#xd_zvonok-form .btn-default
{
	background: #222;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	color: #fff;

	font-size: 10pt;
}

#xd_zvonok_modal .modal-dialog
{
	width: 500px!important;
}

.checkout-buy .table>tbody>tr>td, .checkout-buy .table>tbody>tr>th, .checkout-buy .table>tfoot>tr>td, .checkout-buy .table>tfoot>tr>th, .checkout-buy .table>thead>tr>td, .checkout-buy .table>thead>tr>th
{
	vertical-align: middle;
}

.checkout-buy .img-thumbnail
{
	border:none;

}

.checkout-buy .table
{
	border: 1px solid #ddd
}
.checkout-buy thead
{
    font-weight: bold;
    color: #222;
}

.checkout-buy .table input
{
	height: 40px;
	border-radius: 0;
	padding-left: 15px;

}


.checkout-buy .table button
{
	padding: 10px 15px 12px 15px;
	height: 40px;
}

.checkout-buy .table .btn-danger
{
	background: #771b1b;
	border-color: #771b1b;
	border-radius: 0
}


.checkout-buy #checkout-form input
{
	box-shadow: none;
	height: 40px;
	border-radius: 0;
}
.checkout-buy #checkout-form label
{
	display: none
}

#shipping_methods label
{
	display: block!important;
}

#payment_methods label
{
	display: block!important;
}

#shipping_methods input
{
	height: inherit!important;
}

#payment_methods input
{
	height: inherit!important;
}

.btn-otpr input
{
	width: 100%;
	background: #222;
	color: #fff;
	border-color: #222;
	text-shadow: none;
	border-radius: 0;
	padding: 16px 10px;
	height: inherit!important;


}

.btn-otpr input:hover
{
	background: #111;
	border-color: #111;
}



#order-form .modal-header
{
	border-bottom: 0;
	text-align: center;
	padding-top: 40px;
}

#order-form .modal-footer
{
	border-top: 0;
	padding-top: 0;
	padding-bottom: 40px;


}

#order-form h2
{
	font-size: 15pt;
	font-weight: bold;
}


#order-form .input-group-addon
{
	display: none;
}

#order-form input
{
	width: 100%;
	border-radius: 0;
	border-color: #ddd;
	box-shadow: none;
	height: 40px;
	margin-bottom: 10px;
}

#order-form .input-group
{
	width: 100%
}

#order-form br
{
	display: none;
}

#order-form .close
{
	color: #000;
	margin: 5px 5px 0 0
}

#order-form .btn-default
{
	background: #222;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	color: #fff;

	font-size: 10pt;
}

#order .modal-dialog
{
	width: 500px!important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	background: #fff;
	color: #000;
	border-radius: 0;
	border-color: #fff;
	border-bottom: 2px solid #830000;
}

.pagination>li:first-child>a, .pagination>li:first-child>span
{
	border-radius: 0;
}

.pagination>li>a, .pagination>li>span
{
	color: #444;
	border-color: #fff;
	border-bottom: 1px solid #fff;
	margin-right: 10px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
	color: #000;
	background: #fff;
	border-color: #fff;
}

.podpiska
{
	background: #1d1d1d;
	color: #fff;
	margin-top: 50px;
	padding: 50px 0;

}

.podpiska .subscribe-box
{
	float: right;
}

.podpiska .subscribe-box input
{
	    background: #272727;
    border-color: transparent;

    border-radius: 0;
    box-shadow: none;
    color: #797979;
    height: 45px;
    padding-left: 20px;
    width: 250px;
}

.podpiska .subscribe-box button
{
	background: #272727;
    border-color: #27272700;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    height: 45px;
    margin-left: -5px;
    font-size: 9pt;
}

.podpiska .subscribe-box button:focus, .podpiska .subscribe-box button:active
{
	background: #272727!important;
	border-color: #27272700!important;
	border-bottom: 1px solid #27272700!important
}

.info-footer
{
	float: left;
	width: 50%;
	font-size: 11pt;
    line-height: 25px;
        background-image: url(../image/envelope.png);
    background-repeat: no-repeat;
    background-color: initial;
    background-position-y: center;
    background-size: 50px;
    padding-left: 100px;

}

.powered
{
	padding: 50px 0 40px 0;
	color: #fff;
}
.container-for-mob
{
	padding: 0
}
.powered a
{
	color: #fff;
}
.powered span
{
font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
font-size: 11pt;
margin-left: 5px;
}
.powered b
{
color: #d00101
}
.social-footer
{
	margin-top: 20px;
}
.social-footer li
{
	float: left;
	width: 37px;
	height: 37px;
	border: 1px solid #4c4c4c;
	text-align: center;
	padding-top: 8px;
	margin-right: 5px;
}
.social-footer li:hover
{
	border-radius: 100%;
}
.social-footer .face:hover i
{
	color: #4167b2;
}
.social-footer .ok:hover i
{
	color: #ed8207;
}
.social-footer .inst:hover i
{
	color: #e14633;
}
.social-footer .vk:hover i
{
	color: #4a76a8;
}

.social-footer .face li:hover
{
	border-color: #4167b2;
}
.social-footer .ok li:hover
{
	border-color: #ed8207;
}
.social-footer .vk li:hover
{
	border-color: #4a76a8;
}
.social-footer .inst li:hover
{
	border-color: #e14633;
}


.social-footer li a i
{
	font-size: 13pt;
	color: #ddd
}
#toTop {
    bottom: 10px;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    position: fixed;
    left: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 60px;
    float: left;
    opacity: 0.7;
}

#toTop div {
    font-size: 25pt;
    float: right;
    line-height: 14px;
    margin-left: 10px;
    transition: transform 1s;
}

#toTop:hover div {
    position: relative;
    transform: translateX(15px);
    color: #830000
}

.checkout-buy .panel-default>.panel-heading
{
	background: #fff;
	border-radius: 0;
}

.checkout-buy #collapse-coupon input
{
	height: 40px;
	border-radius: 0;
}

.checkout-buy #button-coupon
{
	padding-top: 10px;
}


.form-control:focus
{
	border-color: #c7c7c7;
}


.inner-text-home
{
	margin: 80px 0
}

.inner-text-home .right-home
{
	width: 55%;
	float: right;
	padding: 0 0 0 80px;
	margin: 70px 0 50px 0;
	height: 320px;
	overflow-y: scroll;
}

.inner-text-home .left-home
{
	width: 45%;
	float: left;
}

.inner-text-home img
{
width: 100%;
}




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

.right-home::-webkit-scrollbar-track {
background-color:#F4F5F5
}

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

.right-home::-webkit-scrollbar-thumb:hover{
background-color:black;
}

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

}

.right-home::-webkit-scrollbar{
width: 4px;

}
.right-home::-webkit-scrollbar{
width: 6px!important;
}

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

.right-home::-webkit-scrollbar-track {
background-color:#777;
border-left: 2px solid #fff;
border-right:3px solid #fff;
}

.right-home::-webkit-scrollbar-thumb {
-webkit-border-radius: 15px;
border-radius: 15px;
background-color:#777;
width: 6px
}

.right-home::-webkit-scrollbar-thumb:hover{
background-color:#000;
}

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

.text-home
{
	padding-right: 30px
}

.text-home h1
{
	margin-top: 0;

}




.last-shop-ratings img{


    width: 30px;
    margin: 10px 0;
    }

  .scroll
  {
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	background: #830000;
  	z-index: 500;
  -webkit-box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px -2px rgba(0,0,0,0.1);
}
.scroll .vip-menu
{

	margin-top: 50px!important;
}
	.curr-but
	{
		text-transform: uppercase;
	}

@media(max-width: 1199px)
{
	.inner-phone
	{
		background-image: none;
		padding-left: 0
	}
	.inner-lang
	{
		padding-left: 0
	}

	#mfilter-opts-price-min, #mfilter-opts-price-max
	{
		width: 100px!important;
	    min-width: 100px!important;
	    max-width: 100px!important;
	}

}
@media(max-width: 991px)
{

		#mfilter-opts-price-min, #mfilter-opts-price-max
	{
		width: 70px!important;
	    min-width: 70px!important;
	    max-width: 70px!important;
	}
		.inner-search
		{
			padding: 0 10px 0 0
		}
		.inner-phone p
		{
			font-size: 7pt;

		}

		.inner-phone
		{
			padding-right: 0;
			font-size: 11pt;
			    width: 130px;
		}
		#language a
		{
			width: 25px;
			height: 25px;
			padding: 2px;
			font-size: 8pt;
		}
		.inner-lang
		{
			padding: 5px 0 0 0;
			width: 70px;
			margin-left: 20px;
		}

		.inner-logo
		{
			margin-right: 0;
			margin-top: 7px;
		}

		#menu .nav > li > a {

    margin-right: 10px;

    font-size: 9pt;

	}
	.inner-text-home
	{
		margin: 20px 0 0 0;
	}
	.inner-text-home .right-home
	{
		padding-left: 50px;
		margin-top: 30px;
	}
	.inner-cat-home
	{
		width: 50%;
	}
}

@media(max-width: 768px)
{


.inner-logo {
	position: absolute;
left: 50%;
transform: translateX(-50%);
margin: 0!important;
top: 16px;
min-width: 99px;

}


.inner-search {
    padding: 0;
    margin: 0;
}

		.content-tovar .thumbnail a>img, .content-tovar .thumbnail>img
		{
			margin: 0 auto
		}

		.content-tovar .owl-carousel .owl-buttons div
		{
			color: #222;
			opacity: 0.8!important
		}

		.inner-phone
		{
			font-size: 11pt;
			padding: 0 15px;
		}
		.icon-right
		{
			margin-top: 0;
		}
		header
		{
			padding-top: 5px;
		}
		#language a
		{
			width: 30px;
			height: 30px;

		}
		.icon-right
		{
			padding-right: 5px;

		}

		.inner-lang
		{
			padding: 0 10px;
			text-align: right;
			    height: 40px;

		}
		#language
		{
			float: right;
			margin: 0;

		}

		#cart > .btn
		{
			padding: 0;

		}
		.heart a
		{
			background-size: 22px;
		}
		.acc a
		{
			background-size: 20px;
		}
		.heart
		{
			margin-right: 5px;
		}
		.acc
		{
			margin-right: 3px;
		}
		.icon-right
		{
			margin-top: 0;
			margin-right: 0;
			z-index: 10;
			float: right;


		}
		.inner-phone p
		{
			margin-bottom: 0
		}

		.inner-logo
		{

			z-index: 10;
			float: right;
			margin:  0;
			padding: 0 5px 0 10px;
			margin-top: 10px;
   			 margin-right: 140px;
		}
		.icon-right-mobile
		{
			float: right;
		}



		.nav>li
		{
			text-align: left;
		}
		#menu .navbar-nav
		{
			display: block;
		}
		#menu .nav > li > a {
    margin-right: 10px;
    font-size: 9pt;
    padding: 12px 0;
	}
	.owl-carousel
	{
		margin-bottom: 0!important
	}
	.module-title
	{
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 12pt;
	}
	.common-home #content
	{
		padding: 10px!important
	}
	.imgcategory .product-thumb.transition > a
	{
		margin-bottom: 10px;
		font-size: 10pt;
	}
	.nav-tabs>li>a
	{
		font-size: 10pt;
		margin-right: 10px;
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
		margin-right: 10px;
	}
	.nav-tabs
	{
		margin-bottom: 10px;
	}
	.left-home
	{
		display: none;
	}
	.inner-text-home .right-home
	{
		width: 100%;
		padding: 0;
		margin: 0
	}
	.info-footer
	{
		display: none;
	}

	.subscribe-box
	{
		width: 100%;
	}
	.subscribe-box .form-group
	{
		width: 70%;
		float: left;
	}
	.subscribe-box .form-group input
	{
		width: 100%;
		float: left;
	}
	.subscribe-box button
	{
		width: 30%;
		text-align: right;
		font-size: 8pt!important;
		padding-left: 0

	}
	.podpiska
	{
		padding: 30px 0 17px 0;
	}
	footer
	{
		padding-top: 40px;
	}

	footer .col-sm-3
	{
		margin-bottom: 20px;
	}
	#toTop
	{
		display: none!important;
	}

	.scroll
	{
		position: inherit;
	}
	#xd_zvonok_phone_button
	{
		right: -35px;
		bottom: 0!important
	}
	.circlephone, .circle-fill
	{
		width: 80px!important;
		height: 80px!important;
	}

	.img-circle
	{
		width: 40px!important;
		height: 40px!important;
	}

	.img-circleblock
	{
		width: 40px!important;
		height: 40px!important;
		background-size: 20px!important;
	}
	.inner-bread
	{
		text-align: center;
		font-size: 10pt
	}
	.container-cat
	{
		padding: 0 20px
	}
	#input-sort
	{
		width: 100%;
	}
	#input-limit
	{
		width: 100%;
		margin-top: 10px;
	}
	.input-inner
	{
		padding: 0 5px!important;
	}

	.thumbnails
	{
		margin-left: 0
	}
	.content-tovar
	{

		margin-top: 5px;
	}
	.right-inner
	{
		padding-left: 15px;
	}
	.thumbnails .image-additional
	{
		margin-left: 0;
		margin-right: 5px;
	}
	.thumbnails .thumbnail
	{
		margin-bottom: 5px;
	}
	.thumbnails
	{
		max-height: 100%;
	}
	.right-inner
	{
		margin-top: 20px;
	}
	.container-for-mob
	{
		padding: 0 15px;
	}
	.blog-latest .showcase-list
	{
		padding: 0 15px!important;
	}
	.checkout-buy #content

	{
		padding: 0 15px!important
	}

}


@media(max-width: 379px)

{
	.popup_visible #popupcart_extended
	{
		width: 350px!important
	}
	#popupcart_extended .popupcart_buttons :first-child
	{
		width: 100%;
		margin-bottom: 10px;
	}
	#popupcart_extended .popupcart_buttons :last-child
	{
		width: 100%
	}
	#xd_zvonok-form, #xd_zvonok_modal .modal-dialog, .modal-content
	{
		width: 100%!important
	}



	#order, #order .modal-dialog, .modal-content
	{
		width: 100%!important
	}
	#xd_zvonok_modal
	{
		padding-right: 0
	}
}

.nomera
{


    min-height: 40px;
    font-size: 10pt;
   margin-right: 10px;
    z-index: 10;
     float: right;
     color: #fff;
    margin-bottom: -5px;

    padding: 12px 15px;
    min-height: 15px;
    background-color: transparent;
    font-family: "Montserrat-Medium", Arial, sans-serif;
    text-transform: uppercase;
}
.nomera:hover
{
	cursor: default;
}
.drop-nomera
{
	display:none;
	position:absolute;
	background:white;

	padding:20px 20px  15px 25px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(154, 154, 154, 0.3);
    -moz-box-shadow: 0px 0px 50px 0px rgba(154, 154, 154, 0.3);
    box-shadow: 0px 0px 50px 0px rgba(154, 154, 154, 0.3);
	width:250px;
	font-size:13pt;
	z-index:100000;
	margin-top:11px;
	text-align: left;
	border: 1px solid #f1f1f1;


}

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


.drop-nomera a
{
	    display: inline-block;
    padding: 0 20px 5px 0;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 10pt;
    text-transform: none;
}

.drop-nomera a:hover
{

    color: #830000;
}

@media(max-width: 768px)
{
	.nomera
	{
		padding-left: 0;
		font-size: 9pt;
	}
}

.podcategory
{
	font-size: 10pt;

	color: #000;
	margin-bottom: 5px
}

.podcategory a
{color: #000;}

.podcategory a:hover
{color: #755c6a;}

.back-podcat
{

	margin-bottom: 20px;
}

.videoobzor
{
	border: 1px solid #DDE5F5;
    background: #eaeff9;
	padding: 10px 20px;
	font-size: 10pt;
	text-align: center;
	margin-bottom: 15px;

}

.container-for-mob .tab-content iframe
{
	width: 600px;
	height: 350px;
}

@media(max-width: 768px)
{

	.container-for-mob .tab-content iframe
{
	width: 100%;

}
}


.color-ind {
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
    box-shadow: inset 0 0 1px rgba(0,0,0,.5);
}

.acc-menu a
{
	color: #fff
}

.vip-menu
{
	    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    padding: 20px 0 25px 0!important;
    margin: 131px 0 0 0!important;
    -webkit-box-shadow: 0px 7px 6px 0px rgba(154, 154, 154, 0.2);
    -moz-box-shadow: 0px 7px 6px 0px rgba(154, 154, 154, 0.2);
    box-shadow: 0px 7px 6px 0px rgba(154, 154, 154, 0.2);
}

.vip-menu li {
    width: 240px;
    float: left;
    margin: 10px 0;
}

.vip-menu .child li {
    margin: 0;
}

.vip-menu li img
{
	margin-right: 10px;
	margin-top: -4px;

}


#tabs
{padding:0}
#tabs .tab {

	 border: 1px solid #e8e8e8;
    background: #fff;
    min-height: 45px;
    min-width: 70px;
    text-align: center;
    font-size: 10pt;
    padding-top: 12px;
    margin-right: 10px;
    padding-bottom: 3px;
    float: left;
    margin-bottom: 20px;

	}

#tabs .tab + .tab {
	margin-left: 5px;
	}
#tabs .tab.active {
	background: #fff;
	border-color: #830000;
	color: #830000;
	}
	#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;

}
#tabs.checkbox label, .radio label
{margin:5px 0 0 0!important;}

.title-home
{

    font-size: 22px;
    font-weight: bold;
    font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
    color: #222;
    margin: 40px 0 20px -10px;
}

.options-category
{
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 5px 0 0 13px;

}

.product-thumb:hover .options-category
{
	display: block;
}
.product-thumb .options-category input
{
	display: none;
}

.product-thumb .options-category #tabs .tab
{
	margin-bottom: 0;
	min-height: 40px;
    min-width: 55px;
    padding-top: 9px;
    background: rgba(255,255,255,0.9);

}

.product-thumb .options-category #tabs .tab:hover
{
	background: #fff;

}
.product-thumb .options-category #tabs .tab:focus
{
	border-color: #830000;
	color: #830000;
	outline: none;
}
.blog-layout .caption
{
	border-bottom: 1px solid #e3e0e0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.blog-layout .caption:last-child
{
	border-bottom: none;
}
.blog-layout .caption a
{
	    font-family: "Montserrat-Medium", Arial, sans-serif;
	    color: #000;
	    margin-bottom: 10px;
}

.blog-layout .caption p
{
	color: #777;
	margin-top: 10px;
	font-size: 10pt;
}

.blog-layout .caption .col-xs-3
{
	padding: 0 0 0 6px
}

.blog-layout .caption .views-blog
{
	margin-top: 5px;
}

.inner-blog
{
	background: #f7f7f7;
	padding: 20px 0;

}


.inner-blog .image
{


margin: 0;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 50px;
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
.views-blog
{
	font-size: 10pt;
	color: #666
}

.home-left
{
	width: 60%;
	float: left;
	padding-right: 70px;
	color: #333;
	font-size: 10pt;
	position: relative;
	margin-top: 50px;
}
.home-left h1
{
	font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
	margin-bottom: 30px;
}
.right-home
{
	width: 40%;
	float: left;
}

.right-home img
{
	width: 100%;
}

.text-home
{
	margin: 70px 0;
}

.home-scroll
{
	height: 300px;
	overflow-y: scroll;
	padding-right: 30px;
}


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

.home-scroll::-webkit-scrollbar-track {
background-color:#F4F5F5
}

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

.home-scroll::-webkit-scrollbar-thumb:hover{
background-color:black;
}

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

}

.home-scroll::-webkit-scrollbar{
width: 4px;

}
.home-scroll::-webkit-scrollbar{
width: 6px!important;
}

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

.home-scroll::-webkit-scrollbar-track {
background-color:#383838;
border-left: 2px solid #fff;
border-right:3px solid #fff;
}

.home-scroll::-webkit-scrollbar-thumb {
-webkit-border-radius: 15px;
border-radius: 15px;
background-color:#383838;
width: 6px
}

.home-scroll::-webkit-scrollbar-thumb:hover{
background-color:#000;
}

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


.big-letter
{
	font-size: 255pt;
    font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 140px;
    color: #f7f7f7;
}

#oneclick h3
{
	margin-top: 40px;
}

.container-for-mob .table-bordered thead
{
	background: #f7f7f7;
	text-align: center;
}

.container-for-mob .table-bordered
{
	    margin: 0 -6px 20px -6px;
}

.inner-form-rew
{
	background: #fbfbfb;
    padding: 30px 30px 5px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(241, 241, 241);
    float: right;
    width: 38%;
    border: 1px solid #f1f1f1;
        margin-top: -40px;

}

.img-zoom-2 {
	display: none !important;
}

@media(max-width: 767px) {
	.img-zoom-1 {
		display: none !important;
	}
	.img-zoom-2 {
		display: block !important;
	}
}

.rev-prod #review
{
	width: 50%;
	float: left;
}

.star-pr input
{
	height: initial!important;
}

.inner-form-rew .pull-right
{
	width: 100%;
	margin: 10px 0
}

.inner-form-rew .pull-right button
{
	width: 100%;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #efeded;
}

.table-bordered {
    border: 1px solid #efeded;
}

#review img
{
	width: 100px;
	margin-top: 30px;
}

#review p
{
	font-size: 11pt;
}

.drop-curr
{
	border-color: #f1f1f1;
    border-radius: 0;
}

.drop-curr button:hover
{
	color: #830000
}

.information-contact .panel-default
{
	border: none;
	box-shadow: none;
}

.information-contact .panel-default img
{
	width: 25px;
}
.information-contact .panel-default .image-cont
{
	width: 70px;
    height: 70px;
    float: left;
    border-radius: 100%;
    padding-top: 23px;
    margin-bottom: 20px;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
	text-align: center;
	margin-right: 30px;
}
   .information-contact .panel-default strong
   {
   	font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
   	margin-bottom: 5px;
   	font-size: 11pt;
   	display: block;
   	margin-top: 10px;
   }

    .forma-cont
    {
    	width: 33%;
    	float: right;
    	padding: 5px 30px 20px 30px;
	    background: #f9f9f9;
	    text-align: center;
	    border: 1px solid #ededed;
    }

    .inner-cont-i
    {
    	width: 67%;
    	float: left;
    }

    .inner-cont-i .col-sm-6
    {
    	min-height: 180px;
    }

    .forma-cont input
    {
    	border-radius: 0;
    	min-height: 40px;
    }

    .btn-forma
    {
    	width: 100%;
    }
    .btn-forma input
    {
    	width: 100%;
    }
    .bull5i-container select[multiple],  .bull5i-container select[size]
    {
    	height: 400px!important
    }

    .checkout-checkout .panel-default>.panel-heading
    {
    	background: #fbfbfb;
    	border-radius: 0;
    	border-color: #e7e7e7;
    }

    .panel-group .panel
    {
    	border-radius: 0
    }

    .but-popup
    {

    float: none;
    border: 1px solid #830000;
    padding: 13px 30px;
    margin-top: 20px;
    display: inline-block;
    font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
    background: #7a0202;
    }
    .catimg
    {
    	border-radius: 100%;
    	overflow: hidden;
    	margin-bottom: 20px;
    }
    .catimg img
    {

    	width: 100%;
    }
    .catname
    {
    	text-align: center;
    	margin-bottom: 30px;
    }
     .catname a
     {
     	        font-size: 11pt;
     	    color: #222;
     }
    .catname a:focus, .catname a:hover
    {
    	color: #830000!important
    }

    .nomera:hover
    {
    	background: #7c0101;
    }

    .del-wish
    {
    	width: 55px;
    height: 45px;
    background: #fff;
    border-color: #555;
    color: #000;
    box-shadow: none;
    padding-top: 14px;
    border-radius: 0;
    margin-top: 10px;
}

   .category-bold
   {
   	font-family: "AvenirNextCyr-Bold", Arial, sans-serif;
   	font-size: 15px!important;

   }

   .inner-blog .product-thumb
   {
   	min-height: initial;
   }



#myBtn {
  background-color: #fff;
  background-image: url(/image/setka.png);
  background-repeat: no-repeat;
  background-position-y: 3px;
  background-size: 20px;
  color: #222222;
  padding: 2px 0 2px 30px;
  font-size: 10pt;
  text-align: left;
  margin-bottom: 15px;
  border: none;
  cursor: pointer;
  width: 100%;

}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 50; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-content {
    position: relative;
    text-align: center;
    z-index: 50;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #f1f1f1;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    padding-bottom: 40px;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.close {
    color: #222;
    float: right;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid #b3b3b3;
    padding: 7px 11px 6px 11px;
    border-radius: 100%;
    margin-top: 5px!important;


}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #fff;
    border-color: #fff;

}

.modal-body {padding: 2px 16px;}

.alert-success .close
{
	color: #fff!important;
}
.item a {
	margin-right: 4px;
}

@media(max-width: 1226px)
{
	#cart > .btn
	{
		padding-left: 20px
	}

	#cart-total
	{
		height: 19px;
		width: 19px;

	}
	.icon-right
	{
		margin-right: 10px;
	}
}

@media(max-width: 1199px)
{
	#menu .nav > li > a
	{
		margin-right: 5px;
		padding: 12px 5px;
		font-size: 12px;
	}

	.nomera
	{
		padding: 12px 5px;
		font-size: 12px;
		margin-right: 5px;
	}
	.line-lang
	{
		right: 60px;
	}
	.vip-menu
	{
		margin-top: 125px!important;
	}
}

@media(max-width: 991px)
{
	.vip-menu
	{
		margin-top: 120px!important;
	}
	#menu
	{
		min-height: 45px;
	}

	#menu .nav > li > a > img, .nomera img {
	    margin-right: 10px;
	    width: 20px;
	}

	#menu .nav > li > a
	{


		font-size: 10px;
		margin-right: 0
	}

	.nomera
	{

		font-size: 10px;
		margin-right: 0

	}
	#language
	{
		margin-left: 0
	}
	.line-lang {
    right: 42px;
    top: 10px;
	}
	#logo img
	{
		width: 100%
	}

	.icon-right
	{
		margin-right: 0
	}
	.heart
	{
		margin-right: 5px;
	}
	.inner-curr .curr-but
	{
		padding-left: 0
	}
	.inner-cont-i, .forma-cont
	{
		width: 100%;
	}

}

@media(max-width: 768px)
{
	.rev-prod #review
		{
			width: 100%;
			margin-bottom: 60px;
		}
		.inner-form-rew
		{
			width: 100%;
		}

	footer p
	{
		margin: 30px 0 20px 0
	}
	.big-letter
	{
		left: 0;
		font-size: 150px;
	}
	.text-home
	{
		padding-right: 0;
		margin: 10px 0 20px 0
	}
	.home-left
	{
		width: 100%;
		padding-right: 0;
	}
	.right-home
	{
		display: none;
	}
	.views-blog
	{
		margin-bottom: 20px;
	}
	.nomera
	{
		width: 100%;
		text-align: left;
	}
	.line-lang
	{
		display: none;
	}
	.inner-lang
	{
		margin-top: 0
	}
	#language a
	{
		height: initial;
	}
	.inner-phone img {
    width: 23px;

	}
	.inner-phone {
   width: 50px;
    margin-top: 12px;

	}
	.inner-curr
	{
		width: 50px;
	}
	#cart-total
	{
		display: none;
	}
	.icon-right
	{
		margin-top: 10px;
		margin-left: 20px;
	}

	.product-thumb:hover button
	{
		display: none;
	}
	#input-payment-telephone
	{
		height: 45px;
	}
}
@media(max-width: 660px)
{
	.product-layout
	{
		min-height: 500px;
	}
	.modal-razmer img
	{
		width: 100%;
	}

	.modal-razmer .modal-content
	{
		width: 98%;
	}
	.product-thumb:hover .options-category
	{
		display: none;
	}
	.alert-success {
		width:70%;
	}
}
@media(max-width: 530px)
{
	.inner-lang
	{
		margin-left: 0;
		width: 40px;
    	padding: 0;
	}

	.inner-phone img
	{

	    width: 24px;
	}
	.inner-logo
	{
		padding: 0;
		margin-right: 70px;
	}
	.inner-cont-i .col-sm-6
	{
		min-height: 110px;
	}
}

@media(max-width: 480px)
{
	.inner-logo
	{
		margin-right: 50px;
	}
	#button-cart
	{
		width: 80%;
	}
}

@media(max-width: 435px)
{
	.inner-logo
	{
		margin-top: 13px;
		margin-right: 0;
	}
}

@media(max-width: 410px)
{
	.product-layout
	{
		width: 100%;
	}

	.checkout-cart .pull-right {
		float:left!important;
	}
	#accordion .btn-primary {
	padding: 7.5px 60px!important;
}

#accordion .input-group-btn {
	display: inline-block;

}
}

.exit {
zoom: 0.77;
}

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

::-webkit-scrollbar-track {
background-color:#F4F5F5
}

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

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

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:10px;
height:0px
}

::-webkit-scrollbar{
width: 10px;
}


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

::-webkit-scrollbar-track {
background-color:#F9F9F9;
border-left: 1px solid #ddd

}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#242424;
}

::-webkit-scrollbar-thumb:hover{
background-color:#830000;
}
::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:8px;
height:0px
}

::-webkit-scrollbar{
width: 8px;

}

#accordion .btn-primary {
	padding: 7.5px 10px;
}












.icon-right-mobile #search {
	position: absolute;

top: 55px;

left: 0;

width: 100%;

z-index: 9;

padding: 0 12px;
background: #fff;
box-shadow: 0 10px 10px rgba(0,0,0,.15);
border-top: 1px solid rgba(0,0,0,.15);
display: none;
}


.icon-right-mobile #live-search {
	display: block;

left: 0px;

width: 100%;

top: 112px;
border: none;
box-shadow: 0 10px 10px rgba(0,0,0,.15);
}

.icon-right-mobile #search input {
	background: none;
border: none;
	height: 49px;
line-height: 20px;
padding: 2px 5px;
}

.icon-right-mobile #search.show {
	display: block;
}
.icon-right-mobile .search-inner {
	width: 30px;

height: 30px;

float: left;

margin-right: 5px;
}



#search-mobile {

height: 30px;
width: 30px;

display: inline-block;
}

#search-mobile:before {
content: '';
display: inline-block;
width: 23px;
height: 23px;
margin: 4px 0 0;
background: url(../image/search.png) no-repeat 0 0 / contain;
}

/*** CUSTOM STYLES START ***/

/* Корректировка верстки на малых разрешениях start */
@media(max-width: 1199px){
	.product-thumb {
		min-height: 495px;
	}
	.product-thumb.transition {
		min-height: 490px;
	}
	.common-home .product-thumb.transition {
		min-height: 480px;
	}
}
@media(max-width: 991px){
	.product-thumb {
		min-height: 555px;
	}
	.product-thumb.transition {
		min-height: 665px;
	}
	.common-home .product-thumb.transition {
		min-height: 655px;
	}	
}
@media(max-width: 768px){
	.product-thumb {
		min-height: unset;
	}
	.product-thumb.transition {
		min-height: unset;
	}
	.common-home .product-thumb.transition {
		min-height: unset;
	}	
}
@media(max-width: 660px) {
	.product-layout {
		min-height: unset;
	}
}
/* Корректировка верстки на малых разрешениях end */

/* Category options start */
.product-layout:hover {
	z-index: 2;
}
.product-thumb {
	overflow: visible;
}
.product-thumb:hover .cat-options {
	display: block;
}
.cat-options {
	width: 100%;
	padding: 0 0 15px 3px;
	background-color: #fff;
	position: absolute;
	display: none;
}
.cat-option {
	display: inline-block;
	height: 30px;
	min-width: 36px;
	text-align: center;
	padding-top: 5px;
	margin-right: 4px;
	margin-bottom: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.cat-option span {
	padding: 0 8px;
}
.container-cat .product-layout:last-child {
	margin-bottom: 100px;
}
/* Category options end */

/*pagination*/
.pagination>li>a, .pagination>li>span {
	margin-right: 0;
}

/* Корректировка верстки меню категорий start */
.container.catmenu {
	width: 100%;
	padding: 0;
}
.catmenu .collapse.navbar-collapse.navbar-ex1-collapse {
	padding: 0;
}
@media (max-width: 1440px){
	.catmenu #menu .nav > li > a {
		padding: 12px 5px;
	}
}
@media (max-width: 1359px){
	.catmenu #menu .nav > li > a {
		padding: 12px 0px;
	}
	.catmenu #menu .nav > li > a > img {
	margin-right: 5px;
	}
}
@media (max-width: 1199px){
	.catmenu #menu .nav > li > a {
		padding: 12px 0px;
	}
	.catmenu #menu .nav > li > a > img {
	margin-right: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.catmenu #menu .nav > li > a {
		padding: 12px 0px;
	}
	.catmenu #menu .nav > li > a > img {
	margin-right: 0px;
	}
}
/* Корректировка верстки меню категорий end */

/*** CUSTOM STYLES END ***/