/*font-family: 'Lobster', cursive;*/
body {
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
	background: url(../image/tmp/bg-right-1.png) no-repeat right top;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
/*.fa {
	font-size: 14px;
}*/
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #444;
	outline:none !important;
	text-decoration: none !important;
}
a:visited{
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover, a:focus{
	color:#333;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	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: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 15px;
}
.input-group .input-group-addon {
	font-size: 15px;
	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;
	margin-top: 20px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #fd4500;
	
}
/* top */
#top {
	background: rgba(255,255,255,0.7);
	/*border-bottom: 1px solid #e2e2e2;*/
	padding: 15px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
	box-shadow:0 0 20px 0 rgba(0,0,0,.15);
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top #form-language .dropdown-menu{
	left: auto;
	right: 0;
}
#top .btn-link, #top-links li, #top-links a {
	color: #444;
	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: 9px;
}
#top-links.social_hed{
	font-size: 26px;
	padding-top: 5px;
	line-height: 1;
}
.top_top2 .fa-shopping-cart{
	color: #fd4500;
}
.top_top2 a:hover,#top-links a:hover{
	opacity: 0.8;
}
#top-links .list-inline{
	margin-bottom: 0;
}
#top-links a + a {
	margin-left: 15px;
}
.topinfo a{
	color:#444;
	padding: 9px 15px 9px;
	text-decoration: none;
	display: inline-block;
}
.topinfo a:first-child{
	padding-left: 0;
}
.topinfo a:hover{
	color:#fd4500;
}
#form-language .btn-group > .btn{
	font-size: 18px;
	padding: 5px 10px;
}
/* logo */
#logo {
	margin: 0 0 20px 0;
}
/* search */
#search {
	margin-top: 5px;
	width: 100%;
}
#search .input-lg {
	height: 50px;
	line-height: 20px;
	padding: 0 10px;
	border:none;
	box-shadow: none;
	border-radius: 45px;
	box-shadow: 8px 8px 30px 0 rgba(41.999999999999986,67.00000000000004,113,.15);
}
#search .input-group-btn{
	position: absolute;
	right: 40px;
	top:5px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 28px;
	padding: 6px 11px;
	color:#fff;
	/*background: #d9d9d9;*/
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800) !important;
	border:none;
	border-radius: 45px;
}
#search .btn-lg:hover{
	color:#333;
}
#search .btn-lg i{
	font-size: 19px;
}
.talr{
	text-align: right;
	font-size: 20px;
	padding-top: 20px;
}
.talr.carts_t{
	padding-top: 10px;
}
.talr i{
	font-size: 20px;
	margin-right: 10px;
}
.talr i.mcartico{
	font-size: 40px;
	vertical-align: middle;
}
.cllink{
	color: #444;
}
.cllink:hover{
	color: #666;
}
/*#search .input-group-btn{
	border-radius: 0 15px 15px 0;
}*/
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart .dropdown-toggle{
	cursor: pointer;
	position: relative;
}
#cart.btn-group.open .dropdown-toggle{
	-webkit-box-shadow:none;
	box-shadow: none;
}
#cart #cart-total span{
	position: absolute;
	top: -5px;
	left: 28px;
	background: #fd4500;
	color:#fff;
	font-size: 11px;
	border-radius: 50%;
	border:2px solid #fff;
	line-height: 1;
	padding: 3px 0 2px;
	width: 20px;
	text-align: center;
}
#cart:hover #cart-total, #cart:hover .mcartico{
	transition: .4s;
	color:#777777;
}
#cart > .btn {
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #444;
	box-shadow: none;
	text-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: rgba(255,255,255,0.7);	
	min-height: 40px;
	border-radius: 50px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	border:none;
}
#menu .navbar-collapse.collapse{
	padding-left: 0;
	padding-right: 0;
}

#menu .nav > li > a {
	color: #444;	
	min-height: 15px;
	background-color: transparent;
	padding: 18px 0;
	border-radius: 50px;
}
#menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .nav > li > a:hover{
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800) !important;
	color:#fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	padding-top: 0;
}
#menu .dropdown-menu.ddmena{
	border:none;
	border-radius: 20px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: block;
	width: 1240px;
}

#menu .dropdown-inner a {
	min-width: 280px;
	display: block;
	padding: 10px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 18px;
	border-radius: 50px;
	text-align: left;
}
#menu .dropdown-inner li a:hover {
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 15px;
}
#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;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #333;
	padding: 2px 18px;
	float: right;
	background: transparent;	
	border:none;
	box-shadow: none;
	margin-right: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {

	#menu #category i{
		margin-right: 10px;
	}
	#menu {
		background: #e5e5e5;
		margin-top: 20px;
	}
	.container-fluid.fmobline{
		padding-left: 0;
	}
	#menu #category{
		color:#333;
		text-shadow: none;
		font-size: 24px;
		font-weight: 400;
	}
	#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: #444;
	}
	#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;
	}
	#menu .nav > li > a:hover{
		background-image: none !important;
		color: #444;
	}
}
/* content */
#content {
	min-height: 600px;
}
#common-home{
	overflow: hidden;
}
.slide{

	margin-bottom: 45px;
}
.nslname,.nsllist,.nslbtn{
	margin-left: 40px;
}
.nslname{
	margin-top: 45px;
	font-size: 46px;
	color:#fd4500;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0 0 20px rgba(0,0,0,.15);
	background: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800) ;
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nsllist ul{
	margin: 30px 0;
	padding: 0;
	list-style: none;
}
.nsllist ul li{
	line-height: 1.5;
	font-size: 34px;
}
.nsllist ul li i {
	color:#b5c9ff;
}
.nslbtn2{
	margin-top: 5px;
}
.nslbtn a{
	display: inline-block;
	line-height: 1;
	padding: 13px 25px 17px;
	font-size: 32px;
	color: #fff;
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800) ;
	border-radius: 50px;
	box-shadow: 0 10px 10px 0 rgba(247,154.00000000000009,47,.15)
}
.nslbtn2 a{
	display: inline-block;
	line-height: 1;
	padding: 13px 25px 17px;
	font-size: 22px;
	color: #fff;
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800) ;
	border-radius: 50px;
	box-shadow: 0 10px 10px 0 rgba(247,154.00000000000009,47,.15)
}
.nslbtn a:hover,.nslbtn2 a:hover{
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
}
.mcathom{
	    margin-bottom: 20px;
}
.mstimg{
	border-radius: 20px;
	overflow: hidden;
}
.mcat_img{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.mcat_img img{
	transition: .8s;
}
.nammcat {
    position: absolute;
    text-align: center;
    display: inline-block;
    bottom: 10px;
    left: 20px;
    right: 20px;
    border-radius: 50px;
    background: rgba(255,255,255,0.7);
    color: #040404;
    font-size: 24px;
    padding: 15px 0;
    text-shadow: 1px 1px #fff;
}
.mcat_img:hover .nammcat{
	color: #fd4500;
}
.mcat_img:hover img{
	transform: scale(1.025);
}
.mstdesc{
	text-align: center;
}
.msttitle{
	margin: 20px 0;	
	font-size: 20px;
	font-weight: 400;
}
.mstdescription{
	font-size: 18px;
}
.mrewhom{
	text-align: center;
	margin-bottom: 25px;
}
.mrew_img{
	margin-bottom: 20px;
}
.mrew_img img.img-responsive{
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 4px #ffdef8;
	width: 150px;
	height: 150px;
}
.mrew_descr{
	margin-bottom: 20px;
	padding: 0 20px;
}
.mrew_name{
	font-size: 16px;
	font-weight: 400;
	color: #8a8a8a;
}
#menu .nav > li > a.a_allcat{
	border-radius: 50px;
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1) ;
}
#menu .navbar-nav{
	float: none;
	display: flex;
}
#menu .navbar-nav > li{
	flex-grow: 1;
	text-align: center;
}
.all_btn_mod{
	margin: 20px 0;
	text-align: center;
}
.all_btn_mod a{
	display: inline-block;
	font-size: 32px;
	color:#fff;
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
	padding: 13px 25px 17px;
	border-radius: 50px;
	box-shadow: 0 10px 10px 0 rgba(247,154.00000000000009,47,.15);
}
.all_btn_mod a:hover{
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
	color:#444;
}
.topinfo_mob_left a{
	display: inline-block;
	font-size: 25px;
	padding: 0px 15px;
}
.topinfo_mob_left a + a{
	padding: 8px 20px;
}
.topinfo_mob_left a:first-child{
	border-right: 1px solid #ccc;
}
.mob_menbg1{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(255,255,255,0.7);
}
.mob_men_item{
	display: none;
	position: fixed;
	z-index: 9999999;
	width: 315px;
	top: 0;
	left: 0;
	bottom: 0;
	/*background: #000;*/
	background: #fff url(../image/tmp/bg-right-1.png) no-repeat right top;
	background-size: cover;
	overflow: auto;
}
.closmenl{
	position: absolute;
	left: 330px;
	top: 20px;
	color:#444;
	font-size: 40px;
	z-index: 9999999;
	cursor: pointer;
}
.mob_men_logo{
	background: #fff;
	padding: 15px;
}
.catitmobs ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.catitmobs ul li + li{
	border-top:1px solid #cac8c8;
}
.catitmobs ul li a{
	display: inline-block;
	padding:15px;
	color:#444;
}
.mmencats li{
	float: left;
	width: 310px;

}
.rmor{
	margin-top: 5px;
	position: relative;
}
.rmor:before{
	position: absolute;
	left: 0;
	top: -25px;
	width: 100%;
	content: "";
	height: 20px;
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255,0), rgba(255, 255, 255) 85%);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255,0), rgba(255, 255, 255) 85%);
	background: linear-gradient(180deg, rgba(255, 255, 255,0), rgba(255, 255, 255) 85%);
}
.rmor a{
	display: inline-block;
	padding:10px 20px;
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
	border-radius: 50px;

}
.artprod{
	position: absolute;
	right: 40px;
	top: 20px;
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
	border-radius: 50px;
	padding: 10px 20px;
}
.skuprod{
	position: absolute;
	left: 40px;
	top: 20px;
	border-radius: 50px;
	padding: 10px 20px;
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
	color:#fff;
}
.copy_right{
	padding: 10px;
	text-align: center;
	color: #ccc;
	font-size: 15px;
	font-weight: 300;
}
#top.top_top2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1040;
	display: none;
	background: #fff;
}
#top.top_top2 .topinfo a.ontt{
	padding-left: 20px;
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
	border-radius: 50px;
	color:#fff;
}
#top.top_top2 .topinfo a.ontt:hover{
	color:#444;
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
}
#top.top_top2 .topinfo a.ontt2{
	padding-left: 20px;
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
	border-radius: 50px;
	color:#444;
}
#top.top_top2 .topinfo a.ontt2:hover{
	color:#fff;
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
}
.taggs a{
	color: #8f8f8f;
}
.taggs a:hover{
	color: #444;
}
.pagination > li{
	display: inline-block;
	margin-right: 5px;
}
.pagination > li > a, .pagination > li > span{
	color:#444;
	border-radius: 50px;
	width: 50px;
	text-align: center;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 50px;
}
.pagination > .active > a, .pagination > .active > span,.pagination > .active > a:hover, .pagination > .active > span:hover{
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
	color:#444;
	border-color: #D3DAF3;
}
/*rating*/
.fratingsite{
    margin-top: 10px;
}
.frtitle{
    margin-bottom: 5px;
}
.frrak{
    margin-top: 5px;
    font-size: 13px;
}
.frrak:first-child{
    margin-top: 20px;
}
div.vote-wrap{
    /*overflow: hidden;*/
    position: relative;
}

div.vote-block{
    position: relative; 
}

div.vote-hover{
    /*float: left;*/
    cursor:  pointer;
}

div.vote-stars{
    position: absolute;
    left: 0;
    top: 0;
}

div.vote-active{
    position: absolute;
    left: 0;
    top: 0;
}

div.vote-result{
    /*color: #ccc;*/
    font-size: 14px;
    margin-top: 25px;
    width: 120px;
    display: none;
}

div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 0px;
    position: absolute;
    left:0;
    top:11px;
    width: 250px;
}
/*rating*/
.form_op_bg{
	position: fixed;
	overflow: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 32;
	display: none;
}
.form_opt{
	position: absolute;
	width: 320px;
	padding: 20px;
	top: 100px;
	left:50%;
	margin-left: -170px;
	background: #fff;
	border-radius: 20px;
	
	z-index: 32;
}
.optitembtn{
	text-align: center;
}
#sendsbtn233{
	padding: 13px 25px 17px;
	font-size: 22px;
	display: inline-block;
	color: #fff;
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
	border-radius: 50px;
	box-shadow: 0 10px 10px 0 rgba(247,154.00000000000009,47,.15);
}
.closforopt{
	font-size: 35px;
	position: absolute;
	right: -33px;
	top: -23px;
	color:#fff;
	cursor: pointer;
}
.optitemtit{
	margin-bottom: 10px;
}
.optitem{
	margin-bottom: 15px;
}
.optiteminp input{
	padding: 10px 20px;
	border: 1px solid #eee;
	border-radius: 45px;
	box-shadow: 8px 8px 30px 0 rgba(41.999999999999986,67.00000000000004,113,.15);
	width: 100%;
	outline: none;
}
/*blackfrd*/
/*blackfrd*/
.blackfrd{
    display: none;
    position: relative;
    background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1); /*#addfd3 url;*/
    padding: 10px 0;
    color: #444;
    font-weight: 400;
    /*font-family: 'Roboto', sans-serif;*/
    z-index: 1040;
}
.mobmain .blackfrd{
    display: none;
}
.mobmain.fixem .blackfrd{
    display: block;
}
.blf_ctrl{
    position: absolute;
    right: 15px;
    top: 9px; 
    font-size: 30px;
    color:#fff;
}
.blf_ctrl:hover{
    cursor: pointer;
    color: #828282;
}
.blfrditem{
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
}
.blf_img img{
    height: 82px;
}
.blf_disct,.blfprc{
    margin-left: 15px;
    text-align: center;
}
.blfprc{
    line-height: 1;
    padding: 5px;
}
.blf_minprc{
    font-size: 60px;
    font-weight: 700;
    line-height: 53px;
}
.blf_end{
    font-size: 20px;
    letter-spacing: 0px;
}
.blf_pcod_title{
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}
.blf_pcod{
    font-size: 40px;
    font-weight: 900;
}
/*blackfrd*/
#tab-description .nammcat{
	font-size: 20px;
	padding: 15px;
}
.pcBg {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999999999999;
    display: none;
}
.promocod{
    display: none;
    background:#fff;
    padding:2px 0;
    width:430px;
    text-align:center;
    position:fixed;
    left:50%;
    margin-left: -215px;
    top:150px;
    z-index:999999999999999;/*box-shadow: 0 0 8px 3px;*/
    border-radius: 20px;
}
.pc_img{
    text-align: center;
    margin-top: 20px;
}
.pc_img img{
    width: 200px;
}
.pc_txt{
    font-size: 19px;
    margin-bottom: 15px;
    text-align: center;
}
.pc_txt_t1{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 25px;
    color: #ED5403;
}
.pc_txt_t2{
    font-size: 15px;
}
.pc_ch{
    margin-right: 15px;
}
.pc_ch i{
    font-size: 23px;
    color: #18c139;
}
.promotitle{
    color:#fd6467;
    position:relative;
}
.tooltips{
    padding:10px;
    background:#F4F4F4;
    border:1px solid #FF008C;
    display:none;
    width:200px;
    position:absolute;
    right:-100px;
    bottom:30px;
    text-align:left;
    color:#666;
}
.tooltips:before{
    position:absolute;
    left:105px;
    bottom:-10px;
    content:""; 
    border: 5px solid transparent; /* ÐŸÑ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ñ‹Ðµ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ */
    border-top: 5px solid #FF008C; /* Ð”Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ Ñ‚Ñ€ÐµÑƒÐ³Ð¾Ð»ÑŒÐ½Ð¸Ðº */
}
.tooltips:after{
    position:absolute;
    left:105px;
    bottom:-9px;
    content:"";
    border: 5px solid transparent; /* ÐŸÑ€Ð¾Ð·Ñ€Ð°Ñ‡Ð½Ñ‹Ðµ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñ‹ */
    border-top: 5px solid #F4F4F4; /* Ð”Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ Ñ‚Ñ€ÐµÑƒÐ³Ð¾Ð»ÑŒÐ½Ð¸Ðº */
}
.tooltips span{
    display:block;
}
.promotitle i:hover + .tooltips{
    display:block;
    cursor:pointer;
}
.promoconteiner{
    display:inline-block;
    position:relative;
    padding: 15px;
}
.promoconteiner input[type="text"]{
    border-radius:0px;
    background:#fff;
    padding:10px 10px;
    width: 90%;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 45px;
box-shadow: 8px 8px 30px 0 rgba(41.999999999999986,67.00000000000004,113,.15);
}
.promoconteiner .buttonmod{
    font-size:20px;
    cursor:pointer;
    background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
    border-radius: 50px;
    cursor:pointer;
    padding:10px 20px;  
    color:#fff;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    letter-spacing: 1px;
}
#success3{display:block}
.promoconteiner .buttonmod:hover{
    background-image:linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
    color:#444;
}
#success {
    border:1px solid #FF008C;
    display: block;
    padding: 5px;
    position: absolute;
    right: 0;
    top: -40px;
    background:#fff;
    display:none;
}
.closepromo{position: absolute;top: -15px;right: -50px;font-size:34px;margin-left:10px;margin-top:4px;color: #fff;cursor: pointer;}
@media (max-width: 540px){
    .promocod{
        width: 300px;
        margin-left: -150px;
    }
    .closepromo{
        top: -60px;
        right: 0;
    }
    .mhids{
        display: none;
    }
    .blf_end {
	    font-size: 18px;
	    letter-spacing: 0px;
	}
}
.grayimg {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
p a,#tab-description a{
	color:#ED5403;
}
.top_top2 #search{
	margin-top: 0;
}
.top_top2 #search .input-lg{
	height: 37px;
}
.top_top2 #search .btn-lg{
	font-size: 15px;
	line-height: 25px;
	padding: 1px 9px;
}
.ml_ml{
	margin-left: 50px;
}
#tab-description img{
	margin-right: 15px;
	margin-bottom: 15px;
}
#tab-description .mcat_img img{
	margin-right: 0px;
	margin-bottom: 0px;
}

#tab-description .all_btn_mod a{
	color:#fff;
}
#tab-description .all_btn_mod a:hover{
	color:#444;
}
.cat_children{
	margin: 0;
	padding: 0;
	list-style: none;
}
.cat_children li{ 
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	border-radius: 50px;
	margin-bottom: 15px;
 }
 .cat_children li:hover{
 	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
 }
.mw80prc .btn-default.leftrad{
	border-radius: 20px 0 0 20px;
}
.mw80prc .btn-default.rigrad{
	border-radius: 0 20px 20px 0;
}
.noaval{
	position: absolute;
	padding: 10px 20px;
	border-radius: 50px;
	color:#fff;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	width: 220px;
	margin-left: -110px;
	left: 50%;
	top: 30%;
	text-align: center;
}
.well_o{
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}
.well_x{
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
	padding: 40px;
	border-radius: 20px 0 0 20px;
}
.well_y{
	box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
	padding: 25px;
	background: #fff;
	border-radius: 20px;
	margin-left: -5px;
	position: relative;
	z-index: 3;
}
.poalog{
	position: relative;
}
.well_x:after{
	position: absolute;
	right: 25px;
	top: 25px;
	bottom: 25px;
	content: "";
	width: 40px;
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
	border-radius: 0 20px 20px 0;
	z-index: 1;
}
#oneclick{
	display: block;
	width: 50%;
	margin: 0 auto;
}
#oneclick h3,#oneclick .help-block{
	text-align: center;
}
#product #oneclick .input-group .form-control:first-child{
	border-radius: 20px 0 0 20px;
	height: 37px;
}
#product #oneclick .btn-primary{
	width: 100%;
}
.discard{
	display: block;
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 25px;
	margin-bottom: 20px;
	text-align: center;
	background-image: linear-gradient(265.12deg,#FFB200,#FF2F01);
	border-radius: 20px;
	color: #fff;
	box-shadow: 8px 8px 30px 0 rgba(41.999999999999986,67.00000000000004,113,.15);
}
.discard div + div{
	margin-top: 20px;
}
.diskprc{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.diskprc3{
	font-size: 18px;
	color: #fff;
}
.diskprc2{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	border:1px solid #fff;
}
body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside{
	fill:#FF5800 !important;
}
body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside{
	fill:#F9813F !important;
}
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button{
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800) !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip{
	background: #F9813F !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline{
	fill:#F9813F !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button{
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800) !important;
}
body #bingc-active{
	z-index: 9999999999999 !important;
}
#buttonscr {
  display: inline-block;
  background-color: #ff5800;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 24px;
  position: fixed;
  bottom: 190px;
  left: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#buttonscr::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 32px;
  color: #fff;
}
#buttonscr:hover {
  cursor: pointer;
  background-color: #333;
}
#buttonscr:active {
  background-color: #555;
}
#buttonscr.show {
  opacity: 0.5;
  visibility: visible;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*background-color: #303030;*/
	background: url(../image/tmp/footer-bg-right.png) no-repeat right bottom;
	background-size: cover;
	color: #444;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #444;
	display: inline-block;
	padding: 5px 0;
}
footer a:hover {
	color: #777;
}
footer h5 {
	
	font-size: 17px;
	font-weight: 700;
	color: #444;
}
.foot_cont_it{
	padding: 5px 0;
}
/* alert */
.alert {
	padding: 18px;
}
.alert.alert-success{
	color:#444;
	background: #fff;
	border:none;
	border-radius: 20px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.alert.alert-success a{
	color: #ff5800;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 0px 0;
	border: 0px;
	background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a{
	color: #8e8e8e;
	font-size: 13px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after{
	display: none;
}
.pagination {
	margin: 0;
}
.htitle{
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 27px;
	margin:45px 0 45px;
	color:#333;
}
.htitle span{
	display: inline-block;
	padding: 0 10px;
	position: relative;
	z-index: 2;
	background: #fff;
	font-weight: 400;
}
.htitle:after{
	width: 100%;
	height: 2px;
	border-radius: 50px;
	/*background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);*/
	position: absolute;
	left: 0;
	top: 14px;
	content: "";
	z-index: 1;
	background: rgba(166, 205, 255, 0.2);
	box-shadow: 0 0 6px 0 rgba(166, 205, 255, 0.5);
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 15px;
	border: 1px solid #cccccc;
	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: 25px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 15px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
	border: none;
	border-radius: 50px;
	display: inline-block;
	box-shadow: 0 10px 10px 0 rgba(247,154,47,.15);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #f27343;	
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* 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;
}
.mprod_lines{
	position: relative;
	/*border:1px dashed #ccc;*/
	padding: 5px 20px 20px 20px;
	border-radius: 15px;
	margin-top: 35px;
	margin-bottom: 20px;
	background: rgba(255,255,255,.65);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}
.mstock{
	position: absolute;
	right: 15px;
	top: -17px;
	background: #fff;
	font-size: 20px;
	color: green;
	border-radius: 20px;
	padding: 5px 15px;
	font-weight: 400;
}
.mstock span{
	color:red;
}
.a2a_default_style a{
	float: none !important;
	display: inline-block;
}
.a2a_kit{
	text-align: center;
}
/*.mprod_radio{
	display: flex;
	align-items:flex-start;	
}
.mprod_radio .radio{
	flex-basis: 200px;
}*/
.mprod_radio .radio label{
	padding: 0;
}
.mprod_radio .radio,.mprod_radio .checkbox{
	margin-top: 0;
}
.mprod_radio .radio input[type="radio"]{
	display: none;
}
.mprod_radio .radio input[type="radio"] + .img-thumbnail{
	border: 4px solid #f7f7f7;
}
.mprod_radio .radio input[type="radio"]:checked + .img-thumbnail{
	border-color: #fe610d;
}
.mprod_radio .radio + .radio{
	margin-top: 0;
	/*margin-left: 10px;*/
}
#product .btn-primary{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.mw80prc{
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
}
.mw80prc .btn-default{
	border-radius: 0;
	border:1px solid #ccc;
	background: #eee;
	box-shadow: none;
	height: 39px;
}
.dop_btnprod{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.dop_btnprod + .dop_btnprod{
	margin-top: 20px;
}
.dpbtn{
	font-size: 25px;
	font-weight: 400;
	border:0px solid #fd4500;
	display: block;
	color: #444;
	padding: 15px 0;
	text-align: center;
	border-radius: 50px;
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
	box-shadow: 0 10px 10px 0 rgba(247,154,47,.15);
}
.dpbtn:hover{
	color:#fff;
	background: #f27343;
	border-color: #f27343;
}
#product .input-group .form-control[name^="quantity"]{
	padding: auto;
	text-align: center;
	height: 39px;
	font-size: 18px
}
#product .form-group{
	margin-bottom: 20px;
}
#product .form-group .fa{

}
.mprice{
	text-align: center;
}
.mprod_lines h1{
	text-align: center;
}
.mprice h2{
	font-size: 23px;
}
.mprice h2 span{
	color: #fd4500;
	font-size: 36px;
}
.mdiscont{
	text-align: center;
}
.mdiscoblc{
	display: inline-block;
	padding: 10px;
	border:1px solid #eee;
	margin-top: 10px;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;*/
	margin-bottom: 20px;
	/*overflow: auto;*/
	text-align: center;
	position: relative;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}

}
.product-thumb h4 {
	text-align: center;
}
.product-thumb h4 a{
	color: #444;
	font-size: 17px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 80px;
}
.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) {
	.blfrditem{
		-webkit-justify-content: left;
		justify-content: left;
	}
#menu .navbar-nav{
	display: block;
	background: #fff;
}
#menu .nav > li > a.a_allcat{
	background: #fff;
}
#menu .dropdown-inner ul{
	width: 100%;
}
#menu .navbar-nav > li{
	text-align: left;
	padding: 0px 10px;
}
.mmencats li{
	float: none;
	width: 100%;
}
#menu .dropdown-menu.ddmena{
	box-shadow: none;
}
.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: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	text-align: center;
	font-size: 20px;
	color: #fd4500;
}
.product-thumb .price-new {
	font-weight: 300;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 15px;
	display: block;
}
.product-thumb .button-group {
	/*border-top: 1px solid #ddd;
	background-color: #eee;*/
	overflow: visible;
	display: inline-block;
	width: 270px;
}
.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: 55%;
	border: none;
	display: inline-block;
	/*float: left;*/
	background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	box-shadow: 0 10px 10px 0 rgba(247,154.00000000000009,47,.15);
}
.product-thumb .button-group a + button {
	background-color: #eee;
	color: #888;
	width: 20%;
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
	/*border-left: 1px solid #ddd;*/
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
	background-image: linear-gradient(265.12deg,#D3DAF3,#FBD8F1);
}
@media (max-width: 1200px) {
	/*.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}*/
}
@media (max-width: 767px) {
	/*.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}*/
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border-radius: 20px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);

}
.thumbnails > li {
	/*margin-left: 20px;*/
}
.thumbnails .thumbnail{
	border:none;
	
	
}
.thumbnails {
	/*margin-left: -20px;*/
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#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-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-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;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.tab-content{
	margin-bottom: 20px;
}
.fixbug{
	position: fixed;
	right: 0;
	top:100px;
	bottom: 100px;
	width: 35px;
	z-index: 999;
	background: transparent;
	display: none;
}
@media (max-width: 1224px) {
	body #bingc-phone-button.bingc-show{		
    	bottom: 5px !important;
    	right: auto !important;
	}
	body #bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right{
		right: auto !important;
	}
	#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right svg.bingc-phone-button-arrow{
		right: 130px !important;
	}
	#menu .dropdown-inner ul{
		width: 800px;
	}
	.topinfo a{
		font-size: 15px;
	}
	#top .btn-link, #top-links li, #top-links a{
		font-size: 20px;
	}
	.product-thumb .button-group{
		width: 100%;
	}
	.mprice h2 span{
		font-size: 26px;
	}
	.fixbug{
		display: block;
	}
}

@media (max-width: 1024px) {
	body{
		font-size: 15px;
	}
	.topinfo a{
		font-size: 15px;
		padding: 9px 10px 9px;
	}
	#top .btn-link, #top-links li, #top-links a{
		font-size: 20px;
	}
	.product-grid .product-thumb .caption{
		min-height: 115px;
	}
	.mprod_lines h1{
		font-size: 20px;
	}
	h3.control-label{
		font-size: 17px;
	}
	#product .btn-primary,.mw80prc,.dop_btnprod,#oneclick{
		width: 100%;
	}
}
@media (max-width: 840px) {

	#search{margin-top: 0}
	#top{padding: 6px 0}
	.slide .col-sm-7,.slide .col-sm-5,#product-category .col-sm-9{
		width: 100%;
	}
	.mstimg img{
		margin: 0 auto;
	}
	#menu{
		background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
		color: #fff;
		border-radius: 20px;
	}
	#menu .navbar-header{
		float: none;
		
	}
	#menu .navbar-nav > li{
		/*text-align: left;*/
		float: none;
	}
	#menu .navbar-nav{
		background: #fff;
	}
	#menu .btn-navbar{
		color: 	#fff;
	}
	#menu .nav > li > a:hover{
		background-image: none !important;	
		color:#333;
	}
	#menu .btn-navbar:hover{
		background: none;
	}
}
@media (max-width: 767px) {
	#top{
		padding: 6px 0;
	}
	#top-links a{
		font-size: 20px;
	}
	.nslname{
		font-size: 30px;
		margin-top: 25px;
		background: #FF5800;
		background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	}
	.nsllist ul{
		margin-top: 15px; 
	}
	.all_btn_mod a{
		font-size: 22px;
	}
	.nsllist ul li,.nslbtn a{
		font-size: 22px;
	}
	.nslname, .nsllist, .nslbtn{
		margin-left: 0;
	}
	.nslbtn{
		text-align: center;
	}
	.nslbtn a{
		margin-bottom: 15px;
	}
	.product-thumb h4 a{
		font-size: 16px;
	}
	#menu{
		background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
		color:#fff;
	}
	#menu #category{
		color:#fff;
		padding: 5px 10px;
	}
	#menu .btn-navbar {
		background: transparent;
		color: #fff;
		padding: 6px 18px 6px 18px;
		position: absolute;
		right: 0;
		width: 100%;
		text-align: right;
	}
	#menu .btn-navbar:hover{
		background: transparent;
	}
	.breadcrumb{
		display: none;
	}
	.thumbnails{
		margin-bottom: 20px;
	}
	#product-product .rating{
		margin-bottom: 30px;
	}
	.nav-tabs > li{
		width: 100%;
		margin-bottom: 10px;
	}
	.wlisprod{
		display: block;
		margin: 0 auto;
		width: 120px;
		margin-top: 15px;
	}
	.mdiscoblc{
		font-size: 15px;
	}
	.nav-tabs > li > a{		
		background: #fff;
		border:none;
		border-radius: 50px;
		text-align: center;
		margin-bottom: 5px;
		box-shadow: 0 0 12px 0 rgba(0,0,0,.11);
	}
	.nav-tabs > li.active > a{
		background-image: linear-gradient(265.12deg,#FF5800,#F79056,#FF5800);
		border:none;
		color: #ffffff !important;
		border-radius: 50px;
		text-align: center;
	}
	.mobtabfoot_x{
		padding: 10px;
		border: 1px solid;
		border-radius: 20px;
	}
	.mobtabfoot_y{
		display: none;
	}
	.well_o{
		width: 100%;
		margin-bottom: 20px;
	}
	.well_x{
		border-radius: 20px;
	}
	.well_x:after{
		display: none;
	}
	#menu{
		border-radius: 20px;
	}
	#oneclick{
		width: 100%;
	}
	.artprod{
		font-size: 15px;
		padding: 5px 10px;
		right: 25px;
		top: 10px;
	}
	.skuprod{
		font-size: 15px;
		padding: 5px 10px;
		left: 25px;
		top: 10px;
	}
	.mstock{
		font-size: 15px;
	}
	.mfp-close{
		font-size: 45px;
	}
}
.diskprc3 a{
	font-size: 15px;
	color:#fff;
}
@media (max-width: 600px) {
	.accli a{
		font-size: 18px;
	}
	.accli li{
		margin-bottom: 15px;
	}
}
@media (max-width: 530px) {
	.discard{
		width: 100%;
	}

	.dpbtn{
		font-size: 17px;
	}
	h1{
		font-size: 23px;
	}
	#product .btn-primary,.mw80prc,.dop_btnprod{
		width: 100%;
	}
	.mprod_lines{
		margin-bottom: 20px;
	}
	#oneclick{
		width: 100%;
	}
	#oneclick h3 {
		text-align: center;
	}
	#oneclick .help-block{
		text-align: center;
	}
}
.botssa{
	font-size: 25px;
	margin-bottom: 5px;
}