body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
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;
}
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-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-repeat: repeat-x;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#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%;
}

	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}

	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}

/* menu */

#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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: 12px;
}
#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: 58px;

color: #fff;

text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

text-transform: uppercase;
}
#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;
}
@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;
	}
  #menu .dropdown-menu a.dropdown-toggle,
  #menu div.dropdown-menu1,
  #menu .dropdown-menu1 a:hover,
  #menu .dropdown-menu1 ul li a:hover {
     background: rgba(0, 0, 0, 0.1) !important;
  }
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	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;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;

}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;

	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
/*.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	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);
}*/
.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;
}
.btn-primary,.btn-default {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled]  {
	background-color: #333!important;
	border-color:#333!important; ;
	color: #fff;
}
.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:none;
	color: inherit;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: inherit;
	background:none;
	border:none;
	text-shadow:none;
}
/* 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 {
	/*border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;*/
}
.product-thumb .image {
	text-align: center;
}
.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;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	/*padding: 0 20px;
	min-height: 180px;*/
}
.product-list .product-thumb .caption {
	/*margin-left: 230px;*/
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	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 {
	padding-bottom: 10px;
}
.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 {
	border-top: 1px solid #ddd;
	background-color: #eee;
	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: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.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;
}

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


/* Blog BEGIN */
.blog-post img.thumbnail {
	width: auto;
  max-width: 100%;
  height: auto;
}
/* Blog END */


/*style-edit by vj*/

@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');
body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #737373;
    font-size: 14px;
    line-height: 1.428571429;
}

@media (min-width: 1366px) {
.container {
    padding: 0 90px;
}
.container {
    width:auto;
	max-width:1920px;
}

#top .btn-group .btn-link, #top .box-right > li > a, #top .btn-group .text-ex {
    text-shadow: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    overflow: hidden;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    padding: 12px 0;
    display: block;
    text-align: left;
    border: 0;
    text-decoration: none;
}
#top .btn-group .btn-link:hover, #top .box-right > li > a:hover {
    color: #eb3e32;
}


}

#top {
    background: #2f333a;
}


#top .box-left {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0;
}
#top .box-right {
    float: right;
	margin-bottom:0px;
}
#top .box > li:last-child {
    margin-right: 0;
    padding-right: 0;
}
#top .box > li {
    margin-right: 25px;
    position: relative;
}
#top .box > li {
    display: inline-block;
    vertical-align: top;
}
#top .box-right li {
    padding-right: 25px;
}
#top .box > li {
    margin-right: 25px;
    position: relative;
}
#top .box > li {
    display: inline-block;
    vertical-align: top;
}
#top .box-left > li > p span {
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    background: #509abd;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    font-weight: 500;
    position: relative;
    margin: 0 10px 0 0;
    font-style: normal;
}
#top .box-left > li > p span::before {
    content: "";
    width: 3px;
    height: 3px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    border-radius: 100%;
    right: 2px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#top .box-left > li > p span::after {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid #509abd;
    position: absolute;
    right: -8px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

element {

}
#top .box-left > li > p a {

    color: #509abd;

}
#top .box-left > li > p a:hover {
    color: #eb3e32;
}
#top .box-left > li > p {
    color: #509abd;
    line-height: 20px;
    margin: 0;
    padding: 15px 0;
    font-style: italic;
}
#top .btn-group .dropdown-menu {
    position: absolute;
    left: auto;
    right: -15px;
    text-align: left;
    margin: 0;
    background: white;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
#top .btn-group .dropdown-menu li {
    border-bottom: 1px solid #f2f2f2;
}
#top .box-right li {
    padding-right: 25px;
}
#top .btn-group .dropdown-menu li > a, #top .btn-group .dropdown-menu li > button {
    font-size: 13px;
    padding: 10px 0 9px 0;
    line-height: 24px;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    height: inherit;
    border-radius: 0;
    text-align: left;
    color: #676767;
}
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;

}
#top .btn-group .dropdown-menu li > a:hover, #top .btn-group .dropdown-menu li > button:hover {
    text-decoration: none;
    color: #eb3e32;
}
.text-uppercase{
	text-transform:uppercase;
}
#top #currency .currency-select:hover {
    text-shadow: none;
    color:#eb3e32;
    background-color: transparent  ;

}
#top #currency:hover {
    text-shadow: none;
    color:#eb3e32;
    background-color: transparent  ;

}
 .my-acc{
 text-shadow: none;
cursor: pointer;
font-size: 14px;
text-transform: capitalize;
overflow: hidden;
color: #fff;
line-height: 25px;
font-weight: 400;
padding: 12px 0;
display: block;
text-align: left;
border: 0;
text-decoration: none;
 }

#top form{
	margin-bottom:0px;
}

.header-inner {
    position: relative;
    background: #fff;
    text-align: center;
    z-index: 8;
}
.header-inner .container-inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.logo-container {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.box-cart {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 112;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	margin-top: 29px;
}
#search-by-category {
    position: relative;
    width: 100%;
}
#top-links {
    display: inline-block;
    vertical-align: top;
}
.box-cart .user {
    display: inline-block;
    vertical-align: top;
    margin-right: 37px;
    padding-left: 47px;
    background: url(../image/icon_user.png) left center no-repeat;
}
a {
    color: #2f333a;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.box-cart .user li:last-child a {
    color: #eb3e32;
}
.box-cart .wishlist a {
    width: 35px;
    height: 32px;
    display: block;
    background: url(../image/icon_wishlist.png) center no-repeat;
    position: relative;
}
.box-cart .wishlist a span, #cart-total {
    left: 20px;
    position: absolute;
    font-size: 12px;
    top: -4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    background: #eb3e32;
    border-radius: 100%;
    color: #fff;
}
.box-cart .wishlist {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
}
#cart {
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.text-bnr{
	position: absolute;
    top: 50%;
    left: 7%;
    text-align: left;
    padding: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}
.text-bnr h2{
	color:2f333a;
	font-family: 'rubik', serif !important;
	font-weight:500;
	font-size:2.65em;
	text-transform: uppercase;
}
#cart > button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    position: relative;
}
#cart > button > i {
    width: 29px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    background: url(../image/icon_cart.png) center no-repeat;
}
#cart .mycart {
    color: #2f333a;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 18px;
    line-height: 1;
}
#cart .mycart .total-price {
    display: block;
    color: #eb3e32;
    font-weight: 500;
    margin-top: 4px;
}
#cart .dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 12px #000;
    width: 250px;
    margin: 0;
    padding: 10px;
    top: 35px;
}

#cart .dropdown-menu {
    margin: 0;
        margin-top: 0px;
    padding: 10px 20px 0 20px !important;
    width: 290px;
    right: -15px;
    list-style: none none;
    border: 0;
    background: #fff;
    margin-top: 11px;
    box-sizing: border-box;
    top: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
#cart .dropdown-menu::before {
    border: 7px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    right: 26px;
    top: -12px;
    opacity: 0;
	content: '';
display: block;
height: 0;
position: absolute;
width: 0;
}
#cart .dropdown-menu .has-scroll {
    max-height: 270px;
    overflow: auto;
    padding: 0 20px;
    margin: 0 -20px;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
    border: 0;
}
#cart .table > tbody > tr > td {
    border: none;
    padding: 0;
    color: #232323;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td {
    border: 0;
}
#cart .dropdown-menu .info-item {
    padding-left: 10px;
}
#cart .cart-name {
    color: #363f4d;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
#cart .dropdown-menu p {
    margin: 0;
}
#cart .cart-quantity {
    color: #a4a4a4;
    line-height: 20px;
    display: block;
    padding: 5px 0;
    font-size: 12px;
}
#cart .cart-price {
    font-size: 14px;
    font-weight: 500;
    color: #2f333a;
    padding-top: 2px;
    display: block;
}
#cart .cart-close button {
    background: none;
    color: #000000;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 18px;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#cart .dropdown-menu .cart-button {
    margin: 0 -20px;
    padding: 20px;
    background: #2f333a;
}
#cart p.cart-button a {
    border: none;
    background: #fff;
    color: #2f333a;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    border-radius: 3px;
    font-weight: 500;
    display: block;
}
#cart p.cart-button a:last-child {
    margin-top: 15px;
}
.top-search {
    position: absolute;
    top: 50%;
    left: 290px;
    right: 440px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 #search .input-lg {

    height: 50px;
    border-radius: 3px;
    font-size: 13px;
    border: 2px solid #ebebeb;
    z-index: 1;
    background: #fff;
    color: #a4a4a4;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#search .btn-lg {
    background: #F2617A;
    border: none !important;
    padding: 0 35px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
}
#search .btn-lg:hover {
    color: #2f333a;
}

.ma-corporate-about {
    text-align: center;
    background: #fff;
    overflow: hidden;
    padding: 24px 0;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-top: 40px;
}
.ma-corporate-about .col {
    width: 20%;
    float: left;
    padding: 0 10px;
    position: relative;
}
.ma-corporate-about .block-wrapper {
    background: url(../image/wrapper1.png) left center no-repeat;
    padding: 10px 0;
        padding-left: 0px;
    padding-left: 61px;
    display: inline-block;
    vertical-align: top;
}
.ma-corporate-about .block-wrapper .text-des {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}
.ma-corporate-about .block-wrapper .text-des p {
    color: #2f333a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin: 0;
}
.ma-corporate-about .block-wrapper .text-des span {
    color: #959595;
    display: block;
}
.ma-corporate-about .col::after {
    content: "";
    width: 1px;
    height: 47px;
    background: #ebebeb;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ma-corporate-about .block-wrapper.wrapper2 {
    background: url(../image/wrapper2.png) left center no-repeat;
    padding-left: 47px;
}
.ma-corporate-about .block-wrapper.wrapper3 {
    background: url(../image/wrapper3.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper4 {
    background: url(../image/wrapper4.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper5 {
    background: url(../image/wrapper5.png) left center no-repeat;
}
.static-top-sneaker1 {
    margin-top: 20px;
}
.banner-static {
    text-align: center;
    clear: both;
    overflow: hidden;
}
.static-top-sneaker1 .row {
    margin: 0 -10px;
}
.static-top-sneaker1 .col1, .static-top-sneaker1 .col3 {
    width: 31.8182%;
}
.static-top-sneaker1 .col {
    float: left;
    padding: 0 10px;
}
.static-top-sneaker1 .image {
    margin-top: 20px;
}
.static-top-sneaker1 .col2 {
    width: 36.3636%;
}
.static-top-sneaker1 .col {
    float: left;
    padding: 0 10px;
}
.banner-static .image a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    border-radius: 2px;
}
.banner-static .image a img {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.banner-static .image a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    border-radius: 2px;
}
.banner-static .image a:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
img {
    max-width: 100%;
    height: auto;
}
.owl-carousel {

    margin: 0 0 0px;
    background:none !important;
    border:none !important;
	box-shadow: none !important;
}
#blog_home .owl-nav {
	display:none ;
}


.owl-carousel {

    display: block !important;
}
.cc-cookies {
	display:none !important;
}
 .oc-menu-bar {
    background: #2F333A;
    color: #FFFFFF;
}
.box-rating .fa-stack {
	width: 1em;
height: 1em;
}
.box-rating .fa-stack i{
font-size: 11px;
}
#carousel-vj112 .owl-wrapper-outer{
	height:495px;

}
.owl-carousel.owl-theme:hover .owl-buttons div.owl-prev {
    left: 18px !important;
}
.owl-carousel.owl-theme .owl-buttons div.owl-next {

    margin-right: 11px !important;
}
#slideshow0 .owl-buttons{
	display:none !important;
}
.owl-carousel .owl-wrapper-outer{
overflow:visible !important;
}

#carousel-vj114 .owl-wrapper-outer{
	height: 465px;

}
.old-price .price{
	color: #bdbdbd !important;
text-decoration: line-through;
font-size: 14px;
font-weight: 400;
}

.module-style1 .item .item-inner:hover::before {

    opacity: 1;

}

#carousel-vj224 .item .item-inner  {


    width: 88%;
    margin: 0px auto;

}


#carousel-vj224 .owl-wrapper-outer{
	height: 400px;

}
#carousel-vj224 {

    margin: 0 0 0px !important;
}

#carousel-vj226 .item .item-inner  {


    width: 88%;
    margin: 0px auto;

}


#carousel-vj226 .owl-wrapper-outer{
	height: 400px;

}
#carousel-vj226 {

    margin: 0 0 0px !important;
}
.box-rating .fa-star{
	color:#eb3e32;
	border:#eb3e32;
}

#slideshow0 {
    margin: 0 0 0px !important;
}
.box-right a i{
	margin-right:15px;
}
.ul-swatches-colors .red{
	background-image:url(../image/Red-10x10.jpg);
	width:10px;
	height:10px;
}
.ul-swatches-colors .yellow{
	background-image:url(../image/Yellow-10x10.jpg);
	width:10px;
	height:10px;
}
.ul-swatches-colors .green{
	background-image:url(../image/GreenYellow-10x10.jpg);
	width:10px;
	height:10px;
}

.ul-swatches-colors li {
    float: left;
    border: 1px solid #ebebeb;
    display: inline-block;
    position: relative;
    margin-right: 2px;
    padding: 2px;
}
.ul-swatches-colors {
    list-style: none;
    overflow: hidden;
    padding: 0;
}
.category-options .ul-swatches-colors li {
    float: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
}
.ul-swatches-colors .swatches-options a {
    float: left;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
}
.category-options{
	width:50%;
	background-color:#fff;
}
.layernavigation-module {
    clear: left;
    border: 2px solid #ebebeb;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 30px;
}
.layernavigation-module .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.layered-navigation-block { display: none; background-color : black; height : 100%; opacity : 0.35; position : fixed; top : 0; left: 0; width : 100%; z-index : 900; }
.ajax-loader { display: none; z-index: 1000; position: fixed; top: 50%; left: 50%; }
.layernavigation-module .layered-heading {color: #2f333a;font-weight: 500;text-transform: uppercase;font-size: 14px;padding: 0 0 15px 0;background: none;border-bottom: 1px solid #ebebeb;border-radius: 0;box-shadow: none;margin-bottom: 30px;}
.filter-attribute-container {
    margin-bottom: 40px;
}
.filter-attribute-container label {display: block;font-size: 14px;color: #2f333a;font-weight: 500;text-transform: uppercase;margin-bottom: 14px;}
.filter-attribute-container:last-child { margin-bottom:0; }
.filter-attribute-container .remove-filter {color: red;position: absolute;right: 0;top: 50%;margin-top: -10px;font-size: 0;width: 20px;height: 20px;text-align: center;padding: 0;border: 0;}
.filter-attribute-container .remove-filter:hover {opacity: 0.7;border: 0;}
.filter-attribute-container .filter-clear-all { text-align: right; }
.filter-attribute-container .filter-clear-all .clear-filter {background: #2f333a;color: #fff;line-height: 34px;padding: 0 15px;display: inline-block;vertical-align: top;text-transform: capitalize;font-weight: 500;border-radius: 2px;}
.filter-attribute-container .filter-clear-all .clear-filter:hover {background: #eb3e32;}
.filter-attribute-container .list-group-item {overflow: hidden;position: relative;border: 0;padding: 0;margin: 0;background: 0;border-radius: 0;}
.filter-attribute-container .list-group-item p {margin: 0;line-height: 30px;}
.filter-attribute-container .list-group-item .filter-price .input-price {width: 50px;margin: 0;border: none;background: none;}
.filter-attribute-container .list-group-item .filter-price .input-price:hover { cursor: not-allowed; }
.list-group .filter-attribute-container a.add-filter {border: 0;display: block;line-height: 30px;padding: 5px 0;font-size: 14px;color: #363f4d;text-transform: capitalize;}
.list-group .filter-attribute-container a.add-filter:before {
   content: "\f00c";
   font: normal normal normal 14px/1 FontAwesome;
    width: 17px;
    height: 17px;
    line-height: 15px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
    text-align: center;
    color: transparent;
}
.list-group .filter-attribute-container a.add-filter:hover {
    color: #eb3e32;
}
.list-group .filter-attribute-container a.add-filter:hover:before {
    color: #fff;
    background: #eb3e32;
    border-color: #eb3e32;
}
.filter-attribute-remove-container {
    background: none;
    padding: 0;
    margin: 0;
}
.filter-attribute-remove-container .filter-clear-all {
    margin-bottom: 40px;
    margin-top: 10px;
}
.filter-attribute-container.filter-price {
    margin: 0 -20px;
    background: #f6f6f6;
    padding: 25px 20px;
    margin-bottom: 40px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
#slider-price {
    height: 5px;
    background: #dbdbdb;
    border-radius: 5px;
    margin: 25px 0px 0px;
    position: relative;
}
#slider-price .ui-widget-header {
    background: #eb3e32;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    background: #eb3e32;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    cursor: pointer;
}
.ui-slider .ui-slider-handle:last-child {
    margin-left: -15px;
}
.ui-slider .ui-slider-handle:hover {
    border-color: #eb3e32;
    background: #fff;
}
.filter-price .slider-values {
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
    color: #363f4d;
}
.filter-price .slider-values em {
    margin-right: 25px;
}
.list-group .filter-attribute-container a.add-filter:hover {
    color: #eb3e32;
}

.product-list button i{
	margin-top: 16px;
font-size: 16px;
}
.well {

    background-color: #f5f5f5 !important;
    border: 1px solid #e3e3e3;
}
.navbar {

    margin-bottom: 0px;
}
#menu .nav > li > a {

    padding: 18px 20px 18px 20px;
	font-weight:500;
}

 #menu .dropdown-inner a {
	color:#000;
	text-transform:uppercase;
}
#menu .dropdown-inner a {
    padding: 10px 15px;
    font-size: 13px;
	font-weight: 500;
}
#menu .dropdown-inner li a:hover{
color: #F2617A !important;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #000;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
}
.modal-dialog {

    margin: 150px auto;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
}
.modal-content{
	border-radius:0px;
}
.close {
    float: none;
    font-size:inherit;
    font-weight:300;
    line-height: 1;
    color:inherit;
    text-shadow: none;
    opacity:1;

}
.navbar-collapse .dropdown i{
	float:right;
	margin-top: 2px;
	margin-left: 4px;
}
#menu .collapse.in .dropdown-inner a {

    color: #fff;
    text-transform: uppercase;

}
.headerSpace {
    display: none;
}


#featured-module .item {

    padding: 15px 15px;

}
#featured-module .owl-wrapper-outer{
	height: 400px;

}
#featured-module .owl-carousel {
    margin: 0 0 0px;
}

#carousel-vj412 .item {
    padding: 15px 15px;
}
#carousel-vj412  {
   height:500px;
}
.special-carousal{
	  height:500px;
}
