body {
	font-family: 'DM Sans', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
@media (min-width: 768px) and (max-width: 991px){
	.container {
	    width: 100%;
	}
}
section section{
	margin:0 0 20px 0!important;
	padding:0!important;
}
@media (min-width: 768px) {
	body {background-color:#eee}
	section:not(.fullscreen) {
		margin:0 -5px 15px -5px;
		padding:20px;
		background:rgba(255,255,255,.95);
		box-shadow: 0px 0px 1px #ccc;
	}
}
@media (max-width: 767px) {
	section:not(.fullscreen) {
		padding:20px 0;
	}
	h1{margin-top:0;}
}
h1{
	margin-bottom:20px;
}
h2{
	margin-top:10px;
}
label {
	font-weight: normal;
}
small {
	display:inline-block;
	text-align: justify;
	font-size: 75%;
	color:#bbb;
}
img {
	max-width:100%;
}
.form-control{
	box-shadow:none!important
}
a:focus,a:active{color:initial;}
/* Fix some bootstrap issues */
/*.table>tbody>tr>th, .table>tbody>tr>td {border-top:none;}
.table>tbody>tr+tr {border-top:1px solid #ddd;}*/
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;
}
#accordion .panel-heading{display:none;}
#accordion .panel-body{
	border-top:0!important;
	padding:15px 0;
}
#accordion .panel{
	border:0;
	box-shadow:none;
}
.text-muted{color:#ccc;}
:focus{outline:none!important}
.cursor-pointer{cursor:pointer;}
.modal-header{background:#000;}
.modal-title,.modal-header .close{color:#ddd;}
/* top */
#top {
	position:absolute;
	width:100%;
	padding-top:15px;
	display:none;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
.navbar-toggle {
    padding: 8px 10px;
    border:0;
}
.navbar-toggle .fa{
	font-size:16px
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border:0;
    color:#fff;
}
/* header */
header {
	background: url(/image/catalog/rnb4u/fheader.gif) 100% 0  repeat-x;
	text-align:center;
	margin-top: -15px;
}
/* logo */
.navbar-brand{
	padding:0;
	margin-right:20px
}
.navbar-brand img{
	height:100%;
}
/* search */
/* cart */
/* menu */
#menu{
	background: #000;
	border:1px solid #111;
	border-width:1px 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.90) 50%, #000 50%, rgba(0, 0, 0, 0.95) );
}
@media (min-width: 768px) {
	#menu {
		margin-bottom:20px;
	}
}
.navbar-default{
	background:transparent;
	border:0;
}
.navbar-default .navbar-nav>li>a {
	text-shadow:1px 2px 3px #000;
}
.navbar-toggle {
    color: #fff;
}
.navbar-default input.form-control {
	background:rgba(0,0,0,0);
    color: #fff;
}
/*@media (min-width: 768px) {
	.navbar-default .dropdown.open .dropdown-menu {
		display:none
	}
	.navbar-default .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	    background-color: transparent;
	}
	.navbar-default .navbar-nav>.dropdown >a:hover, .navbar-default .navbar-nav>.dropdown >a:focus {
	    background-color: #e7e7e7;
	}
}*/
/* content */
@media (min-width: 768px) {
	#content {
		min-height: 600px;
	}
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #000;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #111;
	margin-bottom:10px;
	margin-top: 30px;
}
footer a {
	color: #999;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	margin-top:20px;
	font-weight: bold;
	color: #fff;
}
footer .input-group{
	margin-bottom:3px;
}
@media (max-width: 575px) {
	footer hr{
		margin-top: 70px;
	}
}
/* alert */
.alert{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99;
	margin:10px;
	padding:15px 35px 15px 15px;
}
.alert .close{
	position:absolute;
	top:15px;
	right:15px;
}
.modal-agreement{
	top:auto;
	bottom:0;
	padding:15px;
}
.modal-agreement p{
	margin-bottom:10px;
	text-align:justify;
}
.modal-agreement .buttons{
	margin:0
}
@media (min-width: 768px) {
	.modal-agreement p{
		display:block;
		margin:0 100px 0 0;
	}
	.modal-agreement .buttons{
		position:absolute;
		top:50%;
		right:10px;
		margin-top:-18px;
	}
}
/* breadcrumb */
.breadcrumb{
	font-size:85%;
	padding-left:0;
	background:none;
}
/* buttons */
.buttons{
	margin-bottom:15px;
}
@media (max-width: 575px) {
	.buttons .btn{
		width:100%;
	}
	.buttons .btn+.btn{
		margin-top:15px;
	}
}
/* list group */

/* category */
.thumb-settings .btn-group .btn-link:not(.active){
	color:#ddd;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position:relative;
	padding:15px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin:0 auto;
}
.row>.product-list .product-thumb{
	margin-left: 15px;
	margin-right: 15px;
}
@media (min-width: 768px) {
	.row>.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
	.row>.product-list .product-thumb .caption {
		margin-left: 250px;
		padding-top:15px;
	}
	.product-grid .product-thumb h4+p,.owl-carousel .product-thumb h4+p{
		min-height:80px;
	}
}
.product-thumb .caption {
	padding: 0 15px 15px 15px;
	min-height: 180px;
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px 10px 10px;
	}
}
.product-thumb .rating .pull-right{
	margin:2px 0 0 16px;
}
.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;
}
/* stickers */
.image .label{
	position:absolute;
	top:10px;
	right:10px;
	padding:5px;
}
.image .label+.label{
	top:32px;
}
.image .label+.label+.label{
	top:54px;
}
.image .label+.label+.label+.label{
	top:76px;
}
.image .label+.label+.label+.label~.label{
	display:none;
}
/*product*/
.product.image{
	position:relative;
}
.product.image .label{
	right:auto;
	left:10px;
}
@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%;
}
/*product quantity*/
input[type=text][name^=quantity] {
	width: 36px;
	display:inline-block;
	margin-bottom:10px;
	text-align:center;
	padding:0;
	height:auto;
	border:0;
	box-shadow:none;
}
.checkout-cart input[type=text][name^=quantity]~button {
	display:none
}
.quant-less,.quant-more{
	cursor:pointer;
	padding:5px 3px;
}
.quant-less{
	vertical-align:top;
	line-height:18px;
}
#product .quant-less{
	margin-left:10px;
}
/*modal-cart*/
#modal-cart img{
	max-width:100%;
	max-height:300px
}
/*cart*/
.checkout-cart .collapse{display:block;}
.checkout-cart label{display:none;}
@media (min-width: 1200px) {
	.checkout-cart #accordion{
		width:50%;
	}
}
/*checkout*/
.checkout-checkout .panel-collapse {
	opacity:0;
	transition:opacity .2s ease-out;
}
.checkout-checkout .panel-collapse.in{
	opacity:1;
	transition:opacity .2s ease-out;
}
/*rating & review*/
.media:first-child {
	margin-top: 15px; 
}
/*.media .media{margin-left:6%}*/
/*.media .media form.media{margin-left:0}*/
.media-object{
	max-width:none!important;
	border-radius:50%;
}
.comment .media-body>b{
	display:inline-block;
	padding:0 10px 10px 0;
}
.comment .media-body>p{
	text-align:left;
}
.comment .form-group:first-child{
	position:relative;
}
.comment .form-group:first-child > .close{
	position:absolute;
	right:0;
	padding:5px 10px
}
.comment .pull-right.text-muted{
	padding-top:4px;
}
.comment .buttons{
	margin-bottom:0;
}
@media (max-width: 767px) {
	.comment .media-object{
		width:24px;
	}
	.comment .media-body>b{
		padding:0 10px 5px 0;
	}
	.comment .rating{
		display:block;
		margin-bottom:5px;
	}
}
.captcha_wrap img{
	max-width:none;
	height:18px;
	margin:0!important;
}
#input-captcha_comment{
	width:50px;
}
.like:hover > .fa-thumbs-up, .like.active > .fa-thumbs-up{
	color:green;
}
.dislike:hover, .dislike.active, .like:hover > .fa-heart, .like.active > .fa-heart{
	color:red;
}
.like-count{
    min-width: 12px;
    display: inline-block;
}
.rating .fa-stack {
	font-size: 7px;
}
.rating .fa-star-o {
	color: #eee;
	font-size: 13px;
}
.rating .fa-star-o:before {
	content:"\f005";
}
.rating .fa-star {
	color: #FC0;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #FC0;
}
.media .media .rating{
	display:none;
}
.input-rating{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:2px;
}
.input-rating input[type=radio] {
	width:0;
	float:right;
	margin:0 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:0;
}
.input-rating input[type=radio]:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
	font-size:13px;
	color:#ddd;
	cursor:pointer;
}
.input-rating input[type=radio]:checked:before,
.input-rating input[type=radio]:hover:before,
.input-rating input[type=radio]:checked ~input:before,
.input-rating input[type=radio]:hover ~input:before {
	color: #FC0;
}
/*account*/
body[class^="account"] h1{
	margin:0 0 20px 0;
}
.account-account .media{
	display:block;
	margin-bottom:10px;
}
.account-account .media-left i{
	font-size:40px;
	width:70px;
	padding:15px;
	background:#f5f5f5;
	border-radius:3px;
}
.account-account .media-body{
	vertical-align:middle;
}
@media (max-width: 575px) {
	.account-account .media-left i{
		font-size:20px;
		width:40px;
		padding:10px;
	}
}
/* section module-list */
.module-list > ul > li {
	position:relative;
	border-bottom:1px solid #f5f5f5;
}
.module-list ul > li > ul {
    display: none;
	padding-left:0;
}
.module-list > ul > li.active > ul {
	display: block;
}
.module-list > ul > li > a {
	display: block;
	line-height:34px;
	font-size:14px;
}
.module-list .sign {
	position:absolute;
	right:0px;
	top:0px;
	line-height:34px;
	width:30px;
	text-align:center;
	cursor:pointer;
	color:#cccccc;
}
.module-list li .sign .fa-minus,  
.module-list li.open .sign .fa-plus {
	font-size:0;
}
.module-list .sign .fa, 
.module-list li.open .sign .fa-minus, 
.module-list li.open ul li.open .sign .fa-minus, 
.module-list li.open ul li .sign .fa-plus {
	font-size:11px;
}
.module-list > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.module-list > ul > li ul > li {
	border-top:1px solid #f5f5f5;
	list-style:none;
}
.module-list > ul > li ul > li a {
	line-height:34px;
	font-size:13px;
	padding-left:15px;
}
.module-list > ul > li ul > li a .fa {
	color:#cccccc;
	font-size:10px;
	margin:0 6px;
}
/* Information */
.information a, .html a{
	border-bottom:1px dashed;
}
.ya-share2__container_size_m .ya-share2__icon {
    height: 32px !important; /* 24px */
    width:  32px !important; /* 24px */
    background-size: 32px 32px !important; /* 24px 24px */
}
/* Sidebar */
#column-left h2{
	font-size:22px;
}
#column-left .banner_grid_holder>div+div{
	margin-top:15px;
}