@import url('https://fonts.googleapis.com/css?family=Exo+2:200,300,400,500,600,700&subset=cyrillic');

body {
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	color: #222;
	background-color: #f0f3f6;
}

body.open-minicart,
body.open-sidebar,
body.open-infomenu{
	overflow: hidden;
}
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: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
a:hover {
	text-decoration: none;
}

button{
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

a:focus, button:focus {
	outline: 0!important;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

b, strong {
	font-weight: 600;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: #f0f3f6;
	border: 1px solid#f0f3f6;
}

.form-control {
	height: 40px;
	border: 1px solid#ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 30px;
	padding: 5px 15px;
}

.form-control:focus,
.form-control:hover{
	border-color: #40a70d;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea.form-control {
	border-radius: 20px;
}

.btn {
	padding: 12px 30px;
	font-size: 14px;
	border-radius: 40px;
	background: #fff;
	border: 1px solid#ddd;
	color: #777;
	font-weight: 500;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.btn:hover{
	background: #ddd;
}

.main-btn {
	background-image: linear-gradient(to top,#82BE5A 0,#82BE5A 100%,#329F36 100%);
	color: #fff;
	border-color: #40a70d;
}

.main-btn:hover{
	background-image: linear-gradient(to top,#329F36 0,#82BE5A 100%,#82BE5A 100%);
	color: #fff;
	border-color: #40a70d;
}

.btn-del-cart {
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	border: 1px solid#ddd;
}

.btn-del-cart:hover {
	background: #ddd;
}

.section-title{
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
}

/* Fix some bootstrap issues */
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;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #40a70d;
}
/* top */
#top {
	background-image: linear-gradient(to top,#333 0,#333 100%,#333 100%);
	/*border-bottom: 1px solid #ccc;*/
}

#top .pull-left.list-inline li:first-child a{
	padding-left: 0;
}


#top .list-inline>li {
	padding: 0;
	float: left;
}

#top .btn-link {
	text-decoration: none;
	padding: 10px 0px;
	color: #FFF;
	border: none;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 15px;
	font-size: 14px;
}

#top .btn-link span {
	font-size: 24px;
}

#top .open .btn-link{
	background: none;
	color: #40a70d;
}

#top .btn-link>img {
	margin-top: 4px;
	margin-right: 10px;
}

#top ul li:last-child .btn-link{
	margin-right: 0;
}

#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu .btn-link-drop {
	display: block;
	padding: 5px 15px;
	border: none;
	background: #fff;
	width: 100%;
	text-align: left;
	font-size: 14px;
}


#top-links .dropdown-menu .btn-link-drop:hover {
	color: #40a70d;

}


#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}

#top-links a + a {
	margin-left: 15px;
}

#top .list-inline{
	margin: 0;
}

#top .dropdown-menu {
	margin: 0;
}

#top .nav>li>a {
	color: #FFF;
}

#top .nav>li>a:focus,
#top .nav>li>a:hover{
	background: none;
	color: #76d847;
}



#top .nav>li>a .fa {
	color: #76d847;
	font-size: 16px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

header {
	background-image: url(/catalog/view/theme/techboom/image/header-bg.jpg);
	padding: 20px 0;
}

#logo img{
	/*height: 50px;*/
}

/* mobile menu */
.navbar-header {
	background-image: url(/catalog/view/theme/techboom/image/header-bg.jpg);
}


/* search */
#search {
	width: 100%;
	float: left;
	padding: 30px 0 0 0;
	position: relative;
	margin: 0;
}

#search .form-control {
	font-size: 14px;
	background-color: #ffffff;
	border: 2px solid#40a70d;
	padding: 8px 60px 8px 15px;
	color: #222;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	border-radius: 30px;
}

#search .form-control::placeholder {
	color:#676767;
	opacity: 1;
}

#search .form-control:-ms-input-placeholder {
	color:#676767;
}

#search .form-control::-ms-input-placeholder {
	color:#676767;
}


#search button {
	position: absolute;
	top: 33px;
	right: 0px;
	height: 42px;
	width: 50px;
	border: none;
	background: none;
	color: #40a70d;
}

#search button:before{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 2px;
	height: 20px;
	background: #ddd;
}
/* cart */
#cart {
	padding: 30px 0 0 0;
	float: right;
	position: relative;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	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%;
	width: 500px;
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
}

#cart .dropdown-menu li p {
	padding: 20px;
	margin: 0;
	background: #fff;
	overflow: hidden;
	border-top: 1px solid#ddd;
}

#cart .table>tbody>tr:nth-of-type(odd) {
	background-color: #f0f3f6;
}

#cart .table .price{
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}

#cart .table .count{
	white-space: nowrap;
}

#cart .table .img-thumbnail {
	width: 60px;
	max-width: 60px;
}

#cart .table>tbody>tr>td,
#cart .table>tbody>tr>th,
#cart .table>tfoot>tr>td,
#cart .table>tfoot>tr>th,
#cart .table>thead>tr>td,
#cart .table>thead>tr>th {
	padding: 8px;
	vertical-align: middle;
	border: none;
}

#cart .total-table>tbody>tr:nth-of-type(odd){
	background: none;
}

.online-help-box{
	color: #222;
	float: right;
	height: 50px;
	text-align: left;
	padding-right: 30px;
	padding-left: 50px;
	margin-right: 30px;
	border-right: 1px solid#dddddd;
	padding-top: 3px;
	position: relative;
}

.online-help-box span {
    font-size: 36px;
    position: absolute;
    left: 0;
    top: 4px;
}

.btn-cart {
	height: 50px;
	padding: 0 0 0 55px;
	display: block;
	text-align: left;
	color: #FFF;
	border: none;
	background: none;
	position: relative;
}

.btn-cart  span{
	font-size: 36px;
	position: absolute;
	left: 0;
	top: 4px;
}

.btn-cart .title,
.online-help-box .title{
    font-size: 16px;
    display: block;
}

.btn-cart #cart-total,
.online-help-box .text{
	font-size: 14px;
}
/* menu */
#menu {
	/*background: #76d847;*/
	border-radius: 0;
	border: none;
}

#menu  .navbar-collapse{
	padding: 0;
}
#menu .nav > li > a {
	color: #fff;
	padding: 18px 15px;
	min-height: 15px;
	font-size: 18px;
	font-weight: 500px;
}
#menu .nav > li > a:hover,
#menu .nav > li > a:focus,
#menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	background-image: linear-gradient(to top,#82BE5A 0,#82BE5A 100%,#329F36 100%);
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 7px 20px;
	clear: both;
	color: #FFF;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #005fc7;
	background: none;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ccc;
}
#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: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

#menu .li-slogan {
	background: none;
    border: none;
    width: 280px;
    text-align: left;
    padding: 10px 20px 0 0;
    color: #fff;
    font-size: 12px;
    /* font-weight: 500; */
    position: relative;
}
#menu .btn-category {
	width: 200px;
	/*background: #40a70d;*/
	background: none;
	border: none;
	height: 56px;
	text-align: left;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}

#menu .btn-category:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
}
#menu .category-dropdown{
	width: 270px;
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 0;
}

#menu .category-dropdown .dropdown-submenu {
	position: relative;
}

.category-dropdown>li>a {
	padding: 12px 30px 12px 15px;
	color: #FFF;
	position: relative;
}

.category-dropdown>li.dropdown-submenu>a:before{
	content: '\f105';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 10px;
}


.category-dropdown>li>.dropdown-menu {
	left: 270px;
	top: 0;
	border-radius: 0;
	margin: 0;
	border: 1px solid #e6e6e6;
	box-shadow: none;
}

#menu .navbar-nav{
	width: 100%;
}
@media (min-width: 768px) {
	#menu .dropdown-submenu:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding: 0;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #FFF;
		font-size: 14px;
		padding: 8px 15px;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		/*background: rgb(229, 235, 241);*/
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #40a70d;
		font-size: 14px;
		padding: 8px 15px;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */

.footer-service {
	background: #ffffff;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}



.service-item {
	padding: 30px 0 30px 55px;
	position: relative;
}

.service-item span {
	font-size: 44px;
	position: absolute;
	left: 0;
	top: 34px;
}

.service-item .title {
	font-size: 18px;
	font-weight: 500;
}

.service-item .text {
	font-size: 15px;
	color: #8b8b8b;
}

footer {
	padding: 50px 0 0px;
	background-image: url(/catalog/view/theme/techboom/image/ftr.png);
	color: #fff;
}

footer a {
	color: #fff;
}
footer a:hover {
	color: #0d59ac;
}
footer h5 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	margin: 0 0 15px;
}

footer .list-unstyled {
	margin-bottom: 0;
	line-height: 30px;
}

.footer-powered {
	/*background: #40a70d;*/
	padding: 20px 0;
	margin-top: 50px;
	color: #64adfd;
	overflow: hidden;
}

.footer-powered a {
	color: #fff;
	font-weight: 500;
}
.footer-powered a:hover{
	color: #fff;
}


.powered{
	float: left;
}

.copyright{
	float: right;
}
/* alert */
.alert {
	padding: 8px 14px 8px 75px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	min-height: 60px;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: none;
	z-index: 9999;
	color: rgba(255, 255, 255, 0.59);
}

.alert .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: 0;
    font-size: 34px;
    height: 60px;
    width: 60px;
    background: rgba(255, 255, 255, 0.09);
}

.alert .close:hover{
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.alert .fa {
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	font-size: 26px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
	text-align: center;
	line-height: 60px;
	color: #fff
}

.alert a {
    margin: 0 3px;
    color: #fff;
}

.alert-success {
	background: #4caf50;
}

.alert-success a,
.alert-success a:visited,
.alert-success a:focus,
.alert-success a:hover {
	color: #c8e6c9;
}

.alert-success .fa{
	background: #388e3c;
}

.alert-danger {
	background-color: #f44336;
}

.alert-danger .fa {
	background-color: #d32f2f;
}

.alert-info {
	background: #1886ff;
}

.alert-info .fa {
	background: #0071ec;
}

/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px;
	padding: 0;
	border: none;
	background: none;
}

.breadcrumb > li {
	padding: 0 20px 0 0;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before{
	content: '';
}

.breadcrumb > li a {
	color: #989898;
	position: relative;
}

.breadcrumb > li > a:hover {
	color: #222;
}

.breadcrumb > li a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: -20px;
	top: -2px;
}

.breadcrumb > li:last-child a:before{
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.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-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: #222;
	padding: 10px 15px;
}
.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;
}
/* product list */
.product-thumb {
	margin-bottom: 46px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	position: relative;
}


.product-thumb:hover{
	border-color: #40a70d;
}

.product-thumb .image {
	    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

.product-list .product-thumb .image {
    float: left;
}

.product-thumb .sale {
	position: absolute;
	left: 15px;
	top: 15px;
	background: #40a70d;
	padding: 4px 13px;
	color: #fff;
	border-radius: 20px;
	z-index: 2;
	font-size: 12px;
}

.product-list .product-thumb .sale {
    left: auto;
    right: 15px;
    z-index: 3;
}

.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-thumb h3 {
    font-size: 16px;
    margin-top: 0;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.product-thumb h3 a {
	color: #222;
}

.product-thumb h3 a:hover{
    color: #40a70d;
}

.product-thumb .caption {
    padding: 5px 20px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-list .product-thumb .caption {
	margin-left: 210px;
	text-align: left;
	padding: 20px;
}

.product-list .product-thumb .caption .button-group {
	margin-bottom: 0;
	display: block;
}

.product-thumb .caption .description{
	display: none;
}

.product-list .product-thumb .caption .description{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-list .product-thumb {
	margin-bottom: 30px;
	overflow: hidden;
}

.product-list .quiqview-continer {
	position: absolute;
	margin-top: 0;
	bottom: 18px;
	left: 365px;
	z-index: 3;
}

.product-list .product-thumb .quiqview-btns {
	background: none;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.product-list .product-thumb .quiqview-btns .icon-btn {
	width: 46px;
	height: 46px;
	color: #777;
	border: 1px solid#ddd;
	border-radius: 50%;
	margin: 0 5px;
	background: #fff;
}

.product-list .product-thumb .quiqview-btns .icon-btn:hover{
	color: #fff;
	border-color: #40a70d;
	background: #40a70d;
}

.product-list .product-thumb .quiqview-btns .icon-btn:before{
	display: none;
}

.product-list .product-thumb .image img {
	width: 180px;
	height: 180px;
}
#blog-carousel .sale {
	position: absolute;
	left: 0;
	top: 0;
	background: #40a70d;
	padding: 4px 13px;
	color: #fff;
	border-radius: 20px;
	z-index: 2;
	font-size: 12px;
}

#blog-carousel h3 {
    font-size: 16px;
    margin-top: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
.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 {
	color: #e6e6e6;
	font-size: 15px;
}
.rating .fa-star.stary {
	color: #ffd820;
	z-index: 1;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #40a70d;
	font-weight: bold;
	font-size: 18px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 14px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
	font-weight: 400;
}

.product-list .product-thumb .price {
	height: 42px;
}

.product-thumb .caption .button-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -42px
}

.product-thumb:hover .caption .button-group .btn{
	background: #40a70d;
	border-color: #40a70d;
	color: #fff;
}

.quiqview-continer {
	position: relative;
	height: 50px;
	margin-top: -50px;
}

.product-thumb .quiqview-btns {
	background: #40a70d;
	text-align: center;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 50px;
	-webkit-transform: translate(0px, 50px);
	-moz-transform: translate(0px, 50px);
	-ms-transform: translate(0px, 50px);
	-o-transform: translate(0px, 50px);
	transform: translate(0px, 50px);
	opacity: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;

}

.product-thumb:hover .quiqview-btns{
	opacity: 0.85;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.product-thumb .quiqview-btns .icon-btn {
	width: 50px;
	height: 50px;
	font-size: 22px;
	background: none;
	font-weight: bold;
	color: #fff;
	padding: 0;
	line-height: 50px;
	border: none;
	position: relative;
	flex: 1;
	text-align: center;
}

.product-thumb .quiqview-btns .icon-btn:before{
	 content: "";
	 display: block;
	 height: 24px;
	 width: 1px;
	 background: #fff;
	 right: 0;
	 top: 13px;
	 position: absolute;
 }

.product-thumb .quiqview-btns .icon-btn:last-child:before{
	display: none;
}


.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.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-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%;
}

/* 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;
}


.card {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 3px;
}

.card h1.title-page {
	margin: 0 0 20px;
	font-size: 26px;
}

.card h2.title-page {
	font-size: 20px;
	margin: 0 0 20px;
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	margin-bottom: 30px;
}
.category-name-header {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
}
.card-category img{
	width: 100%;
}

.card-category h1 {
	margin: 0 0 20px;
	font-size: 26px;
}

.card-category #category-description {
	margin-bottom: 10px;
}


.card-subcategory h2 {
	font-size: 24px;
	margin: 0 0 30px;
}

.subcategory-list {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}

.subcategory-list li{
	display: block;
	width: 158px;
	padding: 0 15px;
}

.subcategory-list li a{
	color: #222;
	text-align: center;
	display: block;
	font-weight: 500;
}

.subcategory-list li a:hover{
	color: #40a70d;
}

.subcategory-list li a img{
	width: 100%;
}

.btn-category-description {
	background: #f0f3f6;
	color: #222;
	border: none;
	padding: 3px 35px 3px 15px;
	position: relative;
}

.btn-category-description:hover{
	color: #fff;
	background: #40a70d;
}

.btn-category-description:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 0px;
}

.btn-category-description.hiden:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-view .btn {
	width: 50px;
	height: 36px;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	background-color: #f0f3f6;
	border: none;
	line-height: 31px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	text-shadow: none;
}

.btn-view #list-view{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.btn-view #grid-view{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.btn-view .btn.active {
	background: #40a70d;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}




.card-category #category-description.collapse {
    height: 65px!important;
    display: block;
    overflow: hidden;
}

.card-category #category-description.collapse.in{
	height: auto!important;
}

.panel-attribute .head-td {
	background: #f0f3f6;
	padding: 8px 10px;
}

.panel-attribute .attr-td {
	padding: 8px 10px;
}

.category-wall-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: left;
}

.category-wall-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	
	
	margin-bottom: 30px;
}

.category-wall-box .category-list{
	width: 60%;
}

.category-wall-box .image {
	width: 40%;
}

.category-wall-box .image img{
	width: 100%;
}

.category-wall-box .category-list{
	padding-left: 15px;
}

.category-wall-box .title {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	color: #40a70d;
}

.category-wall-box .show-more {
	display: inline-block;
	background: #f0f3f6;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	color: #222;
}

.category-wall-box .show-more:hover{
	color: #fff;
	background: #40a70d;
}

.category-wall-box ul {
	margin: 0 0 10px;
	padding-left: 18px;
}

.category-wall-box ul li a {
	color: #222;
	display: block;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

.category-wall-box ul li a:hover{
	text-decoration: underline;
}


.banner-box {
	background: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	height: 205px;
}

.banner-box:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.35);
	content: '';
	-moz-transition: transform 0.9s;
	-o-transition: transform 0.9s;
	-webkit-transition: transform 0.9s;
	transition: transform 0.9s;
	-moz-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	-ms-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	-o-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	-webkit-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	z-index: 3;
}

.banner-box:hover:before {
	-moz-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
	-ms-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
	-o-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
	-webkit-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
	transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
}

.banner-box img{
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.banner-box:hover img {
	transform: scale(1.1) rotateZ(-1.5deg);
	-webkit-transform: scale(1.1) rotateZ(-1.5deg);
	-moz-transform: scale(1.1) rotateZ(-1.5deg);
	-o-transform: scale(1.1) rotateZ(-1.5deg);
	-ms-transform: scale(1.1) rotateZ(-1.5deg);
}

.banner-box .banner-text {
	padding: 30px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #adadad;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	z-index: 4;
}

.banner-box .banner-text .name {
	font-weight: bold;
	color: #222;
	font-size: 23px;
	margin-bottom: 15px;
}


.owl-carousel .product-thumb {
	margin-bottom: 21px;
}

.owl-carousel.custom-nav .owl-nav {
	position: absolute;
	top: -62px;
	right: 0;
}



.owl-carousel.custom-nav .owl-nav button.owl-prev,
.owl-carousel.custom-nav .owl-nav button.owl-next{
	width: 50px;
	height: 40px;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	background-color: #f0f3f6;
	font-size: 28px;
	line-height: 43px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.owl-carousel.custom-nav .owl-nav button.owl-prev{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.owl-carousel.custom-nav .owl-nav button.owl-next{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.owl-carousel.custom-nav .owl-nav button.owl-prev:hover,
.owl-carousel.custom-nav .owl-nav button.owl-next:hover{
	background-color: #40a70d;
	color: #fff;
}




.owl-dots {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: -20px;
}



.owl-carousel button.owl-dot{
	width: 22px;
	height: 10px;
	background: #ddd;
	display: inline-block;
	margin: 0 3px;
	border-radius: 20px;
}

.owl-carousel button.owl-dot.active{
	background: #40a70d;
}

.owl-carousel.carousel .owl-item img {
	width: auto;
}

.owl-carousel.carousel .owl-dots {
	margin-bottom: 0px;
}

.banner-block-home .banner-box {
	height: 165px;
}

.banner-block-home .banner-box .banner-text .name {
	margin-bottom: 5px;
}

.banner-block-home .banner-box .title {
	color: #222;
	margin-bottom: 10px;
	font-size: 15px;
	display: block;
	width: 60%;
}

.banner-block-home .banner-box a {
	color: #222;
	text-decoration: underline;
	font-size: 14px;
}

.banner-block-home .banner-box a:hover {
	color: #40a70d;
}





.thumb-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.none-slider-bigthumb {
    width: 100%;
}

.thumb-container .slider-thumb {
	width: 108px;
	position: relative;
	z-index: 2;
}

.slider-thumb-container {
	position: relative;
	z-index: 3;
	margin-top: -5px;
}

.thumb-container .slider-thumb img,
.thumb-container .slider-bigthumb img{
	display: block;
	width: 100%;
	border: 1px solid#ddd;
	border-radius: 10px;
	padding: 15px;
}
.thumb-container .slider-bigthumb img{
	border: none;
}


.slider-bigthumb {
	width: 100%;
	margin-left: -115px;
	padding-left: 130px;
}

.slider-bigthumb .slick-list{
	border: 1px solid rgb(221, 221, 221);
	border-radius: 10px;
}

.thumb-container .slider-thumb .slick-current img,
.thumb-container .slider-thumb img:hover{
	border: 1px solid#40a70d;
}

.thumb-container .slider-thumb .slick-slide {
	margin: 5px 0;
}




.prev.slick-arrow,
.next.slick-arrow{
	font-size: 28px;
	height: 18px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	width: 30px;
	margin: 0 auto;
	background: #40a70d;
}

.prev.slick-arrow {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: -6px;
}

.next.slick-arrow {
	margin-top: -7px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.prev.slick-arrow.disabled,
.next.slick-arrow.disabled{
	background: #f0f3f6;
	color: #ccc;
}

.product-info h1 {
	font-size: 26px;
	margin: 0 0 10px;
}

.product-info .rating {
	margin-bottom: 15px;
}

.box-info-product{
	overflow: hidden;
}

.box-info-product .form-group {
	float: left;
	margin: 0;
}

.box-info-product .detail-action {
	overflow: hidden;
	margin-top: 23px;
	float: right;
}

.box-info-product .detail-action button{
	float: left;
}



.box-info-product .detail-action .btn-icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid#ddd;
	font-size: 19px;
	color: #777;
	margin-left: 10px;
}

.box-info-product .detail-action .btn-icon:hover{
	background: #40a70d;
	color: #fff;
	border-color: #40a70d;
}


.product-price {
	margin-bottom: 15px;
}

.product-price .new-price {
	color: #40a70d;
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
}

.product-price .old-price{
	display: inline-block;
	font-size: 20px;
	margin-left: 15px;
	text-decoration: line-through;
	color: #afafaf;
	font-weight: 300;
}


.product-info .list-unstyled {
	margin-bottom: 15px;
	line-height: 25px;
}

.product-info .list-unstyled span {
	display: inline-block;
	width: 150px;
}

.box-review {
	margin-bottom: 15px;
}

.box-review .rating{
	display: inline-block;
	margin: 0 20px 0 0;
	z-index: 0;
	position: relative;
}

.card-info {
	margin-top: 50px;
}

.card-info .nav-tabs {
	border: none;
	background: #f0f3f6;
	margin: 0 -30px 30px;
	padding: 0 30px;
}

.card-info .nav-tabs>li {
	float: left;
	margin-bottom: 0;
}

.card-info .nav-tabs>li>a {
	display: block;
	font-size: 16px;
	color: #222;
	padding: 10px 25px;
	font-weight: 500;
	position: relative;
	border-radius: 0;
	border: none!important;
	margin: 0;
}

.card-info .nav-tabs>li.active>a {
	background-color: #40a70d;
	color: #fff;

}

.card-info .nav-tabs>li.active>a:hover {
	background-color: #40a70d;
	color: #fff;
}

.card-info .nav-tabs>li.active>a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -23px;
	border: 14px solid transparent;
	border-top: 9px solid #40a70d;
	margin-left: -14px;
}

.card-info .nav-tabs>li>a:hover {
	background-color: #e8e8e8;
	color: #222;
	border: none;
}

.review-box .autor{
	font-weight: 500;
	font-size: 18px;
}

.review-box .text {
	background: #f5f5f5;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.review-box {
	margin-bottom: 30px;
}

#mobile-sidebar-btn {
width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 15px;
}

#mobile-sidebar-btn span{
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #222;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


#mobile-sidebar-btn span:nth-child(1) {
    top: 0px;
}

#mobile-sidebar-btn span:nth-child(2),
#mobile-sidebar-btn span:nth-child(3) {
    top: 8px;
}

#mobile-sidebar-btn span:nth-child(4) {
    top: 16px;
}

#mobile-sidebar-btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#mobile-sidebar-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobile-sidebar-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mobile-sidebar-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-brand {
	display: none;
}

#info-btn{
	display: none;
}

#mobile-cart{
	display: none;
}

.main-table{
	width: 100%;
}

.main-table tr th {
	font-weight: 500;
	border-bottom: 1px solid#ddd;
	vertical-align: middle;
	padding: 10px;
}

.main-table tr td{
	vertical-align: middle;
	padding: 10px;
	border-top: 1px solid#f0f3f6;
}



.main-table tr td.price {
	font-weight: bold;
}

.main-table tr td.head-td {
	background: #f0f3f6;
	padding: 10px;
}

.group-inpt input {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}


.group-inpt .btn {
	height: 40px;
	padding: 5px 20px;
}

.panel-default>.panel-heading {
	color: #222;
	background-color: #f0f3f6;
	padding: 15px;
}

.panel-default>.panel-heading>.panel-title>a{
	display: block;
	position: relative;
}

.panel-default>.panel-heading>.panel-title>a .fa {
	font-size: 19px;
	position: absolute;
	right: 15px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px;
	overflow: hidden;
	background: #ffffff;
}

.account-box {
	display: block;
	text-align: center;
	border: 1px solid#ddd;
	border-radius: 10px;
	padding: 20px 35px;
	color: #222;
	margin-bottom: 30px;
}

.account-box span {
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
}

.account-box:hover {
	background: #f0f3f6;
}


.option-label {
	font-size: 16px;
}

.input-image {
	display: inline-block;
	margin-right: 5px;
}

.input-image img {
	display: block;
	padding: 2px;
	width: 50px;
	height: 50px;
}

.input-image label, .input-image label{
	padding: 0;
}

.checkbox+.checkbox, .radio+.radio{
	margin-top: 10px;
}


.input-image [type="radio"]:not(:checked),
.input-image [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

.input-image [type="radio"]:checked + img {
	background: #2986ff;
}

.input-image [type="radio"]:disabled + label {
	color: #aaa;
}


#lightboxOverlay { position: fixed !important; top: 0; left: 0; height: 100% !important; width: 100% !important; }
#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }



@media(max-width: 1200px){
	.btn-view .btn {
    width: 42px;
}

.product-thumb .caption {
    padding: 5px 15px 20px;

}

.service-item {
    padding: 30px 0 30px 50px;
}

.service-item .title {
    font-size: 15px;
}

.service-item .text {
    font-size: 12px;
}

.service-item span {
    font-size: 40px;
    top: 28px;
}

.banner-block-home .banner-box .title {
    font-size: 13px;
}

	.btn-cart {
		padding: 0 0 0 50px;
	}

	.online-help-box {
		padding-right: 20px;
		margin-right: 20px;
	}

	#search {
		width: 90%;
		margin-right: 20px;
	}

}

@media(max-width: 992px){
	#menu .btn-category {
    width: 220px;
    font-size: 16px;
}
#menu .category-dropdown {
    width: 220px;
}
.category-dropdown>li>.dropdown-menu {
    left: 220px;
}
.subcategory-list li {
    width: 138px;
}

    .service-item span {
        font-size: 44px;
        top: 16px;
    }

    .service-item .title {
        font-size: 18px;
    }

    .service-item .text {
        font-size: 15px;
    }

    .service-item {
        padding: 15px 0 15px 55px;
    }

    .footer-service {
        padding: 15px 0;
    }

    .thumb-container {
        margin-bottom: 30px;
    }

    #top .btn-link {
        font-size: 13px;
    }

    .banner-box img {
        width: auto;
        float: right;
    }

    .banner-block-home .banner-box .title {
        font-size: 15px;
    }

    .two-banners .banner-box .banner-text {
        background: rgba(255, 255, 255, 0.6);
    }

    .product-list .product-thumb .image img {
        width: 160px;
        height: 160px;
    }

    .product-list .product-thumb .caption {
        margin-left: 175px;
    }

    .product-list .quiqview-continer {
        left: 330px;
    }

    .product-list .product-thumb .caption .description {
        font-size: 13px;
        margin-bottom: 10px;
    }

	.online-help-box{
		display: none;
	}

	#search {
		width: 90%;
		position: relative;
	}

	.alert {
		font-size: 13px;
	}

	#logo img {
		height: auto;
	}
}

@media(max-width: 767px){
    .card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .section-title {
        font-size: 20px;
        padding-right: 80px;
    }

    .category-wall-box {
        height: auto;
        margin-bottom: 30px;
    }

    .row .col-sm-6:last-child .category-wall-box{
        margin: 0;
    }

    footer .list-unstyled {
        margin-bottom: 15px;
    }

	.footer-powered {
		margin-top: 10px;
		text-align: center;
	}

	.footer-powered .powered,
	.footer-powered .copyright{
		float: none;
	}

    .banner-box {
        margin-bottom: 15px;
        height: auto;
    }

    .owl-carousel.custom-nav .owl-nav button.owl-prev, .owl-carousel.custom-nav .owl-nav button.owl-next {
        width: 36px;
        height: 30px;
        line-height: 35px;
    }

    .owl-carousel.custom-nav .owl-nav {
        top: -55px;
    }

#logo {
    display: none;
}

#search {
    width: 100%;
    float: none;
    padding: 0;
    margin-right: 0;
}

	.thumb-container {
		display: block;
		margin-bottom: 15px;
	}

	.slider-thumb-container {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.thumb-container .slider-thumb {
		width: auto;
		margin: 0 -5px;
	}

	.thumb-container .slider-thumb .slick-slide {
		margin: 0 5px;
	}

	.slider-bigthumb {
		margin-left: 0;
		padding-left: 0;
	}

	.prev.slick-arrow, .next.slick-arrow {
		border-radius: 50%;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-bottom: 0;
		margin-top: -15px;
		z-index: 10;
	}

	.prev.slick-arrow {
		left: -10px;
		transform: rotate(-90deg);
	}

	.next.slick-arrow{
		right: -10px;
		transform: rotate(-90deg);
	}

	#menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		box-shadow: 0 1px 4px rgba(0,0,0,.2);
		background: #fff;
		z-index: 1001;
		margin: 0;
	}

	.sidebar {
		/*background: linear-gradient(#82bd59,#2e9d34);*/
		background-image: linear-gradient(to top,#333 0,#333 100%,#333 100%);
		box-shadow: 0 5px 15px rgba(0,0,0,0.2);
		position: fixed;
		width: 100%;
		left: 0;
		top: 50px;
		bottom: 0;
		overflow-y: auto;
		margin-left: -100%;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
	}

	.open-sidebar .sidebar{
		margin: 0;
	}

	.navbar-brand {
		display: block;
		padding: 0 15px;
	}

	.navbar-brand img {
		height: 30px;
		margin-top: 10px;
	}

	#info-btn {
		padding: 11px 10px;
		float: right;
		display: block;
		font-size: 27px;
		line-height: 1;
	}


#top {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 1000;
    border: none;
    bottom: 0;
    width: 100%;
    /*background: linear-gradient(#82bd59,#2e9d34);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);*/
    margin-right: -100%;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.open-infomenu #top{
	margin:0;
}

#top .container{
	padding: 0
}

#top .dropdown-menu {
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

	#top .list-inline {
		float: none!important;
	}

	#top .list-inline>li {
		float: none;
	}

	#top .pull-left.list-inline li:first-child a {
		padding-left: 15px;
	}

	#top .btn-link {
		padding: 10px 15px;
		margin: 0;
	}

	body {
		padding-top: 50px;
	}

	#menu .navbar-nav {
		width: auto;
		margin: 0;
	}

	#menu .btn-category {
		display: none;
	}

	#menu .nav > li > a {
		color: #FFF;
		padding: 10px 15px;
		font-size: 14px;
	}

	#menu .category-dropdown {
		width: auto;
		display: block;
		position: relative;
		float: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
	}

	li.li-category {
		border-bottom: 1px solid#ddd;
	}

	.dropdown-menu li > a:hover {
		color: #222;
	}

	.category-dropdown>li.dropdown-submenu.open>a:before{
		transform: rotate(90deg);
	}

	#top-links .dropdown-menu .btn-link-drop {
    padding: 8px 15px;
    font-size: 14px;
    background: rgb(229, 235, 241);
}

#top .btn-link {
	font-size: 14px;
	width: 100%;
}

	#top .open .btn-link {
		background: rgb(229, 235, 241);
	}

#top .nav>li>a:focus, 
#top .nav>li>a:hover {
    color: #222;
    background: rgb(229, 235, 241);
}

	#search button {
		top: 4px;
	}

	header {
		margin-bottom: 20px;
	}

	.subcategory-list li {
		width: 33%;
		margin-bottom: 16px;
	}

	.card-category img {
		display: none;
	}

	.card-category h1 {
		font-size: 24px;
	}

	.card-subcategory h2 {
		font-size: 20px;
		margin: 0 0 20px;
	}

	.subcategory-list li a {
		font-size: 12px;
	}

	#mobile-cart{
		padding: 11px 10px;
		float: right;
		display: block;
		font-size: 27px;
		line-height: 1;
	}

	#cart {
		float: none;
		position: fixed;
		width: 100%;
		margin-left: -100%;
		bottom: 0;
		top: 0;
		left: 0;
		background: #f0f3f6;
		z-index: 1000;
		padding-top: 50px;
		overflow-y: auto;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
	}

	#cart .dropdown-menu {
		width: 100%;
		display: block;
		position: relative;
		left: auto;
		top: auto;
		padding: 0;
		margin: 0;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #f0f3f6;
	}

	.open-minicart #cart{
		margin: 0;
	}

	.navbar-toggle{
		margin-right: 10px;
	}

	.btn-cart {
		padding: 10px 15px;
		height: auto;
		width: 100%;
	}

	.btn-cart span {
		display: none;
	}

	.buttons-overflow .pull-left,
	.buttons-overflow .pull-right{
		float: none!important;
	}

	.buttons-overflow .btn{
		display: block;
		width: 100%;
	}

	.buttons-overflow .pull-left .btn{
		margin-bottom: 10px;
	}

	#cart .dropdown-menu li p {
		padding: 0 15px 15px;
		background: none;
		overflow: hidden;
		border-top: none;
	}

	#cart .dropdown-menu li p .btn {
		float: none!important;
		width: 100%;
		margin: 5px 0;
	}

	.mini-cart-table tr {
		display: block;
		position: relative;
		padding-left: 80px;
	}

	.mini-cart-table tr td{
		display: block;
	}

	.mini-cart-table tr td:first-child{
		position: absolute;
		left: 0;
		top: 0;
	}

	.mini-cart-table tr td.count {
		width: 40%;
		display: inline-block;
	}

	.mini-cart-table tr td.price {
		display: inline-block;
	}

	.mini-cart-table tr td:last-child {
		position: absolute;
		padding: 0!important;
		top: 8px;
		right: 10px;
	}

	.mini-cart-table tr td:nth-child(2) {
		padding-right: 45px!important;
		padding-bottom: 0!important;
	}

	.total-table {
		font-size: 12px;
	}

	#cart .table .img-thumbnail {
		width: 70px;
		max-width: 70px;
	}

	.alert {
		display: block;
		padding: 8px 8px 8px 55px;
	}

	.alert .fa {
		height: 30px;
		line-height: 30px;
		width: 30px;
		background: none;
		top: 50%;
		margin-top: -15px;
		left: 15px;
	}

	.alert .close {
		right: 15px;
		bottom: -24px;
		font-size: 26px;
		height: 25px;
		width: 30px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	.account-box {
		padding: 15px;
	}

	.alert-success .close{
		background: rgb(76, 175, 80);
	}

	#content{
		min-height: 1px;
	}

	.breadcrumb {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.card-info .nav-tabs {
		margin: 0 -15px 30px;
		padding: 0;
	}

	.card-info .nav-tabs>li.active>a:before{
		display: none;
	}

	.product-info h1 {
		font-size: 20px;
		margin: 0 0 15px;
	}

	.product-list .product-thumb .image {
		float: none;
	}

	.product-list .product-thumb .caption {
		margin-left: 0;
		text-align: center;
		padding: 20px;
	}

	.product-list .product-thumb .caption .button-group {
		margin-bottom: -42px;
	}

	.product-list .product-thumb {
		margin-bottom: 46px;
		overflow: visible;
	}

	.product-list .product-thumb .caption .description {
		display: none;
	}

	.product-list .product-thumb .sale {
		left: 15px;
		right: auto;
	}

	.product-list .quiqview-continer,
	.quiqview-continer{
		left: auto;
		right: 15px;
		top: 15px;
		bottom: auto;
		height: auto;
		margin: 0;
		position: absolute;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn,
	.product-thumb .quiqview-btns .icon-btn{
		width: 40px;
		height: 40px;
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 40px;
		display: block;
		color: #777;
		border: 1px solid#ddd;
		border-radius: 50%;
		background: #fff;
	}

	.product-list .product-thumb .quiqview-btns,
	.product-thumb .quiqview-btns{
		display: block;
		height: auto;
		opacity: 1;
		background: none;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.product-thumb .quiqview-btns .icon-btn:before{
		display: none;
	}
}

@media (max-width: 380px) {
	.card-info .nav-tabs>li {
		width: 50%;
	}

	.card-info .nav-tabs>li>a {
		font-size: 14px;
		padding: 10px 15px;
	}

	.box-info-product .form-group {
		float: none;
	}

	.box-info-product .detail-action {
		margin-top: 15px;
		float: none;
	}

	.box-review .rating {
		display: block;
	}
}
