body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #555;
	font-size: 15px;
}
a, a:hover {
	color: #658ffc;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto 25px;
	font-weight: 700;
	color: #262f4d;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
p {
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto 20px;
}
img {
	max-width: 100%;
}
.btn {
	background: #658ffc;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 14px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
	border: 0;
}
.btn-lg {
    padding: 8px 12px;
    font-size: 13px;
}
.btn:hover, .btn:focus {
	background: #2b47d5;
	border: 0;
	outline: 0;
	color: #fff;
}
/*----------------
	Header
-------------------*/
.header {
	padding: 20px 0;
}
img {
	max-width: 100%;
}
.section-padding {
	padding: 80px 0;
}
.header_search_wrap {
    float: right;
    margin-left: 30px;
	position: relative;
}
#search_btn {
	float: right;
    cursor: pointer;
    font-size: 20px;
    padding: 2px;
	color: #fff;
}
.navbar-header {
    float: left;
}	
.navbar-toggle.collapsed {
    display: none;
}
.header_search_form {
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    width: 310px;
    padding: 10px 0 0;
}
.header_search_form form {
	position: relative;
}
.header_search_form button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
}
.collapse:not(.show) {
    display: inline-block;
    text-align: right;
	float: right;
}
.navbar-nav {
    display: block;
    flex-direction: inherit;
}
.nav li {
    display: inline-block;
    margin: 4px 0 0 18px;
}
.nav li a {
	font-size: 16px;
	color: #fff;
	padding: 5px 15px;
}
.nav li a:hover {
	background: #fff;
	color: #658ffc;
}
#search-button {
	font-size: 18px;
	top: 0;
	right: 0;
	padding: 10px;
	background: #fe7e65;
	color: #fff;
	width: 54px;
	height: 57px;
}
.header {
    padding: 20px 0;
    margin-bottom: -80px;
    position: relative;
    z-index: 99;
}
.inner-header.header {
	margin-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px;
} 
.inner-header .nav li a {
	color: #040404;
	background: #edf7fa;
}
.inner-header .nav li a:hover {
	color: #fff;
	background: #658ffc;
}
.inner-header #search_btn {
	color: #040404;
}

/*-------------------
	Breadcrumb
---------------------*/
.breadcrumb-wrap {
	background: #fff;
	padding: 4px 0;
	border-bottom: #eee solid 1px;
}
.breadcrumb-item {
    font-size: 14px;
}
.breadcrumb {
    padding: 0;
    margin: 0 auto;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 22px;
}
.breadcrumb a, .breadcrumb-item.active {
	color: #787878;
	font-size: 12px;
}
.breadcrumb a:hover {
	color: #658ffc;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 22px;
	color: #333;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f105";
	top: 1px;
	position: relative;
}


/*-------------------
	Intro
---------------------*/
.intro {
	background: url("../images/intro-bg.png") no-repeat top right / auto 100%;
}
.intro.section-padding {
	padding-top: 165px;
}
.intro-text {
    padding-right: 110px;
    position: relative;
}
.intro-text h1 {
	line-height: 44px;
}
.intro-search {
    position: relative;
    margin: 40px auto 30px;
}
.form-control {
	display: block;
	padding: 16px 23px;
	box-shadow: rgba(0, 0, 0, 0.06) 0 0 20px;
	height: 57px;
}
.intro-search button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
	width: 53px;
	height: 57px;
	font-size: 21px;
}
.intro-search::after {
    position: absolute;
    top: 34px;
    right: -8px;
    content: "";
    width: 32px;
    height: 32px;
    background: #658ffc;
    border-radius: 50%;
    z-index: -1;
}
.intro-text::after {
    position: absolute;
    top: -20px;
    right: 13%;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: #fe7e65 solid 3px;
}
.intro-text::before {
	position: absolute;
	top: -42px;
	left: -60px;
	content: "";
	width: 55px;
	height: 55px;
	background: url("../images/dots-pattern.png") no-repeat center;
}


/*-------------------
	Products
---------------------*/
.h2 h2, .h2 h3, .h2 h4, .h2 h5, .h2 h6 {
    display: inline-block;
    position: relative;
}
.h2 h2:after, .h2 h3:after, .h2 h4:after, .h2 h5:after, .h2 h6:after {
	position: absolute;
	bottom: -3px;;
	left: 0;
	content: "";
	height: 1px;
	width: 100%;
	border-bottom: #262f4d solid 1px;
}
.product-wrap {
	background: #fff;
	text-align: center;
	position: relative;
	padding: 25px 20px 0;
	border-radius: 6px;
	border: rgba(0, 0, 0, 0.15) solid 1px;
	margin: 0 auto 45px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
}
.product-img-wrap {
    margin-bottom: 18px;
}
.product-img-wrap img {
    max-height: 200px;
    width: auto !important;
    margin: 0 auto;
}
.product-wrap h5 {
	margin: 0 auto 16px;
	line-height: 23px;
}
.product-wrap h5 a {
	color: #262f4d;
}
.product-wrap h5 a:hover {
	color: #658ffc;
}
.best-brands-links p {
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto;
    color: #262f4d;
	line-height: 12px;
}
.best-brands-links a, .best-brands-list ul li a {
    font-size: 12px;
    display: inline-block;
    margin: 0 2px;
}
.best-brands-links a:hover, .best-brands-list ul li a:hover {
	text-decoration: underline;
}
.best-brands-links {
    margin: 0 auto 20px;
}
.pro-btn {
    margin-bottom: -13px;
}
.section-heading {
    padding-bottom: 10px;
}
.product-wrap:hover {
    box-shadow: rgba(0, 0, 0, 0.10) 0 0 30px;
	border-color: #658ffc;
}
.best-brands-list ul {
	padding: 0;
	margin: 0 auto 20px;
}
.best-brands-list ul li {
    list-style: none;
    text-align: left;
    line-height: 24px;
}
.best-brands-list p {
	font-size: 12px;
    font-weight: 700;
    margin: 0 auto 10px;
    color: #262f4d;
    line-height: 12px;
	position: relative;
	z-index: 1;
}
.best-brands-list p::after {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #c8c4c4;
    z-index: -1;
}
.best-brands-list p span {
	display: inline-block;
	background: #fff;
	padding: 2px 10px;
	position: relative;
	z-index: 1;
}
.best-brands-list ul li a {
    font-size: 13px;
}
.best-brands-list ul li a i {
	margin-right: 5px;
}
/*-------------------
	Top-Categories
---------------------*/
.categories-list ul {
	padding: 0;
	margin: 0 auto;
}
.categories-list ul li {
	display: inline-block;
	vertical-align: top;
	width: 24.5%;
	list-style: none;
	margin: 0 auto 10px;
}
.categories-list ul li a {
    color: #555;
    font-size: 14px;
}
.categories-list ul li a:hover {
	color: #658ffc;
}
.best-brands {
    position: relative;
    padding-left: 35px;
    margin: 0 auto 50px;
}
.check-icon {
    position: absolute;
    top: -4px;
    left: 5px;
    font-size: 22px;
    color: #262f4d;
}
.best-brands h6 {
	margin: 0 auto 8px;
	line-height: 24px;
}
.best-brands p {
	margin: 0 auto;
	line-height: 21px;
}
.best-brands a {
	font-size: 13px;
	color: #555;
}
.best-brands a:hover {
	color: #658ffc;
}
.gray-bg {
	background: linear-gradient( to bottom, #fafafb, #ffffff )
}

/*-------------------
	Facts
---------------------*/
.dark-bg {
	background: #051b2c;
}
.facts-wrap {
	text-align: center;
}
.facts {
	color: #658ffc;
	font-size: 58px;
	font-weight: 700;
	display: block;
	margin: 0 auto 35px;
}
.facts-wrap p {
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
}

.product-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #999898;
}
.secound-section {
	margin-top: 60px;
}
.features-box {
	background: #fff;
	text-align: center;
	position: relative;
	padding:35px 25px;
	border-radius: 6px;
	border: rgba(0, 0, 0, 0.15) solid 1px;
	margin: 45px auto 0;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
}
.features-box:hover {
    box-shadow: rgba(0, 0, 0, 0.10) 0 0 30px;
    border-color: #658ffc;
}
.features-icon {
    margin: 0 auto 13px;
    background: #f7fcfe;
    text-align: center;
    border-radius: 50%;
    width: 152px;
    height: 152px;
    line-height: 50px;
    padding: 14px;
}
.features-icon img {
	max-width: 100%;
}
.features-box h4 {
	margin: 0 auto 5px;
}
.features-box  p {
	font-size: 14px;
	line-height: 24px;
	color: #999898;
	margin: 0 auto 10px;;
}

/*-------------------
	Footer
---------------------*/
#footer {
	background: #051b2c;
	padding: 50px 0;
	color: #fff;
}
#footer p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
}
.footer-link {
    margin: 0 auto 15px;
}
.footer-link a {
	color: #fff;
	margin: 0 13px;
}
.footer-link a:first-child {
	margin-left: 0;
}
.footer-link a:hover {
	color: #658ffc;
	text-decoration: underline;
}

/*-------------------
	Product-Listing
---------------------*/
.content-area {
	padding: 45px 0;
}
.listing-header h1 {
	font-size: 30px;
}
.sm {
	font-size: 21px;
}
.heading-icon {
	background: #262f4d;
	color: #fff;
	width: 42px;
	height:42px;
	border-radius: 50%;
	line-height: 40px;
	font-size: 22px;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
}
.sidebar-widget {
	padding: 20px ;
	border-radius: 6px;
	border: rgba(0, 0, 0, 0.15) solid 1px;
	margin: 0 auto 25px;
}
.sidebar-heading {
    background: #262f4d;
    margin: -20px -20px 15px;
    border-radius: 5px 5px 0 0;
	padding: 10px 20px;
}
.sidebar-heading h3 {
	color: #fff;
	line-height: 24px;
	margin: 0 auto;
	font-size: 16px;
}
.sidebar-widget ul {
	padding: 0;
	margin: 0 auto 10px;
}
.sidebar-widget ul li {
	list-style: none;
}
.sidebar-widget ul li a {
	color: #262f4d;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}
.sidebar-widget ul li a:hover {
	color: #658ffc;
}
.sidebar-widget ul li a:after {
	position: absolute;
	top: -4px;
	left: 0;
	font-family: "Font Awesome 5 Free";
  	font-weight: 600;
	content: "\f105";
}
.sidebar-pro {
    background: #edf7fa;
    padding: 15px;
    border-radius: 6px;
    margin: 0 auto 15px;
}
.sidebar-pro h6 {
	margin: 0 auto 15px;
	line-height: 24px;
}
.sidebar-pro h6 a {
	color: #262f4d;
}
.sidebar-pro h6 a:hover {
	color: #658ffc;
}
.yellow-btn {
	background: #ffb14a;
}
.yellow-btn:hover {
	background: #f49d29;
}
.top-brands-table {
	background: #fff;
	position: relative;
	padding: 15px;
	border-radius: 6px;
	border: rgba(0, 0, 0, 0.15) solid 1px;
	margin: 0 auto 10px;
}
.top-brands-table .h2, .top-brands-table .section-heading {
	margin: 0 auto;
	padding: 0;
}
.top-brands-table p {
	font-size: 15px;
	color: #999;
}
.table {
	border: #c6c6c6 solid 1px;
}
.table a {
	color: #555;
}
.table a:hover {
	color: #658ffc;
}
.table td {
	padding: 6px 7px;
	line-height: 18px;
	font-size: 13px;
}
.table thead td {
	background: #262f4d;
	color: #fff;
	font-weight: 600;
}
.table tbody td {
	padding: 12px 9px;
	border: #c6c6c6 solid 1px;
}
.table tbody td:last-child {
	min-width: 110px;
}
.table tbody td a.btn {
	color: #fff;
	text-decoration: none;
	padding: 0 8px;
}
.btn-sm {
	padding: 1px 14px;
	font-size: 13px;
}
.table-link {
	text-decoration: underline;
	color: #555555;
	font-weight: 600;
}
.table-link:hover  {
	color: #658ffc;
}
.table tbody td a.btn {
	color: #fff;
	text-decoration: none;
}
.table tbody td:first-child {
	text-align: center;
}
.progress {
	height: 16px;
	background-color: #e3e4e7;
	border-radius: 20px;
}
.progress-bar {
	background-color: #58dee3;
}
.brand-tag {
	display: block;
	background: #658ffc;
	color: #fff;
	font-size: 9px;
	padding: 0 1px;
	margin: 0 -9px -11px;
	text-align: center;
	line-height: 13px;
	position: relative;
	bottom: -2px;
}
.pink-bg {
	background: #f69586;
}
.table tbody tr:nth-child(even) {
	background: #f4f4f6;
}
.table {
	margin: 0 auto;
}
.ac-link {
	text-align: right;
	margin: 0 auto 30px;
}
.ac-link a {
	font-weight: 600;
	text-decoration: underline;
	font-size: 13px;
}



.listing-wrap {
	position: relative;
	padding: 25px 30px;
	margin: 0 auto 22px;
	border: #bfbfbf solid 1px;
	border-radius: 6px;
	display: table;
	width: 100%;
}
.listing-wrap:hover {
    box-shadow: rgba(0, 0, 0, 0.10) 0 0 30px;
    border-color: #658ffc;
}
.listing-number {
	position: absolute;
	top: 6px;
	background: #303249;
	padding: 0px 6px;
	color: #fff;
	border-radius: 0 30px 30px 0;
	min-width: 26px;
	text-align: center;
	left: 0;
}
.listing-image {
	float: left;
	width: 16%;
	text-align: center;
	padding: 0 7px;
}
.listing-details {
	float: left;
	width: 46%;
	position: relative;
	margin-left: 4%;
	padding-right: 15px;
}
.listing-details:after {
	position: absolute;
	top: 0;
	height: 100%;
	width: 2px;
	right: 0;
	content: "";
	background: url("../images/divider-img.png") no-repeat center;
}

.listing-act {
	float: right;
	width: 31%;
	text-align: center;
	padding: 26px 24px;
	margin-right: -29px;
	margin-top: -20px;
	margin-bottom: -20px;
}
.listing-act .btn {
	width: 100%;
}
.listing-wrap h3 {
	margin-left: 15px;
	font-size: 16px;
	line-height: 23px;
}
.listing-details h3 {
	font-size: 16px;
	line-height: 23px;
	margin: 0 auto 4px;
}
.listing-details h3 a, .listing-wrap h3 a {
	color: #262f4d;
}
.listing-details h3 a:hover, .listing-wrap h3 a:hover {
	color: #658ffc;
}
.listing-category span {
	display: inline-block;
	color: #658ffc;
	font-size: 13px;
	font-weight: 600;
}
.listing-category {
    margin: 0 auto 6px;
}
.listing-details ul {
	padding: 0;
	margin: 0 auto 15px;
}
.listing-details ul li {
	list-style: none;
	margin: 0 auto 6px;
	color: #545454;
	position: relative;
	padding-left: 17px;
	line-height: 17px;
	font-size: 12px;
	word-wrap: break-word;

}
.listing-details ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
  	font-weight: 600;
}
.listing-details p {
	color: #545454;
	font-size: 14px;
	margin: 0 auto 2px;
	line-height: 24px;
}
.score-no {
    color: #13a708;
    font-size: 21px;
}
.listing-act p {
	margin: 0 auto 16px;
}
.listing-link a {
	color: #658ffc;
	text-decoration: underline;
	font-size: 15px;
	font-weight: 600;
}
.listing-link {
	margin-top: 30px;
}
.ratings {
	color: #7e7e7e;
	display: inline-block;
}
.ratings .active {
	color: #ffc000;
}
.dark-btn {
	background: #262f4d;
}
.dark-btn:hover {
	background: #19307d;
}
.similar-pro-wrap {
	background: #edf7fa;
	padding: 12px;
	text-align: center;
}
.sim-pro-img {
	background: #fff;
	padding: 8px;
	margin: 0 auto 12px;
}
.similar-pro-wrap h5 {
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto 4px;;
}
.similar-pro-wrap a {
	color: #000;
}
.similar-pro-wrap a:hover {
	color: #658ffc;
}
.sidebar-wrap {
    padding-left: 50px;
}
.content-wrap {
    margin-right: -50px;
}
.categories-products {
	overflow: hidden;
}
.categories-products .product-wrap {
	float: left;
	width: 18.7%;
	margin-right: 1.5%;
	padding: 15px;
	margin-bottom: 0;
}
.categories-products .product-wrap:last-child {
	margin-right: 0;
}
.best-brands-links {
	margin: 0 auto 20px;
	line-height: 16px;
}
.categories-products .product-wrap p {
	font-size: 11px;
	line-height: 13px;
}
.categories-products .best-brands-links a, .categories-products .best-brands-list ul li a {
	font-size: 10px;
	margin: 0 2px;
}
.categories-products .product-wrap h5 {
	margin: 0 auto 10px;
}



/*===================
	Brndlists-CSS
========================*/





/*===================
	Responsive-CSS
========================*/
@media (min-width:991px) and (max-width:1200px) {
.listing-header h1 {
	font-size: 26px;
}
.table tbody td a.btn {
	font-size: 10px;
}
.btn-lg {
	padding: 6px 16px;
	font-size: 11px;
}
.sidebar-pro h6 {
	margin: 0 auto 15px;
	line-height: 20px;
	font-size: 14px;
}
.listing-details {
	width: 48%;
}
.footer-link a {
	margin: 0 6px;
}
.intro-text {
	padding-right: 50px;
}
.intro {
	background-position: 160% center;
}
.sidebar-wrap {
    padding-left: 0;
}
.content-wrap {
    margin-right: 0;
}
	
}


@media (min-width:768px) and (max-width:990px) {
.nav li {
	margin: 4px 0 0 5px;
}
.nav li a {
	font-size: 14px;
}
p {
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto 15px;
}
.sidebar-widget {
	padding: 15px;
	margin: 0 auto 20px;
}
.sidebar-heading h3 {
	line-height: 20px;
	font-size: 15px;
}
.sidebar-heading {
	margin: -15px -15px 10px;
	padding: 10px 20px;
}
h2 {
	font-size: 18px;
}
.sidebar-pro {
	padding: 12px;
}
.sidebar-pro h6 {
	margin: 0 auto 11px;
	line-height: 18px;
	font-size: 13px;
}
.btn-lg {
	padding: 7px 13px;
	font-size: 12px;
}
.sidebar-pro .btn-lg {
	padding: 7px 13px;
	font-size: 12px;
}
.table td {
	line-height: 14px;
	font-size: 11px;
}
.table tbody td a.btn {
	font-size: 10px;
	line-height: 13px;
	padding: 2px 5px;
}
.listing-details h3 {
	font-size: 14px;
	line-height: 21px;
	margin: 0 auto 2px;
}
.listing-number {
	min-width: 22px;
}
.listing-act {
	width: 33%;
	padding: 26px 18px 26px 8px;
}
.similar-pro-wrap {
	margin: 0 auto 12px;
}
.header {
	padding: 10px 0;
	margin-bottom: 0;
}
.nav li a {
	color: #716d6d;
}
.intro.section-padding, .section-padding {
	padding: 60px 0;
}
.intro.section-padding {
	padding-bottom: 0;
}
.intro-text {
	padding-right: 20px;
}
h1 {
	font-size: 28px;
}
.intro-text h1 {
	line-height: 32px;
}
.intro-search {
	margin: 10px auto 20px;
}
.intro-text p {
	font-size: 14px;
	line-height: 24px;
}
.facts {
	font-size: 48px;
	margin: 0 auto 7px;
	line-height: 55px;
}
.facts-wrap {
	text-align: center;
	margin: 0 auto 10px;
	padding: 10px;
	border: rgba(255, 255, 255, 0.2) solid 1px;
}
.sidebar-wrap {
    padding-left: 0;
}
.content-wrap {
    margin-right: 0;
}
.categories-products .product-wrap {
	float: left;
	width: 31.8%;
	margin-right: 1.5%;
	padding: 15px;
	margin-bottom: 16px;
}
	
}

@media (max-width:767px) {
.header {
	padding: 14px 0;
	margin-bottom: 0;
}
.intro.section-padding {
	padding: 50px 0 0;
}
.intro-text {
	padding-right: 0;
	position: relative;
}
h1 {
	font-size: 28px;
}
.intro-text h1 {
	line-height: 35px;
}
.intro-search {
	position: relative;
	margin: 10px auto 15px;
}
.navbar-toggle {
	display: block !important;
	width: 40px;
	height: 40px;
	background: #262f4d;
	border: 0;
	float: right;
	border-radius: 0;
	margin: 0 54px 0 0;
}
.icon-bar {
	background: #fff;
	height: 2px;
	width: 100%;
	display: block;
	margin: 6px 0;
}
.navbar-header {
	float: none;
}
.collapse:not(.show) {
	display: block;
	text-align: left;
	float: none;
	padding-top: 16px;
}
.nav li {
	display: block;
	margin: 0 auto 4px;
}
.inner-header .nav li a {
	color: #040404;
	background: #edf7fa;
	display: block;
	line-height: 18px;
	font-size: 15px;
}
.table td {
	padding: 6px 6px;
	line-height: 15px;
	font-size: 13px;
}
.table tbody td a.btn {
	font-size: 10px;
	padding: 3px 2px;
	line-height: 12px;
}
.ac-link a {
	font-size: 12px;
}
h2 {
	font-size: 18px;
}
.listing-wrap {
	padding: 20px;
}
.h2 h2 {
	margin: 0 auto 13px;
}
.listing-number {
	min-width: 26px;
	font-weight: 600;
	font-size: 13px;
}
.listing-image {
	width: 28%;
}
.listing-details {
	width: 72%;
	padding-top: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 17px;
}
.listing-details::after {
	display: none;
}
.listing-act {
	width: 72%;
	padding: 0 0 0 20px;
	margin-right: 0;
	margin-top: 19px;
	margin-bottom: 0;
}
.listing-act p {
	margin: 0 auto 6px;
}
.listing-act .btn-lg {
	padding: 4px 16px;
	font-size: 13px;
}
.listing-link {
	margin-top: 7px;
}
.similar-pro-wrap {
	margin: 0 auto 15px;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
	 left: -14px;
}
.header_search_wrap {
	float: right;
	margin-top: -39px;
}
#search_btn {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	border: #272c48 solid 1px;
	border-radius: 50px;
	cursor: pointer;
	float: left;
}
.intro {
	background: none;
}	
.header {
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px;
}
.categories-list ul li {
	width: 49.5%;
}
.best-brands {
	margin: 0 auto 30px;
}
.facts {
	font-size: 46px;
	margin: 0 auto 5px;
	line-height: 39px;
}
.facts-wrap {
	padding: 22px;
	margin: 0 auto 10px;
	border: rgba(255, 255, 255, 0.2) solid 1px;
}
.nav li a {
	color: #040404;
	background: #edf7fa;
	display: block;
	line-height: 18px;
	font-size: 15px;
	padding: 5px 15px;
}
.nav li a:hover {
    color: #fff;
    background: #658ffc;
}	
p {
	font-size: 13px;
	line-height: 24px;
	margin: 0 auto 20px;
}
.intro-text {
	margin: 0 auto 30px;
}
#search_btn {
	color: #040404;
}	
#navbar.collapsing, #navbar.collapse.show {
	overflow: visible;
	height: auto;
}
#navbar.collapse {
	display: block;
	overflow: hidden;
	height: 1px;
	width: 15px;
	width: 100%;
	padding: 0;
}
.navbar-nav {
	padding-top: 14px;
}
.sidebar-wrap {
    padding-left: 0;
}
.content-wrap {
    margin-right: 0;
}

.table tbody td:last-child {
	min-width: inherit;
}
.categories-products .product-wrap {
	width: 47.9%;
	margin-right: 1.5%;
	padding: 15px;
	margin-bottom: 20px;
}
	
	
	
}

