@charset "utf-8";
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(font-awesome.css);
@import url(skin-5.css);
@import url(btn.css);
@font-face {
	font-family: Parisienne;
	src: url(Parisienne.ttf);
	font-display: swap
}

@font-face {
	font-family: walbuam;
	src: url(walbuam.otf);
	font-display: swap
}

a {
	color: #454545;
	text-decoration: none;
	outline: 0!important;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

a:focus,
a:hover {
	text-decoration: none;
	cursor: pointer
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 0;
	color: #454545;
	font-family: 'Tahoma, sans-serif', Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	background: #fff
}

.navbar-top {
	font-family: 'Source Sans Pro' sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0;
	padding-bottom: 15px
}

h1 {
	font-size: 30px;
	line-height: 35px
}

h2 {
	font-size: 24px;
	line-height: 28px
}

h3 {
	font-size: 20px;
	line-height: 24px
}

h4 {
	font-size: 17px;
	line-height: 20px
}

h5 {
	font-size: 14px;
	line-height: 20px
}

h6 {
	font-size: 12px;
	line-height: 20px
}

.section-block {
	margin-bottom: 30px
}

.uppercase {
	text-transform: uppercase
}

.underline {
	text-decoration: underline
}

.relative {
	position: relative
}

.no-border {
	border: 0
}

.w100,
.width100 {
	width: 100%
}

.w50,
.width50 {
	width: 100%;
	display: block
}

.full-container {
	width: 100%;
	display: block;
	clear: both;
	padding-top:100px;
}

.globalPadding {
	padding: 50px 0
}

.globalPaddingTop {
	padding: 50px 0 0
}

.globalPaddingBottom {
	padding-bottom: 50px
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle
}

.modal {
	overflow: auto
}

.signUpContent .modal-dialog {
	max-width: 460px
}

.modal-dialog.modal-md {
	max-width: 620px
}

.modal-dialog.modal-xs {
	max-width: 460px
}

.modal-dialog .product-share {
	border-top: 0 none;
	margin-top: 0
}

.modal-dialog .modal-product-thumb {
	padding-top: 15px
}

.modal-dialog {
	background: #fff;
	max-width: 960px;
	overflow: auto;
	width: 100%
}

.modal-header {
	border-bottom: 1px solid #e5e5e5;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 20px
}

.modal-title-site {
	color: #fff;
	font-family: Oswald;
	font-size: 38px;
	font-weight: lighter;
	padding: 13px 0;
	text-transform: uppercase
}

.modal-content {
	border: 0 solid #ddd;
	border-radius: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.modal-footer {
	background: #eee;
	border-top: 1px solid #e5e5e5;
	padding: 10px 20px
}

.form-control:focus {
	box-shadow: NONE;
	outline: 0 none
}

input[type=email],
input[type=password],
input[type=text] {
	border-color: #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #776;
	font-size: 14px;
	margin-bottom: 10px;
	height: 38px
}

.required sup,
p.required {
	color: #e51a15
}

.pagination li.active a {
	box-shadow: 0 0 9px rgba(0, 0, 0, .2) inset
}

.checkbox {
	padding-left: 0;
	margin-left: 0
}

legend {
	padding-bottom: 10px
}

.alert {
	border: none;
	border-left: 5px solid rgba(0, 0, 0, .1);
	border-radius: 0
}

.alert .close {
	font-size: 30px;
	line-height: 20px
}

.input-group-btn .btn {
	font-size: 14px;
	padding: 8px 12px
}

.navbar-toggle {
	background: rgba(0, 0, 0, .2)
}

.navbar-tshop {
	width: 100%
}

.menuWrap {
	border-top: 1px solid rgba(0, 0, 0, .07)
}

.navbar-brand {
	padding: 10px;
	color: #fff;
	font-size: 28px;
	font-weight: 700
}

.navbar .navbar-top {
	height: 30px;
	transition: all .1s ease-out 0s;
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-ms-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	font-size: 11px;
	font-weight: 700;
	line-height: 11px;
	text-transform: uppercase
}

.navbar.stuck .navbar-top {
	margin-top: 0
}

.brandWrap {
	transition: all .2s ease-out 0s;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	height: auto
}

.megamenu .collapse,
.megamenu .dropdown,
.megamenu .dropup,
.megamenu .nav {
	position: static
}

.megamenu .container,
.megamenu .navbar-inner {
	position: relative
}

.megamenu .dropdown-menu {
	left: auto
}

.megamenu .dropdown-menu>li {
	display: block
}

.megamenu .nav.pull-right .dropdown-menu {
	right: 0
}

.megamenu .megamenu-content:after,
.megamenu .megamenu-content:before {
	display: table;
	content: "";
	line-height: 0
}

.megamenu .megamenu-content:after {
	clear: both
}

.megamenu.navbar .nav>li>.dropdown-menu:after,
.megamenu.navbar .nav>li>.dropdown-menu:before {
	display: none
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width: 80%;
	left: 0;
	right: 0
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
	width: 80%;
	left: 0;
	right: 0
}

.megamenu .dropdown.megamenu-50width .dropdown-menu {
	width: 50%;
	left: 0;
	right: 0
}

.megamenu .dropdown.megamenu-40width .dropdown-menu {
	width: 40%;
	left: 0;
	right: 0
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
	width: 100%;
	left: 0;
	right: 0
}

@media (max-width:969px) {
	.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
		width: auto
	}
	.megamenu .megamenu-content {
		padding-left: 0;
		padding-right: 0
	}
	.ftBanner {
		display: none
	}
	.megamenu .dropdown-menu>li>ul {
		display: block
	}
}

.megamenu-content img {
	max-width: 100%
}

.megamenu-content ul li {
	border-bottom: 1px solid #ededed;
	margin-bottom: 5px;
	padding-bottom: 5px
}

.megamenu-content ul li a {
	font-size: 12px
}

.itemInMenu {
	margin-bottom: 0!important
}

.itemInMenu .image {
	max-height: 170px!important
}

.margin-top-10 {
	margin-top: 10px
}

.navbar-toggle .icon-bar {
	border: solid 2px #fff
}

.userMenu {
	float: left
}

.userMenu>li {
	display: block;
	float: left
}

.userMenu>li>a {
	color: #fff;
	display: block;
	float: right;
	font-size: 12px;
	line-height: 30px;
	padding: 0 20px 0 0;
	text-decoration: none;
	transition: opacity .2s ease-out 0s;
	-webkit-transition: opacity .21s ease-out 0s;
	-moz-transition: opacity .2s ease-out 0s;
	-ms-transition: opacity .2s ease-out 0s;
	-o-transition: opacity .2s ease-out 0s
}

.userMenu>li>a:hover {
	opacity: .9
}

.phone-number span {
	float: left
}

.hasUserMenu>.dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	left: auto!important;
	right: 0!important
}

.hasUserMenu>.dropdown-menu>li>a {
	color: #454545;
	font-size: 12px;
	padding: 5px 15px
}

.hasUserMenu>.dropdown-menu>li>a i {
	margin-right: 10px
}

@media screen and (min-width:779px) {
	.padding-add {
		padding-left: 32px;
		padding-right: 32px
	}
	.padding-add-left {
		padding-left: 32px
	}
}

@media (min-width:979px) {
	.navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu,
	div.cartMenu.dropdown:hover div.dropdown-menu {
		display: block;
		filter: none;
		opacity: 1
	}
	.login-margin {
		margin-left: 30px
	}
	.megamenu-content ul li a {
		transition: all .2s ease 0s;
		-webkit-transition: all .2s ease 0s;
		-moz-transition: all .2s ease 0s;
		-ms-transition: all .2s ease 0s;
		-o-transition: all .2s ease 0s;
		display: block
	}
	.megamenu-content ul li a:hover {
		padding-left: 5px
	}
	.megamenu-content ul li a.newProductMenuBlock:hover,
	.megamenu-content ul li.productPopItem a:hover {
		padding-left: 0
	}
	.navbar.stuck .brandWrap {
		height: 0;
		overflow: hidden
	}
}

.navbar-nav>li>a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase
}

.search-box {
	float: right;
	height: 48px;
	width: 38px
}

.search-box .input-group .getFullSearch {
	padding-left: 10px;
	padding-right: 10px
}

.search-full {
	bottom: 0;
	letter-spacing: 1px;
	min-height: 50px;
	position: absolute;
	right: 0;
	text-align: right;
	white-space: nowrap;
	width: 100%;
	z-index: 10;
	display: none
}

.searchInputBox {
	display: block;
	max-width: 90%;
	text-align: right;
	width: 100%
}

.search-close {
	background: rgba(0, 0, 0, .3);
	display: table;
	float: right;
	font-size: 32px;
	height: 51px;
	padding: 0 15px
}

.search-close i {
	display: table-cell;
	vertical-align: middle;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s
}

.search-close:hover i {
	transform: scale(1.15) rotate(-180deg);
	-webkit-transform: scale(1.1) rotate(-180deg);
	-moz-transform: scale(1.1) rotate(-180deg);
	-ms-transform: scale(1.1) rotate(-180deg);
	-o-transform: scale(1.1) rotate(-180deg)
}

.search-input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0 none;
	color: #fff;
	font-family: sans-serif;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	outline: medium none;
	text-align: right;
	padding: 13px 0 13px 15px;
	width: 100%;
	max-width: 90%
}

.search-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6)
}

.search-input::-moz-input-placeholder {
	color: rgba(255, 255, 255, .6)
}

.searchInputBox .search-btn {
	border: none;
	padding: 0 10px 0 0;
	color: #fff;
	color: rgba(255, 255, 255, .8)
}

.search-full.active {
	display: block
}

.navbar-cart {
	border-top: 1px solid transparent;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .1) inset;
	max-height: 340px;
	overflow-x: visible;
	padding-left: 15px;
	padding-right: 15px
}

.colorWhite,
.colorWhite i {
	color: #fff!important
}

.dropdown-left .dropdown-menu {
	left: 0
}

.cartMenu {
	float: left;
	display: block
}

.cartMenu a#cart-sidebar-toggle,
.cartMenu a.dropdown-toggle {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
	display: block
}

.cartMenu .dropdown-menu {
	padding-bottom: 0;
	border-radius: 0;
	margin-top: 0
}

.miniCartTable {
	max-height: 300px;
	width: 100%;
	display: block
}

.miniCartProductThumb {
	text-align: center
}

.cartMenu img {
	width: 50px
}

.cartMenu h4 {
	padding-bottom: 0;
	font-size: 12px;
	font-weight: 400
}

.miniCartDescription .size {
	color: #776;
	font-size: 11px
}

.miniCartDescription .price {
	color: #444;
	font-size: 15px;
	font-weight: 700
}

.old-price {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through
}

.cartMenu table {
	width: 100%;
	height: auto
}

.cartMenu table tr {
	border-bottom: solid 1px #ddd
}

.cartMenu table tr td {
	padding: 5px 0
}

.miniCartFooter {
	background: #ecf0f1;
	padding: 10px 10px 10px
}

.miniCartFooter .btn:last-child {
	margin-left: 5px
}

.miniCartFooter .subtotal {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
	text-transform: uppercase
}

.miniCartFooterInMobile .subtotal {
	font-size: 18px;
	color: #fff
}

.miniCartTable .mCSB_container {
	margin-right: 15px!important
}

.productPopItem {
	border: solid 1px #ddd
}

.productPopItem .productInfo {
	color: #fff;
	display: block;
	font-size: 14px;
	margin-top: -50px;
	padding: 5px 0;
	position: relative;
	text-align: center;
	width: auto;
	z-index: 4
}

.popProImg a {
	display: block;
	max-height: 270px;
	overflow: hidden
}

.productPop h4 {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: normal!important;
	padding: 3px 0 0!important;
	position: absolute;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .8);
	zoom: 1
}

.productPop h4:nth-child(n) {
	filter: none
}

.productPop h4 a {
	color: #fff!important
}

.arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10
}

.arrow-right {
	background: url(../images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 10
}

.box-text {
	bottom: 100px;
	display: block;
	height: auto;
	left: 18%;
	position: absolute;
	width: 64%;
	z-index: 10
}

.box-text.bottom-align {
	bottom: 20px
}

.box-text h1,
.box-text-cell-inner h1 {
	font-size: 36px;
	letter-spacing: 3px;
	font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase
}

.box-text p,
.box-text-cell-inner p {
	font-family: Oswald;
	font-weight: lighter
}

.box-text .btn,
.box-text-cell-inner .btn {
	margin-top: 10px
}

.box-text-table {
	display: table;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10
}

.box-text-cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle
}

.box-text-cell-inner.dark {
	color: #454545
}

.box-text-cell-inner {
	max-width: 70%;
	display: block;
	margin-left: 15%
}

.box-content-overly {
	background: rgba(0, 0, 0, 0);
	height: 100%;
	position: absolute;
	right: 5px;
	top: 0;
	visibility: hidden;
	transition: all .2s ease 0s;
	width: 100%;
	z-index: 5;
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-ms-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s
}

.box-content-overly.box-content-overly-white {
	opacity: 0
}

.box-blank-url {
	display: block;
	height: 100%;
	width: 100%
}

.slider-box-top .box-content-overly {
	bottom: 5px;
	top: auto
}

.box-img.last-child-slide {
	margin-right: 0
}

.slider-box-top {
	width: 100%;
	height: 50%;
	display: block;
	overflow: hidden
}

.slider-box-top .box-img {
	bottom: 5px
}

.slider-box-bottom {
	width: 100%;
	height: 50%;
	display: block;
	overflow: hidden
}

h1.bolder-style {
	font-size: 80px;
	font-weight: 800;
	line-height: 80px;
	padding-bottom: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .8), 0 0 1px #fff;
	-webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, .8), 0 0 1px #fff;
	text-transform: uppercase
}

h1.bolder-style.light,
h1.bolder-style.light a {
	color: #fff
}

h1.bolder-style.dark,
h1.bolder-style.dark a {
	color: #454545;
	text-shadow: 0 1px 3px rgba(255, 255, 255, .8), 0 0 1px #454545;
	-webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, .8), 0 0 1px #454545
}

.slider-box-top .bolder-sub a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3.5px
}

.box-price-tag {
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 10
}

.box-price-tag .price {
	background: #fff;
	color: #454545;
	font-family: oswald;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 0 10px
}

@media (max-width:991px) {
	.box-text {
		bottom: 10%!important
	}
}

@media (max-width:767px) {
	.megamenu-content ul li a {
		font-size: 19px
	}
	.box-text {
		bottom: 10%
	}
	.box-text h1,
	.box-text-cell-inner h1 {
		font-size: 26px
	}
	.btn-stroke-dark,
	.btn-stroke-light {
		padding: 10px 20px;
		min-width: 150px
	}
	h1.bolder-style {
		font-size: 50px;
		line-height: 50px
	}
}

html {
	overflow-x: hidden
}

.banner {
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-ms-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	top: -20px
}

.header-version-2 .banner {
	padding-top: 130px
}

.banner-boxes {
	padding-top: 80px
}

.banner.down {
	padding-top: 26px
}

.banner,
.slider,
.slider-content,
.slider-v2 {
	width: 100%;
	display: block;
	max-height: 700px;
	overflow: hidden;
	position: relative
}

.slider-item {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.sliderImg {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1
}

.banner .sliderInfo {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2
}

.banner .sliderInfo .container {
	height: 100%;
	dispay: block
}

.slide-link {
	color: #fff;
	letter-spacing: -.25px;
	font-size: 16px
}

.slider-item-img1 {
	background-size: cover
}

.slider-item-img2 {
	background-size: cover
}

.slider-item-img3 {
	background-size: cover
}

#pager2 {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	z-index: 200;
	margin: 0 auto;
	padding: 0;
	text-align: center
}

#pager2 span {
	background: rgba(0, 0, 0, 0)!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 5px;
	text-indent: -9999px;
	width: 16px
}

#pager2 span.cycle-pager-active {
	color: #fff
}

.sliderControl {
	position: absolute;
	z-index: 200;
	top: 45%;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #454545;
	padding: 0 5px
}

.sliderControl {
	opacity: 1
}

.sliderControl:hover:nth-child(n) {
	filter: none
}

.sliderControl:hover {
	background: #fff;
	background: rgba(255, 255, 255, .6);
	zoom: 1
}

.prevControl {
	left: 20px;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	-ms-filter: "alpha(Opacity=0)"
}

.banner:hover .prevControl {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.nextControl {
	right: 20px;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0;
	-ms-filter: "alpha(Opacity=0)"
}

.banner:hover .nextControl {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.topAnima {
	opacity: 0
}

.cycle-slide-active .topAnima {
	opacity: 1;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-duration: 1s;
	animation-delay: .3s;
	visibility: visible!important
}

.color-white,
.color-white h1,
.color-white p {
	color: #fff
}

.color-black,
.color-black h1,
.color-black p {
	color: #000
}

#pager {
	position: absolute;
	bottom: 0;
	z-index: 100;
	width: 100%;
	z-index: 200;
	margin: 0 auto;
	padding: 0
}

#pager a {
	color: #fff;
	display: block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	float: left;
	font-family: Oswald, Helvetica Neue;
	font-size: 15px;
	font-weight: 400;
	list-style: none outside none;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 33.333334%;
	background: rgba(0, 0, 0, .5)
}

#pager a.cycle-pager-active {
	color: #fff
}

.home-intro h2 {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px
}

.home-intro {
	background: #34373b;
	color: #fff;
	padding: 15px 0 0
}

.home-intro h2 span {
	color: #ff7f00
}

.sectionCategory {
	background: #34373b;
	padding: 60px 0;
	position: relative
}

.sectionCategoryIntro {
	color: #fff;
	max-width: 600px;
	margin: 0 auto
}

.sectionCategory .container {
	position: relative;
	z-index: 5
}

.sectionCategoryIntro h1 {
	font-family: Oswald;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 2px;
	margin-bottom: 0;
	padding-bottom: 5px;
	text-transform: uppercase
}

.sectionCategoryIntro p {
	color: #ddd
}

.owl-theme .owl-controls .owl-page span {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4) inset
}

.show-case-wrapper {
	margin: 0 auto 30px;
	float: none
}

#productShowCase .owl-controls {
	margin-top: 0
}

.product-slide-inner {
	margin-top: 12%;
	display: block;
	max-width: 98%
}

@media (max-width:767px) {
	.product-slide-inner {
		display: block;
		max-width: 98%;
		margin: 5% auto 0;
		text-align: center
	}
	#productShowCase .owl-controls {
		margin-top: 10px
	}
}

#productShowCase .btn-stroke-dark i {
	font-size: 0;
	transition: font .3s ease
}

#productShowCase .btn-stroke-dark:hover i {
	font-size: inherit
}

#productShowCase .details-description {
	margin-bottom: 15px
}

.product-slide-left {
	text-align: center
}

.product-slide-img {
	display: block;
	text-align: center
}

.product-slide-img img {
	display: block;
	text-align: center;
	margin: 0 auto
}

#productShowCase .product-title {
	font-family: oswald;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .25px;
	line-height: 36px;
	margin-bottom: 0
}

.ps-nav {
	display: block;
	font-size: 68px;
	height: auto;
	position: absolute;
	text-align: center;
	top: 38%;
	width: auto;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

#ps-next {
	right: 15px
}

#ps-prev {
	left: 15px
}

@media (max-width:767px) {
	#ps-next {
		right: 15px
	}
	#ps-prev {
		left: 15px
	}
}

.boxes-title-1 {
	background: #ebebeb;
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 30px;
	padding: 7px 0;
	text-align: center
}

.featuredImgLook2 .inner {
	border: solid 1px #ddd;
	padding: 10px;
	margin-bottom: 15px
}

.featuredImgLook2 .inner:hover {
	border: solid 1px #4ec67f
}

.img-link {
	display: block;
	overflow: hidden
}

.img-link img {
	width: 100%
}

.featuredImgLook2 h3 {
	color: #454545;
	font-weight: 600;
	padding: 20px 0;
	text-transform: uppercase
}

.featuredImgLook2 h3 span {
	color: #eb5e58;
	display: block;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-transform: uppercase
}

.featuredImgLook2 .btn-link {
	border-radius: 0;
	color: #7f8c8d;
	cursor: pointer;
	font-weight: 400;
	text-transform: uppercase
}

.featuredImgLook2 p {
	color: #7f8c8d;
	margin-bottom: 20px
}

@media (max-width:991px) {
	.featuredImgLook2 .col-md-3 {
		margin-bottom: 30px
	}
}

@media (max-width:460px) {
	.featuredImgLook2 .col-md-3 {
		width: 100%
	}
}

#imageShowCase {
	display: block;
	clear: both
}

#imageShowCase .product-slide h1 {
	text-transform: uppercase
}

#imageShowCase .product-slide .box-content-overly.box-content-overly-white {
	opacity: 1
}

.featuredImageLook3 .inner {
	display: block;
	position: relative;
	margin-bottom: 30px
}

.image-show-case-wrapper .ps-nav {
	opacity: 0;
	transform: scale(1.15);
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s
}

.image-show-case-wrapper:hover .ps-nav {
	transform: scale(1);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1)
}

.featuredImageLook3 .inner .box-content-overly-white {
	right: 0;
	text-align: center
}

.submini {
	height: 2px;
	max-width: 50px;
	margin: 15px auto;
	background: #454545;
	box-shadow: none;
	border: none
}

.featuredImageLook3 .inner .img-title {
	color: #fff;
	display: block;
	font-size: 20px;
	font-family: Oswald;
	font-weight: 400;
	letter-spacing: 3px;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 0 2px #555;
	text-transform: uppercase;
	top: 40%;
	width: 100%;
	z-index: 100;
	transition: opacity .2s linear, visibility .2s linear
}

.featuredImageLook3 .inner:hover .img-title {
	visibility: hidden;
	opacity: 0
}

.img-block {
	display: block;
	overflow: hidden
}

.featuredImageLook3 .inner .box-text-cell-inner h1 {
	font-size: 20px
}

.featuredImageLook3 .inner:hover .box-content-overly-white {
	opacity: 1;
	background: rgba(255, 255, 255, .8);
	visibility: visible
}

.image-show-case-wrapper .owl-pagination {
	margin-top: -40px!important;
	position: relative;
	text-align: center;
	z-index: 50;
	margin-bottom: 40px
}

.product-slide .box-content-overly {
	text-align: center;
	visibility: visible;
	color: #fff
}

@media (max-width:650px) {
	.featuredImageLook3 .inner .box-text-cell-inner h1 {
		font-size: 18px;
		margin-bottom: 0;
		padding-bottom: 0
	}
	.featuredImageLook3 .inner .box-text-cell-inner p {
		margin-bottom: 0;
		padding-bottom: 0;
		font-size: 14px;
		line-height: normal
	}
	hr.submini {
		margin-top: 5px;
		margin-bottom: 5px
	}
	.featuredImageLook3 .inner .img-title {
		font-size: 18px;
		letter-spacing: 2px
	}
}

@media (max-width:500px) {
	.featuredImageLook3 .inner .box-text-cell-inner h1 {
		font-size: 16px;
		letter-spacing: 1px
	}
	.featuredImageLook3 .inner .img-title {
		font-size: 16px;
		letter-spacing: 1px
	}
	.featuredImageLook3 .inner .box-text-cell-inner p {
		font-size: 12px
	}
	.featuredImageLook3 .box-content-overly .btn {
		font-size: 11px;
		padding: 5px 15px
	}
}

.section-block {
	margin-bottom: 30px
}

.section-title {
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	font-size: 22px;
	line-height: 24px;
	margin: 10px 0 10px;
	padding: 0
}

.section-title span {
	color: #454545;
	display: inline-block;
	padding: 5px 15px 5px 0;
	width: auto
}

.section-title.style2,
.style2 .section-title {
	font-size: 32px;
	font-weight: lighter;
	line-height: 44px;
	margin: 10px 0 20px;
	padding: 0;
	position: relative;
	border: none
}

.section-title-style2,
.section-title.style2 {
	position: relative;
	font-family: walbuam
}

.heading h1 {
	font-family: walbuam
}
@media (max-width:700px){
	.heading h1{
		font-size: 20.5px !important;
	}
}

.section-title-style2:after,
.section-title.style2:after,
.style2 .section-title:after {
	background: #c0392b;
	content: "";
	display: block;
	height: 1.5px;
	margin-left: 20%;
	position: absolute;
	top: 28px;
	width: 60%;
	z-index: 1
}

.section-title-style2 span,
.section-title.style2 span {
	background: #fff;
	display: inline-block;
	padding: 10px;
	position: relative;
	width: auto;
	z-index: 2
}

.section-title.style2 span,
.style2 .section-title span {
	color: #454545;
	display: table;
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 5px 15px;
	text-align: center;
	width: auto;
	margin: 0 auto
}

.productslider,.productslider2 {
	width: 100%;
	display: block
}

#productslider .item,
#productslider1 .item {
	margin: 0 15px 15px
}

#productslider2 .item2 {
	margin: 0 15px 15px
}

.item {
	display: block;
	height: auto;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	margin-bottom: 15px;
	height: 480px
}


.equalHeightCategoryProduct>divx:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.equalHeightCategoryProduct>.item {
	display: inline-block;
	max-height: 430px
}

@media screen and (max-width:800px) {
	.equalHeightCategoryProduct>.item {
		display: inline-block;
		max-height: 430px
	}
}

.equalHeightCategoryProduct>.item>.product {
	height: 100%
}

@media all and (max-width:400px) {
	.equalHeightCategoryProduct>.item>.product {
		height: auto!important
	}
	.equalHeightCategoryProduct>.item {
		display: inline-block;
		max-height: 330px
	}
}

#SimilarProductSlider .item {
	height: auto!important
}

.product {
	display: block;
	height: auto;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	text-align: center
}

.product:hover {
	background: #fff;
	box-shadow: 0 0 15px rgba(33, 33, 33, .2);
	border: 0!important
}

.popup {
	background-color: #fff;
	z-index: 100
}

.sizepopup {
	top: 100%;
	position: absolute;
	display: none;
	padding: 0 5px 0 5px;
	font-size: 12px
}

.product:hover .popup {
	transform: translate3d(0, -40%, 0);
	z-index: 10;
	-webkit-transition: opacity .3s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .3s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .3s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .3s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .3s linear, transform .7s cubic-bezier(.56, .48, 0, .99)
}

.product:hover .sizepopup {
	display: block
}

.add-fav {
	opacity: 1;
	background-color: #c8c8c8;
	border-radius: 50%;
	height: 30px;
	line-height: 31px;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 15px;
	width: 30px;
	z-index: 10;
	transform: scale(1.15);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: opacity .3s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
	-moz-transition: opacity .3s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
	-o-transition: opacity .3s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
	-ms-transition: opacity .3s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
	transition: opacity .3s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
	opacity: 0
}

@keyframes slide {
	0% {
		transform: translateX(-100%)
	}
	100% {
		transform: translateX(100%)
	}
}

.list-view .product .add-fav {
	right: 40px;
	top: 8px
}

.product:hover .add-fav {
	opacity: 1;
	webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.add-fav i {
	webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	transition: all .3s ease
}

.add-fav:active i {
	webkit-transform: scale(.85) rotate(0);
	-moz-transform: scale(.85) rotate(4deg);
	-o-transform: scale(.85) rotate(0);
	-ms-transform: scale(.85) rotate(0);
	transform: scale(.85) rotate(4deg)
}

.item.list-view .item h4 {
	max-height: none
}

.item.list-view .grid-description {
	display: none
}

.list-description {
	display: none
}

.item.list-view .list-description {
	display: block
}

.item.list-view {
	display: block;
	height: auto!important;
	width: 100%!important;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px
}

.item.list-view .image {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	max-height: 260px;
	max-width: 200px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	padding-right: 20px;
	background: #fff
}

.item.list-view .image a {
	display: block;
	max-height: 100%;
	height: 100%;
	max-height: 100%!important
}

.item.list-view .image img {
	max-height: 260px;
	width: auto!important
}

.item.list-view h4 {
	height: auto;
	margin: 45px 0 5px;
	font-size: 24px
}

.item.list-view h4 a {
	font-weight: 600
}

.item.list-view .description {
	text-align: right
}

.item.list-view .description p {
	text-align: right;
	max-height: 200px;
	min-height: 10px
}

.item.list-view .price {
	font-size: 22px;
	text-align: right
}

.item.list-view .action-control {
	text-align: right
}

.item.list-view .product {
	padding-right: 20px;
	min-height: 260px
}

.item:hover .action-control {
	border-bottom-color: #fff
}

.product-box .item {
	margin: 0 10px
}

.product-box .item:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);
	background: #fff
}

.image {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	max-height: 415px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s
}

.image a {
	display: block;
	overflow: hidden
}

.image a img {
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	margin: 0 auto
}

.product:hover .image a img {
	transform: scale(1.15) rotate(-1.5deg);
	-webkit-transform: scale(1.1) rotate(-1.5deg);
	-moz-transform: scale(1.1) rotate(-1.5deg);
	-ms-transform: scale(1.1) rotate(-1.5deg);
	-o-transform: scale(1.1) rotate(-1.5deg)
}

.purple {
	background-color: #a4508b;
	background-image: linear-gradient(326deg, #a4508b 0, #5f0a87 74%)
}

.promotion {
	position: absolute;
	z-index: 10;
	bottom: 40px;
	left: 0;
	height: 24px;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}

.description {
	margin: 0 auto;
	min-height: 107px;
	max-width: 235px
}

.list-view .description {
	margin: 0 auto;
	min-height: auto;
	max-width: 100%
}

.promotion {
	line-height: 18px
}

.new-product {
	color: #fff;
	display: inline-block;
	float: left;
	font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	height: 100%;
	padding: 3px 10px
}

.discount {
	background: #eb5e58;
	border-radius: 0 4px 4px 0;
	color: #fff;
	display: inline-block;
	float: left;
	font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	height: 100%;
	padding: 3px 5px
}

.item h2,.item2 h2 {
	margin: 0;
	min-height: 45px;
	max-height: 80px;
	overflow: hidden;
	display: block;
	padding: 0;
	font-size: 16px;
}

.item h2 a,.item2 h2 a{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #3a3a3a;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px !important;
}

.description p {
	color: #776;
	font-size: 14px;
	height: 36px!important;
	overflow: hidden;
	line-height: 18px;
	display: block;
	margin: 0 0 5px
}

.price {
	font-size: 18px;
	font-weight: 700;
	color: #454545
}

.action-control {
	border: 0;
	display: block;
	height: auto;
	padding: 5px 0 15px;
	width: 100%
}

.action-control a {
	cursor: pointer
}

.cart a {
	font-size: 20px;
	color: #454545;
	margin: 0 0;
	display: inline-block;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .13s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s
}

.load-more-block {
	padding-bottom: 30px;
	position: relative
}

.load-more-block .btn-thin {
	background: #fff;
	z-index: 2;
	position: relative;
	box-shadow: -4px 0 0 #fff, 4px 0 0 #fff;
	-webkit-box-shadow: -4px 0 0 #fff, 4px 0 0 #fff;
	-moz-box-shadow: -4px 0 0 #fff, 4px 0 0 #fff;
	-o-box-shadow: -4px 0 0 #fff, 4px 0 0 #fff
}

.load-more-block:after {
	background: none repeat scroll 0 0 #ddd;
	content: "";
	display: block;
	height: 1px;
	margin-left: 30%;
	position: absolute;
	top: 18px;
	width: 40%;
	z-index: 1
}

.featureImg a {
	display: block;
	overflow: hidden
}

.featureImg a img {
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	-ms-transition: all .4s ease 0s
}

.featureImg a img:hover {
	transform: scale(1.1) rotate(-1.1deg);
	-webkit-transform: scale(1.1) rotate(-1.1deg);
	-moz-transform: scale(1.1) rotate(-1.1deg);
	-ms-transform: scale(1.1) rotate(-1.1deg);
	-o-transform: scale(1.1) rotate(-1.1deg)
}

.parallax-section {
	width: 100%;
	display: block;
	clear: both;
	height: auto
}

.parallaxPrce {
	font-size: 64px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 10px
}

.brand-carousel li {
	float: left;
	display: inline-block
}

.brand-carousel li img {
	max-width: 100%;
	width: 100%
}

.parallax-image-2 {
	background: url(/webstatic/images/shop.jpg) fixed;
	background-attachment: fixed
}

.parallax-section-overley {
	height: 100%;
	background: rgba(0, 0, 0, .15);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .33)
}

h3.xlarge {
	color: #fff;
	font-size: 44px;
	font-weight: 800;
	padding-bottom: 0;
	line-height: normal;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .8), 0 0 1px #fff;
	text-transform: uppercase
}

h1.x2large {
	color: #fff;
	font-size: 56px;
	line-height: normal;
	font-weight: 800;
	padding-bottom: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .8), 0 0 1px #fff;
	text-transform: uppercase
}

h5.parallaxSubtitle {
	font-size: 20px;
	font-weight: 200;
	color: #fff
}

.gap {
	height: 40px;
	width: 100%;
	clear: both;
	display: block
}

.footer {
	background: #f2f2f2;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.footer p {
	margin: 0
}

.footer img {
	max-width: 100%
}

.footer .foot-head {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	padding: 40px 0 15px;
	text-transform: uppercase;
	color: #3a3a3a
}

.footer ul {
	font-size: 15px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
	color: #474646
}

.footer li {
	margin: 10px 2px
}

.footer h4 {
	padding-bottom: 0
}

.footer a {
	color: #696969
}

.footer .conatiner2 {
	margin-right: 5%;
	margin-left: 5%
}

.supportLi h4 {
	font-size: 18px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0!important;
	padding-bottom: 0
}

.supportLi h4 a {
	color: #454545
}

.newsLatterBox input#appendedInputButton {
	background: #fff;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%
}

.newsLatterBox .btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: medium none;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	height: 40px;
	letter-spacing: .5px;
	padding: 0;
	text-transform: uppercase;
	width: 100%
}

.newsLatterBox {
	overflow: hidden
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #bbb 0, #f0f0f0 100%);
	box-shadow: 0 1px 0 #b4b3b3
}

.social li i {
	color: #000!important
}

.social li {
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0;
	text-align: center;
	width: 20%;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s
}

.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	color: #de2f1b!important
}

.social li i:hover {
	transform: scale(1.2);
	color: #de2f1b!important
}

.social li a {
	color: #454545!important
}

.social li:hover {
	color: red!important
}

.social li a i {
	text-align: center;
	font-size: 28px;
	color: #454545!important
}

.footer-bottom {
	background: #e3e3e3;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative
}

.footer-bottom p.pull-left {
	padding-top: 6px
}

.paymentMethodImg img {
	margin-left: 5px
}

@media (max-width:767px) {
	.footer-bottom {
		text-align: center
	}
	.footer-bottom p.pull-left {
		float: none!important;
		margin-left: auto;
		margin-right: auto
	}
	.paymentMethodImg {
		width: 100%;
		float: none!important;
		text-align: center
	}
	.paymentMethodImg img {
		display: inline-block;
		float: none!important;
		max-height: 38px
	}
}

.breadcrumb {
	border: 1px solid #ddd;
	background: 0 0
}

.main-container {
	min-height: 580px
}

.headerOffset.i7 {
	padding-top: 80px
}

.category-top>h2 {
	color: #303030;
	font-weight: 700;
	letter-spacing: 0
}

.subCategoryList .thumbnail {
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	margin-bottom: 0
}

.tree .dropdown-menu {
	position: relative!important;
	float: none!important;
	box-shadow: none!important;
	border-right: 0!important;
	border-bottom: 0!important;
	border-top: 0!important
}

.open-tree>.dropdown-menu {
	display: block
}

.dropdown-menu-tree {
	display: none;
	margin-bottom: 20px
}

.open-tree>.dropdown-menu-tree {
	display: block
}

.tree>li.active>a,
.tree>li.active>a:focus,
.tree>li.active>a:hover {
	background: 0 0;
	color: #454545
}

.nav-stacked.tree>li a:hover {
	color: #454545;
	font-weight: 700
}

.tree>.active>a>.badge {
	background: #776;
	color: #fff
}

.category-level-2 {
	border-left: 1px solid #ddd!important;
	margin-left: 13px
}

.category-level-2 li {
	margin-top: 2px
}

.category-level-2 li a {
	font-weight: 400!important;
	padding: 2px 15px
}

.category-level-2 .dropdown-tree.active .dropdown-tree-a,
.category-level-2 .open-tree .dropdown-tree-a,
.category-level-2 li a.active {
	font-weight: 700!important
}

.priceFilterBody .form-inline .form-group {
	max-width: 30%;
	float: left
}

.priceFilterBody .form-inline .form-group .form-control {
	width: 100%
}

.priceFilterBody .sp {
	padding: 10px
}

.subCategoryThumb {
	display: block;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 15px
}

.subCategoryThumb img {
	max-width: 100%
}

.subCategoryList {
	margin-top: 30px;
	overflow: hidden
}

.subCategoryList>div {
	margin-bottom: 20px
}

.color-details {
	border-top: 1px solid #ddd;
	padding-top: 10px
}

.productFilter {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 7px;
	padding-top: 10px;
	margin-top: 20px
}

.productFilter p {
	display: block;
	font-size: 14px;
	margin-top: 6px
}

.change-view {
	margin-right: 10px
}

.subCategoryTitle {
	font-size: 13px;
	color: #444;
	font-weight: 600
}

.change-view a {
	border: 1px solid #ccc;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	height: 34px;
	line-height: 23px;
	margin-left: 5px;
	overflow: hidden;
	padding: 5px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

.productFilter input,
.productFilter select {
	font-size: 13px
}

.categoryFooter {
	border-top: solid 1px #eee;
	padding-top: 20px;
	margin-top: 0
}

.nav-stacked>li {
	border-bottom: solid 1px #eee
}

.nav-stacked>li a {
	font-size: 13px
}

.nav-stacked>li a:hover {
	color: #fff
}

.nav-stacked>li.active,
.nav-stacked>li.active a {
	background: 0 0;
	color: #454545;
	font-weight: 700
}

.panel-title {
	color: inherit;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	color: #454545;
	font-size: 15px
}

.panel-group .panel,
.panel-heading {
	border-radius: 0
}

.collapseWill i {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	margin-right: 5px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.collapseWill.active i,
.collapseWill.pressed i {
	margin-right: 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.minus {
	display: block
}

.collapseWill .minus {
	display: none!important
}

.collapseWill.collapsed .minus {
	display: none!important
}

.color-filter small {
	border: 1px solid #ddd;
	display: inline-block;
	height: 18px;
	margin: 0 3px 0 1px;
	width: 18px
}

.categoryFilter {
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	height: 50px
}

.categoryFilter .minict_wrapper {
	max-width: 180px;
	max-height: 28px;
	height: 28px!important
}

.categoryFilter .minict_wrapper input {
	height: 28px!important;
	font-size: 12px!important
}

.minict_wrapper input {
	border: 0!important
}

.categoryFilter .minict_wrapper ul li {
	font-size: 12px!important
}

.nav-tabs>li,
.nav-tabs>li.active {
	background: 0 0
}

.nav-tabs>li>a {
	border: 0;
	border-radius: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li:hover>a {
	color: #fff!important;
	border: 0;
	border-radius: 0
}

.sp-thumbs {
	text-align: center!important
}

.sp-large a img {
	width: 100%
}

.sp-wrap {
	z-index: 10;
	width: 100%;
	background: 0 0!important;
	border: none!important;
	max-width: 100%!important
}

@media (min-width:768px) {
	.sp-large {
		max-width: calc(100% - 80px)
	}
	.main-image:not(.main-image-thumb-list) .sp-thumbs {
		position: absolute;
		right: 0!important;
		text-align: left;
		bottom: 20%!important;
		width: 100px!important;
		z-index: 70
	}
}

.main-image .sp-thumbs a:link,
.main-image .sp-thumbs a:visited {
	border: 2px solid #eee;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 0!important;
	float: right;
	transition: margin .2s ease 0s;
	border: 2px solid #eee;
	display: inline-block;
	float: right;
	width: 70px;
	height: 70px
}

.sp-current,
.sp-thumbs a:active,
.sp-thumbs a:hover {
	border: 2px solid #222
}

.sp-thumbs a:hover {
	margin-right: 4px!important
}

.sp-thumbs img {
	height: auto!important;
	width: 70px!important
}

@media (max-width:767px) {
	.main-image .sp-thumbs {
		margin-top: 20px
	}
	.main-image .sp-thumbs a:link,
	.main-image .sp-thumbs a:visited {
		display: inline-block;
		width: 80px;
		height: 80px;
		margin-right: 5px!important;
		float: none!important
	}
}

@media (max-width:420px) {
	.main-image .sp-thumbs a:link,
	.main-image .sp-thumbs a:visited {
		width: 60px;
		height: 60px
	}
}

.sp-lightbox {
	z-index: 1100!important
}

@media all and (min-width:768px) {
	.main-image.style2 .sp-thumbs {
		top: 0!important;
		width: 19%!important
	}
	.main-image.style2 .sp-thumbs img {
		height: auto!important;
		max-width: 100%;
		width: 100px!important
	}
	.main-image.style2 .sp-thumbs a:link,
	.main-image.style2 .sp-thumbs a:visited {
		float: left!important;
		width: 100%;
		height: 110px
	}
	.main-image.style2 .sp-large {
		max-width: 80%!important;
		border: 1px solid #ddd
	}
}

@media (min-width:768px) and (max-width:1200px) {
	.sp-thumbs {
		bottom: auto!important;
		top: 0
	}
	.main-image.style2 .sp-thumbs a:link,
	.main-image.style2 .sp-thumbs a:visited {
		float: left!important;
		height: 100px;
		width: 100%
	}
}

.main-image.main-image-thumb-list .sp-thumbs {
	margin-top: 20px
}

@media (min-width:768px) {
	.main-image.main-image-thumb-list .sp-thumbs a:link,
	.main-image.main-image-thumb-list .sp-thumbs a:visited {
		display: inline-block;
		width: 100px;
		height: 100px;
		margin-right: 10px!important;
		float: none!important
	}
}

.product-title {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .25px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase
}

.product-price {
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px
}

.price-standard {
	color: #776;
	font-size: 18px;
	text-decoration: line-through
}

.rating span {
	display: inline-block
}

.ratingInfo {
	margin-left: 10px
}

.zoomImg {
	cursor: crosshair
}

.nav-tabs {
	margin-bottom: 20px
}

.product-tab {
	width: 100%;
	display: inline-block;
	clear: both
}

.nav-tabs li a {
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase
}

.color-details {
	margin-top: 14px
}

.filterBox {
	display: inline-block
}

.productFilterLook2 .filterBox {
	display: block;
	float: left;
	margin-right: 0;
	width: 100%
}

.cart-actions {
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	clear: both
}

.cart-actions .btn-cart,
.cart-actions .wishlist,
.cart-actions button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	font-family: Oswald, Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 1em;
	margin: 0 20px 0 0;
	padding: 14px 20px;
	text-transform: uppercase;
	transition: all .25s ease 0s;
	-moz-transition: all .25s ease 0s;
	-webkit-transition: all .25s ease 0s;
	-o-transition: all .25s ease 0s;
	-ms-transition: all .25s ease 0s
}

.colorimage {
	background-color: #000;
	background-blend-mode: luminosity;
	background-size: contain
}

button.first {
	margin-right: 20px;
	margin-bottom: 10px
}

.cart-actions .wishlist {
	background: #ccc;
	line-height: 1em;
	text-decoration: none;
	border: solid 2px #ccc;
	text-align: center
}

.cart-actions .wishlist:hover {
	background: #fff;
	color: #666;
	border: solid 2px #ccc
}

.color-in {
	color: #4cc94a
}

.color-out {
	color: red
}

.product-share {
	border-top: 1px solid #ddd;
	clear: both;
	display: inline-block;
	margin-top: 20px;
	padding-top: 14px;
	width: 100%
}

#SimilarProductSlider .item {
	padding: 30px 0 0;
	margin: 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center
}

.product-image {
	max-width: 100%
}

.product-image img {
	max-width: 100%
}

#SimilarProductSlider .product-image img {
	max-height: 200px
}

.quanitySniper {
	height: 30px;
	padding: 0;
	text-align: center;
	width: 40px
}

tr.CartProduct td,
tr.CartProduct th {
	text-align: center
}

tr.CartProduct td:nth-child(2) {
	text-align: left
}

.cartTable {
	border-top: solid 1px #ebedef
}

.cartTableHeader {
	background: #ebedef
}

.cartFooter {
	padding: 20px;
	border-top: solid 1px #eee;
	background: #ebedef;
	display: inline-block;
	width: 100%
}

#cart-summary tr td:nth-child(2) {
	text-align: right
}

.caps {
	border-top: 0 none;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 16px;
	overflow: hidden;
	padding: 0 0 16px;
	text-align: right;
	text-transform: uppercase
}

.rightSidebar #cart-summary {
	margin-top: 0
}

.rightSidebar #cart-summary tr:first-child td {
	border: none
}

.cartMiniTable {
	border: 1px solid #ddd;
	padding: 10px
}

.rightSidebar img {
	max-width: 100%
}

.categoryListPanel {
	background: #ebedef
}

.contentBox {
	margin-bottom: 15px
}

.rightSidebar .product-image img {
	float: left;
	max-width: 100%;
	width: 90px;
	margin-right: 10px
}

.rightSidebar .product {
	padding: 10px 0
}

.rightSidebar .item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0
}

.rightSidebar .item h4 {
	margin-top: 0
}

p.success div.success,
span.success {
	color: #8bb418
}

#total-price {
	font-size: 22px;
	font-weight: 700
}

label.error {
	color: #e51a15;
	font-size: 90%
}

.paymentBox {
	margin-bottom: 30px;
	display: block
}

.checkoutReview .CartProductThumb a img {
	width: 50px
}

.paymentBox .panel {
	box-shadow: none
}

.block-title-2,
.formBox h3,
h2.block-title-2 {
	border-bottom: 1px solid #cecece;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 15px;
	padding: 10px 0 0;
	position: relative;
	text-transform: uppercase
}

.panel-footer-address .btn {
	margin-right: 5px
}

.CartProductThumb a img {
	width: 86px;
	max-width: 100%
}

tr.CartProduct {
	border-bottom: 1px solid #e7e9ec
}

tr.CartProduct td,
tr.CartProduct th {
	padding: 10px 0
}

.cartTableHeader {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px
}

.innerPage {
	padding-top: 60px
}

.parallaxOffset {
	margin-top: 80px;
	-webkit-transition: all .1s ease-out 0s;
	-moz-transition: all .1s ease-out 0s;
	-ms-transition: all .1s ease-out 0s;
	-o-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

.parallaxOffset.down {
	margin-top: 28px
}

.title-big {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px
}

.padding-top-30 {
	padding-top: 30px
}

.hr30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.hr40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.whitebg {
	background: #fff
}

.fixedContent {
	position: fixed;
	top: 0;
	width: 100%;
	display: block
}

.wrapper.contact-us {
	background: #fff;
	display: block;
	margin-top: 450px;
	position: relative;
	width: 100%;
	z-index: 4
}

.h1error {
	font-size: 80px;
	font-weight: 700;
	margin: 0 auto;
	padding: 20px;
	text-align: center
}

.err404 {
	font-weight: lighter
}

div.quickview {
	display: block;
	margin-top: 40%;
	max-height: 50px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
	visibility: hidden
}

.product:hover div.quickviewx {
	visibility: visible
}

.product:not(.isIphone):hover div.quickview {
	visibility: visible
}

.product.isIphone .image:hover div.quickview {
	visibility: visible
}

.btn-quickview {
	border-radius: 2px;
	font-family: Oswald, Helvetica Neue, Arial, sans-serif;
	letter-spacing: 2px;
	color: #454545!important;
	text-transform: uppercase;
	background: #fff;
	background: rgba(255, 255, 255, .9);
	border: 1px solid #eee;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	-moz-o-shadow: 0 0 3px rgba(0, 0, 0, .3);
	left: auto;
	min-width: 100px;
	max-height: 40px;
	height: 40px!important;
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	padding: 10px;
	visibility: hidden;
	width: auto;
	display: inline-block!important;
	z-index: 2;
	transform: scale(.75);
	-webkit-transform: scale(.75);
	-o-transform: scale(.75);
	-ms-transform: scale(.75);
	-moz-transform: scale(.75);
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s
}

.product:not(.isIphone):hover .btn-quickview {
	visibility: visible;
	opacity: .85;
	-webkit-opacity: .85;
	-ms-opacity: .85;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1)
}

.product.isIphone .image:hover .btn-quickview {
	visibility: visible;
	opacity: .85;
	-webkit-opacity: .85;
	-ms-opacity: .85;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1)
}

.list-view .product:hover div.quickview {
	margin-top: 45%
}

@media (max-width:460px) {
	div.quickview {
		margin-top: 25%
	}
}

@media (max-width:400px) {
	div.quickview {
		margin-top: 35%
	}
}

.product>.btn-quickview:hover {
	opacity: .95
}

#productSetailsModalAjax .main-image {
	margin-top: 40px
}

@media (min-width:840px) {
	.modal-details-inner {
		min-height: 552px
	}
}

.modal-details-inner {
	padding: 30px
}

.modal-product-thumb {
	border-top: 1px solid #ddd;
	clear: both;
	display: block;
	text-align: center
}

.modal-product-thumb a {
	border: 1px solid #ccc;
	display: inline-block;
	float: none;
	margin-right: 10px!important;
	margin-top: 5px;
	height: 75px;
	overflow: hidden;
	width: 60px!important
}

.modal-product-thumb a.selected,
.modal-product-thumb a:hover {
	border: 1px solid #000!important
}

.modal-product-thumb a img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 75px;
	width: 60px!important
}

.modal-bg-1 .close {
	color: #454545;
	display: block;
	font-size: 34px;
	font-weight: lighter;
	line-height: 10px;
	opacity: .6;
	padding: 12px;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0;
	z-index: 1
}

.shoplink {
	color: #000;
	display: inline-block;
	clear: both;
	font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
	left: 2px;
	margin-top: 20px;
	text-decoration: underline;
	text-transform: uppercase
}

.pace .pace-progress {
	background: #fff;
	background: rgba(255, 255, 255, .8);
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s
}

.pace-inactive {
	display: none
}

@media (min-width:1800px) {
	.banner,
	.slider,
	.slider-content,
	.slider-v2 {
		max-height: 700px
	}
	.sliderImg {
		width: 100%
	}
}

@media only screen and (max-width:1224px) {
	input.quanitySniper {
		width: 35px!important
	}
}

@media (max-width:1024px) {
	.navbar.stuck .navbar-top {
		padding-top: 0!important
	}
	.header-version-2 .banner {
		padding-top: 130px!important
	}
	.cartMenu.static-search-box a.dropdown-toggle {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (max-width:979px) and (min-width:768px) {
	.cartMenu a.dropdown-toggle {
		height: 50px
	}
	.cartRespons {
		display: none
	}
}

@media (max-width:991px) and (min-width:768px) {
	.navbar-nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px
	}
	.cartMenu a.dropdown-toggle {
		font-size: 12px;
		padding: 15px 15px
	}
}

@media (max-width:979px) {
	.subCategoryThumb img {
		height: 100%!important
	}
	.container {
		width: 100%!important;
		max-width: 900px!important
	}
	.category-top {
		margin-top: 30px
	}
	.cartRespons {
		font-size: 0
	}
	.hidden-xs .cartMenu .dropdown-toggle {
		padding-bottom: 9px;
		padding-top: 16px
	}
	h3.xlarge {
		font-size: 36px
	}
	#pager2 {
		bottom: 0
	}
	#pager2 span {
		border-width: 1px;
		height: 10px;
		width: 10px
	}
	.sliderControl {
		border-radius: 2px;
		padding: 0 2px;
		top: 45%
	}
	.sliderControl .fa-3x {
		font-size: 2.5em
	}
	#pager a {
		font-size: 14px;
		padding: 5px 0;
		font-weight: 400
	}
}

@media screen and (min-width:768px) {
	.laptop-off {
		display: none
	}
	.megamenu-content.has20 {
		width: 202px
	}
	.megamenu-content.has40 {
		width: 460px
	}
	.megamenu-content.has60 {
		width: 670px
	}
	.megamenu-content.has4col {
		width: 700px
	}
	.hasMega {
		position: relative!important
	}
	.hasMega .dropdown-menu {
		min-width: 202px
	}
	.hasMega.megamenu-20width .dropdown-menu {
		min-width: 202px
	}
	.hasMega.megamenu-40width .dropdown-menu {
		min-width: 460px
	}
	.hasMega.megamenu-60width .dropdown-menu {
		min-width: 670px
	}
	.hasMega.megamenu-70width .dropdown-menu {
		min-width: 700px
	}
	.navbar-tshop ul.nav li.dropdown ul.dropdown-menu {
		display: inherit;
		-webkit-transform: initial!important;
		transform: initial!important;
		opacity: 0;
		visibility: hidden;
		transition: opacity .25s linear;
		-webkit-transition: opacity .25s linear
	}
	.navbar-tshop ul.nav li.dropdown.open ul.dropdown-menu,
	.navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu {
		opacity: 1;
		visibility: visible;
		display: inherit
	}
	.navbar-tshop ul.nav li.dropdown ul.dropdown-menu .megamenu-content {
		opacity: 0;
		visibility: hidden;
		display: inherit;
		transition: opacity .35s linear;
		-webkit-transition: opacity .35s linear
	}
	.navbar-tshop ul.nav li.dropdown.open ul.dropdown-menu .megamenu-content,
	.navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu .megamenu-content {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width:767px) and (min-width:0) {
	.hidden-xs {
		display: none!important;
		visibility: hidden!important
	}
}

@media screen and (max-width:767px) {
	.userMenu li a {
		padding-top: 3px;
		line-height: normal
	}
	.phone-number i.glyphicon-phone-alt {
		padding-top: 2px!important
	}
	.navbar-brand {
		padding: 15px
	}
	.search-box .input-group {
		margin-top: 9px
	}
	.search-box .input-group .btn {
		box-shadow: none;
		padding: 9px 10px
	}
	.miniCartFooter {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
		border-top: 2px solid rgba(255, 255, 255, .5)!important;
		margin-top: 10px!important
	}
	.cartMenu table tr {
		border-bottom: solid 1px rgba(255, 255, 255, .1)
	}
	.cartRespons {
		font-size: 14px
	}
	.navbar-cart {
		padding-right: 0;
		padding-left: 0
	}
	.navbar-cart.in .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		background: #fff;
		background: rgba(255, 255, 255, .7)!important
	}
	.miniCartFooter .btn {
		color: #fff!important
	}
	.dropdown-header,
	.miniCartProduct,
	.miniCartProduct .price,
	.miniCartProduct .size,
	.miniCartProduct a,
	.miniCartProduct p {
		color: #fff
	}
	.megamenu-content ul li,
	.megamenu-content ul li a,
	.megamenu-content ul li p,
	.navbar-nav .dropdown,
	.navbar-nav .dropdown a {
		color: #fff
	}
	.searchInputBox {
		max-width: 100%
	}
	.megamenu .dropdown.megamenu-80width .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0
	}
	.megamenu .dropdown.megamenu-80width .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0
	}
	.megamenu .dropdown.megamenu-50width .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0
	}
	.megamenu .dropdown.megamenu-40width .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0
	}
	.megamenu-content ul {
		margin-bottom: 15px
	}
	.megamenu-content ul li {
		border-color: rgba(255, 255, 255, .2)
	}
	.parallaximg.ismobile {
		margin-top: 0!important
	}
	h3.xlarge {
		font-size: 20px;
		font-weight: 600;
		line-height: normal;
		padding-bottom: 0
	}
	.featureImg a {
		margin-bottom: 20px
	}
	.navbar-top i {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		padding: 3px 0 0
	}
	.text-left-xs {
		text-align: left!important
	}
	.ps-nav {
		top: 34%
	}
	.ps-nav img {
		width: 80px
	}
	.cart-actions .btn-cart,
	.cart-actions .wishlist,
	.cart-actions button {
		margin-bottom: 15px
	}
}

@media (min-width:0) and (max-width:991px) {
	.cart-actions .btn-cart,
	.cart-actions .wishlist,
	.cart-actions button {
		margin-bottom: 15px
	}
}

@media screen and (max-width:580px) {
	.xs3Response {
		width: 50%!important
	}
	.section-title.style2,
	.style2 .section-title {
		font-size: 24px
	}
	.section-title-style2:after,
	.section-title.style2:after,
	.style2 .section-title:after {
		margin-left: 10%;
		top: 32px;
		width: 80%
	}
	.orderStep li a span {
		font-size: 11px
	}
	.categoryFooter .pagination {
		margin-bottom: 10px
	}
	.sp-thumbs {
		bottom: 0!important
	}
	.CartProductThumb a img {
		margin-right: 5px
	}
	#pager2 {
		bottom: 0
	}
	#pager2 span {
		border-width: 1px;
		height: 10px;
		width: 10px
	}
	.sliderControl {
		border-radius: 2px;
		padding: 0 2px;
		top: 45%
	}
	.sliderControl .fa-3x {
		font-size: 2em
	}
	#pager a {
		font-size: 14px;
		padding: 5px 0;
		font-weight: 400
	}
	.ps-nav {
		top: 28%
	}
	.ps-nav img {
		width: 80px
	}
	#imageShowCase .product-slide h1 {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 22px
	}
	#subscribe {
		border: solid 1px #ddd
	}
	.modal-dialog {
		background: #fff none repeat scroll 0 0;
		margin: 6% auto;
		max-width: 95%;
		overflow: auto;
		width: 96%
	}
}

@media (max-width:480px) {
	#pager a {
		font-size: 12px
	}
	.navbar-toggle {
		background: 0 0!important
	}
	h3.xlarge {
		font-size: 20px;
		font-weight: 800;
		line-height: normal;
		padding-bottom: 0
	}
	h5.parallaxSubtitle {
		font-size: 10px
	}
	h1.x2large {
		font-size: 38px
	}
	.title-big {
		font-size: 38px
	}
	.supportLi h4 {
		font-size: 14px
	}
	.cartTableHeader {
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase
	}
	.CartProduct .delete i {
		font-size: 16px!important
	}
	.CartProductThumb a img {
		max-width: 60px!important
	}
	.CartDescription h4 a {
		font-size: 14px!important;
		line-height: normal
	}
	.cart-actions .wishlist,
	.cart-actions button {
		font-size: 14px!important;
		padding: 10px!important
	}
	.navbar-brand.windowsphone {
		display: block;
		float: left
	}
	.navbar-brand.windowsphone img {
		max-width: 65px
	}
	.featuredPostContainer.globalPadding {
		padding: 10px 0!important
	}
	.breadcrumb>li {
		font-size: 12px
	}
	.item.list-view h4 {
		font-size: 20px;
		line-height: 18px
	}
	.item.list-view .description {
		clear: both;
		display: block;
		float: none;
		padding-top: 5px
	}
	.item.list-view .image {
		display: block;
		float: none;
		max-height: 500px;
		max-width: 100%;
		overflow: hidden;
		padding-right: 0;
		text-align: center
	}
	.item.list-view .action-control,
	.item.list-view .description,
	.item.list-view .description p,
	.item.list-view .price,
	.item.list-view h4,
	.list-description {
		text-align: center
	}
	.item.list-view h4 {
		min-height: 24px
	}
	.col-xs-mini-6 {
		width: 50%
	}
	.col-xs-min-12,
	.col-xxs-12 {
		width: 100%
	}
	.text-center-xs {
		text-align: center
	}
	.text-center-xs .caps {
		font-size: 14px;
		text-align: center
	}
	.home-intro h2 {
		font-size: 18px;
		font-weight: 200;
		letter-spacing: 1px
	}
	.no-float-xs {
		float: none!important
	}
}

@media (max-width: 576px) {
    .instagram .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:400px) {
	#pager a {
		font-size: 10px
	}
	.container,
	.container-fluid {
		min-width: 50%
	}
	.cartFooter .box-footer div {
		width: 100%;
		text-align: center;
		padding-bottom: 5px
	}
	.navbar-brand {
		padding: 17px 0 0 10px
	}
	.navbar-brand img {
		max-width: 100px
	}
	.navbar-header.isios .navbar-brand img {
		max-width: 60px!important
	}
	.navbar-header .navbar-toggle {
		margin-right: 10px;
		padding: 9px 2px
	}
	.xs3Response .item,
	.xsResponse .item {
		width: 100%!important
	}
	.cartFooter {
		padding: 5px 0
	}
	.checkoutReview th {
		font-size: 13px
	}
	.col-xs-mini-6 {
		width: 100%
	}
}

@media (max-width:320px) {
	.container {
		width: 100%!important;
		overflow: hidden !important;
		min-width: 100% !important;
	}
	.banner {
		width: 100%!important;
		overflow: hidden!important
	}
}

.itemauto {
	height: auto;
	max-height: none
}

.imageHover {
	display: block;
	max-height: 404px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s
}

.colorpop {
	display: inline-flex;
	border-radius: 50%;
	padding: 0 2px;
	color: #000;
	border: 2px solid wheat
}

.colorpop2 {
	display: inline-flex;
	border-radius: 50%;
	padding: 0 2px;
	color: #fff
}

.colorpop2:hover,
.colorpop:hover {
	box-shadow: .5px .5px #797878
}

.imageHover a {
	display: block;
	overflow: hidden
}

.img-responsive.primaryImage {
	position: relative;
	z-index: 1;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	transform-style: preserve-3d;
	opacity: 1
}

.secondaryImage {
	left: 0;
	position: absolute;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	top: 0;
	opacity: 0
}

.imageHoverFlip .primaryImage {
	transform-style: preserve-3d;
	transform: translateZ(0);
	transform: rotateY(0);
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear
}

.imageHoverFlip .secondaryImage {
	transform-style: preserve-3d;
	transform: rotateY(180deg);
	transition: all 1s linear;
	-webkit-transition: all 1s linear
}

.product:hover .secondaryImage {
	opacity: 1
}

.product:hover .img-responsive.primaryImage {
	opacity: 0
}

.product:hover .imageHoverFlip .img-responsive.primaryImage {
	transform: rotateY(180deg)
}

.product:hover .imageHoverFlip .img-responsive.secondaryImage {
	opacity: 1;
	transform: rotateY(0)
}

.item.list-view .imageHover {
	background: #fff;
	display: block;
	float: left;
	max-height: 260px;
	max-width: 200px;
	overflow: hidden;
	padding-right: 20px;
	position: relative;
	text-align: center;
	transition: all 1.5s ease 0s;
	-webkit-transition: all 1.5s ease 0s
}

.imageHover div.quickview {
	margin-top: 60%
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity
}

.statusTop {
	margin-bottom: 20px
}

.statusTop p {
	font-size: 16px;
	margin-bottom: 5px
}

.order-details-cart {
	width: 100%
}

.order-details-cart tr {
	border-bottom: solid 1px #ddd
}

.order-details-cart img {
	width: 80px
}

.cartTotalTr {
	border: none!important
}

.cartTotalTr td {
	text-align: right
}

.col-center {
	float: none;
	margin-left: auto;
	margin-right: auto
}

.cartTableBorder {
	border: solid 1px #ebedef
}

.rating .fa,
.rating-here .fa {
	color: #e7711b
}

.nav-category {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.nav-category li a {
	border-top: 1px solid #ddd;
	clear: both;
	display: block;
	font-weight: 600;
	position: relative;
	padding: 10px 20px
}

.nav-category li a:hover {
	background: #f5f5f5
}

.nav-category li a.child-has-open:hover {
	background: #fff
}

.nav-category a span {
	padding-right: 5px;
	display: inline-block
}

.nav-category li ul {
	margin: 0;
	padding: 0;
	background: #f5f5f5
}

.nav-category ul a {
	padding-left: 30px;
	font-size: 13px
}

.nav-category ul ul a {
	padding-left: 45px
}

.nav-category ul ul ul a {
	padding-left: 60px
}

.nav-category ul ul ul ul a {
	padding-left: 75px
}

.nav-category li a.child-has-open {
	font-weight: 700
}

.child-has-open::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 10px
}

.child-has-close::after {
	content: "\f104";
	font-family: FontAwesome;
	position: absolute;
	right: 10px
}

.select2-container .select2-selection--single {
	height: 37px
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px 3px;
	border-style: solid;
	border-width: 1px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #888;
	line-height: 36px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%
}

.form-group .select2-container,
.productFilter .select2-container {
	width: 100%!important
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
	padding-left: 0
}

.iCheck-margin {
	margin-right: 5px;
	margin-bottom: 5px
}

@media screen and (min-width:768px) {
	.ProductDetailsList.megamenu-content ul {
		padding-left: 5px;
		padding-right: 5px
	}
	.ProductDetailsList.megamenu-content ul li a {
		font-size: 11px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
}

.payment-method {
	display: block;
	float: left;
	margin: 10px 0;
	width: 100%
}

.owl-theme .owl-controls .owl-has-nav {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	height: 22px;
	position: relative;
	width: 12px;
	cursor: pointer;
	transition: .3s ease;
	opacity: 1
}

.owl-has-nav:hover {
	opacity: .5
}

.owl-has-nav i {
	position: absolute;
	top: 0
}

.owl-has-nav.owl-next i {
	right: 0
}

.owl-has-nav.owl-prev i {
	left: 0
}

.container.static,
.static {
	position: static
}

.container.static .megamenu-content.container {
	padding-left: 0;
	padding-right: 0
}

.about-3 {
	height: auto;
	max-height: none;
	background-position: 50% center;
	background-size: cover
}

.about-3 .w100 {
	background: rgba(0, 0, 0, .3)
}

.about-3 .intro-heading {
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	padding: 150px 0
}

.lead-2 {
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4
}

@media screen and (max-width:767px) {
	.about-3 .intro-heading {
		font-size: 24px;
		font-weight: 600;
		line-height: 1;
		padding: 20px 0
	}
	.lead-2 {
		font-size: 16px
	}
	.headerOffset {
		padding-top: 100px
	}
}

.white-bg {
	background: #fff
}

.search-box .btn-search-icon {
	position: absolute;
	top: 0;
	right: 0;
	background: 0 0;
	z-index: 2;
	height: 100%;
	padding: 0 6px
}

.search-box.with-menu .input-group input.form-control {
	border-radius: 0 3px 3px 0!important
}

.nav-hr {
	margin-top: 0;
	opacity: .7
}

.navbacc_but {
	display: none;
	background-color: #5c5c5c;
	color: #fff;
	padding: 4px 20px;
	width: 50px;
	border-radius: 0 15px 15px 0;
	position: absolute;
	z-index: 10;
	left: -1%;
	font-size: 18px
}

@keyframes shimmy {
	0% {
		transform: translate(0, 0)
	}
	100% {
		transform: translate(60%, 0)
	}
}

@keyframes shimmydown {
	0% {
		transform: translate(0, 400px)
	}
	100% {
		transform: translate(0, 15vh)
	}
}

@media screen and (min-width:768px) and (max-width:1025px) {
	.ipad {
		display: none!important
	}
	.isIpad {
		display: none!important
	}
}

.accountMenu,
.filterMenuButton {
	display: none
}

.filterMenu {
	display: block;
	position: relative
}

.sortnav {
	display: none;
	font-size: 23px;
	line-height: 28px
}

@media screen and (max-width:750px) {
	.mob-off {
		display: none
	}
	.filterMenu {
		display: none;
		z-index: 1002;
		position: fixed;
		animation: shimmy .6s;
		background-color: #fff;
		padding: 2%;
		top: 81px;
		height: 100%;
		left: -39%;
		width: 60%!important;
		box-shadow: 0 0 5px rgba(33, 33, 33, .2);
		animation-fill-mode: forwards;
		border: 0!important
	}
	.filternav {
		overflow-y: scroll
	}
	.sortnav {
		display: none;
		z-index: 100;
		position: fixed;
		animation: shimmydown .6s;
		background-color: #fff;
		padding: 5%;
		border-radius: 35px;
		height: 370px;
		bottom: 0;
		line-height: 30px;
		width: 100%!important;
		box-shadow: 0 0 5px rgba(33, 33, 33, .2);
		animation-fill-mode: forwards;
		border: 0!important
	}
	.filterMenuButton .glyphicon {
		top: 3px
	}
	.catTopBar p {
		margin-bottom: 0!important
	}
	.filterMenuButton {
		display: block;
		display: -webkit-box;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
		box-shadow: 0 0 5px rgb(33 33 33);
		padding: 2.5%
	}
	.accountMenu {
		display: block;
		display: -webkit-box;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
		box-shadow: 0 0 5px rgb(33 33 33);
		padding: 1.5%;
		padding-top: 100px;
		background-color: #fff
	}
	.accountMenu a {
		display: inline-flex;
		border-right: 1px solid gray;
		justify-content: center
	}
	.fix-filter {
		position: fixed;
		top: 87px;
		z-index: 90;
		width: 100%;
		background-color: #fff
	}
	.fix-filter-bottom {
		position: fixed;
		bottom: 1px;
		z-index: 90;
		width: 100%;
		background-color: #fff
	}
	#main-container-wrapper {
		padding-top: 0!important
	}
}

.semi-black,
.semi-black-nav {
	display: none;
	background-color: #000;
	opacity: .5;
	width: 100%;
	height: 10000%;
	position: absolute;
	z-index: 50;
	top: 0;
	bottom: 0
}

.semi-black-nav {
	z-index: 150
}

.semi-black2 {
	display: none;
	background-color: #000;
	opacity: .5;
	width: 100%;
	height: 10000%;
	position: absolute;
	z-index: 5000;
	top: 0;
	bottom: 0
}

.login-image {
	width: 30%
}

._2pBqj6 {
	display: inline-flex;
	border-bottom: 1.5px solid gray;
	border-width: 80%
}

._2pBqj5 {
	display: inline-flex;
	border-bottom: 1.5px solid #d1cbcb;
	border-width: 80%
}

._2pBqj5 i {
	color: #d1cbcb
}

._2pBqj6:focus-within {
	border-bottom: 2px solid#c0392b
}

._34uFYj {
	border-color: #fff!important;
	height: auto;
	margin-bottom: 2px!important;
	height: 20px!important
}

._34uFYj:focus {
	outline: 0
}

.login-modal {
	display: none;
	border-radius: 5px;
	background-color: #fff;
	position: fixed;
	top: 20%;
	margin-left: auto;
	margin-right: auto;
	right: 15%;
	overflow-y: hidden;
	left: 15%;
	padding: 20px;
	z-index: 100000;
	background-image: url(https://d2ns9d1osamaiq.cloudfront.net/webstatic/images/7.jpg);
	background-color: #ffdead
}

.backg {
	background-image: url(https://d2ns9d1osamaiq.cloudfront.net/webstatic/images/7.jpg);
	background-color: #ffdead
}

@media screen and (max-width:750px) {
	.navbacc,
	.navbacchead {
		display: none;
		z-index: 100;
		position: fixed;
		animation: shimmy .6s;
		background-color: #fff;
		padding: 2%;
		height: 100%;
		top: 85px;
		left: -48%;
		overflow-y: scroll;
		width: 80%!important;
		box-shadow: 0 0 5px rgba(33, 33, 33, .2);
		animation-fill-mode: forwards;
		border: 0!important
	}
	.navbacchead {
		background-color: #e74c3c;
		padding: 0;
		height: calc(100vh + 1px);
		overflow-y: unset
	}
	.card_info {
		box-shadow: 0 0 0 transparent!important;
		border: 0!important;
		background-color: #fff!important
	}
	.navbacc_but {
		display: block
	}
	.item {
		height: 390px
	}
}

.footer_err div {
	display: grid
}

@media screen and (max-width:969px) {
	.footer_err {
		width: 98%!important;
		margin: 0!important
	}
	.footer_err2 {
		font-size: 12px!important
	}
	.bx-viewport li {
		height: 100%!important
	}
}

.card_info {
	box-shadow: 0 0 5px rgba(33, 33, 33, .2);
	border: 0!important;
	background-color: #fff
}

.HQ6J2h {
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.hvr:hover {
	color: #d42020
}

.hvr {
	cursor: pointer
}

.cat-itemm {
	border: 0;
	box-sizing: border-box;
	font-family: 'Times New Roman', Times, serif;
	font-size: 11px;
	padding: .5em 0;
	text-align: start
}

.cat-itemm a {
	background-color: transparent;
	box-shadow: #fff 0 -1px 0 inset;
	box-sizing: border-box;
	color: #a10505;
	font-family: cursive;
	font-size: 16px;
	text-decoration-line: none;
	transition: color 80ms ease-in 0s, box-shadow 130ms ease-in-out 0s, -webkit-box-shadow 130ms ease-in-out 0s
}



.abc {
	font-family: 'Tahoma, sans-serif';
	font-size: 16.5px;
	font-weight: 400;
	line-height: 28px;
	color: #444
}

.abc b {
	font-size: 20.5px
}

.posting {
	display: none
}

.post-slide {
	background: #fff;
	margin: 20px 15px 20px;
	border-radius: 15px;
	padding-top: 1px;
	box-shadow: 0 14px 22px -9px #bbcbd8
}

.post-slide .post-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: -12px 15px 8px 15px;
	margin-left: -10px
}

.post-slide .post-img img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
	transition: transform .2s linear
}

.post-slide:hover .post-img img {
	transform: scale(1.1, 1.1)
}

.post-slide .over-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(-45deg, rgba(6, 190, 244, .75) 0, rgba(45, 112, 253, .6) 100%);
	transition: all .5s linear
}

.post-slide:hover .over-layer {
	opacity: 1;
	text-decoration: none
}

.post-slide .over-layer i {
	position: relative;
	top: 45%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 25px
}

.post-slide .post-content {
	background: #fff;
	padding: 2px 20px 40px;
	border-radius: 15px
}

.post-slide .post-title a {
	font-size: 15px;
	font-weight: 700;
	color: #333;
	display: inline-block;
	text-transform: uppercase;
	transition: all .3s ease 0s
}

.post-slide .post-title a:hover {
	text-decoration: none;
	color: #3498db
}

.post-slide .post-description {
	line-height: 24px;
	color: grey;
	margin-bottom: 25px
}

.post-slide .post-date {
	color: #a9a9a9;
	font-size: 14px
}

.post-slide .post-date i {
	font-size: 20px;
	margin-right: 8px;
	color: #cfdace
}

.post-slide .read-more {
	padding: 7px 20px;
	float: right;
	font-size: 12px;
	background: #2196f3;
	color: #fff;
	box-shadow: 0 10px 20px -10px #1376c5;
	border-radius: 25px;
	text-transform: uppercase
}

.post-slide .read-more:hover {
	background: #3498db;
	text-decoration: none;
	color: #fff
}

.review-by {
	text-align: right;
	font-weight: 800
}

.review-des {
	font-family: 'Tahoma, sans-serif';
	color: #000
}

.review-des:before {
	content: url(/webstatic/images/rftarr1.jpg);
	color: #e51052;
	position: absolute;
	top: 0;
	left: 8px
}

.review-des:after {
	content: url(/webstatic/images/rftarr.jpg);
	color: #e51052;
	position: absolute;
	right: 10px
}

@media only screen and (max-width:1280px) {
	.post-slide .post-content {
		padding: 0 15px 25px 15px
	}
}

.app-download {
	width: 50%
}

@media (max-width:450px) {
	.app-download {
		width: 100%!important
	}
	.app-block {
		display: block!important
	}
}