@font-face {
    font-family: 'Roboto', sans-serif;
   }
body {
	background-color: #ebebe9;
	color: #666;
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
.wrapper {
    box-shadow: 0px 8px 22px 1px rgba(0,0,0,0.35) !important;
}
.container {
	min-width: 1024px;
}
.close {
	color: #fff;
	opacity: 1;
}
.g-link {
    color: #337ab7;
    cursor: pointer;
}
.g-link:hover {
	color: #23527c;
	text-decoration: underline;
}
.btn-group>.btn.active {
     z-index: 0 !important; 
}
#filterForm b {
	font-size: 140%;
}
.topbar ul.list-inline > li {
	display: inline-block;
	vertical-align: top;
	padding: 5px 7px 5px 6px;
	margin-right: -3px;
	-webkit-box-shadow: 1px 0px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 1px 0px 0px rgba(0,0,0,0.08);
	box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.08);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 11px;
}
.topbar ul.list-inline > li:hover {
	background-color: #2E2A43;
}
.topbar ul.list-inline > li > a {
	color: #ffffff;
}
.topbar ul.list-inline > li .dropdown > a {
	color: #ffffff;
}
.topbar ul.list-inline > li:hover a {
	text-decoration: none;
}
.header {
	min-height: 85px;
}
.header #logo, .header .info-box {
	margin: 10px 30px 5px 0;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.header #logo, .header .info-box span {
	font-weight: normal;
}
.header .info-box {
	margin: 20px 30px 5px 0;
}
.header .busket {
	margin: 30px 30px 10px 0;
}
.header .busket a {
	font-size: 16px;
	color: white;
	float: right;
}
.header .busket a:hover {
	text-decoration: none;
}

/******** MENU ********/
#left-menu {
	background-color: white;
}
#left-menu a {
	color: #777;
}
#left-menu a:hover,#left-menu a.highlighted {
	color: white;
}

/******** Grid item ********/
.grid-items {
	display: block;
}
.grid-items .item {
    height: 415px;
    width: 33%;
    border: 1px solid #ddd;
    position:relative;
    display: inline-block;
    margin-bottom: 15px;
}
.grid-items .item.item--related {
	height: 275px;
}
.grid-items .item.item--related .item-preview{
	height: 145px;
}
.grid-items .item.item--category {
    height: 460px;
    display: inline-table;
}
.grid-items .item:hover { 
	border-color:#152b53;
}
.grid-items .item.column-5 {
	width: 19.6%;
}
.grid-items .item.column-4 {
	width: 24.5%;
	height: 300px;
}
.grid-items .item.column-4 .item-preview {
    height: 180px;
}
.grid-items .column-4-static {
	width: 235px;
	display: block;
	float: left;
	margin-right: 5px;
}
.grid-items .item .item-preview {
    position: relative;
    height: 295px;
}
.grid-items .item .item-preview.item-preview--category {
    position: relative;
    height: 175px;
}
.grid-items .item .item-preview a {
	padding: 10px;
}
.grid-items .item .item-footer > div {
	position: relative;
	height: 100%
}
.promo-block {
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}
.grid-items .item .overlay-block {
	position: absolute;
	width: 95%;
	left: 3%;
	top: 35%;
	background: rgba(206, 205, 200, 0.5);
	color: #fff;
	z-index: 20;
	padding: 5px 10px;
	text-align: center;
	visibility: hidden;
}
.grid-items .item .overlay-block:hover {
	background: rgba(206, 205, 200, 0.7);
}
.grid-items .item:hover .overlay-block {
	visibility: visible;
}
.grid-items .item .overlay-block hr {
	margin: 5px 0;
}
.grid-items .item .overlay-block a {
	font-size: 16px;
}
.grid-items .item .overlay-block a:hover {
	text-decoration: none;
	color: #BF1400;
}
.grid-items .item .overlay-block .icon-actions button, .grid-items .item .overlay-block .icon-actions a {
	color: white;
	font-weight: 900;
	padding: 0 12px;
	font-size: 14px;
}
.grid-items .item .overlay-block .icon-actions button.success, .grid-items .item .overlay-block .icon-actions a.success, .grid-items .item .overlay-block .icon-actions button:hover {
	color: #BF1400;
}
.grid-items .item .overlay-block a {
	color: #fff;
}
.grid-items .item .item-footer {
    padding: 0 6px;
    padding-left: 13px;
    font-weight: bold;
    height: 140px;
}
.grid-items .item .item-header {
    padding: 0 20px;
    font-weight: bold;
    height: 10px;
}
.item-footer .label.label-danger {
	padding: 3px 15px;
}
.label-danger {
	background-color: #FF2F3C;
}
.label-gray {
	color: #fff;
	background-color: #45A67B;
}

.grid-items .item .item-footer .item-name {
	color: #666;
	font-size: 12px;
	height: 60px;
	display: block;
}
.grid-items .item .item-footer .item-name:hover {
	text-decoration: none;
}
.item .item-price {
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    padding-top: 12px;
}
.grid-items .btn.btn-block {
	position: absolute;
	bottom: 0;
	color: white;
	border-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.grid-items .btn.btn-default {
	background-color: #4C6CA9;
}
.slide_one {
	width: 825px;
	height: 270px;
}
.slide_one.slide_cat {
	width: 1100px;
	height: 270px;
} 

.slide-cat-wrap .car-next {
	right: 10px !important;
}
.slide_one ul li {
	width:825px; 
	height:270px;
}
@media screen and (max-width: 1025px) {
	.slide_one ul li {
		width:670px; 
		height:230px;
	}

	.slide_one {
	    width: 670px;
	    height: 230px;
	}
}

.slide_wrap {
	position: relative;
}
.slide_wrap .car-prev, .slide_wrap .car-next {
	position: absolute;
	top: 50%;
}
.slide_wrap .car-prev.disabled, .slide_wrap .car-next.disabled {
	pointer-events: auto !important;
}
.slide_wrap:hover .car-prev, .slide_wrap:hover .car-next {
	z-index: 2;
}

.slide_wrap .car-next {
	right: 0;
}
.pages {
  list-style: none;
  position: absolute;
  right: 0;
  padding: 0;
  text-align: center;
}
.slide_wrap .pages {
  top: 93%;
  right: 2.5%;
}

.pages li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 1px;
  text-indent: -999px;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #ececec;
}
.pages li:hover {
  background: #dadada;
}
.pages li.active {
  background: #3f464d;
}

.frame {
  overflow: hidden;
}
.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.frame ul li {
  float: left;
  padding: 0;
  cursor: pointer;
}
.frame ul li.active {
  color: #fff;
}

.img-preview {
	position: relative;
	text-align: center;
	min-height: 460px;
}

.scroll-box {
	height: 510px;
}
#quickview .scroll-box {
	height: 380px;
}
.scroll-box .scroll-thumb {
	position: relative;
	width: 275px;
	height: 150px;
	margin-bottom: 10px;
}
#quickview .scroll-box .scroll-thumb {
	width: 185px;
	height: 90px;
}
#quickview .scroll-thumb-column {
	width: 80px;
	height: 90px;
}
.scroll-box .scroll-thumb.scroll-thumb--small {
	width: 90px;
	height: 90px;
}
.scroll-thumb-title {
	position:absolute; 
	bottom:10px; 
	left: 14%;
}
.scroll-box .scroll-thumb a {
	border: 1px solid #ccc;
}

.scroll-thumb-column {
	float:left; 
	position:relative; 
	width:125px;
	height:150px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product-thumbs {
	position: relative;
}
.product-thumbs .car-next {
	margin-top: 5px;
	position: absolute;
	bottom: -20px;
	left: 44.1%;
}
.product-thumbs .car-prev {
	margin-bottom: 5px;
	position: absolute;
	top: -15px;
	left: 44.1%;
}

.footer-menu li {
	list-style:none;
}

.colors-menu {
	width: 260px;
	border-radius: 0;
}

.colors-menu >li> a {
	padding: 5px 10px;
}
.colors-menu li .badge-price {
	float: right;
	background-color: yellow;
	padding: 3px;
}
.colors-menu img {
	position: relative;
	max-width: 40px;
	max-height: 40px;
}
.colors-thumbs > div > div  {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.colors-thumbs div > a {
	height: 170px;
	display: block;
}
.colors-thumbs a img {
	max-height: 150px;
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

.accessory-thumbs {
	height: 92px;
	overflow: hidden;
}
.related-wrap .accessory-thumbs {
	height: auto;
}
.scroll-accessory .accessory-thumb {
	position: relative;
	width: 90px;
	height: 90px;
  	float: left;
  	margin-right: 13px;
}

.scroll-accessory .accessory-thumb.accessory-thumb--150 {
	width: 95px;
	height: 95px;
	margin-right: 0;
	margin-left: 13px;
	margin-bottom: 5px;
} 

.scroll-accessory .accessory-thumb a {
	border: 1px solid #ddd;
	padding: 5px;
}

.modal-header {
	background-color: #4C6CA9;
	color: white;
	padding: 6px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.sorter {
    padding-top: 10px;
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    padding-left: 5px; 
}

.sorter li{
    display: inline-block;
    margin-right: 5px;
}

.sorter li a[data-sort=-title]{
    background:url(/img/arrow-down-12.jpg) right no-repeat;  
    width: 110px;
    display: block;

}
.sorter li a[data-sort=title]{
    background:url(/img/arrow-up-12.jpg) right no-repeat;  
    width: 110px;
    display: block;
}

.sorter li a[data-sort=-price]{
    background:url(/img/arrow-down-12.jpg) right no-repeat;  
    min-width: 74px;
    display: block;
}
.sorter li a[data-sort=price]{
    background:url(/img/arrow-up-12.jpg) right no-repeat;  
    min-width: 74px;
    display: block;
}

.sorter li a[data-sort=-position]{
    background:url(/img/arrow-down-12.jpg) right no-repeat;  
    width: 120px;
    display: block;
}
.sorter li a[data-sort=position]{
    background:url(/img/arrow-up-12.jpg) right no-repeat;  
    width: 120px;
    display: block;
}

.sorter li a[data-sort=-id]{
    background:url(/img/arrow-down-12.jpg) right no-repeat;  
    width: 85px;
    display: block;
}

.sorter li a[data-sort=id]{
    background:url(/img/arrow-up-12.jpg) right no-repeat;  
    width: 85px;
    display: block;
}

.sorter li a.asc, .sorter li a.desc {
    border-bottom: 1px dashed #2E2A43;
    color: #4C6CA9;
    text-decoration: none;
}

.product-wrapper
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@font-face {
    font-family: 'rouble';
    src: url('/fonts/rouble-webfont.eot');
    src: url('/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rouble-webfont.woff') format('woff'),
         url('/fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.rouble
{
	font-family:'rouble';
	font-weight: normal;
    font-style: normal;
}

.img-preview .popover {
	min-width: 350px;
}

.nav-tabs>li>a>h2 {
	font-weight: normal;
	font-size: 14px;
	margin-top: 0;
	line-height: 1.3;
	margin-bottom: 0;
}

.blockViewed {
	margin-top: 25px;
	margin-bottom:10px;
}
.blockViewed .frame {
	margin-top: 15px;
}

.blockViewed .r-3x {
	width:120px; 
	height:120px;
	float: left;
	margin-right: 13px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 0;
}

.callback_link {
	display: block;
	font-size: 32px; 
	color: white;
	position: relative;
	top: 10px;
	left: -10px;
}
.callback_link img {
	width: 30px;
}
.callback_link:hover, .callback_link:focus {
	text-decoration: none;
	color: white;
}

.threed-zoom {
	display: block;
	margin: 0 auto;
	background-size: cover;
	position: relative;
	top: 1px;
	width: 40px;
	border-radius: 6px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('/img/open.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}
.threed-zoom:hover {
	background-image: url('/img/open-hover.png');
}

.promo-links {
	display: flex;
    justify-content: space-around;
}
.promo-links li {
	width: auto;
	text-align: justify;
}

.promo-links a {
	color: #383838;
	line-height: 34px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.promo-links a:before {
	width: 40px;
	height: 34px;
	margin-right: 14px;
	content: "";
	float: left;
	display: inline-block;
	background: url("/img/promo-bar.png") no-repeat 0 0;
}
.promo-links .item1 a:before {
	width: 41px;
	background-position: 0 -1px;
}

.promo-links .item2 a:before {
	width: 38px;
	margin-right: 8px;
	background-position: -42px -1px;
}

.promo-links .item3 a:before {
	width: 37px;
	margin-right: 8px;
	background-position: -81px -1px;
}
.promo-links .item4 a:before {
	width: 35px;
	margin-right: 11px;
	background-position: -156px -1px;
}
.promo-links .item5 a:before {
	width: 37px;
	margin-right: 10px;
	background-position: -193px -1px;
}

.promo-banner {}
.promo-banner-item {
	width:362px;
	height:497px;
	position:relative;
	display:inline-block;
	margin-left: 5px;
}
.promo-banner-items {
	width:362px; 
	height:247px; 
	position:relative;
	display:block;
	margin-bottom: 3px;
}
.promo-banner-items.horizontal {
	display:inline-block;
	width: 360px;
	height: 170px;
	margin-left: 5px;
}
.promo-banner-horizontal {
	width: 734px;
	height: 176px;
	position:relative;
	display:inline-block;
	margin-left: 5px;
}

@media screen and (max-width: 1100px) {
	.promo-banner-item {
		width:312px;
		height:430px;
		position:relative;
		display:inline-block;
		margin-left: 5px;
	}
	.promo-banner-items {
		width:312px; 
		height:215px; 
		position:relative;
		display:block;
		margin-bottom: 3px;
	}
	.promo-banner-items.horizontal {
		display:inline-block;
		width: 320px;
		height: 165px;
		margin-left: 5px;
	}
	.promo-banner-horizontal {
		width: 620px;
		height: 165px;
		position:relative;
		display:inline-block;
		margin-left: 5px;
	}
}

.flex-container {
  padding: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.space-between { 
  -webkit-justify-content: space-between; 
  justify-content: space-between; 
}  
.search {
	height: 24px;
	font-size: 12px;
	margin-top: 30px;
}
.search-block {
	position: relative;
}
.search-block input {
	cursor: pointer;
	font-weight: 200;
}
.search-block .search__button {
	color: #111;
	z-index: 10;
	position: absolute;
	top: 2px;
	right: 0;
}
.wrapp-2, .wrapp-1 {
    box-shadow: 0px 8px 22px 1px rgba(0,0,0,0.35) !important;
}
.no-padder-r {
	padding-right: 0;
}
.no-padder-l {
	padding-left: 0;
}

.scroll-photo {
	position: relative;
	width: 94%;
}
.scroll-photo .car-prev {
	position: absolute;
	top: 40%;
	left: -15px;
}
.scroll-photo .car-next {
	position: absolute;
	top: 40%;
	right: -15px;
}
.scroll-photo .accessory-thumb {
	position: relative;
	width: 90px;
	height: 90px;
  	float: left;
  	margin-right: 13px;
}
.scroll-photo .accessory-thumb a {
	border: 1px solid #ddd;
	padding: 5px;
}
.seo-text {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
}
.seo-text figure {
	border: 1px solid #ccc;
	text-align: center;
	display: inline-block;
	padding: 15px;
}
.related-wrap {
	border-radius: 10px;
	padding: 5px;
}
.col-xs-20 {
    width: 20%;
    padding-right: 5px;
    padding-left: 5px;
}
.filter-cat .btn.btn-primary {
	background-color: #d1d1d1;
	border-color: #aeaeae;
	color: #313131;
	margin-top: 5px;
}
.filter-cat .btn.btn-primary.active, .filter-cat .btn.btn-primary:hover {
	background-color: #09DA0E;
	border-color: #09DA0E;
	color: #ffffff;
}
.filter-header {
	font-size: 16px;
}
.filter-item .glyphicon.glyphicon-question-sign {
	cursor: pointer;
	visibility: hidden;
}
#filterForm .glyphicon.glyphicon-question-sign:hover {
	color: red;
}
.filter-item:hover .glyphicon.glyphicon-question-sign {
	visibility: visible;
}
.filter-item .popover {
	max-width: 550px;
}
.filter-item .popover-content {
	width: 550px;
}
.figure-mode {
	text-align: center;
}
.dropdown-filter .dropdown-menu {
	background-color: transparent;
	box-shadow: none;
	border: none;
}
.dropdown-menu li input {
	display: none;
}
.share-text {
	position: relative;
	top: 4px;
}
#___plusone_0 {
	position: relative;
	top: 5px !important;
}
.filter-cat .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: auto;
	cursor: pointer;
}
.filter-cat input {
	display: none;
}
.product_desc {
	font-size: 115%;
}
.pla-book {
	font-size: 90%;
}
.h1, h1 {
    font-size: 27px;
}
.h2, h2 {
    font-size: 22px;
}
.h3, h3 {
    font-size: 19px;
}
th {
	padding: 3px;
	text-align: center;
}
td {
	padding: 3px;
}
.seo-text table, .seo-text figure {
	margin: 25px auto;
	display: table;
}
.phone-style {
	font-size: 130%;
	font-weight: 500;
}

input.js-search-bar {
	outline: none;
}
input.js-search-bar {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input.js-search-bar::-webkit-search-decoration,
input.js-search-bar::-webkit-search-cancel-button {
	display: none; 
}
input.js-search-bar {
	background: transparent url(/img/search-10-16.png) no-repeat 9px center;
	border: none;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input.js-search-bar:focus {
	width: 130px;
	background-color: #fff url(/img/search-13-16.png) no-repeat 9px center;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
input.js-search-bar:-moz-placeholder {
	color: #999;
}
input.js-search-bar::-webkit-input-placeholder {
	color: #999;
}
/* Demo 2 */
input.js-search-bar {
    width: 25px;
    padding-left: 10px;
    margin-top: 5px;
    color: transparent;
    cursor: pointer;
    float: right;
}
input.js-search-bar:hover {
}
input.js-search-bar:focus {
	width: 350px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
input.js-search-bar:-moz-placeholder {
	color: transparent;
}
input.js-search-bar::-webkit-input-placeholder {
	color: transparent;
}


.btn-danger {
	background-color: #f30e03;
}

.product__right {
	padding: 12px; 
	padding-right: 10px;
}
.product_price {
	font-size: 160%; 
	font-weight: 600;
}
.product__actions {
	padding: 0 30px;
}
.product__actions a {
	color: #707474;
}
.modal-dialog {
	top: 7%;
}
.sm-gray ul {
    border: none !important;
}
.sm-gray > li > a.page-list {
    position: relative;
    top: 1.2px;
}
ul.sm li > div > div {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background: #ffffff;
}

.sm-gray ul:not(.sub-menu) {
    background: transparent !important;
}
ul .sub-menu {
    background: #ffffff;
}
.video_mini {
	margin-top: 10px;
}
.video_mini iframe {
	width: 100%;
	height: auto;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.btn {
	border-radius: 0;
}
.modal-content {
	border-radius: 0;
}
.panel {
	border-radius: 0;
}
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills>li>a {
    border-radius: 0;
}
.panel-group .panel {
    border-radius: 0;
}
.item__notiact {
	position: absolute;
	top: 10px;
	left: 4px;
	z-index: 10;
}
.item__notiact > span {
	margin-bottom: 10px;
}
ul.sm ul {
    z-index: 15;
}