.social {
	float: right;
	margin-top: 20px
}
.social > div {
	display: inline-block
}
.social-product > div {
	display: inline-block
}
.ion-chevron-down {
	display: none
}
* {
	outline: none!important
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased
}
h2 {
	font-size: 17px!important
}
a {
	color: #464646;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease
}
a:hover {
	color: #000
}
a:focus {
	color: #000;
	text-decoration: none
}
.site-button-dark {
	border: none;
	display: inline-block;
	font-size: 16px;
	color: #b3b3b3
}
.site-button-dark span {
	display: inline-block;
	padding: 0 20px
}
.site-button-light {
	border: 3px solid #fff;
	display: inline-block;
	font-size: 13px;
	color: #fff
}
.site-button-light span {
	display: inline-block;
	line-height: 28px;
	padding: 0 15px;
	border: 1px dashed #9e9e9e;
	margin: 1px
}
.site-button-light:hover {
	background: #fff;
	color: #000
}
.site-button-light:focus {
	background: #fff;
	color: #000
}
.background-overlay {
	position: relative
}
.background-overlay:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8)
}
.white-bg {
	background: #fff
}
.light-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.9)
}
header,
footer,
section {
	width: 100%;
	float: left
}
p {
	line-height: 22px;
	margin-bottom: 15px
}
blockquote {
	font-size: 17px;
	line-height: 26px;
	color: #828282;
	font-style: italic;
	border-left: 5px solid #48c491;
	margin: 30px 0
}
ul {
	margin: 0;
	padding: 0
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0
}
.no-margin {
	margin: 0!important
}
.no-padding {
	padding: 0!important
}
.section-padding {
	padding: 30px 0;
}
.left-sidebar .section-padding {
	padding-top: 0
}
.fl_left .product-box {
	border: none
}
.fl_left .product-box:hover {
	box-shadow: 0 0 2px rgba(87, 87, 87, .6)
}
input[type="text"] {
	height: 38px;
	border: 1px solid #eee;
	padding: 0px 10px;
}
input[type="password"] {
	height: 38px;
	border: 1px solid #eee;
	padding: 0 10px
}
select {
	border: 1px solid #e3e4e4;
    height: 32px;
    border-radius: 4px;
    min-width: 129px;
}
textarea {
	height: 120px;
	border: 1px solid #eee;
	padding: 10px
}
button {
	background: none;
	padding: 0
}
.form-list li {
	margin-bottom: 10px;
}
.form-group {
	width: 100%;
	float: left;
	margin: 10px 0
}
.title-box {
	text-align: center
}
.title-box h1 {
	display: inline-block
}
.title-box h2 {
	font-size: 30px;
	color: #252222;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase
}
.title-box h5 {
	font-size: 14px;
	color: #b2b2b2;
	margin: 0;
	margin-bottom: 42px;
	letter-spacing: 2px
}
.main-title {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	color: #48c491;
	position: relative;
	margin-bottom: 50px
}
.main-title:before {
	content: '';
	width: 200px;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	left: -220px;
	top: 15px
}
.main-title:after {
	content: '';
	width: 200px;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	right: -220px;
	top: 15px
}
.table {
	width: 100%;
	height: 100%;
	display: table;
	margin: 0
}
.table div {
	display: table-cell;
	vertical-align: middle
}
.parent {
	display: table;
	float: left
}
.parent > div {
	display: table-cell;
	vertical-align: middle
}
.breadcrumb {
	width: 100%;
	float: left;
	background: none;
	margin-top: 20px;
	border-bottom: 1px solid #cbcbcb;
	padding: 0;
	border-radius: inherit
}
.breadcrumb li {
	float: left;
	font-size: 14px;
	padding: 5px 0
}
.breadcrumb li.arrow {
	margin: 0 10px
}
.breadcrumb>li+li:before {
	display: none
}
.breadcrumb>.active {
	color: #48c491
}
.breadcrumb li strong {
	font-family: 'Roboto Condensed', sans-serif;
}
.search-form {
	width: 100%;
	height: 42px;
	display: inline-block;
	border-radius: 7px;
	margin-top: 30px
}
.search-form input[type="text"] {
	width: 60%;
	height: 44px;
	float: left;
	border: none;
	padding: 10px;
	font-size: 15px;
	border-radius: 7px;
	font-style: italic;
	border: 1px solid #c5c5c5
}
.search-form select {
	width: 40%;
	height: 60px;
	float: left;
	border: none;
	background: none;
	padding: 0 10px;
	font-size: 18px
}
.search-form span {
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	padding-left: 10px;
	font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
}
.search-form button {
	padding: 0 15px;
	float: right;
	background: none;
	border: none;
	line-height: 44px;
	font-size: 20px;
	width: auto;
	background-color: #3a8c14;
	color: #fff;
	border-radius: 7px
}
header {
	width: 100%;
	float: left
}
.cart {
	float: right
}
#open_shopping_cart a {
	padding: 0 20px
}
#open_shopping_cart a.shopping-bag {
	padding-right: 0
}
header .top-bar {
	width: 100%;
	float: left;
	padding: 15px 0
}
header .top-bar .search {
	height: 26px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 25px;
	margin-top: -2px;
	margin-right: 30px
}
header .top-bar .search i {
	font-size: 22px;
	color: #48c490
}
header .top-bar .social-media {
	float: left
}
header .top-bar .social-media li {
	float: left;
	margin-right: 20px
}
header .top-bar .social-media li a {
	float: left
}
header .top-bar .social-media li i {
	font-size: 18px
}
header .top-bar .cart {
	float: right;
	display: block;
	text-align: center
}
header .top-bar .shopping-bag {
	color: #b3b3b3;
	position: relative;
	text-decoration: none
}
header .top-bar .shopping-bag i {
	float: left;
	color: #000;
	margin-top: -5px;
	margin-right: 6px;
	font-size: 22px
}
header .top-bar .wish-list {
	float: right;
	color: #a8a7a5;
	margin-left: 30px
}
header .top-bar .wish-list i {
	float: left;
	color: #000;
	margin-top: 0;
	margin-right: 6px;
	font-size: 20px
}
header .top-bar .checkout {
	float: right;
	margin-left: 30px
}
header .top-bar .my-account {
	float: left;
	width: 100%;
	color: #b3b3b3;
	font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
}
.navbar-toggle {
	float: none!important;
	padding: 0 10px!important;
	margin: 5px 15px 5px 0;
	color: #fff;
	border: none;
	font-size: 28px
}
.navbar-toggle:hover {
	background-color: transparent!important
}
#cart-total {
	font-family: 'Roboto Condensed', sans-serif;
	color: #464646;
	font-style: normal
}
.cart span {
	font-family: 'Roboto Condensed', sans-serif;
	color: #464646
}
header .navbar-default {
	width: 100%;
	float: left;
	background: #3a8c14;
	border: none;
	border-radius: 0;
	margin: 0;
	z-index: 99;
	left: 0;
	top: 0 !important;
	margin-bottom: 15px
}
header .navbar-brand {
	height: auto
}
header .navbar-nav {
	margin: 6px 0
}
header .navbar-default .navbar-nav>li {
	position: relative
}
header .navbar-default .navbar-nav>li:first-child:after {
	display: none
}

header .navbar-default .navbar-nav>li:last-child a {
	padding-right: 0
}
header .navbar-default .navbar-nav>li i {
	font-size: 16px;
	margin-left: 7px;
	float: right;
	line-height: 20px;
}
header .navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 14px
}
header .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background: none
}
header .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background: none
}
header .navbar-default .navbar-nav>.active>a {
	color: #da1313;
	background: none
}
header .navbar-default .navbar-nav>.active>a:hover {
	color: #da1313;
	background: none
}
header .navbar-default .navbar-nav>.active>a:focus {
	color: #da1313;
	background: none
}
header .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background: none;
	color: #000
}
header .logo img {
	width: 100%
}
header .navbar-default .navbar-nav>li:first-child>a {
	padding-left: 0
}
.descript {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400
}
header .navbar-default .navbar-nav> li.dropdown:hover ul.dropdown-menu {
	display: block
}
header .navbar-default .dropdown-menu {
	width: 220px;
	background: #333;
	left: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0
}
header .navbar-default .dropdown-menu:before {
	content: none;
	width: 0;
	height: 0;
	position: absolute;
	left: 20px;
	top: -10px;
	border-style: solid;
	border-width: 0 7px 7px;
	border-color: transparent transparent #e4e4e4
}
header .navbar-default .dropdown-menu li {
	width: 100%;
	float: left;
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #d4d4d4
}
header .navbar-default .dropdown-menu li:last-child {
	margin-bottom: 0;
	border-bottom: 0
}
header .navbar-default .dropdown-menu li a {
	padding: 10px;
	color: #fff;
	font-family: Arial;
}
header .navbar-default .dropdown-menu li:hover {
	background-color: #232323
}
header .navbar-default .dropdown-menu li a:hover {
	background: none;
	color: #fff
}
header .header-top {
	background: #f1f1f1;
	padding: 9px 0
}
.header-top p{
	margin-bottom:0px;
}
.hotline_top {
	text-align: center
}
header .header-top .hotline {
	color: #da1313;
	margin-right: 20px
}
header .fixed-nav {
	position: fixed;
	z-index: 99999
}
.product-list {
	float: left;
	padding-bottom: 20px
}
.product-list .spacing-row {

}
.fl_left {
	float: left
}
.product-list .product-box .product-image {
	border-bottom: 1px dashed #d1d1d1;
	height: 200px;
}
.product-list .site-button-dark {
	float: none;
	border: none;
	font-size: 15px
}
.product-list .reviews-badge {
	float: none;
	margin: 10px 0;
	display: inline-block;
	margin-bottom: 20px
}
.product-list .product-box .product-price {

}
.site-button-dark:hover {
	color: #000
}
.product-list .site-button-dark .fa {
	padding-right: 10px
}
.sidebar-product .product-box {
	border: none;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.sidebar-product .product-box .product-image {
	border: 1px solid #d1d1d1
}
.sidebar-product .product-box .product-name {
	padding: 0;
	min-height: inherit;
	max-height: inherit;
	margin-bottom: 5px
}
.sidebar-product .product-box .product-price {
	padding: 0;
	font-size: 16px;
	margin-bottom: 0;
	border: none
}
.sidebar-product .reviews-badge {
	margin: 5px 0
}

.sidebar-product .sidebar-title {
	color: #464646;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
	clear: both
}
.sidebar-product .product-content {
	padding: 10px 0
}
.left-sidebar {
	float: left
}
.left-sidebar .title {
	width: 100%;
	font-size: 15px;
	padding: 15px 0;
	margin: 0;
	color: #fff;
	background-color: #3a8c14;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.banner-collection {
	margin-bottom: 20px
}
.left-sidebar .categories {
	width: 100%;
	float: left;
	margin-bottom: 20px
}
.left-sidebar #cate_menu{
}
#tat-ca-san-pham .left-sidebar #cate_menu{
	display:block;
}
#tat-ca-san-pham .left-sidebar #cate_menu_2{
	display:none;
}
.left-sidebar .categories ul {
	width: 100%;
	float: left;
	border: 1px solid #d1d1d1;
	position: inherit
}
.left-sidebar .categories ul.sub-menu{
	border:none;
}
.left-sidebar .categories ul li {
	width: 100%;
	padding: 0px;
	position: relative
}
.left-sidebar .categories ul li.level0{
	display:none;
}
.left-sidebar .categories ul li.level0.active{
	display:block;
}
.left-sidebar .categories ul > li.level0.active > a{
	color: #fff;
	background-color: #3a8c14;
	text-transform: uppercase;
	text-align: center;
	border: none;
}
.left-sidebar .categories ul > li:hover > a {
	background-color: #009933;
	color:#fff;
}
.left-sidebar .categories ul.dropdown-menu {
	border-left: none;
	border-right: none;
	padding: 0;
	border-top: none
}
.left-sidebar .categories ul.dropdown-menu li:hover a {

}
.left-sidebar .categories ul li a {
	text-transform: none;
	border-bottom: 1px solid #d1d1d1;
	font-size: 14px;
	color: #252222;
	line-height: 30px;
	font-family: 'Arial', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-left: 15px;
}
.left-sidebar .categories > ul > li:hover > a {
	color: #fff
}
.left-sidebar .categories ul li:hover span {
	color: #000
}
.left-sidebar .categories ul li span {
	float: right;
	color: #a7a7a7;
	position: absolute;
	top: 12px;
	right: 10px
}
.left-sidebar .categories ul li:last-child a {
	border: none
}
.left-sidebar .box {
	margin-bottom: 20px
}
.left-sidebar .line-collection {
	clear: both;
	margin-bottom: 20px
}
.right-side .line-collection {
	clear: both;
	margin-bottom: 20px
}
.left-sidebar .categories ul li ul li a {
	color: #252222;
	padding-left: 30px
}
.left-sidebar .categories ul li a .fa-plus {
	float: right;
	line-height: 40px
}
.left-sidebar .categories ul li a .fa {
	font-size: 11px;
	color: #4C4C4C;
	margin-right: 5px
}
.left-sidebar .categories > ul > li:hover a .fa {
	color: #fff
}
.left-sidebar .price-range {
	width: 100%;
	float: left;
	margin-bottom: 30px
}
.left-sidebar .price-range input[type="text"] {
	border: none;
	font-size: 13px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 10px
}
.left-sidebar .price-range #slider-range {
	width: 100%;
	float: left;
	margin-bottom: 20px
}
.left-sidebar .price-range .ui-widget-header {
	background: #48c490
}
.left-sidebar .price-range .ui-slider-horizontal {
	height: 4px
}
.left-sidebar .price-range .ui-widget-content {
	border: none!important;
	background: #e9e9e9!important
}
.left-sidebar .price-range .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	background: #000;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin-top: -2px
}
.left-sidebar .price-range .site-button-dark {
	float: left
}
.left-sidebar .sizes {
	width: 100%;
	float: left;
	margin-bottom: 30px
}
.left-sidebar .sizes ul {
	width: 100%;
	float: left
}
.left-sidebar .sizes ul li {
	width: 100%;
	float: left;
	margin: 3px 0
}
.left-sidebar .sizes ul li a {
	float: left
}
.left-sidebar .sizes ul li:hover a {
	color: #48c491
}
.left-sidebar .sizes ul li:hover span {
	color: #000
}
.left-sidebar .sizes ul li span {
	float: right;
	color: #a7a7a7
}
.left-sidebar .sizes ul li input[type="checkbox"] {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}
.left-sidebar .sizes ul li input[type="checkbox"]:checked {
	background: #46c58e;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff
}
.left-sidebar .colors {
	width: 100%;
	float: left;
	margin-bottom: 30px
}
.left-sidebar .colors .color-list {
	width: 100%;
	float: left
}
.left-sidebar .colors .color-list li {
	width: 20px;
	float: left;
	margin-right: 10px;
	padding-bottom: 2px;
	border-bottom: 3px solid #dedede
}
.left-sidebar .colors .color-list li:hover {
	border-bottom: 3px solid #000
}
.left-sidebar .colors .color-list li.active {
	border-bottom: 3px solid #000
}
.left-sidebar .colors .color-list li span {
	width: 20px;
	height: 20px;
	float: left
}
.left-sidebar .colors .color-list li .color1 {
	background: #3ab54a
}
.left-sidebar .colors .color-list li .color2 {
	background: #0072bb
}
.left-sidebar .colors .color-list li .color3 {
	background: #f36523
}
.left-sidebar .colors .color-list li .color4 {
	background: #ed1b24
}
.left-sidebar .colors .color-list li .color5 {
	background: #b9b9b9
}
.left-sidebar .colors .color-list li .color6 {
	background: #92278f
}
.left-sidebar .brands {
	width: 100%;
	float: left;
	margin-bottom: 30px
}
.left-sidebar .brands ul {
	width: 100%;
	float: left
}
.left-sidebar .brands ul li {
	width: 100%;
	float: left;
	margin: 3px 0
}
.left-sidebar .brands ul li a {
	float: left;
	text-transform: uppercase
}
.left-sidebar .brands ul li:hover a {
	color: #48c491
}
.left-sidebar .brands ul li:hover span {
	color: #000
}
.left-sidebar .brands ul li span {
	float: right;
	color: #a7a7a7
}
.left-sidebar .brands ul li input[type="checkbox"] {
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none
}
.left-sidebar .brands ul li input[type="checkbox"]:checked {
	background: #46c58e;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	-moz-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff
}
.left-sidebar .block {
	margin-bottom: 30px
}
.left-sidebar .block:last-child {
	margin-bottom: 0
}
.product-box {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
	padding: 10px
}
.product-box .saleoff{
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 5px;
        background: #D90000;
        color: white;
        border-radius: 4px 4px 10px 11px;
        font-size: 12px;
        font-weight: bold;
    }
.product-home .product-box:hover {
	box-shadow: 0 0 2px rgba(87, 87, 87, .6)
}

.product-box:hover .product-buttons {
	bottom: 0;
	opacity: 1
}
.product-box .product-image {
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #cbcbcb
}
.product-box .product-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.product-box .product-buttons {
	height: 29px;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	bottom: -29px;
	text-align: center;
	opacity: 0;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease
}
.product-box .wishlist-button {
	width: 37px;
	height: 29px;
	line-height: 29px;
	float: left;
	margin-right: 3px;
	background: #fff;
	border-top: 2px solid #000;
	text-align: center;
	font-size: 17px
}
.product-box .wishlist-button:hover {
	border-top: 2px solid #48c491
}
.product-box .quickview-button {
	width: 37px;
	height: 29px;
	line-height: 29px;
	float: left;
	background: #fff;
	border-top: 2px solid #000;
	text-align: center;
	font-size: 22px;
	overflow: hidden
}
.product-box .quickview-button:hover {
	border-top: 2px solid #48c491
}
.product-box .product-name {
	width: 100%;
	font-size: 15px;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 15px;
	min-height: 55px;
	max-height: 55px
}
.product-box .product-category {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #666
}
.product-box .product-price {
	width: 100%;
	font-size: 18px;
	color: #da1313;
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
}
.product-home .product-box .product-price {
	border-bottom: 0
}
.login {
	float: right;
}
.login .container {
	padding-top: 40px;
	border-top: 1px solid #ebebeb
}
.login h4 {
	margin-bottom: 30px;
	font-weight: 700
}
.login form {
	width: 100%;
	float: left;
	margin-bottom: 30px
}
.login label {
	width: 100%;
	float: left;
	font-weight: 400;
	color: #a7a7a7
}
.login input[type="text"] {
	width: 100%;
	float: left
}
.login input[type="password"] {
	width: 100%;
	float: left
}
.login input[type="radio"] {
	margin-right: 20px;
	margin-left: 5px
}
.login textarea {
	width: 100%;
	height: 120px
}
.login a {
	display: inline-block
}
.login .form-group {
	margin-bottom: 10px
}
.action-btn {
	display: block;
	clear: both;
	margin: 0px;
}
.login .site-button-dark {
	margin: 10px 0px;
	float: none;
	border: none;
	background: #da1313;
	color: #fff;
	padding: 7px 0;
	border-radius: 5px
}
.login .hide-form {
	display: none
}
.login .fa {
	font-size: 25px;
	color: #b3b3b3
}
.logos {
	float: left;
	background-color: #f3f3f3
}
.logos img {
	width: 100%;
	float: left;
	min-height: 60px;
	max-height: 60px;
	overflow: hidden;
}
.logos h2 {
	font-size: 0;
	margin: 0
}
.contact {
	float: left
}
.contact #map {
	width: 100%;
	height: 458px;
	float: left;
	background: #48c491
}
.item-detail {
	float: left;
	overflow-x: hidden
}
.item-detail .product-title {
	font-size: 34px;
	color: #48c491;
	font-weight: 700;
	margin: 0
}
.item-detail .product-category {
	font-size: 14px;
	color: #9e9e9e
}
.item-detail .left-side {
	float: left
}
.item-detail .left-side .product-image {
	width: 100%;
	float: left
}
.item-detail .left-side .product-image img {
	width: 100%;
	float: left
}
.item-detail .right-side {
	float: left;
	text-align: left
}
.item-detail .right-side product-name {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #48c491;
	margin-top: 0;
	font-weight: 700
}
.item-detail .right-side .price {
	float: left;
	font-size: 30px;
	color: #da1313;
	width: 100%
}
.item-detail .right-side .price-old {
	float: left;
	margin-top: 15px;
	font-size: 30px;
	color: #464646;
	text-decoration: line-through;
	width: 100%
}
.item-detail .right-side .product-desc {
	width: 100%;
	float: left;
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0
}
.item-detail .right-side .product-desc p {
	line-height: 22px;
	color: #7d7d7d;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 0
}
.item-detail .right-side .form-group {
	width: 100%;
	float: left
}
.item-detail .right-side .form-group label {
	float: left;
	margin-right: 10px;
	color: #2b3733;
	font-weight: 400;
	font-size: 20px
}
.item-detail .right-side .form-group input[type="text"] {
	max-width: 120px;
	height: 32px;
	padding: 0 10px
}
.item-detail .right-side .info-box {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	color: #838383;
	font-size: 13px
}
.item-detail .right-side .info-box b {
	color: #000
}
.item-detail .right-side .info-box p {
	margin-bottom: 0
}
.item-detail .right-side .social-share {
	width: 100%;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 40px
}
.item-detail .right-side .social-share h4 {
	font-size: 13px;
	color: #838383
}
.item-detail .right-side .social-share ul {
	width: 100%;
	float: left
}
.item-detail .right-side .social-share ul li {
	width: 28px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin-left: 3px;
	background: #000;
	text-align: center
}
.item-detail .right-side .social-share ul li * {
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease
}
.item-detail .right-side .social-share ul li:hover {
	background: #48c491
}
.item-detail .right-side .social-share ul li a {
	display: inline-block
}
.item-detail .right-side .social-share ul li i {
	font-size: 16px;
	color: #fff
}
.item-detail .right-side .site-button-dark {
	float: none;
	border: none;
	color: #fff;
	background-color: #009933;
	font-size: 30px;
	margin-top: 10px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 10px 0;
	display:block;
}
.item-detail .right-side .site-button-dark .fa {
	padding-right: 15px
}
.item-detail .product-name {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0
}
.item-detail .right-side .hotline-product {
	font-size: 20px;
	margin: 10px 0;
	padding: 15px 18px;
	border: dashed 2px #da1313;
	display: inline-block
}
.social-product {
	line-height: 30px
}
.fb iframe {
	margin-top: -10px
}
.blog {
	float: left
}
.blog * {
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease
}
.blog .article-title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 34px;
	color: #48c491;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 40px
}
.blog .page-title {
	width: 100%;
	float: left;
	font-size: 34px;
	font-weight: 700;
	color: #48c491;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px
}
.blog .sub-title {
	width: 100%;
	font-size: 14px;
	color: #9e9e9e;
	text-align: center;
	margin-bottom: 40px
}
.blog .post_content {
	margin-left: 20px
}
.blog .left-side {
	float: left
}
.blog .left-side .blog-post {
	width: 100%;
	float: left;
	margin-bottom: 80px
}
.blog .left-side .blog-post .article-tags {
	width: 100%;
	float: left;
	color: #a7a7a7;
	padding: 10px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px
}
.blog .left-side .blog-post .article-tags a {
	float: left;
	color: #a7a7a7;
	margin-right: 30px
}
.blog .left-side .blog-post .article-tags a i {
	float: left;
	margin-right: 6px
}
.blog .left-side .blog-post .title {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
	color: #464646;
	margin-top: 0;
	line-height: 26px
}
.blog .left-side .blog-post .blog-thumb {
	width: 100%;
	float: left;
	position: relative
}
.blog .left-side .blog-post .blog-thumb iframe {
	width: 100%;
	height: 420px;
	float: left
}
.blog .left-side .blog-post .blog-thumb img {
	width: 100%;
	float: left
}
.blog .left-side .blog-post .blog-thumb .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0
}
.blog .left-side .blog-post .blog-thumb .overlay h3 {
	font-size: 40px;
	color: #48c491;
	font-weight: 700
}
.blog .left-side .blog-post .blog-thumb .overlay .table {
	background: rgba(255, 255, 255, 0.8)
}
.blog .left-side .blog-post .info-box {
	width: 100%;
	float: left;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px
}
.blog .left-side .blog-post .blog-thumb .overlay:hover {
	opacity: 1;
	padding: 10px
}
.blog .left-side .blog-post .info-box ul.tags {
	float: left
}
.blog .left-side .blog-post .info-box ul.tags li {
	float: left;
	margin-right: 6px;
	color: #a7a7a7
}
.blog .left-side .blog-post .info-box ul.tags li:after {
	content: ','
}
.blog .left-side .blog-post .info-box ul.tags li:last-child:after {
	display: none
}
.blog .left-side .blog-post .info-box ul.tags li a {
	color: #a7a7a7;
	font-size: 13px
}
.blog .left-side .blog-post .info-box .comment {
	float: right;
	color: #a7a7a7;
	font-size: 13px;
	margin-left: 60px
}
.blog .left-side .blog-post .info-box .date {
	float: right;
	color: #a7a7a7;
	font-size: 13px
}
.blog .left-side .blog-post p {
	color: #464646;
	display: block;
	line-height: 26px;
	font-size: 14px
}
.blog .left-side .blog-post .site-button-dark {
	margin-top: 20px;
	float: none;
	border: 1px solid;
	font-size: 15px;
	padding: 10px;
	font-style: italic;
	font-weight: 400
}
.blog .left-side .blog-post .blog-info {
	color: #464646;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.blog .left-side .blog-post h4 {
	clear: both;
	color: #464646;
	font-size: 20px;
	font-weight: 400
}
.blog .right-side .popular-posts {
	width: 100%;
	float: left;
	margin-bottom: 30px
}
.blog .right-side .popular-posts .post {
	width: 100%;
	float: left;
	margin-bottom: 20px
}
.blog .right-side .popular-posts .post .post-thumb {
	float: left;
	margin-right: 8px
}
.blog .right-side .popular-posts .post a {
	margin-top: 0;
	font-size: 15px;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	color: #464646
}
.blog .right-side .popular-posts .post .date {
	float: left;
	font-size: 14px;
	color: #a7a7a7;
	font-style: italic
}

.blog .right-side .popular-posts .post .fa {
	font-size: 12px;
	float: left;
	padding-top: 5px;
	color: #b7b7b7
}
.blog .article-comments {
	width: 100%;
	float: left
}
.blog .article-comments .comment {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px
}
.blog .article-comments .comment .inside-comment {
	border-bottom: none;
	border-top: 1px solid #dedede;
	margin-left: 80px;
	padding-top: 20px
}
.blog .article-comments .comment .user-thumb {
	width: 67px;
	float: left;
	margin-right: 10px
}
.blog .article-comments .comment .user-thumb img {
	width: 100%;
	float: left
}
.blog .article-comments .comment .username {
	font-size: 17px;
	font-weight: 700;
	margin: 0
}
.blog .article-comments .comment .date {
	color: #a7a7a7;
	font-size: 12px;
	margin: 5px 0;
	display: inline-block
}
.blog .article-comments .comment p {
	font-size: 13px;
	line-height: 20px;
	display: flex
}
.blog .article-comments .commment-form {
	width: 100%;
	float: left
}
.pagination {
	width: 100%;
	float: left;
	margin-bottom: 40px
}
.pagination li {
	float: left;
	border: none!important
}
.pagination li a {
	border-radius: 0!important;
	color: #000;
	border: none;
	margin: 0;
	padding: 0
}
.pagination li a:hover {
	color: #da1313;
	border: none;
	background: none
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: none;
	border: none;
	color: #da1313
}
footer {
	float: left;
	background: #eee
}
footer * {
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease
}
footer h4 {
	color: #424242;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: .6px
}
.showroom {
	margin-bottom: 10px
}
.showroom .fa {
	padding: 0 5px
}
footer .showroom b {
	font-family: 'Roboto Condensed', sans-serif;
}
footer p {
	margin-bottom: 0;
	line-height: 25px;
	font-size: 15px
}
footer nav {
	width: 100%;
	float: left
}
footer nav ul {
	width: 100%;
	float: left
}
footer nav ul li {
	width: 100%;
	float: left;
	margin: 2px 0
}
footer nav ul li a {
	float: left;
	color: #b5b5b5;
	font-size: 14px
}
footer .about-intro {
	float: left;
	font-size: 13px;
	color: #b5b5b5;
	margin-bottom: 5px
}
footer .about-read-more {
	float: left;
	font-size: 13px;
	text-decoration: underline;
	margin-bottom: 20px
}
footer .social-media {
	width: 100%;
	float: left
}
footer .social-media li {
	width: 28px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin-right: 3px;
	text-align: center;
	background: #000;
	color: #fff
}
footer .social-media li:hover {
	background: #48c491
}
footer .social-media li a {
	width: 100%;
	float: left
}
footer .social-media li i {
	color: #fff;
	font-size: 16px
}
footer .newsletter {
	width: 100%;
	float: left
}
footer .newsletter input[type="text"] {
	width: 100%;
	height: 36px;
	float: left;
	border: 1px solid #d4d4d4;
	margin-bottom: 10px;
	padding: 0 10px
}
footer .newsletter button[type="submit"] {
	background: none;
	padding: 0
}
footer .newsletter button[type="submit"]:hover {
	background: #000
}
footer .credit-cards {
	width: 100%;
	float: left;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin: 30px 0;
	padding: 20px 0;
	text-align: center
}
footer .sub-footer {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border-bottom: 2px solid #da1313;
	background-color: #363636
}
footer .sub-footer .copyright {
	font-size: 14px;
	color: #A5A5A5
}
footer .sub-footer .copyright a {
	font-size: 14px;
	color: #fff
}
footer .sub-footer nav {
	width: 100%;
	float: left
}
footer .sub-footer nav ul {
	float: right
}
footer .sub-footer nav ul li {
	width: auto;
	float: left;
	margin-left: 30px
}
footer .sub-footer nav ul li a {
	float: left;
	font-size: 12px
}
footer .footer-menu-top {
	line-height: 50px;
	border-bottom: 1px solid #fff
}
footer nav.footer-menu-top ul li {
	width: auto
}
footer nav.footer-menu-top ul li a {
	padding: 0 44px;
	color: #424242;
	font-size: 15px
}
footer nav.footer-menu-top ul li:first-child a {
	padding-left: 0
}
footer nav.footer-menu-top ul li:last-child a {
	padding-right: 0
}
footer nav.footer-menu-top ul li a:hover {
	text-decoration: none;
	color: #424242
}
footer .footer_col_top {
	margin-bottom: 15px
}
footer .footer-mid li {
	line-height: 30px
}
footer .footer-mid li .fa {
	font-size: 10px;
	padding-right: 5px;
	line-height: 25px
}
footer .footer_pay {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d6d6
}
footer .social a {
	color: #818283;
	font-size: 30px;
	padding-right: 20px
}
footer .footer_hotline {
	margin-top: 15px;
	padding: 6px 15px;
	background-color: #da1313;
	color: #fff;
	display: inline-block;
	font-size: 17px;
}
footer .footer_hotline p{
	font-size: 17px;
}
footer .footer-mid .col1 {
	margin-bottom: 15px
}
.newsletter-wrap {
	position: relative;
	padding: 25px 0;
	overflow: hidden;
	clear: both;
	background: url(bg_email.jpg) no-repeat top center;
	margin-bottom: 30px;
	background-size: cover
}
.newsletter-wrap .newsletter {
	margin: auto;
	padding: 80px 0;
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center
}
.newsletter-wrap .newsletter h4 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px
}
.newsletter-wrap .newsletter p {
	color: #fff;
	font-style: italic;
	padding: 0 28%;
	font-size: 14px
}
.newsletter-line {
	margin: 10px 0
}
#newsletter1 {
	width: 30%;
	border-radius: 7px
}
.subscribe {
	border: none;
	background-color: #da1313;
	color: #fff;
	padding: 8px 20px;
	margin-left: 10px;
	border-radius: 7px
}
.newsletter-wrap:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.45)
}
.subscribe:hover {
	background-color: #c90e06
}
.quick-view-wrapper {
	max-width: 846px;
	margin: 0 auto
}
.quick-view {
	width: 100%;
	display: inline-block;
	margin-top: 80px;
	padding: 10px;
	border: 3px solid #000;
	background: #fff;
	position: relative
}
.quick-view .dashed-border {
	width: 100%;
	float: left;
	border: 1px dashed #000;
	padding: 20px
}
.quick-view .close-modal {
	width: 28px;
	height: 28px;
	background: #000;
	border: none;
	position: absolute;
	right: -28px;
	top: -3px
}
.quick-view .close-modal i {
	color: #fff
}
.quick-view .left-side {
	width: 100%;
	float: left
}
.quick-view .left-side img {
	width: 100%;
	float: left
}
.quick-view .right-side {
	width: 100%;
	float: left;
	padding-left: 10px
}
.quick-view .product-name {
	font-size: 20px;
	color: #48c491;
	margin-top: 0;
	font-weight: 700
}
.quick-view .price {
	float: left;
	font-size: 22px;
	font-weight: 700
}
.quick-view .price-old {
	float: left;
	margin-right: 40px;
	font-size: 22px;
	color: #cbcbcb
}
.quick-view .product-desc {
	width: 100%;
	float: left;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0
}
.quick-view .product-desc p {
	line-height: 20px;
	color: #7d7d7d;
	font-size: 13px
}
.quick-view .form-group {
	width: 100%;
	float: left
}
.quick-view .form-group label {
	width: 100%;
	float: left;
	margin-bottom: 10px
}
.quick-view .form-group input[type="text"] {
	max-width: 80px;
	height: 32px;
	padding: 0 10px
}
.quick-view .social-share {
	width: 100%;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #e0e0e0
}
.quick-view .social-share h4 {
	font-size: 13px;
	color: #838383
}
.quick-view .social-share ul {
	width: 100%;
	float: left
}
.quick-view .social-share ul li {
	width: 28px;
	height: 28px;
	line-height: 28px;
	float: left;
	margin-left: 3px;
	background: #000;
	text-align: center
}
.quick-view .social-share ul li a {
	display: inline-block
}
.quick-view .social-share ul li i {
	font-size: 16px;
	color: #fff
}
.elements {
	float: left;
	margin-bottom: 60px
}
.elements .container {
	padding-top: 40px;
	border-top: 1px solid #ebebeb
}
.alert {
	border-radius: 0
}
.alert i {
	width: 30px
}
.alert-success {
	background: none
}
.alert-info {
	background: none
}
.alert-warning {
	background: none
}
.alert-danger {
	background: none;
	float: left;
	width: 100%
}
.nav-tabs {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 30px
}
.nav-tabs li {
	display: inline-block;
	float: none;
	margin-right: 25px;
	position: relative
}
.nav-tabs li:first-child:after {
	display: none
}
.nav-tabs>li>a {
	border: none;
	font-size: 20px;
	color: #2b3733;
	border-bottom: 2px solid transparent
}
.nav-tabs>li>a:hover {
	background: none;
	color: #da1313;
	opacity: 1;
	border-bottom: 2px solid
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	opacity: 1;
	border: none;
	color: #da1313;
	background: transparent;
	border-bottom: 2px solid
}
.tab-content>.tab-pane {
	margin-bottom: 0;
	text-align: left
}
.nav-tabs li:first-child a {
	padding-left: 0
}
.modal-backdrop {
	background: rgba(255, 255, 255, 0.9)
}
.modal-dialog {
	width: 100%;
	float: left;
	margin: 0
}
.modal-content {
	background: none;
	box-shadow: none;
	border: none
}
.modal-body {
	padding: 0
}
.modal-body .site-button-dark {
	margin-bottom: 30px
}
.litebox-gallery {
	width: 100%;
	float: left
}
.litebox-gallery li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px
}
.litebox-gallery li img {
	width: 100%;
	float: left
}
.litebox-gallery li a {
	float: left
}
.loading {
	width: 100%;
	height: 100%;
	float: left;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
	text-align: center;
	overflow: hidden
}
.loading .loader-content {
	width: 100%;
	float: left;
	-webkit-animation: fadeInUp .2s linear;
	animation: fadeInUp .2s linear
}
.loading .loader-content img {
	width: 60px;
	margin-top: 20%;
	margin-bottom: 20px
}
.loader {
	margin: 0 auto;
	position: relative;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	border-left: 2px solid #48c491;
	-webkit-animation: load8 .5s infinite linear;
	animation: load8 .5s infinite linear
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 2em;
	height: 2em
}
.loading-dissapear {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: all;
	-webkit-transition-duration: .3s;
	-webkit-transition-delay: 1s;
	transition-property: all;
	transition-duration: .3s;
	transition-delay: 1s
}
.product-title {
	background: url(product-title-1.png) repeat-x 0 20px;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 2px solid #3a8c14;
}
.product-title-bor {
	height: 5px;
	display: block;
	background: url(product-title-1.png) repeat-x;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.title-box .product-title {
	margin-right: 75px
}
.product-title h2 {
	font-size: 20px !important;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0;
	display: inline-block;
	background-color: #3a8c14;
	padding: 0 20px;
	font-weight: normal;
}
.product-title h2 a {
	color: #fff;
	font-family: Arial;
}
.product-title h2 a:hover{
	color:#da1313;
}
@media (max-width: 992px) {
	.product-list .col-md-9 {
		float: left
	}
	.left-sidebar .section-padding {
		padding: 0
	}
	header .navbar-default .navbar-nav>li>a {
		font-size: 15px;
		padding: 10px 13px
	}
	header .navbar-default .navbar-nav>li:after {
		display: none
	}
	header .navbar-brand {
		height: auto;
		margin-top: 2px
	}
	header .navbar-brand img {
		height: 20px
	}
	header .navbar-default .navbar-nav>li:first-child>a {
		padding-left: 13px
	}
	.category-sub-banners .col-md-6 {
		margin-bottom: 30px
	}
	.lookbook {
		margin-top: 30px
	}
	.nav-tabs>li>a {
		font-size: 18px
	}
	footer nav {
		margin-bottom: 30px
	}
	footer .sub-footer nav {
		width: auto;
		float: right
	}
	footer .sub-footer nav ul {
		float: left
	}
	footer .sub-footer nav ul li {
		margin-left: 0;
		margin-right: 15px
	}
	.search-form{
		margin-top: 15px;
	}
	.search-form button {
		padding: 0 10px;
		font-size: 15px;
	}
	.search-form span {
		font-size: 0;
		padding: 0;
		line-height: 0
	}
	header .navbar-default .dropdown-menu {
		position: inherit;
		width: 100%
	}
	header .navbar-default .dropdown-menu li a {
		padding: 5px;
		padding-left: 20px
	}
	header .navbar-default .navbar-nav>li i {
		font-size: 20px
	}
	header .navbar-default .navbar-nav> li.dropdown:hover ul.dropdown-menu {
		display: none;
		padding: 0 15px
	}
}
@media (max-width: 640px) {
	.logo-footer{
		margin-top: 15px !important;
	}
	.search-form button{
		padding:0px 20px !important;
	}
	.product-home .product-box:hover {
		box-shadow: 0 !important;
	}
	header .top-bar .social-media {
		margin-bottom: 10px
	}
	header .top-bar .my-account {
		float: left
	}
	header .top-bar .checkout {
		float: left;
		margin-left: 0;
		margin-right: 30px
	}
	header .navbar-brand {
		padding: 26px 0
	}
	header .navbar-brand img {
		margin: 0
	}
	header .navbar-default .dropdown-menu {
		width: 100%;
		float: left;
		position: static;
		padding: 0 15px;
		border: none
	}
	header .navbar-default .dropdown-menu:before {
		display: none
	}
	.navbar-default .navbar-toggle {
		border: none
	}
	.navbar-default .navbar-toggle i {
		font-size: 30px
	}
	.navbar-default .navbar-toggle:hover {
		background: none
	}
	.navbar-default .navbar-toggle:focus {
		background: none
	}
	.shopping-cart .right-side {
		float: left
	}
	.category-banners .banner-box {
		margin: 5px 0
	}
	.category-sub-banners .banner-box {
		margin: 5px 0
	}
	.logos img {
		width: 100%
	}
	.lookbook .container h2 {
		font-size: 60px
	}
	.nav-tabs li {
		width: 100%;
		float: left
	}
	.nav-tabs li:after {
		display: none
	}
	footer .credit-cards img {
		width: 100%
	}
	header .navbar-header{
		text-align:center;
	}

	header .logo img{
		width: 70%;
	}
}
.clear {
	clear: both
}
.header-service {
	padding: 15px 0
}
.content {
	color: #b3b3b3;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 40px
}
.content .fa {
	font-size: 30px;
	float: left;
	line-height: 40px;
	margin-right: 10px
}
.content span {
	font-size: 15px;
	line-height: 20px;
	color: #585858
}
.content-2 {
	text-align: center
}
.content-2 span {
	float: right;
	line-height: 40px
}
.content-2 .fa {
	float: right
}
.content-3 {
	text-align: right
}
.content-3 .fa {
	float: right
}
.content-3 span {
	float: right;
	line-height: 40px
}
#sales {
	padding-bottom: 20px
}
.box-content {
	background-color: #bc5e88;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.banner-sales img {
	width: 100%;
	border-right: 1px solid #fff;
}
.banner-sales .banner-static:nth-child(2) .box-content {
	background-color: #23908a;
}
.banner-sales .banner-static:nth-child(3) .box-content {
	background-color: #da7508;
}
.banner-sales .banner-static:nth-child(4) .box-content {
	background-color: #da1313;
}
.banner-left {
	border-right: 1px dashed rgba(255, 255, 255, 0.64);
	padding-top: 10px;
	padding-bottom: 10px;
}
.sale_text {
	padding-bottom: 10px;
}
.sale_link {
	border-top: 1px dashed rgba(255, 255, 255, 0.64);
	padding-top: 10px;
}
.sale_link a {
	font-style: italic;
	color: #fff;
}
.banner-right {
	line-height: 85px;
	font-size: 50px;
	font-family: 'Roboto Condensed', sans-serif;
}
.border {
	clear: both;
	margin-bottom: 30px;
	background: url(product-title.png) repeat-x 0 0;
	height: 5px;
}
@media (max-width: 768px) {
	.banner-left {
		border-right: 0;
	}
	.sale_link {
		padding-bottom: 10px;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.64);
	}
}
.footer-mid {
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
}
.blog-title {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
}
.item-detail .social {
	margin: 20px 0 0;
}
.item-detail .tabpanel {
	margin-top: 20px;
}
.pr_detail .product-detail .product-title {
	background: none;
	text-align: left;
	border-bottom: 1px solid #464646;
}
.pr_detail .product-detail .product-title h3 {
	padding-left: 0;
	font-size: 20px;
	text-transform: uppercase;
}
.pr_detail .product-detail .product-box {
	border: none;
}
.pr_detail .product-detail .product-box .product-price {
	border: none;
}
.pr_detail .product-detail .product-box .product-image {
	border-bottom: 1px dashed #d1d1d1;
}
@media(max-width: 1024px){
	header .navbar-default .navbar-nav>li>a{
		padding:10px 10px;
	}
}
@media (max-width: 992px) {
	#mobile {
		display: block!important;
		width: 100%
	}
	#mobile .categories ul {
		display: none
	}
	#mobile .title {
		text-align: left
	}
	#mobile .title span {
		cursor: pointer;
		padding-left: 21px
	}
	header .navbar-default .navbar-nav>li i {
		display: block
	}

}
@media (max-width: 768px) {
	.navbar-toggle{
		display:block;
	}
	.navbar-nav>li{
		float: none;
		display:block;
	}
	.navbar-nav{
		display:block;
		width: 100% !important;
	}
	header .navbar-default .dropdown-menu{
		background: transparent;
	}
	.blog_block{
		border-left:none !important;
	}
}
@media (max-width: 760px) {
	.cart {
		float: none;
		display: inline-block
	}
	.login {
		float: none;
		display: inline-block
	}
	#open_shopping_cart {
		text-align: center
	}

}
@media (max-width: 460px) {
	.spr-summary {
		text-align: left!important;
	}
}
.adr.box {
	border: 1px solid #eee;
	margin-bottom: 16px;
}
.adr.box.box-truck {
	width: 100%;
	height: 120px;
	background: url(freeship.png) no-repeat center center;
	background-size: 100% 100%;
}
.adr.box .header .title {
	margin: 0;
	padding: 15px 0;
	font-family: 'Roboto Condensed', sans-serif;
}
#box_delivery_policies>.body {
	padding: 8px
}
.adr.list {
	padding-left: 0;
	margin-left: 0;
	list-style: outside none none
}
#box_delivery_policies>.body #delivery_policies_list>.item {
	clear: both;
	line-height: 18px;
	margin: 5px 0
}
#box_delivery_policies>.body #delivery_policies_list>.item>.icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	font-size: 16px
}
.adr.icon,
.adr .icon {
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0
}
.adr.icon {
	display: inline-block!important;
	width: 24px!important;
	height: 24px!important
}
.adr.icon.huge {
	width: 40px!important;
	height: 40px!important;
	line-height: 40px!important
}
.adr.icon.truck {
	background-image: url(../images/adr-icon-truck-2.png)
}
.adr.icon.location2 {
	background-image: url(../images/icon_1.png)
}
#delivery_policies_list .text {
	font-size: 15px;
	width: 172px;
	display: inline-block;
	vertical-align: middle
}
.adr.box {
	border: 1px solid #eee;
	margin-bottom: 16px
}
.adr.icon.box {
	background-image: url(../images/icon_2.png);
	border: none
}
.adr.icon.bill {
	background-image: url(../images/icon_3.png)
}
.footer-mid h1 {
	font-size: 28px
}
.blog_html_content h1 {
	margin: 0;
	line-height: 40px
}
.no-padding {
	padding: 0
}
.no-padding-right {
	padding-right: 0
}
.no-padding-left {
	padding-left: 0
}
.blog_block {
	border-left: 1px solid #ccc
}
.blog-inner.clearfix {
	margin-bottom: 15px
}
.blog-inner h3 {
	margin: 0;
	font-size: 17px
}
.blog-img {
	margin-bottom: 15px;
}
.product-content .product-box .product-image {
	padding: 5px;
	overflow: hidden;
	height: 200px;
}
.product-content .product-box .product-info {
	padding-right: 0
}
.product-content .product-box .product-image,
.product-content .product-box .product-price {
	border: none
}
.product-content .product-box .product-name {
	border: none;
	padding: 0
}
.product-content .product-box .product-price {
	text-align: left
}
.product-content .product-box {
	padding-top: 10px
}
.spr-summary-actions-togglereviews {
	float: left;
	margin-right: 20px
}
.spr-summary-actions-newreview {
	float: left!important
}
.spr-summary-starrating {
	margin: 0 6px 0 0;
	float: left
}
.marbot {
	margin-bottom: 5px
}
.marbot img{
}
.no-marbot {
	margin-bottom: 0
}
@media(max-width:460px) {
	.no-padding-left {
		padding: 0
	}
	header .navbar-default .navbar-nav>li>a {
		font-size: 16px
	}
}
.slide_index {
	margin-bottom: 20px;
}
.owl-carousel .owl-item .item img{
	width: 100%;
}

.banner-bottom img {
	float: left;
	width: 46%;
	margin: 2%;
	min-height: 55px;
}
.banner-top {
	margin-bottom: 20px;
}
.sale-label {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #da1313;
	color: #fff;
	border-radius: 100%;
	right: 0px;
	top: 0px;
}
.view-more {
	text-align: right;
}
.view-more a {
	font-size: 15px;
}

.sticky
{
	position: fixed !important;
	top: 0 !important;
	z-index: 999 !important;
}
.tab-content {
	font-size: 15px;
}
button.button.btn-continue:hover span{
	color:#fff;
}
.product-detail .product-box .product-image{
	min-height: 245px;
	max-height: 245px;
}

.col-item-left .product-box {
	width: auto;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
	height: 270px;
}

.col-item-left img {
	width:auto !important;
}
.col-item-left {
	height: 340px;
}

.text-footer {
	margin-top: 20px;
	text-align: justify;
}
.banner-bottom {
	
}
.social-banner {
	list-style-type: none;
}
.social-banner li {
	display: inline-block;
	background: #000;
}
.social-banner li a .fa {
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 39px;
	text-align:center;
	font-size: 20px;
}
.social-banner li a .fa-facebook {background: #3b5998;}
.social-banner li a .fa-twitter {background: #00abf0;}
.social-banner li a .fa-google-plus {background: #db4437;}
.social-banner li a .fa-instagram {background: #000;}
.social-banner li a .fa-youtube {background: #e62117;}

.logo-footer {
	margin: 10px 0;
}
.sidebar .marbot img {
	width: 100%;
}
.sidebar .social-banner {
	text-align: center
}
footer .footer-mid .col1 p .fa {
	width: 21px;
	float: left;
	line-height: 23px;
}
footer .footer-mid .col1 p span {
	display: table;
	font-size: 13px;
}
@media (max-width:767px) {
	.blog-img img {
		width: 100%;
	}
	.footer_newsletter h3 {
		font-size: 13px;
	}
	.footer_newsletter input.input-group-field {
		margin: 10px 0;
		width: 100% !important
	}
	.footer_newsletter h3 {
		font-size: 14px !important;
	}
	.box.sidebar-product {
		clear: both;
	}
	.right-side {clear: both;}
	.blog .article-comments .commment-form input[type="text"] {
		width: 100%;
		margin-bottom: 10px;
	}
	.blog .left-side .blog-post .site-button-dark {
		margin: 0;
		color: #555;
	}
	.box-apreassurances .reassurances-left {
		padding: 10px 0 !important;
	}
	.product-list .spacing-row .fl_left {
		float: none !important;
	}
}
@media (max-width:1024px) and (min-width:768px) {
	form#search_mini_form {
		margin-top: 17px;
	}
	.search-form button {
		padding: 0 8px;
	}
	.box-apreassurances .description p {
		font-size: 10px;
	}
	footer h4 {
		font-size: 14px;
	}
	footer .footer-mid .col1 p span {
		font-size: 12px;
	}
	footer .footer-mid .col1 p .fa {
		width: 17px;
	}
	footer .footer-mid .col1.col2 {
		padding-left:0;
	}
	footer .footer-mid .col1.col3 {
		padding-left: 5px;
		padding-right: 5px;
	}
	#delivery_policies_list .text {
		font-size: 14px;
		width: 148px;
	}
	.left-sidebar .categories ul li a {
		font-size: 13px;
		padding: 5px;
	}
	.footer_newsletter h3 {
		margin: 10px !important;
	}
	.contact h2 {
		margin: 20px 0 !important;
	}
	.item-menu {
		position: absolute;
		right: 9px;
		top: 0;
	}
	span.cart-counter {
		right: -5px !important;
	}
}
.touch p span {
	display: table;
}

@media (max-width:767px) {
	.at-share-dock-outer.addthis-smartlayers.addthis-smartlayers-mobile {
		display: none;
	}
	.contact h2 {
		margin: 20px 0 !important;
	}
	.item-menu {
		position: absolute;
		right: 9px;
		top: 0;
	}
	span.cart-counter {
		right: -5px !important;
	}
	header .logo img {
		width: 30%;
		margin: 0 auto;
		display: block;
	}
	.modal-backdrop.in {opacity: 1!important}
	.item-detail .right-side .hotline-product {
		padding: 15px 5px !important;
	}
	.blog .left-side .blog-post .title {
		margin: 10px 0 !important;
	}
	.breadcrumb {
		margin-top:5px !important
	}
	.cart {
		width: 100%;
	}
	.cart span {
		color: #fff !important;
	}
}
.sidebar-left-product {
	border: 1px solid #3a8c14;
}
.sidebar-left-product .col-item-left {
	border-bottom: 1px solid #3a8c14
}
.navbar-header {
	margin-top: 10px;
}
.box.sidebar-product .product-content .product-box .product-image {
    height: 100px;
}
@media (max-width:768px) and (min-width:680px) {
	.search-form input[type="text"] {
		width: 80% !important;
	}
}
@media (max-width:679px) and (min-width:580px) {
	.search-form input[type="text"] {
		width: 75% !important;
	}
}