::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #fff;
-webkit-box-shadow: inset 1px 1px 2px rgb(237, 238, 240);
}
::-webkit-scrollbar-thumb {
background: #edeef0;
-webkit-box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.2);
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px 2px rgba(0,0,0,0.3);
    background:none; 
        opacity:.7;
}
 
body::-webkit-scrollbar-thumb {
  border-radius: 1px;	
  background: none; 
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  cursor: pointer;
}

@font-face {
			font-family: "RobotoRegular";
			src: url("/css/fonts/RobotoRegular/RobotoRegular.eot");
			src: url("/css/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
			url("/css/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
			url("/css/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "RobotoLight";
			src: url("/css/fonts/RobotoLight/RobotoLight.eot");
			src: url("/css/fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
			url("/css/fonts/RobotoLight/RobotoLight.woff") format("woff"),
			url("/css/fonts/RobotoLight/RobotoLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "RobotoMedium";
			src: url("/css/fonts/RobotoMedium/RobotoMedium.eot");
			src: url("/css/fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
			url("/css/fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
			url("/css/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "RobotoBold";
			src: url("/css/fonts/RobotoBold/RobotoBold.eot");
			src: url("/css/fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
			url("/css/fonts/RobotoBold/RobotoBold.woff") format("woff"),
			url("/css/fonts/RobotoBold/RobotoBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}


body {
	background-color: #edeef0;
}

textarea {
	resize: none;
}

#content {
	min-height: calc(100vh - 50px);
}

footer {
	background: #fff;
	width: 100%;
	box-shadow: 0px 0px 1px rgba(0,0,0,.3);
	z-index: 999;
	position: relative;
}

.copyright {
	line-height: 50px;
	color: #333333;
	float: left;
	width: 70%;
	font-weight: 600;
	font-family: 'open sans';
	font-size: 14px;
}

.payments {
	float: left;
	width: 30%;
}

a.payment.payeer {
	width: 35px;
	height: 35px;
	background: url(/img/payeer.png) no-repeat;
	background-size: 100%;
	display: block;
	margin-top: -41px;
	margin-right: 17px;
	float: right;
}

a.payment.megakassa {
	width: 35px;
	height: 35px;
	background: url(/img/megakassa.png) no-repeat;
	background-size: 100%;
	display: block;
	margin-top: -41px;
	margin-right: 64px;
}

.head {
	background: #f7901d;
	z-index: 999;
	position: relative;
}

.head .nav>li>a {
    color: #fff;
    font-weight: 600;
    font-family: 'open sans';
    font-size: 14px;
}

.head .nav>li>a:focus,.head .nav>li>a:hover {
    text-decoration: none;
    background-color: #e67d08;
}

header {
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0,0,0,.3);
	margin-bottom: 15px;
}

.panel-product {
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	border: 0px;
	position: relative;
}

.panel-product > .panel-image > img {
	width: 100%;
	height: 150px;
	background-size: cover;
	border-radius: 3px 3px 0px 0px;
}

.byer {
	font-size: 17px !important;
}

.panel-product > .panel-body {
	font-size: 15px;
	background-color: #ffffff;
}

.panel-product > .panel-addnew {
	height: 150px;
	background-color: #f2f2f2;
	line-height: 150px;
	text-align: center;
	font-size: 40px;
	color: #BFBFBF;
}

.panel-product > .panel-price {
	position: absolute;
	font-size: 24px;
	top: 121px;
	left: -7px;
}

.panel-shop {
	border: 0px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.navbar-shop > li > a {
	transition: .4s all;
}

.navbar-shop > li > a:hover {
	background-color: #E6E6E6;
	border-radius: 3px;
}

.navbar-brand {
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'open sans';
	font-size: 26px;
	margin-right: 10px;
}

.navbar-toggle {color: #fff;}

.navbar-brand:hover {
    color: #fff;
}

.modal-content {
	border-radius: 3px;
}

@media (min-width: 1200px) {
	.pull-right-lg {
		float: right;
	}
}

@keyframes upMessage {
	0% {
		opacity: 0;
		transform:perspective(400px) rotate3d(180,0,0,-100deg);
	}
	100%{
		opacity: 100%;
		transform:perspective(400px) rotate3d(180,0,0,0deg);
	}
}

#messages {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 20000;
}

#messages > .message {
	background: rgba(0,0,0,.7);
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	animation: upMessage .6s;
	margin-bottom: 10px;
	float: left;
	display: inline-block;
	clear: both;
}

#messages > .message:last-child {
	margin-bottom: 0px;
}

.btn-file {
	position: relative;
}

.btn-file input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.buy-img-block > img {
	width: 100%;
	height: 200px;
	background-size: cover;
}

.buy-title-block {
	font-weight: 400;
	font-size: 18px;
}

.buy-about-block {
	font-size: 15px;
	font-weight: 200;
}

.buy-about-block > span {
	font-weight: 400;
	font-size: 17px;
}

img.screenshot {
	height: 150px;
	cursor: pointer;
}

#tick_msgs {
	padding-top: 10px;
	height: 500px;
	position:relative;
	overflow: hidden;
}

.tick_msg_block {
	width: 100%;
	overflow: auto;
}

.tick_msg {
	background-color: #f2f2f2;
	max-width: 80%;
	float: left;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 1px rgba(0,0,0,.2);
}

.tick_msg.me {
	float: right;
	background: #8EB7DA;
	color: #fff;
}

.tick_msg > .tick_author {
	font-weight: bold;
}

.btn-send {
	height: 46px;
}

.btn-close-ticket {
	margin-top: -8px;
}

hr.hr-top {
	margin-bottom: 0px;
}

hr.hr-bottom {
	margin-top: 0px;
}

.btn-3block {
	width: 33.59%;
}

/*Reviews-block*/
.review-block {
	background-color: rgba(237, 238, 240, 0.38);
	padding: 15px;
	border-radius: 1px;
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	border: 1px solid #edeef0;
}

.review-block > .author {
	font-weight: 600;
	font-family: 'open sans';
	font-size: 15px;
	color: #000;
}

.review-block > .author > span.timeadd {
	font-weight: 100;
	font-size: 14px;
}

.review-block  .stars {
	color: #fba850;
	font-size: 20px;
	float: right;
}

.review-block > .text {
	font-size: 15px;
	font-weight: 200;
}

.review-block > .img {
	width: 40px;
	height: 40px;
	background: url(/img/no.png) no-repeat;
	background-size: 100%;
	border-radius: 50%;
	border: 4px #fff solid;
	position: absolute;
	left: -15px;
	top: -5px;
}

/*BTN-SPEC*/

.btn-spec {
	position: relative;
	background: #f7901d;
	border: 1px solid #f7901d;
	color: #ffffff;
	transition: all .3s;
	overflow: hidden;
	font-weight: 600;
	font-family: 'open sans';
	font-size: 14px;
}

.btn-spec.nobuy {
	position: relative;
	width: 250px;
	background: #f7901d;
	border: 1px solid #f7901d;
	color: #ffffff;
	transition: all .3s;
	overflow: hidden;
}

.btn-spec i {
	padding-left: 5px;
	transition: all .3s;
}

.btn-spec:hover i {
	padding-left: 8px;
	color: #e67d08;
	z-index: 100;
}

.btn-spec i:after {
	top: 0;
	right: 0;
	position: absolute;
	content:"\f058";
	background: transparent;
	width: 40px;
	height: 100%;
	z-index: 1;
	transition: all .3s;
	color: #fff;
	line-height: 20px;
	font-size: 20px;
	padding-top: 32px;
}

.btn-spec:hover i:after {
	top: 0;
	right: 0;
	position: absolute;
	content:"\f058";
	background: #f7901d;
	width: 40px;
	height: 100%;
	z-index: 1;
	transition: all .3s;
	color: #fff;
	line-height: 20px;
	font-size: 20px;
	padding-top: 7px;
}

.btn-spec:hover,
.btn-spec:active,
.btn-spec:active:hover,
.btn-spec:focus:hover {
	color: #fff;
	background: #e67d08;
	border: 1px solid #e67d08;
}

.panel-onmouse:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,.4);
	transform: scale(1.01)
}

.panel-image {
	position: relative;
	overflow: hidden;
}

.btn-fastview {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
	transition: all .5s;
	opacity: 0;
}

.panel-onmouse:hover .btn-fastview {
	opacity: 1;
	top: 40px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f7901d;
}

.btn-primary {
    color: #fff;
    background-color: #f7901d;
    border-color: #f7901d;
}

.label-primary {
    background-color: #f7901d;
}

.boxs {margin: 0 0 10px;overflow: hidden;}

.social a {
    margin: 0 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 30px;
    width: 30px;
}

.social a i {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #f7901d;
    border-radius: 5%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.social {
	float: left;
}

.title-social {
	float: left;
	font-size: 17px;
	line-height: 30px;
	text-transform: uppercase;
	margin-right: 10px;
}

.social a i:hover {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #415f82;
    border-radius: 5%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.cash {
	font-weight: 600;
	font-family: 'open sans';
	font-size: 14px;
}

.sharing-widget {
    display: inline-block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: inherit;
    font-weight: 400;
    list-style: outside none none !important;
    padding: 0;
    text-indent: 0 !important;
    word-spacing: 0 !important;
}
.sharing-widget {
    margin: 0;
}
.sharing-button {
	display: none;
}
.sharing-buttons > * {
    display: inline-block;
}
.sharing-widget {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.sharing-button {
    position: relative;
}
.sharing-widget {
    line-height: inherit;
}
.sharing-widget:hover, .sharing-widget:active, .sharing-widget:focus {
    cursor: pointer;
    transition: none 0s ease 0s ;
}

.sharing-buttons .sharing-widget {
    background: rgba(172, 184, 202, 1) none repeat scroll 0 0;
    color: #000;
}
.facebook.sharing-widget {
    fill: #425497;
}
.facebook.sharing-widget:hover, .facebook.sharing-widget:active, .facebook.sharing-widget:focus {
    background: rgb(72, 98, 163) none repeat scroll 0 0;
}
.twitter.sharing-widget {
    fill: #00b7ec;
}
.twitter.sharing-widget:hover, .twitter.sharing-widget:active, .twitter.sharing-widget:focus {
    background: rgb(99, 174, 235) none repeat scroll 0 0;
}
.google-plus.sharing-widget {
    fill: #dd4241;
}
.google-plus.sharing-widget:hover, .google-plus.sharing-widget:active, .google-plus.sharing-widget:focus {
    background: rgba(194, 82, 52, 1) none repeat scroll 0 0;
}
.vkontakte.sharing-widget {
    fill: #526e8f;
}
.vkontakte.sharing-widget:hover, .vkontakte.sharing-widget:active, .vkontakte.sharing-widget:focus {
    background: rgba(72, 114, 158, 1) none repeat scroll 0 0;
}

.sharing-buttons {
    font-weight: 600;
    font-family: 'open sans';
    font-size: 14px;
    line-height: 20px;
}
.sharing-buttons .sharing-widget {
    border-radius: 3px;
    margin: 0 2px 0px;
}

.share-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    vertical-align: middle;
    border-radius: 2px;
    background-size: 24px 24px;
}

.vkontakte .share-icon {
    background-image: url('/img/vk.png');
}
.facebook .share-icon {
background-image: url('/img/fe.png');
}
.twitter .share-icon {
background-image: url('/img/twi.png');
}
.google-plus .share-icon {
background-image: url('/img/go.png');
}

.sharing-couter {
display:none;
}

.informer {
	width: 88px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}

#toTop {height: 100%;position: fixed;bottom: 0;left: 0px;text-decoration: none;color: #000000;background-color: #6262620f;font-size: 12px;padding: 1em;display: none;}

#toTop:hover {
    background-color: #0000000d;
    opacity: 1;
    -webkit-transition: all 0.5s 0s;
    -o-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
}

#toTop i {
	padding-top: 60px;
	color: #f7901d;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 1230px) {
    .bannerslot {
	display: none;
    }
}