body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
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;
}
a:hover {
	text-decoration: none;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #FFF;
	border-bottom: 1px solid #f4f4f6;
	min-height: 40px;
	margin-bottom:8px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888; font-size:14px;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	margin-top: 10px;
}
#top-links a + a {
	margin-left: 15px;
}
#header_hotline
{
	float:left; margin-left:130px;
	font-size:14px; color:#888; line-height:40px; font-weight:700; letter-spacing:0.2px;
}

/* logo */
#logo {
	margin-top:-42px;
}
#logo img{ height:115px; width:auto; background:#FFF; padding:8px; padding-right:15px; }
#logo img:hover
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* search */
#search {
	position:relative;
	width:100%;
	margin-top:20px;
}
#search .input-lg {
	height: 35px;
	line-height: 20px;
	padding: 0 10px;
	border-radius:20px;
}
#search button {
	position:absolute; right:10px; top:9px; z-index:99;
	border:0px; background: none;
}


#header-search-m-r
{
	width:94%; height:auto; display:none;
	position:absolute; left:3%; top:101%; z-index:999;
	background:#f6f0e4;
	margin:0px; padding:0px;
}
#header-search-m-r li
{
	width:100%; height:auto; float:left; list-style:none;
}
#header-search-m-r li a
{
	width:100%; height:auto; float:left;
	font-size:14px; color:#333;
	border-bottom:1px solid #eddec9;
	padding-left:2%; padding-top:5px; padding-bottom:4px;
}
#header-search-m-r li a:hover{ background:#DDD; }
/* cart */
#cart {
	margin-top: 22px;
}
#cart > .crtbtn
{
	background:none; border:0px;
	font-size:14px;
}
#cart > .crtbtn img{ margin-right:15px; }
#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%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	margin-top:30px; margin-bottom:0px;
	margin-left:-85px;
}
#menu .nav > li{ margin-right:20px; }
#menu .nav > li > a {
	color: #666; font-size:14px; font-weight:600;
	padding:0px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color:#bf8e4c;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 3px 18px;
	float: right;
	background-color: #b0822a;
	border:2px solid #855e13;
	border-radius:0px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
#footer {
	margin-top: 30px;
	padding-top: 30px;
	background:url(../image/footer.gif) repeat;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
#footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}
#footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#footer_social h3
{
	width:100%; height:auto; float:left; margin:0px; padding:0px;
	font-size:16px; font-weight:600; color:#FFF;
	margin-bottom:15px;
}
#footer_social a
{
	width:35px; height:35px; float:left;
	background:#FFF;
	margin-right:10px;
	border-radius:50%;
	text-align:center; color:#000;
}
#footer_social a i{ line-height:35px; }
#footer_social a:hover{ background:#ae873b; color:#FFF; }

#footer_address
{
	width:100%; height:auto; float:left; margin-top:25px;
}

#footer_address h2
{
	width:100%; height:auto; float:left; margin:0px; padding:0px;
	font-size:16px; font-weight:600; color:#FFF;
	margin-bottom:15px;
}
#footer_address p{ font-size:14px; }

#footer_copy
{
	width:100%; height:auto;
	padding-top:20px; padding-bottom:20px; margin-top:25px;
	background:#FFF;
	color:#333; text-align:center; font-size:14px;
}
#footer_copy a{ color:#333; }
#footer_copy a:hover{ color:#C00; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px; 
	background:none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li > a{ color:#DDD; }
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -5px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after{ display:none; }
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 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-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	border:0px; border-radius:0px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	border:0px; border-radius:0px;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	border:0px; border-radius:0px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	border:0px; border-radius:0px;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	border:0px; border-radius:0px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	position:relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	transition: transform .2s; /* Animation */
}
.product-thumb .image img:hover
{
	transform: scale(1.1);
}
.product-grid .product-thumb .image {
	overflow:hidden;
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold; font-size:14px;
	margin:0px; margin-bottom:4px;
}
.product-thumb h4 a{ color:#222; }
.product-thumb .caption {
	padding: 0px;
	min-height: 45px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 0px;
	padding: 0 10px;
}
}
@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 {
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 56%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #fff; border:1px solid #DDD;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-right:1%;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.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-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

#slider
{
	overflow:hidden; width:100%; height:auto;
}
#slider .swiper-viewport{ border:0px; box-shadow:none; margin-bottom:0px; }
#slider .swiper-pagination
{
	bottom:30px;
}
#slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    margin: 0 5px;
    opacity: 1;
}
#slider .swiper-pager{ display:none; }

#home_about
{
	width:100%; height:auto;;
}
#home_about_l
{
	width:55%; height:auto; float:left;
}
#home_about_l img
{
	width:100%; height:auto;;
}
#home_about_r
{
	width:43%; height:auto; float:left;
	padding-left:2%; padding-top:55px;
	max-width:524px;
}
#home_about_r h2
{
	width:100%; height:auto; float:left;
	margin:0px; padding:0px;
	font-size:52px;
}
#home_about_r h3
{
	width:100%; height:auto; float:left;
	margin:0px; padding:0px; margin-bottom:25px;
	font-size:26px; font-weight:600; color:#b88c43;
}
#home_about_r p
{
	width:100%; height:auto; float:left;
	margin:0px; padding:0px; margin-bottom:25px;
	font-size:16px; color:#888; line-height:26px; text-align:justify;
}
#home_about_r a
{
	width:auto; height:auto; float:left;
	margin:0px; padding:0px; margin-bottom:25px;
	font-size:14px; color:#b88c43;
	border:2px solid #b88c43;
	padding-left:25px; padding-right:25px; padding-top:7px; padding-bottom:7px;
}
#home_about_r a:HOVER{ background:#b88c43; color:#fff; }
#home_shop_banner
{
	width:100%; height:auto; float:left; position:relative;
	background:url(../image/home-shoe-shop.jpg) center no-repeat;
	background-size:100% auto;
	padding-top:25px; padding-bottom:25px; margin-bottom:45px;
}
#home_shop_banner_in
{
	width:50%; height:auto; float:left;
	margin-left:25%; margin-right:25%;
	padding:15px;
	background:rgba(0,0,0,0.8);
}
#home_shop_banner_in_in
{
	width:100%; height:auto; float:left;
	border:2px solid #FFF;
	color:#FFF; text-align:center;
	padding-bottom:25px;
}
#home_shop_banner_in_in h3
{
	width:100%; height:auto; float:left;
	font-size:42px; text-align:center; font-weight:600; color:#FFF;
	margin-bottom:25px;
}
#home_shop_banner_in_in a
{
	border:2px solid #FFF; display:inline-block;
	padding-left:25px; padding-right:25px; padding-top:10px; padding-bottom:10px;
	font-size:14px; color:#FFF;
}
#home_shop_banner_in_in a:hover{ background:#FFF; color:#000; }

.home_cat_style_one
{
	width:100%; height:auto; float:left;
	margin-bottom:45px;
}
.home_cat_style_one_l
{
	width:45%; height:auto; float:left;
	overflow:hidden;
	margin-right:3%;
}
.home_cat_style_one_l img
{
	width:auto; height:800px; float:left;
}
.home_cat_style_one_r
{
	width:52%; height:auto; float:left;
}
.home_cat_style_one_r h2
{
	width:100%; height:95px;; float:left;
	margin:0px; padding:0px; margin-top:10px;
	font-size:52px; font-weight:600; color:#000; line-height:32px;
}
.home_cat_style_one_r h2 span{ font-size:32px; font-weight:100; }
.home_cat_style_one_r ul
{
	width:100%; height:auto; float:left;
	margin:0px; padding:0px;
}
.home_cat_style_one_r ul li
{
	width:49.5%; height:auto; float:left; position:relative;
	margin:0px; padding:0px; list-style:none;
	margin-left:0.5%; margin-bottom:2px;
	overflow:hidden;
}
.home_cat_style_one_r ul li img
{
	width:100%; height:346px; float:left;
	transition: transform .2s; /* Animation */
}
.home_cat_style_one_r ul li img:hover
{
	transform: scale(1.1);
}
.home_cat_style_one_r ul li h3
{
	position:absolute; left:10px; top:10px;
	margin:0px; padding:0px;
	font-size:14px;
}

.home_cat_style_one_r_price_details
{
	width:auto; height:auto; position:absolute; left:10px; bottom:10px;
}
.home_cat_style_one_r_price
{
	width:auto; height:30px; float:left;
	background:#FFF;
	padding-left:10px; padding-right:10px;
	font-size:14px; font-weight:600; line-height:30px; color:#222;
}
.home_cat_style_one_r_btn
{
	width:130px; height:auto; float:left;
}
.home_cat_style_one_r_btn a
{
	width:35px; height:30px;; float:left; cursor:pointer;
	margin-left:2px;
	border:1px solid #FFF;
	text-align:center; line-height:30px; color:#FFF;
}


.home_cat_style_two
{
	width:100%; height:auto; float:left;
	margin-bottom:45px;
}
.home_cat_style_two_r
{
	width:52%; height:auto; float:left;
}
.home_cat_style_two_r h2
{
	width:100%; height:95px;; float:left;
	margin:0px; padding:0px; margin-top:10px;
	font-size:52px; font-weight:600; color:#000; line-height:32px;
}
.home_cat_style_two_r h2 span{ font-size:32px; font-weight:100; }
.home_cat_style_two_r ul
{
	width:100%; height:auto; float:left;
	margin:0px; padding:0px;
}
.home_cat_style_two_r ul li
{
	width:49.5%; height:auto; float:left; position:relative;
	margin:0px; padding:0px; list-style:none; overflow:hidden;
	margin-left:0.5%; margin-bottom:2px;
}
.home_cat_style_two_r ul li img
{
	width:100%; height:346px; float:left;
	transition: transform .2s; /* Animation */
}
.home_cat_style_two_r ul li img:hover
{
	transform: scale(1.1);
}
.home_cat_style_two_r ul li h3
{
	position:absolute; left:10px; top:10px;
	margin:0px; padding:0px;
	font-size:14px;
}

.home_cat_style_two_r_price_details
{
	width:auto; height:auto; position:absolute; left:10px; bottom:10px;
}
.home_cat_style_two_r_price
{
	width:auto; height:30px; float:left;
	background:#FFF;
	padding-left:10px; padding-right:10px;
	font-size:14px; font-weight:600; line-height:30px; color:#222;
}
.home_cat_style_two_r_btn
{
	width:74px; height:auto; float:left;
}
.home_cat_style_two_r_btn a
{
	width:35px; height:30px;; float:left;
	margin-left:2px;
	border:1px solid #FFF;
	text-align:center; line-height:30px; color:#FFF;
}
.home_cat_style_two_l
{
	width:45%; height:auto; float:left;
	overflow:hidden;
	margin-left:3%;
}
.home_cat_style_two_l img
{
	width:auto; height:800px; float:left;
}

#home_new_arrival
{
}
#home_new_arrival .product-thumb{ border-bottom:4px solid #e6e2e2; }
#home_new_arrival h3
{
	margin:0px; padding:0px;
	font-size:26px; font-weight:600;
	margin-bottom:20px;
}

#home_new_arrival .product-thumb .image{ margin-bottom:10px; overflow:hidden; }
#home_new_arrival .product-thumb .image img
{
	transition: transform .2s; /* Animation */
}
#home_new_arrival .product-thumb .image img:hover
{
	transform: scale(1.1);
}

#bottom_logo .swiper-viewport{ border:0px; box-shadow:none; margin-bottom:0px; }
#bottom_logo .swiper-pagination
{
	display:none;
}

#sortlist
{
	background:#e6e2e2; display:inline-block;
	margin-left:15px; margin-right:15px; padding-top:10px; padding-bottom:7px;
	margin-bottom:20px;
}
#sortlist .input-group{ margin:0px; }
#sortlist .form-group{ margin:0px; }
#sortlist .input-group-addon{ background:#FFF; font-size:14px; }
#sortlist select{ height:35px; font-size:14px; }

#footwearbanner
{
	width:100%; height:auto;
	text-align:center;
	background:url(../image/home-shoe-shop.jpg) center no-repeat;
	padding-top:40px; padding-bottom:40px; margin-bottom:40px;
}

#footwearbanner h1
{
	width:100%; height:auto;
	margin:0px; padding:0px;
	font-size:38px; color:#FFF; font-weight:400;
}

.caption_star
{
	width:100%; height:auto;
	margin-top:8px;
	margin-bottom:4px; display:inline-block;
}
.caption_star .price{ float: left; font-size:14px; margin:0px; }
.caption_star .rating{ float:right; margin-bottom:0px; }

#product .radio
{
	width:auto; height:auto; display: inline-block;
}
#product .radio .optnwoimg
{
	width:50px; height:35px; display: inline-block;
	border:1px solid #DDD; background:#FFF;
	font-size:14px; font-weight:600; line-height:33px; text-align:center;
	padding-left:0px;
}
#product .radio input{ display:none; }
#product .radio .optnwoimg:hover{ border:1px solid #caa769; }
#product .radio .optnwoimg:focus{ border:1px solid #caa769; }



#product .radio .optnwimg
{
	width:70px; height:auto; display: inline-block;
	border:1px solid #DDD; background:#FFF;
	font-size:12px; text-align:center;
	padding-left:0px;
}
#product .radio .optnwimg img{ width:100%; border:0px; padding:1px; border-radius:0px; }
#product .radio .optnwimg:hover{ border:1px solid #caa769; }
#product .radio .optnwimg:focus{ border:1px solid #caa769; }

#product .control-label{ font-size:14px; font-weight:600; margin-bottom:0px; }
#product .form-group
{
	padding:10px;
	background:#EEE;
}
#cartbtn{ display:inline-block; width:100%; }
#cartbtn label{ float:left; margin-right:5px; line-height:40px; }
#cartbtn input[type='text']
{
	width:50px; height:40px; float:left;
	text-align:center; font-size:16px;
}
#cartbtn button
{
	width:150px; height:40px;;  float:left;
	text-align:center; font-size:16px;
	background:#222; border:0px;
	font-size:14px; color:#FFF;
	margin-left:5px;
}
#cartbtn a
{
	width:50px; height:40px;  float:left; cursor:pointer;
	text-align:center; font-size:16px;
	background:#FFF; border:1px solid #222;
	font-size:14px; color:#222;
	margin-left:5px;
}
#cartbtn a i{ line-height:38px; }

#left_cat{ margin-bottom:5px; }

#left_cat h3
{
	width:100%; height:auto; display:inline-block;
	margin:0px; padding:0px;
}

#left_cat h3 a
{
	width:100%; height:auto; display:inline-block; cursor:pointer;
	padding-top:10px; padding-bottom:10px; padding-left:15px;
	background:#b0822a;
	font-size:14px; color:#FFF;
}
#left_cat h3 a i{ float:right; margin-right:10px; }

#left_cat .list-group
{
	border-radius:0px;
}
#left_cat .list-group-item:first-child
{
	border-radius:0px;
}

#refinesrch{ margin-bottom:5px; }
#refinesrch button{ display:none; }

#refinesrch h3
{
	width:100%; height:auto; display:inline-block;
	margin:0px; padding:0px;
}

#refinesrch h3 a
{
	width:100%; height:auto; display:inline-block; cursor:pointer;
	padding-top:10px; padding-bottom:10px; padding-left:15px;
	background:#b0822a;
	font-size:14px; color:#FFF;
}
#refinesrch h3 a i{ float:right; margin-right:0px; }

#refinesrch .list-group
{
	border-radius:0px; border:0px;
}
#refinesrch .list-group-item:first-child
{
	border-radius:0px;
}

.refinesrch_in{ margin-bottom:5px; }

#refinesrch .checkboxmy
{
	display:inline-block; padding:3px; padding-top:0px; padding-bottom:0px; margin-bottom:2px;;
	border:1px solid #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:11px;
}
#refinesrch .checkboxmy label{ padding:0px; margin:0px; font-size:11px; cursor:pointer }
#refinesrch .checkboxmy:hover{ background: #EEE; }


#product_add_cart_success_box
{
	width:100%; height:100vh; display:none;
	position: fixed; left:0px; top:0px; z-index:9999;
	background:rgba(0,0,0,0.8);
}
#product_add_cart_success_box_in
{
	width:50%; height: auto;
	position:absolute; left:25%; top:10%;
	padding:25px; padding-top:0px;
	background:#FFF; border:4px solid #DDD;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#product_add_cart_success_box_in h3
{
	text-align:center; color:#0060c1;
	margin-bottom:25px;
}
#product_add_cart_success_box_in p
{
	font-size:16px; font-weight:600;
}
#product_add_cart_success_box_in h5
{
	font-size:14px; font-weight:600;
}


@media(max-width:1307px)
{
	#home_about_r p{ line-height:22px; }
	#home_about_r h2{ font-size:42px; }
	
}

@media(max-width:1199px)
{
	#menu{ margin-left:-50px; }
	#menu .nav > li{ margin-right:10px; }
	
	
	#home_about_r{ padding-top:25px; }
	#home_about_r h2{ font-size:36px; }
	#home_about_r h3{ font-size:18px; }
	#home_about_r p{ line-height:18px; font-size:14px; }
	
	.home_cat_style_one_l img{ height:650px; }
	.home_cat_style_one_r ul li img{ height:270px; }
	
	.product-thumb .button-group button{ width:30.33%; }
}

@media(max-width:1100px)
{
	#menu{ margin-left:-50px; }
	#menu .nav > li{ margin-right:10px; }
	
	
	#home_about_l{ width:50%; }
	#home_about_l img{ min-height:400px }
	
	#home_about_r{ padding-top:25px; width:48%; }
	#home_about_r h2{ font-size:36px; }
	#home_about_r h3{ font-size:18px; }
	#home_about_r p{ line-height:18px; font-size:14px; }
}

@media(max-width:991px)
{
	#menu
	{
		position:absolute; left:170px; top:-80px; z-index:999;
	}
	#cart
	{
		width:210px;
		position:absolute; top:-130px; right:25px; z-index:99;
	}
	#search{ margin-top:-30px; margin-bottom:20px; }
	
	#home_about_r h2{ font-size:26px; }
	#home_about_r h3{ margin-bottom:10px; }
	#home_about_r p{ font-size:13px; line-height:18px; }
	#home_about_r a{ margin-bottom:0px; }
	
	.home_cat_style_one_l img{ height:510px; }
	.home_cat_style_one_r ul li img{ height:200px; }
	.home_cat_style_one_r_price{ margin-bottom:5px; }
	.home_cat_style_one_r h2{ font-size:32px; }
	.home_cat_style_one_r h3{ font-size:22px; }
	
	.home_cat_style_two_l img{ height:510px; }
	.home_cat_style_two_r ul li img{ height:200px; }
	.home_cat_style_two_r_price{ margin-bottom:5px; }
	.home_cat_style_two_r h2{ font-size:32px; }
	.home_cat_style_two_r h3{ font-size:22px; }
	
}

@media(max-width:767px)
{
	
    #menu
	{
		margin:0px;
		margin-top:84px; 
	}
	#menu .btn-navbar{ float:left; margin-left:-150px; }
	
	#menu .navbar-collapse
	{
		width:270px;
		padding:10px;
		margin-left:-150px;
		background:#FFF;
		-webkit-box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    1px 1px 9px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         1px 1px 9px 0px rgba(50, 50, 50, 0.75);
	}
	#menu .navbar-collapse ul{ margin:0px; padding:0px; }
	#menu .navbar-collapse ul li a
	{
		padding-top:5px; padding-bottom:5px;
		border-bottom:1px solid #EEE;
	}
	
	#cart{ top:0px; width:auto; }
	#search{ float:left; margin-top:10px; margin-bottom:20px; width:90%; margin-left:70px; }
	
	
	#home_about_l{ width:70%; }
	#home_about_r img{ height:auto; }
	#home_about_r{ width:58%; margin-left:-35%; margin-top:35px; background: rgba(255,255,255,0.8); }
	#home_about_r a{ margin-bottom:15px; }
	
	#home_shop_banner_in{ width:70%; margin-left:15%; margin-right:15%; }
	#home_shop_banner_in_in h3{ font-size:32px; }
}

@media(max-width:700px)
{
	#home_about{ }
	#home_about_l{ display:none; }
	#home_about_r{ width:98%; max-width:inherit; margin-left:0%; margin-top:5px; background: rgba(255,255,255,0.8); }
	
	#home_new_arrival{ }
	
	
	.home_cat_style_one_l{ display:none; }
	.home_cat_style_one_r{ width:100%; }
	.home_cat_style_one_r ul li img{ height: auto; }
	.home_cat_style_one_r_price{ margin-bottom:5px; }
	
	.home_cat_style_two_l{ display:none; }
	.home_cat_style_two_r{ width:100%; }
	.home_cat_style_two_r ul li img{ height: auto; }
	.home_cat_style_two_r_price{ margin-bottom:5px; }
}

@media(max-width:600px)
{
	#search{ width:85%; }
}

@media(max-width:580px)
{
	#cart-total{ font-size:11px; }	
	
	
	#home_shop_banner_in{ width:100%; margin-left:0%; margin-right:0%; }
	#home_shop_banner_in_in h3{ font-size:22px; }
}

@media(max-width:450px)
{

	#header_hotline
	{
		margin:0px; position:absolute; right:25px; top:42px;
	}
	
	#search{ width:80%; }
	
	#cart{ top:15px }
	
	
	
}

@media(max-width:450px)
{
	#logo img{ height:100px }
	
	#search{ width:75%; }
	#header_hotline{ font-size:11px; top:38px; }
	
	#cart{ top:0px; }
	
	
	#home_shop_banner{ padding:0px; }
}



@media(max-width:400px)
{
	
	
}