body {
	background: #f3f3f3;
	margin: 0px;
	padding: 0px;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	transition: none;
}
.no-scroll {
	overflow: hidden;
}

.clearright {
	clear: right;
	height: 1px;
	overflow: hidden;
}

.clearleft {
	clear: left;
	height: 1px;
	overflow: hidden;
}

.clear {
	clear: both;
	overflow: hidden;
}

.bgeffects {
	padding: 20px 0;
	margin: 20px 0;
	background: #e5e5e5;
	/* Old browsers */
	background: -moz-linear-gradient(left, #e5e5e5 0%, #ffffff 50%, #e5e5e5 99%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5e5e5), color-stop(50%, #ffffff), color-stop(99%, #e5e5e5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e5e5e5 0%, #ffffff 50%, #e5e5e5 99%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e5e5e5 0%, #ffffff 50%, #e5e5e5 99%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e5e5e5 0%, #ffffff 50%, #e5e5e5 99%);
	/* IE10+ */
	background: linear-gradient(to right, #e5e5e5 0%, #ffffff 50%, #e5e5e5 99%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=1);
	/* IE6-9 */

}

.white-block {
	background: #f3f3f3;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 4%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(4%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 4%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 4%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 4%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 4%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
	padding: 30px 0;
}

a {
	color: #444;
	text-decoration: underline;
}
a:hover{color: #222;}

h1,
h2,
h3,
h4,
h5 {
	font-family: Oswald, Roboto Condensed, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	line-height: 1.6em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
	margin: 15px 0;
	text-transform: uppercase;
	color: #75627e;
}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1em;
}

#main-breadcrumb a {
	text-decoration: none;
}

.slidingDiv {
	display: none;
}

.index hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 40px 0;
}

.header-div {
	background: #fff;
}

.header-div.sticky {
	margin-bottom: 52px;
}

.logo-block {
	padding: 15px 10px;
	vertical-align: middle;
}

.service-block a {
	text-decoration: none;
}

.search-block {
	width: 250px;
	height: 25px;
	float: right;
	padding: 10px 0;
}

.header-search,
#lists-search {
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 0px 3px #eee;
	background: #fff;
	width: 100%;
	position: relative;
	text-align: left;
}

.header-search #q,
#lists-search #q {
	border: none;
	padding: 7px;
	width: 90%;
	margin-left: 5px;
	-webkit-appearance: none;
}

.search-btn,
#lists-search input[type=submit] {
	position: absolute;
	right: 8px;
	top: 8px;
	background: #fff url(../images/sprite.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
}

#header-cart {
	width: 220px;
	float: right;
	padding: 5px 8px 5px 20px;
	text-align: right;
	margin: 8px 0 0 10px;
	background: #743293 url(../images/cart.png) center left no-repeat;
	border-radius: 5px;
	font-size: .9em;
}

a.cart-link {
	display: block;
	float: right;
	margin-top: 5px;
	color: #d5bfe0;
	background: url(../images/arrowdown.png) center right no-repeat;
	padding-right: 10px;
	margin-right: 5px;
	text-decoration: none;
}

a.checkout-main {
	display: block;
	float: right;
	text-decoration: none;
	color: #fff;
	font-family: Roboto Condensed, sans-serif;
	font-size: 1.3em;
	line-height: 1.6em;
	margin-top: 0px;
	padding: 0 8px;
	text-transform: uppercase;
	font-weight: bold;
}

a.checkout-main:hover {
	text-decoration: none;
}

#menu-login {
	text-align: right;
	margin: 5px 0 0;
	padding: 0 5px;
	border-radius: 10px;
	font-size: .9em;
}

#menu-login a {
	text-decoration: none;
}

#menu-login a:hover{
	color: unset;
}

.main-navigation {
	background: #46364d;
	border: none;
	color: #fff;
}

.main-navigation.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

ul.menu-folder {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}

.main-navigation .container>.menu-folder>li {
	display: inline-block;
	padding: 12px 15px 15px 15px;
	border: 1px solid #46364d;
	border-bottom: none;
	border-top: 3px solid #46364d;
}

ul.level-1>li.menu-link>a {
	color: #fff;
	text-decoration: none;
	font-family: Roboto Condensed, sans-serif;
	font-size: 24px;
	font-weight: normal !important;
	text-transform: uppercase;
}

@media(min-width: 768px){
	.main-navigation ul.menu-folder li a:hover,
	.main-navigation ul.menu-folder li:hover a {
		color: #743293;
	}

	ul.level-1 > li.menu-link:hover {
		background: #dddddd;
		/* Old browsers */
		background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #dddddd 0%, #ffffff 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);
		/* IE6-9 */
	}

	ul.level-1 > li:hover .level-2 {
		display: block;
		position: absolute;
		top: 52px;
		left: 0px;
	}
}

ul.level-1 > li .level-2 {
	display: none;
	padding: 10px 10px 10px 0;
	border: 1px solid #bbb;
	color: #444;
	border-top: 0px;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 14%, #cccccc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(14%, #f3f3f3), color-stop(100%, #cccccc));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 14%, #cccccc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 14%, #cccccc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 14%, #cccccc 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 14%, #cccccc 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
	/* IE6-9 */
	z-index: 1000;
	width: 100%;
}

ul.level-2 li.menu-link .text-only-custom {
	font-family: Roboto Condensed, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #6f5f76;
	text-transform: uppercase;
}

ul.level-2 li.menu-link ul.level-3 li.menu-link a {
	font-family: Roboto Condensed, sans-serif !important;
	text-transform: none !important;
	color: #444;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	display: block;
	text-decoration: none;
}

ul.level-2 li:hover ul.level-3 a:hover,
ul.level-3:hover li.image-text a {
	color: #733393 !important;
}

.level-2>li.menu-link {
	border-radius: 5px;
	padding: 10px;
	background: #ffffff;
}

.menu-category-brand .level-2 .menu-link {
	border-radius: 5px;
	padding: 10px;
	background: none;
}

.level-2 hr {
	margin: 5px 0;
}

.level-2 .menu-link img {
	width: 100%;
}

.menu-link .brands a {
	float: left;
	border: 1px solid #fff;
	border-radius: 8px;
	margin: 0 0 5px 5px;
	width: 162px;
	text-align: center;
	padding-top: 3px;
	overflow: hidden;
	background: white;
	height: 68px;
}

.menu-link .brands a img {
	max-height: 58px;
	height: auto !important;
}

.menu-link .brands a:hover {
	border: 1px solid #ccc;
}

.submenu .white-block a span.bold {
	display: block;
	line-height: 1.2em;
}

.submenu .white-block.five a span.bold {
	min-height: 40px;
}

.submenu .white-block.six a span.bold {
	min-height: 40px;
}


.homepage-slider-wrap {
	background: #000;
}

.deal-ofthe-day {
	box-shadow: 0px 0px 0px 3px #eee;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.deal-ofthe-day .title {
	color: #888;
	font-family: Oswald, sans-serif;
	font-size: 22px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.deal-ofthe-day a img {
	max-width: 100%;
	border: 1px solid #eee;
	margin-bottom: 8px;
}

.deal-ofthe-day a {
	text-decoration: none;
}

.deal-ofthe-day a .brand {
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-decoration: none;
}

.deal-ofthe-day .price {
	font-size: 20px;
	font-family: Oswald, sans-serif;
	font-weight: normal;
	margin-top: 8px;
	display: block;
}


.main-categories {}

.main-categories a.block {
	width: 115px;
	box-shadow: 0px 0px 0px 3px #eee;
	height: 105px;
	border-radius: 5px;
	margin: 0 6px 10px;
	float: left;
	background: gold;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	position: relative;
}

.main-categories a.block span {
	width: 115px;
	border-radius: 0 0 5px 5px;
	background: url(../images/ptransp.png) top left repeat;
	padding: 8px 5px;
	display: block !important;
	position: absolute;
	display: block;
	bottom: 0px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.main-categories a.audio-cables {
	background: url(../images/index/audio-cables.jpg) top left no-repeat;
}

.main-categories a.games {
	background: url(../images/index/games.jpg) top left no-repeat;
}

.main-categories a.home-audio {
	background: url(../images/index/home-audio.jpg) top left no-repeat;
}

.main-categories a.home-video {
	background: url(../images/index/home-video.jpg) top left no-repeat;
}

.main-categories a.speakers {
	background: url(../images/index/speakers.jpg) top left no-repeat;
}

.main-categories a.power-protection {
	background: url(../images/index/power-protection.jpg) top left no-repeat;
}

.main-categories a.speaker-wire {
	background: url(../images/index/speaker-wire.jpg) top left no-repeat;
}


.client-testimonials {
	background: url(../images/quote.png) center left no-repeat;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 26px;
	color: #555;
	font-style: oblique;
	padding: 20px 0;
}

.client-testimonials .author {
	font-family: Roboto, sans-serif !important;
	font-size: 14px !important;
	color: #444;
	font-weight: bold;
}

.client-testimonials .author a.read-more {
	float: right;
}

.testimonial_box {
	background: #fff;
	border-radius: 8px;
	margin: 15px 10px;
	padding: 10px;
	background: #fff url(../images/quote.png) bottom right no-repeat;
	width: 48%;
	float: left;
}

.testimonial_box h3 {
	padding-bottom: 10px;
	color: #555;
}

.testimonial_box .testimonial_body {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 26px;
	color: #888;
	font-style: oblique;
}

.testimonial_box .testimonial_author {}

.bestsellers .item {
	height: 240px;
	overflow: hidden;
	background: #fafafa;
	float: left;
	/*width:12.5%;margin:1% 1% 1% 0.5%;*/
	text-align: center;
	padding: 10px;
	margin: 2px;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 3px #eee;
}

.bestsellers .item img {
	max-width: 100%;
	max-height: 120px;
	margin: auto;
}

.bestsellers .item:hover {
	box-shadow: 0px 0px 0px 3px #e9daf0;
}

.bestsellers .item a {
	text-decoration: none;
}

.bestsellers .item a .brand {
	font-weight: bold;
	text-transform: uppercase;
}

/* thumbs styles */
.thumb,
.index-thumb {
	margin: 0.5%;
	text-align: center;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	text-align: center;
	border: 1px solid #fff;
}

.index-thumb {
	margin: 0px;
	height: 330px;
	width: 218px;
}

.index-thumb .prices-wrap {
	width: 205px !important;
}

.thumb {
	float: left;
}

.thumb-cat {
	margin: 5px;
	height: 80px;
	overflow: hidden;
}

.thumb-cat-img {
	height: 250px;
}

.thumb:hover {
	border: 1px solid #e9daf0;
}

.thumb .onsale-item-badge {
	z-index: 1;
	background: url(../images/sale.png)top left no-repeat;
	height: 36px;
	width: 90px;
	padding: 15px 5px 0 0px;
	position: absolute;
	top: 155px;
	left: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}

.thumb .free-shipping-badge {
	z-index: 2;
	background: url(../images/free-shipping-badge.png) top right no-repeat;
	height: 45px;
	width: 120px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Roboto Condensed, Arial, sans-serif;
	color: transparent !important;
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 5px 10px 2px 0px;
}

.thumb .new-arrival-badge {
	z-index: 3;
	background: url(../images/new.png) top left no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 155px;
	left: 170px;
}

.thumb .image-icon-badge {
	position: absolute;
	right: 20px;
	top: 120px;
	z-index: 2;
}

.thumb .image-soldout-badge {
	position: absolute;
	left: 0;
	top: 152px;
	z-index: 2;
}

.thumb .image-soldout-badge img {
	padding: 0 17px;
	width: 100%;
}

.thumb a.thumb-img {
	height: 195px;
	position: relative;
	display: block;
	border: 1px solid #eee;
	margin-bottom: 10px;
	vertical-align: middle;
}

.index-thumb a.thumb-img {
	height: 193px;
}

.thumb a.thumb-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumb a.thumb-img img {
	max-width: 100%;
	max-height: 190px;
	/*position:absolute;bottom:0px;left:0px;*/
	margin: auto;
}

.index-thumb a {
	text-decoration: none;
}

.index-thumb a:hover,
.thumb a {
	color: #444;
}

.thumb-name a {
	text-decoration: none;
}

.thumb-name .brand {
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
}

.thumb-name .model {
	font-size: 13px;
}

.thumb .prices-wrap {
	margin: 10px 0 5px;
}

.thumb .add-qty {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 10px;
}

.thumb .add-qty input {
	width: 25px;
}

.thumb .thumb-retail {
	font-size: 11px;
	color: #aaa;
	font-family: Oswald, sans-serif;
	font-weight: normal;
}

.thumb .thumb-price {
	font-size: 16px;
	font-family: Oswald, sans-serif;
	font-weight: normal;
}

.thumb .thumb-price .thumb-onsale {
	color: #fe0000;
}

.thumbs-grid-wrap .thumb .prices-wrap {
	width: 100%;
}

.brand-landing-pages h3{
	font-size: 2em;
    margin: 25px 0;
    text-transform: uppercase;
    color: #75627e;
}

.thumbs-grid-wrap.brand-page .thumb {
	height: 330px;
	margin: 0px !important;
}

.thumbs-grid-wrap .brand-thumb-top,
.thumbs-grid-wrap .package,
.thumbs-grid-wrap.brand-page .thumb {
	width: 217px;
}

.thumbs-grid-wrap .package {
	height: 400px;
	margin: 5px !important;
	float: left;
}

.thumbs-grid-wrap .brand-thumb-top {
	height: 60px;
	overflow: hidden;
	background: #e9e1ee;
	margin-bottom: 3px;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	color: #866a98;
	font-family: Roboto Conensed, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.thumbs-grid-wrap .brand-thumb-top a {
	text-transform: none;
	font-weight: normal;
	font-size: .8em;
	line-height: 1em;
}


.accessories .index-thumb {
	float: left;
	margin: 5px;
}

.recent-items .thumb {
	width: 24%;
	float: left;
	height: 320px;
}

.index-thumb .new-arrival-badge {
	left: 160px;
}

.search-results .thumb {
	width: 217px;
	margin: 5px;
	height: 330px;
}

.search-results .thumb a.thumb-img {
	min-height: 193px;
	display: block;
	border: 1px solid #eee;
	margin-bottom: 10px;
}

/* category page */
.nav-strip,
.category-actions {
	background: #dbd3ed;
	padding: 10px;
	border-radius: 5px;
	margin: 20px 0;
}

.links-per-page,
.nav-pages {
	white-space: nowrap;
	padding: 5px 0;
}

.links-per-page a,
.nav-pages p a,
.testimonials .nav-pages a,
.thumb-navigation-links a {
	background: #796780;
	color: #fff;
	border-radius: 5px;
	margin: 1px;
	font-weight: bold;
	padding: 1px 5px !important;
	text-decoration: none;
}

.links-per-page a.selected,
.nav-pages p strong,
.testimonials .nav-pages big a,
.results-per-page-list a.active,
.thumb-navigation-links a.active {
	background: #46364d;
	color: #fff;
	border-radius: 5px;
	margin-right: 1px;
	font-weight: bold;
	padding: 1px 5px !important;
	text-decoration: none !important;
}

.nav-results select {
	float: left;
	margin-right: 20px;
}

.nav-subcatsbox {
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px;
}

.nav-subcatsbox h5 {
	text-transform: uppercase;
	color: #aaa;
	margin: 0px;
}

.nav-subcatsbox ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.nav-subcatsbox ul li {
	padding: 5px 3px;
	border-bottom: 1px dotted #eee;
	width: 30%;
	float: left;
	margin-right: 3%;
}

.nav-subcatsbox ul li a {
	text-decoration: none;
}

.subcat-img {
	max-width: 100%;
}

/*end of category page*/

#brands-box a {
	padding: 7px 3px;
	border-bottom: 1px solid #ebebeb;
	display: block;
	font-size: .9em;
	text-decoration: none;
}

#brands-box a:hover {
	background: #e9e1ee;
}


.carousel-block {}

.carousel-block .bx-wrapper .bx-prev {
	left: -10px;
}

.carousel-block .bx-wrapper .bx-next {
	right: -5px;
}


.brands-line {
	padding: 15px 0;
	text-align: center;
	border-top: 2px solid #fff;
	margin-top: 40px;
	background: #e5e5e5;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #f3f3f3 11%, #f3f3f3 11%, #f3f3f3 88%, #e5e5e5 99%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(11%, #f3f3f3), color-stop(11%, #f3f3f3), color-stop(88%, #f3f3f3), color-stop(99%, #e5e5e5));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #f3f3f3 11%, #f3f3f3 11%, #f3f3f3 88%, #e5e5e5 99%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%, #f3f3f3 11%, #f3f3f3 11%, #f3f3f3 88%, #e5e5e5 99%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%, #f3f3f3 11%, #f3f3f3 11%, #f3f3f3 88%, #e5e5e5 99%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%, #f3f3f3 11%, #f3f3f3 11%, #f3f3f3 88%, #e5e5e5 99%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */
}

.index .brands-line {
	margin-top: 0px;
}

.social-line {
	background: #46364d;
	color: #fff;
	padding: 15px 0;
}

.socials {
	padding-top: 5px;
}

.socials a {
	color: #a18bab;
	text-decoration: none;
	font-size: .8em;
}

a.sicon {
	background: url(../images/socials-wht.png) top left no-repeat;
	width: 24px;
	height: 24px;
	float: left;
	display: block;
	margin-right: 5px;
}

a.fb {
	background-position: 0 0;
}

a.tw {
	background-position: -28px 0;
	width: 25px;
}

a.pin {
	background-position: -60px 0;
}

a.inst {
	background-position: -90px 0;
}

a.youtube {
	background-position: -122px 0;
}

.social-line .newsletter-notation {
	padding: 5px 28px 5px 0;
	font-size: .8em;
	line-height: 1.1em;
	color: #a18bab;
	text-align: right;
	background: url(../images/subscribe.png) center right no-repeat;
}

.social-line .subscribe {
	float: right;
	/*width:250px;*/
	width: 100%;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

.subscribe #fs-input {
	background: transparent;
	border: none;
	padding: 8px 5px;
	margin-left: 5px;
	width: 85%;
}

.subscribe .input-group .input-group-button button,
.subscribe .input-group .input-group-button button:hover {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	background: none;
	background: url(../images/nl-subscribe.png) center center no-repeat!important;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.footer-subscribe .error {
	display: none;
}

.footer {
	background: #322b35;
	border-top: 3px solid #733393;
	color: #f3f3f3;
	font-size: .9em;
	line-height: 20px;
	padding: 15px 0;
}

	/*footer menu styles*/

.footer-lvl-1 > li > div{
	color: #835f93;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 1em;
}
.contact-info{
	background: #46364d;
	padding: 5px 10px;
  	font-size: .9em;
	border-radius: 5px;	
    margin: 5px 0;
    font-size: 1.1em;
	color: #c3b2ca;
}
.footer-lvl-2 > li > a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.contact-info .footer-lvl-2 li a{
	font-weight: bold;
}
.contact-info .con-info .work-time{
	font-size: .8em;
	color: #a18bab;
}
.footer #copyright {
	font-size: .8em;
	text-align: center;
	color: #726379;
	margin-top: 10px;
	border-top: 1px solid #46364d;
}

.footer-lvl-1 .menu-link .text-only-custom .fa-caret-down{
	display: none;
}
	/*footer menu styles*/

#main-breadcrumb {
	font-size: 1.1em;
	margin: 10px 0;
	color: #888;
	text-align: left;
}

#left-col {
	text-align: left;
}

#left-col.col-md-2 {
	padding-right: 0px;
}

#left-col-wrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#left-col h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

ul.category-tree {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#main-col {}


/* pdp */
.display-box.row {
	background: #fff;
}

.display-pic {
	text-align: left;
	display: block;
}

.display-pic a.zoomed_image img {
	max-height: 500px;
	margin: 0 auto;
	display: block;
}

.display-pic .free-shipping-badge {
	background: url(../images/free-shipping-badge.png) top left no-repeat;
	height: 45px;
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	font-family: Roboto Condensed, Arial, sans-serif;
	color: transparent !important;
	letter-spacing: 1px;
	position: absolute;
	top: -5px;
	left: 20px;
	padding: 5px 0 8px 8px;
	z-index: 1;
}

.display-pic .image-icon-badge {
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 2
}
.product-page .product-img-wrap{
	text-align:center;
}
.product-page .product-main-image{width:auto!important;}
/* zoom title*/
div.jqZoomTitle {
	display: none !important;
}

#big-image {
	max-width: 100%;
	max-height: 600px;
}

.ask-expert {
	background: #e6daed;
	border-radius: 5px;
	padding: 15px 20px 10px;
	margin: 10px 0;
	font-family: Roboto Condensed, sans-serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 1.8em;
	color: #9682a2;
}

.ask-expert .phone,
.ask-expert a.email,
.ask-expert a.chat {
	margin-top: 10px;
	background: #fff;
	border-radius: 4px;
	font-family: Oswald, sans-serif;
	color: #444;
	font-style: normal;
	font-weight: normal;
	padding: 10px 10px 10px 55px;
	text-transform: uppercase;
	font-size: .8em;
}

.ask-expert .phone {
	background: #fff url(../images/phone.png) center left no-repeat;
	width: 45%;
	float: left;
	margin-right: 1%;
}

.ask-expert a.email {
	background: #fff url(../images/email.png) center left no-repeat;
	width: 26%;
	float: left;
	display: block;
	text-decoration: none;
}

.ask-expert a.chat {
	background: #fff url(../images/chat.png) center left no-repeat;
	width: 26%;
	float: left;
	margin-right: 1%;
	display: block;
	text-decoration: none;
}

.ask-expert a.email:hover,
.ask-expert a.chat:hover {
	color: #806980;
}


.tabs-block {
	background: #e6daed;
	/* Old browsers */
	background: -moz-linear-gradient(left, #e6daed 1%, #f0edf2 47%, #e9dcef 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e6daed), color-stop(47%, #f0edf2), color-stop(100%, #e9dcef));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e6daed 1%, #f0edf2 47%, #e9dcef 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e6daed 1%, #f0edf2 47%, #e9dcef 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e6daed 1%, #f0edf2 47%, #e9dcef 100%);
	/* IE10+ */
	background: linear-gradient(to right, #e6daed 1%, #f0edf2 47%, #e9dcef 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6daed', endColorstr='#e9dcef', GradientType=1);
	/* IE6-9 */
}

.product-information .price {
	font-size: inherit;
	line-height: inherit;
}

.product-information .price-onsale {
	font-size: 32px;
	line-height: 32px;
}

.volume-prices{
	margin-top: 10px;
	float: left;
}

.product-page .product-prices .volume-prices .volume-price-table td:last-of-type{
	font-weight: normal;
}
/*.item-tab-content h3.accordionButton{display:none!important;}*/

.tabs-color-line {
	background: #ffffff;
	height: 50px;
}

#item-tabs-nav {
	margin-top: -61px;
}

h4.item-tab-nav {
	background: #796780;
	border: none;
	font-size: 1.4em !important;
	color: #fff !important;
	font-family: Roboto Condensed, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 3px;
	border-radius: 5px 5px 0 0;
	float: left;
	padding: 0;
	font-size: 1em;
	position: relative;
	bottom: -1px;
}

h4.item-tab-nav a,
.product-tabs .item-tab-nav a {
	padding: 15px 14px;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
}

h4.item-tab-nav a,
h4.item-tab-nav a:hover {
	color: #fff !important;
}

h4.item-tab-nav.item-tab-selected {
	background: #46364d;
}

div.item-tab-loaded {
	width: 100% !important;
	margin: 10px 0;
	font-size: 1em !important;
	font-family: Roboto, sans-serif !important;
	padding: 10px 0;
}

.item-tab-content #shipping {
	max-width: 300px;
	margin-top: 20px;
}

.item-tab-content ul {
	list-style-type: disc;
	margin-left: 40px;
}

.item-tab-content h4 {
	color: #444 !important;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	font-size: 2em !important;
	display: block;
}

.item-tab-content h1,
.item-tab-content h2,
.item-tab-content h3,
.item-tab-content h4 {
	font-weight: bold !important;
	margin: 10px 0 !important;
	text-align: center;
	float: none;
	display: block !important;
}

#shipping table input,
#shipping table select {
	width: 100%;
}

div.item-tab {
	clear: both;
	display: block;
}

.accordionContent ul{
	list-style-position: outside;
}

.warranty {
	padding: 0 20px;
}

@media (min-width: 992px) {
	.col-md-6 {
		width: 50%;
	}
}

div.item-tab {
	border: none;
}

div.item-tab h4 {
	display: inline;
	color: #fff;
	font-family: Roboto Condensed, sans-serif;
}

div.item-tab h4 a {
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
}

#item-image-thumbnails .jcarousel-clip {
	width: 100% !important;
}

#item-image-thumbnails {}

#image-carousel {
	margin: auto;
}

#image-carousel li {
	display: inline;
}

#image-carousel li a {
	text-decoration: none;
}

.zoom-link {
	display: flex;
}

#item-image-thumbnails .jcarousel-next {
	background: red;
	top: 15px;
}

#item-image-thumbnails .jcarousel-prev {
	background: gold;
	top: 15px;
	left: -30px;
}

#fullscreen {
	background: #eee url(../images/enlarge.png) top left no-repeat;
	background-size: 15px 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 5px 0 0;
}

#fullscreen:hover {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}

.product-information h1 {
	font-family: Roboto condensed;
	text-transform: none;
	font-size: 2em;
	line-height: 1.2em;
	margin: 0px;
}

h1 .brand {
	display: block;
	font-weight: bold;
}

.item-sku {
	font-size: .8em;
	color: #777;
}

.stock-level {
	font-size: .8em;
	color: #777;
}

.stock-level .sold-out {
	white-space: nowrap;
	background: #cc0000;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 15px;
	font-weight: bold;
}

.stock-level .last-one {
	white-space: nowrap;
	background: gold;
	color: #444;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 15px;
	font-weight: bold;
}
.retail-price-wrap {border:1px solid transparent;}/*hack for aligning the prices*/
.product-prices {
	margin-top: 30px;
}

.product-prices .retail-price,
.product-prices .old-price,
.product-prices .our-price {	
	font-family: Oswald, sans-serif;
	font-weight: normal;	
	float: left;
	margin: 2px 10px 0 0;
}
.product-prices .retail-price{
	color: #aaa;
	font-size: 1.6em;
	line-height: 1.2em;
}

.product-prices .price,
.product-prices .our-price{
	color: #444;
	font-family: Oswald, sans-serif;
	font-weight: normal !important;
	font-size: 2em;
	line-height: 1em;
	margin: 0 10px 0 0 !important;
	float: left;
}
.product-page .product-prices .sale-price{
	color:#fe0000 !important;
	font-weight:bold!important;
	font-family:roboto, sans-serif;
	font-size: 2.2em;
	line-height: 1em;
	margin: 0 10px 0 0 !important;
	float: left;
}

.product-prices .you-save {
	color: #9d3517;
	font-family: Oswald, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	line-height: 1.2em;
	float: left;
	margin-top: 3px;
}

.product-actions {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	margin: 20px 0 0;
}

.product-page .product-actions .qty-box {
	width: 70px;
	float: left;
}

.product-page .product-actions .qty-box input {
	width: 60px;
	padding: 10px 5px;
	border-radius: 4px;
}

.display-buy {
	margin-bottom: 20px;
}

.display-buy-btns {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

button.add-to-cart,
a.button.orange,
.product-page .add-to-cart {
	background: #743293 url(../images/cart.png) center left no-repeat!important;
	background-color: #743293;
	padding: 12px 20px 13px 36px;
	border-radius: 4px;
	font-weight: bold;
	font-family: Roboto, sans-serif;
	font-size: 1.2em !important;
	letter-spacing: 0;
}

button.add-to-cart:hover,
a.button.orange:hover,
.product-page .add-to-cart:hover {
	background-color: #561d70!important;
}

button.button.orange {
	font-weight: bold;
	padding: 10px;
	font-size: 1.2em;
}


.additional-product-info {
	background: #f3f3f3;
	border-radius: 5px;
	margin: 20px 0;
	padding: 3px 10px;
	font-size: .9em;
	color: #677;
}

.line {
	border-bottom: 1px dotted #ddd;
	padding: 5px 10px;
}

.line .title {
	width: 50%;
	float: left;
}

.line .value {
	width: 50%;
	float: left;
	text-align: right;
}


.add-to-wishlist,
.added-to-wishlist {
	width: 42px;
	height: 41px;
	background-color: #827388 !important;
	border-radius: 0.3em;
	text-align: center;
	text-indent: initial;
	padding: 10px 12px 0 !important;
}

.add-to-wishlist .fa,
.added-to-wishlist .fa {
	font-size: 20px;
	color: #fff;
}

.add-to-wishlist:hover,
.added-to-wishlist:hover {
	background: #625468 !important;
}

.added-to-wishlist {
	background: #888;
}

.ajax-wishlist-add-btn {
	margin-right: 5px;
}

.store-box-content .manage-link {
	line-height: 1em;
	padding: 9px 15px 10px;
	border-radius: 3px;
	background: #eee;
	text-decoration: none;
}

.store-box-content .manage-link:hover {
	background: #dedede;
}

.hreview {
	background: #f5f0f7;
	border-radius: 8px;
	padding: 5px 15px;
	margin-bottom: 15px;
}

.hreview h4 {
	text-transform: none;
	color: #444 !important;
	font-size: 1.4em !important;
}

.hreview .reviewer {
	color: #888;
	font-size: .9em;
}

.hreview .review-description {
	background: transparent;
	padding: 15px 0;
}

.hreview .review-useful {
	font-size: .8em;
	border-top: 1px solid #fff;
	padding-top: 8px;
}

.hreview .review-useful .certified-buyer {
	font-weight: bold;
	font-style: oblique;
	text-transform: uppercase;
	background: gold;
	padding: 2px 8px;
	border-radius: 10px;
}

.hreview .review-useful a.review-vote-yes {}

div.item-tab-loaded div.item-tab-content div.clear {
	height: 10px;
}


/*search - autocomplete */
.ui-autocomplete {
	right: 0px !important;
	width: 250px !important;
	font-family: Roboto, sans-serif;
	font-size: .9em !important;
}

.ui-autocomplete .ui-autocomplete-suggestions {
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.ui-menu .ui-menu-item:hover {
	font-weight: normal !important;
}

/*end of search autocomplete */

#shopping-cart-container {
	top: 45px;
	right: 13px;
	z-index: 99999;
}

/*common classes*/
.button,
.auth-page .signin-btn,
button {
	background: #827388!important;
	color: #fff!important;
	line-height: 1em;
	padding: 10px 15px;
	border-radius: 3px;
}

.button:hover,
.auth-page .signin-btn:hover,
.auth-page button:hover,
button:hover {
	background: #6f5f76!important;
	color: #fff!important;
}

.info-table .image1 img {
	width: 60px;
	height: 60px;
}

.info-table .sku {
	font-size: .9em;
	color: #888;
}

.info-table .grand-total {
	font-size: 1.4em;
}

.info-table .brand {
	font-weight: bold;
	display: block;
}

.date {
	white-space: nowrap;
}

.light {
	color: #888;
}

.specif_tbl {
	margin-left: 20px;
}

.alignright {
	text-align: right;
}

.center {
	text-align: center;
}

.desktop-hidden,
a.toggle-menu {
	display: none;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.three {
	width: 30%;
	margin-left: 1%;
	float: left;
	min-height: auto;
}

.four {
	width: 24%;
	margin-left: 1%;
	float: left;
	min-height: auto;
}

.four img {
	max-width: 150px;
}

.five {
	width: 19%;
	margin-left: 1%;
	float: left;
	min-height: auto;
}

.six {
	width: 15.5%;
	float: left;
	margin-left: 1%;
	min-height: auto;
}

.sixwide {
	width: 18%;
	float: left;
	margin-left: 1%;
	min-height: auto;
}

.sixwide img {
	max-width: 150px;
}

.borders {
	border-bottom: 1px solid #eee;
	padding: 3px 0;
}

/* my account pages */
.account-links h4 {
	background: #e9dfef;
	padding: 5px;
	font-size: 1em;
	color: #a093bc;
}

.account-links a {
	margin-left: 5px;
	display: block;
}

#countries-edit-cart {
	background: #e9e5f2;
	border-radius: 5px;
}

#countries-edit-cart h4 {
	text-transform: uppercase;
	color: #a093bc;
	font-size: 1.2em;
}

#opc-checkout-steps .top-block {
	background: #e9dfef;
}

#opc-checkout-steps .top-block h1 {
	color: #8c679d;
	font-size: 1.4em;
}

#opc-checkout-steps h1.step-heading {
	color: #000;
	font-size: 1.4em;
	background: #fff;
}

#opc-checkout-steps .current-step {
	background: #f8f8f8;
}

.current-step h2 {
	font-size: 1.4em;
	color: #a093bc;
	margin: 0px;
}

.current-step hr {
	margin: 10px 0;
	border-color: #fff;
}

#opc-checkout-steps h4 {
	color: #a093bc;
	font-size: 1.2em;
}

.account-list-box {
	font-size: .9em;
	line-height: 1.1em;
	color: #555;
}

.account-list-box h4 {
	font-size: 1.1em;
	font-family: Roboto, sans-serif;
	font-weight: bold;
}

.title-line {
	border-radius: 3px;
	margin: 40px 0 10px;
	padding: 0px;
}

.title-line h2 {
	font-size: 1.4em;
	margin: 0px;
	color: #a093bc;
}

.adjusted-height {
	height: 32px;
	vertical-align: middle;
	margin-top: 30px;
}

/* end my account pages */

/*modals classes*/
div.store-box h1.store-box-title {
	font-size: 1.4em;
}

.store-box-content h1 {
	font-size: 1.4em;
	color: #888;
}

.store-box h4 {
	color: #888;
	margin-bottom: 10px;
}

/*end of modals classes*/

/* Payment page */
.pay_with_existing_credit_card .cc-info-box {
	vertical-align: middle;
}

#express-checkout-summary-box {
	float: none;
	width: auto;
}

#express-checkout-summary-box h4 {
	font-size: 1.2em;
	color: #888;
}

#express-checkout-summary-box hr {
	background-color: #ddd;
}

.checkout-thank-you {
	background: url(../../../toolkit/autocomplete/loading/2.gif) no-repeat left top;
	float: right;
	padding: 8px 8px 8px 40px;
}

.fake-spinner {
	background: url(../../../toolkit/autocomplete/loading/2.gif) no-repeat left top;
	width: 0px;
	height: 0px;
}

.show-condition {
	cursor: pointer;
	color: #ff0000;
	/*font-size:1.6em;*/
}

.item-condition {
	font-weight: bold;
	font-size: .9em;
}

form[name="one_page_shipping"] .long-input-box .col-sm-4,
form[name="one_page_shipping"] .long-input-box .col-sm-8,
form[name="payment"] .long-input-box .col-sm-4,
form[name="payment"] .long-input-box .col-sm-8 {
	min-height: 65px;
}

.row select {
	height: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.main-navigation ul.menu-folder>li.menu-link>a {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 991px)  {
	.main-navigation .container>.menu-folder>li {
		padding: 12px 10px 15px 10px;
	}

	.main-navigation ul.menu-folder>li.menu-link>a {
		font-size: 15px;
	}
}

/******************************* classes for smaller mobile *****************************/

@media (max-width: 767px) {

	ul.level-1 li.menu-link ul.level-2 {
		background: transparent;
		border: none;
	}
	#scroll-to-top,
	.welcome-user {
		display: none;
	}

	.desktop-hidden {
		display: block;
	}

	.simplemodal-container {
		width: 100% !important;
	}

	div.store-box {
		min-width: 0px !important;
		max-width: auto !important;
	}

	.checkout-box .auth-box-rf {
		border-left: none;
	}

	.links-per-page {
		display: none;
	}

	.bestsellers {
		height: auto;
	}

	.bestsellers .item {
		/*width:43%;margin:2%;*/
	}

	#left-col.col-md-2 {
		padding-right: 15px;
	}

	.nav-subcatsbox li {
		width: 100%;
		margin: 0px;
	}

	.testimonial_box {
		width: 100%;
		margin: 10px 0;
	}

	.scrolling-table,
	.scrolling-block {
		overflow: scroll;
		width: 100%;
	}

	#shopping-cart-container {
		width: 90%;
	}


	/*header */
	.logo-block {
		padding: 5px 0 0;
	}

	.service-block {
		position: relative;
		height: 95px;
	}

	#header-cart {
		width: 40%;
		height: 35px;
	}

	a.checkout-main {
		display: none;
	}

	a.cart-link {
		padding-right: 15px;
		margin-top: 3px;
	}

	.search-block {
		width: 82%;
	}

	.ui-autocomplete {
		display: none !important;
	}

	#menu-login {
		background: #eee;
		padding-top: 8px;
		text-align: center;
		font-size: .9em;
		line-height: 1.2em;
		color: #888;
		position: absolute;
		top: 3px;
		border-radius: 0px;
		width: 55%;
		height: 35px;
		overflow: hidden;
		border-radius: 5px;
	}

	a.toggle-menu {
		background: #46364d url(../images/mobmenu.png) center center no-repeat;
		width: 13%;
		height: 35px;
		margin-top: 8px;
		border-radius: 5px;
		float: left;
		display: block;
	}

	/*main-menu*/
	.main-navigation {
		visibility: hidden;
		position: fixed;
		top: 0;
		right: -400px;
		width: 100vw;
		height: 100vh;
		z-index: 1000;
		padding: 25px 0px;
		max-width: 400px;
    	transition: 0.4s all;
    	-moz-transition: 0.4s all;
    	-ms-transition: 0.4s all;
    	-wbkit-transition: 0.4s all;
	}
	.main-navigation.open {
		right: 0px;
		visibility: visible;
	}
	.main-navigation-overlay {
		display: none;
		background: rgba(0,0,0,0.5);
		width: 100vw;
		height: 100vh;
		position: fixed;
		z-index: 999;
		left: 0px;
		top: 0px;
	}
	.main-navigation.open + .main-navigation-overlay,
	.close-menu {
		display: block;
	}

	.close-menu:hover {
	  opacity: 1;
	}
	.close-menu:before,
	.close-menu:after {
	  position: absolute;
	  left: 17px;
	  content: ' ';
	  height: 27px;
	  width: 2px;
	  background-color: white;
	}
	.close-menu:before {
	  transform: rotate(45deg);
	}
	.close-menu:after {
	  transform: rotate(-45deg);
	}
	.close-menu {
		position: absolute;
		width: 32px;
		height: 32px;
		opacity: 0.3;
		display: inline-block;
		margin: 0px 0px 15px;
		cursor: pointer;
		z-index: 22;
		top: 20px;
		right: 20px;
	}
	.level-1 > li a {
		display: block;
	    padding: 15px;
	}

	ul.menu-folder.level-1 {
		height: 100vh;
    	overflow: auto;
    	margin-top: 40px;
	}

	ul.menu-folder.level-1 .level-2{
		max-height: calc(100vh - 100px);
		max-height: -moz-calc(100vh - 100px);
		max-height: -ms-calc(100vh - 100px);
		max-height: -webkit-calc(100vh - 100px);
    	overflow: auto;
	}

	.menu-folder.level-1>li.menu-link {
		display: block;
	    border: 1px solid #614d69;
	    margin-bottom: 10px;
	    padding: 0px;
	}

	ul.menu-folder.level-1 li {
		background: transparent;
	}

	ul.menu-folder.level-1 li a,
	ul.menu-folder.level-2 li div.submenu a {
		color: #fff !important;
	}
	ul.menu-folder > li.menu-link > a {
	  font-size: 16px;
	}

	ul.menu-folder.level-1 li.menu-link div.menu-folder.level-2 {
		width: 100%;
		display: block;
		position: static;
		background: transparent;
		border: none;
		color: #fff;
		padding: 0px;
	}

	.two,
	.three,
	.four,
	.five,
	.six,
	.sixwide {
		width: 100%;
		float: none;
		margin: none;
		padding: 0px;
	}

	.menu-folder.level-2 .menu-link {
		padding: 0 0 0 10px !important;
	}

	.menu-folder.level-2 .menu-link,
	ul.menu-folder.level-1 li.menu-link .menu-link a {
		background: transparent;
		display: block;
    	padding: 5px 0px;
	}

	ul.menu-folder.level-1 li.menu-link li.menu-link a {
		color: #fff !important;
	}

	.menu-folder.level-3 .image-text img,
	.menu-folder.level-3 .image-text hr {
		display: none;
		padding: 0px;
	}

	.menu-folder.level-3 .menu-link hr {
		margin: 0px;
	}

	.menu-folder.level-3 .menu-link .uppercase {
		text-transform: none;
	}

	.menu-folder.level-3 .menu-link .bold {
		font-weight: normal;
	}

	.menu-folder.level-2 .center {
		text-align: left;
	}

	.menu-folder.level-2 .menu-link .text-only-custom {
		border-bottom: 1px solid #514059;
		color: #7b6584;
		margin-top: 5px;
	}

	.menu-link .brands {
		margin-top: 10px;
	}

	.menu-link .brands a {
		width: auto !important;
		border: none !important;
		padding: none !important;
	}

	.menu-link .brands a img {
		float: left;
		border-radius: 5px;
		margin: 5px 5px 0 0;
		max-height: 58px;
		background: #fff;
	}

	/*end main menu*/

	.tabs-block {
		background: #fff;
	}

	#item-tabs-nav,
	.tabs-color-line {
		display: none;
	}

	.item-tab-loaded,
	.item-tab,
	.item-tab-content {
		display: block !important;
		padding: 0px !important;
		margin: 0px !important;
	}

	h3.accordionButton {
		display: block;
		background: #796780;
		color: #fff;
		margin: 0px !important;
		padding: 8px;
		border-radius: 5px;
		cursor: pointer;
		font-weight: normal;
		font-family: Roboto, sans-serif;
	}

	.accordionContent {
		border-bottom: 1px solid #796780;
		padding: 5px;
	}

	.ask-expert .phone {
		width: 100%;
	}

	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		bottom: -50px;
		display: none;
	}

	.auth-box-rf {
		margin-top: 20px;
		border-top: 1px solid #ddd;
		padding-top: 20px;
	}

	.ask-expert {
		font-size: 1.6em;
	}

	.ask-expert a.chat,
	.ask-expert a.email {
		width: 46%;
		font-size: .8em;
		float: left;
	}

	.ask-expert a.chat {
		margin-right: 4%;
	}

	.ask-expert a.email {
		width: 48%;
	}

	.product-information {
		margin-top: 20px;
	}

	#shopping-cart-container {
		max-height: auto !important;
		overfow: hidden;
	}

	#shopping-cart-container .scrolling-cart-items {
		height: auto;
		overflow: visible;
	}

	.display-pic {
		/*min-height:400px;*/
		position: relative;
	}

	/*	footer menu styles for mobile*/

	.footer-lvl-1 .footer-lvl-2{
		display: none;
		margin-top: 5px;
		padding: 0 10px;
	}
	.footer-lvl-1 .menu-link .text-only-custom .fa-caret-down{
		display: inline-block;
		margin-left: 5px;
		transition: all ease 0.4s;
		float: right;
	}
	.footer-lvl-1 > li > div{
		font-size: 1.3em;
		margin-bottom: 0;
	}
	.footer-lvl-1 > .menu-link{
		padding: 5px;
	}
	.rotate{
		transform: rotate(180deg);
	}

}

/********************  end of classes for smaller mobile ***********************/


@media (max-width:460px) {
	.ask-expert {
		font-size: 1.6em;
	}

	.ask-expert a.chat,
	.ask-expert a.email {
		width: 46%;
		font-size: .8em;
		float: left;
	}

	.ask-expert a.chat {
		margin-right: 4%;
	}

	.ask-expert a.email {
		width: 48%;
	}

	.bestsellers .item {
		/*width:90%;*/
	}

	#checkout-steps div a {
		font-size: 0.5em;
	}
}

@media (min-width:461px) and (max-width: 767px) {
	.ask-expert {
		padding: 15px 10px;
	}

	.ask-expert .phone {
		width: 44%;
	}

	.ask-expert a.chat,
	.ask-expert a.email {
		width: 25%;
	}

	.ask-expert a.email {
		width: 27%;
	}

	.ask-expert a.chat {
		margin-right: 1%;
	}
}

@media (max-width:504px) {

	.thumb,
	.thumbs-grid-wrap .thumb,
	.line-of-5 .thumb {
		text-align: center;
		overflow: hidden;
		/*height:350px;*/
	}

	.thumb .free-shipping-badge {}

	.thumbs-grid-wrap .thumb .prices-wrap,
	.line-of-5 .thumb .prices-wrap {
		width: auto !important;
		position: static;
		text-align: center;
	}

	.index-thumb {
		width: 100%;
	}
}

/************* 768 & up *******************/
@media (min-width: 768px) {
	.main-navigation {
		display: block;
	}

	.display-pic .free-shipping-badge {
		font-size: 13px;
	}

	.welcome-user {
		display: inline;
	}

	.close-menu
	{
		display: none;
	}
}

/**************n 768 to 1023 ************/
@media (min-width: 768px) and (max-width:991px) {
	.search-block {
		width: 40%;
	}

	.main-categories a.block {
		width: 95px;
		margin: 0 3px 10px;
	}

	.main-categories a.block span {
		width: 95px;
	}

	.bestsellers {
		height: 220px;
	}

	.bestsellers .item {
		/*width:18%;*/
	}

	.nav-subcatsbox ul li {
		width: 45%;
	}

	ul.main-menu li {
		padding: 12px 10px 15px 10px;
	}

	.ask-expert .phone {
		width: 45%;
	}

	.ask-expert a.chat,
	.ask-expert a.email {
		width: 26%;
	}

	.tabs-block {
		background: #fff;
	}

	#item-tabs-nav,
	.tabs-color-line {
		display: none;
	}

	.item-tab-loaded,
	.item-tab,
	.item-tab-content {
		display: block !important;
		padding: 0px !important;
		margin: 0px !important;
		overflow-x:auto;
	}
	.item-tab-content table{width:100%!important;}

	h3.accordionButton {
		display: block;
		background: #796780;
		color: #fff;
		margin: 0px !important;
		padding: 8px;
		border-radius: 5px;
		cursor: pointer;
		font-weight: normal;
		font-family: Roboto, sans-serif;
	}

	.accordionContent {
		border-bottom: 1px solid #796780;
		padding: 5px;
	}

	.five {
		min-height: 215px;
	}
}

@media (min-width: 992px) {
	.accordionContent {
		display: block !important;
	}
}

/* 1024 to 1139 */
@media (min-width: 992px) and (max-width:1200px) {
	.ask-expert {
		font-size: 1.6em;
	}

	.ask-expert .phone {
		width: 45%;
	}

	.ask-expert a.chat,
	.ask-expert a.email {
		width: 26%;
	}
}

/*********** 1024 & up ***************/
@media (min-width: 992px) {
	.item-tab-content h3.accordionButton {
		display: none !important;
	}

	.invisible-desktop {
		display: none;
	}
}

/**/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	.thumb-grid:nth-of-type(2n+1), .thumb-lists:nth-of-type(2n+1){clear:none!important;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
	.thumb-grid:nth-of-type(3n+1){clear:none!important;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
	.thumb-grid:nth-of-type(5n+1){clear:none!important;}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}

	//.thumbs-grid-wrap .thumb {width: 230px;}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}

	//.thumbs-grid-wrap .thumb {width: 24%;}
}

@media (min-width: 992px) {
	#facet-sidebar.nofacets {
		display: none;
	}

	#facet-thumbs.nofacets {
		width: 100%;
	}

	//#facet-thumbs.nofacets .thumbs-grid-wrap .thumb {width: 19%;}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

/* autocomplete overrides*/
div.ui-autocomplete-products {
	font-family: Roboto, sans-serif !important;
	font-size: 1em !important;
	font-weight: bold !important;
}

div.ui-autocomplete-item-container img {
	border: 1px solid transparent;
	float: left;
	margin: 0 5px 5px !important;
	width: 100px;
}

div.ui-autocomplete-item-container h3 {
	font-size: 12px;
	padding: 0 5px;
	color: #743293;
}

div.ui-autocomplete-item-container a {
	text-decoration: none;
}

div.ui-autocomplete-item-container hr {
	margin: 0 0 10px !important;
}

div.ui-autocomplete-item-container p {
	margin: 0 !important;
}

/* Thickbox buttons */
#TB_prev {
	left: -20px;
}

#TB_next {
	right: -20px;
}

#TB_prev a,
#TB_next a {
	height: 40px;
	width: 40px;
}

#TB_next a {
	background: #f1f1f1 url('../js/thickbox/page_next.png') 9px center no-repeat;
	background-size: 25px;
}

#TB_prev a {
	background: #f1f1f1 url('../js/thickbox/page_prev.png') 5px center no-repeat;
	background-size: 25px;
}

#TB_secondLine {
	font: inherit;
	font-size: 0.85rem;
}

#TB_prev a:hover {
	background: #eaeaea url('../js/thickbox/page_prev.png') 5px center no-repeat;
	background-size: 25px;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	/* IE 9 */
	-webkit-transform: scale(1, 1);
	/* Safari and Chrome */
}

#TB_next a:hover {
	background: #eaeaea url('../js/thickbox/page_next.png') 9px center no-repeat;
	background-size: 25px;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	/* IE 9 */
	-webkit-transform: scale(1, 1);
	/* Safari and Chrome */
}

#checkout-summary-box .total-info td {
	padding: 10px 0 0 0;
}

#checkout-summary-box .total-info td:nth-child(2n) {
	padding: 10px 0 0 10px;
}


/*********************************************************/
@media(max-width:480px){
	.checkout-payment-page .payment-methods-wrap .card-info-box .cc-edit{
		position:static;
		float:right;
		margin: 0 8px 8px 0;
	}
}
@media (max-width: 767px) {
	.header-search {
		height: 32px;
		padding: 5px 10px;
		width: 82%;
		max-width: 82%;
	}
	.checkout-payment-page .payment-methods-wrap .card-info-box .cvv_block{
		margin-left: 32px;
	}	
}

@media(min-width:768px) {
	.header-search {
		clear: none;
		width: 250px;
		height: 32px;
		padding: 5px 10px;
		margin: 10px auto 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	ul.main-menu li {
		padding: 12px 5px 15px 5px;
	}

	a.top-level {
		font-size: 1.2em;
	}
}

@media(max-width:991px) {
	.container {
		max-width: 100%;
		width: 100%;
	}
}

@media(min-width:990px) {
	#facet-sidebar {
		padding-right: 20px;
	}
}

@media(min-width:1200px) {
	a.top-level {
		font-size: 24px !important;
	}
}


.header-search .search-v2 {
	width: 25px;
	height: 25px;
	font-size: 16px;
	float: right;
	padding: 0px;
	color: #000;
	margin: -3px -10px 0 0;
	background:transparent!important;
}

.footer-subscribe {
	padding-left: 20px;
}

.footer-subscribe .subscribe {
	float: right;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	position: relative;
}

.footer-subscribe .subscribe input[type="email"] {
	border: none !important;
	background: transparent !important;
	color:#444!important;
}

.qv.button {
	display: none;
	position: absolute;
	width: 100%;
	top: 180px;
	left: 0px;
	color: #ffffff;
	text-transform: uppercase;
}

.thumb:hover .qv.button {
	display: block;
}

.thumbs-wrap {
	margin: 0px;
}

.filters .panel .category {
	margin: 10px;
}

.subcat-thumbs-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0px;
}

.subcat-thumbs-wrap .thumb-cat {
	display: flex;
	align-items: center;
	justify-content: center;
}

.subcat-thumbs-wrap .thumb.thumb-cat {
	padding: 10px !important;
}

.filters .panel .category .ui-slider .ui-state-focus,
.filters .panel .category .ui-slider .ui-state-hover,
.filters .panel .category .ui-slider .ui-state-active{
  border: 1px solid #ccc!important;
  background: #f6f6f6!important;
  font-weight: bold!important;
  color: #1c94c4!important;
  margin-left: -.6em!important;
}
@media(max-width:549px) {

	.nofacets .thumb-grid,
	.thumb-grid,
	.search-page .thumb-grid,
	.item .thumb-grid,
	.recent-items .thumb {
		width: 49%;
	}

	.subcat-thumbs-wrap .thumb-cat {
		width: 46%;
		height: 80px;
	}
}

@media(min-width:550px) and (max-width:990px) {

	.nofacets .thumb-grid,
	.search-page .thumb-grid {
		width: 32%;
	}

	.subcat-thumbs-wrap .thumb-cat {
		width: 32%;
	}
}

@media(min-width:481px) and (max-width:768px) {
	.thumb-grid,
	.recent-items .thumb {
		width: 32%;
	}

	.subcat-thumbs-wrap .thumb-cat {
		width: 31%;
	}
}

@media(min-width:769px) and (max-width:990px) {
	.thumb-grid {
		width: 24%;
	}

	.subcat-thumbs-wrap .thumb-cat {
		width: 23%;
	}

	.item .thumb-grid {
		width: 24%;
	}
}

@media(min-width:991px) and (max-width:1199px) {

	.nofacets .thumb-grid,
	.search-page .thumb-grid,
	.item .thumb-grid {
		width: 24%;
	}

	.subcat-thumbs-wrap .thumb-cat {
		width: 23%;
	}

	.thumb-grid {
		width: 32%;
	}

	.product-page .add-to-cart-box {
		width: 75%;
	}
}

@media (min-width: 1200px) {

	.nofacets .thumb-grid,
	.search-page .thumb-grid,
	.item .thumb-grid {
		width: 19%;
	}

	.subcat-thumbs-wrap .thumb-cat {
		width: 19%;
	}

	.thumb-grid {
		width: 24%
	}

	.product-page .add-to-cart-box {
		width: 80%;
		float: left;
	}
}

/***** updated pdp ******/
.product-page .add-to-cart-box,
.add-to-wishlist.button {
	display: inline-block;
}

.add-to-wishlist.button {
	float: right;
}

@media(max-width:990px) {

	.product-page .product-title,
	.product-page .product-images,
	.product-page .product-information {
		width: 100%;
	}

	.product-page .add-to-cart-box {
		width: 65%;
	}

	.product-page .product-images {
		padding-right: 0px !important;
	}

	.product-page .product-title {
		margin-top: 20px;
	}
}

@media(min-width:991px) {

	.product-page .product-title,
	.product-page .product-images,
	.product-page .product-information {
		width: 50%;
	}
}

.product-page .product-title h1 {
	font-family: Roboto condensed;
	text-transform: none;
	font-size: 2em;
	line-height: 1.2em;
	margin: 0px;
}

.item h2 {
	font-size: 2em;
	margin: 30px 0;
}

.product-page .product-images {
	padding-right: 40px;
	position: relative;
}

.product-page .product-images .defalut-badge {
	z-index: 1 !important;
}

.onsale-item-badge {
    background: url(../images/sale-badge.png) no-repeat;
    color: #fff;
    left: -6px;
    line-height: 1em;
    padding: 4px 12px 9px 12px;
    position: absolute;
    top: 40px;
    z-index: 1;
}    

.product-page .product-gallery {
	margin-top: 20px;
}

.product-page .product-gallery img {
	width: 50px;
	margin-right: 5px;
}

.product-page .product-actions .qty-box,
.product-page .add-to-cart-box {
	margin-bottom: 0px;
}

.phone a:hover {
	color: #000;
}

.box-ajax-invisible button {
	background: #743293;
}

/* end updated pdp */

#simplemodal-container .modalCloseImg {
	text-decoration: none;
}

/* ajax cart, cart page */
.ajax-cart .shopping-cart-title {
	font-family: Roboto Condensed, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}

.ajax-cart .cart-items {
	font-size: 14px;
}

.ajax-cart .subtotal-line .info .button {
	float: left;
	background: #e6daed!important;
	color: #444!important;
	text-transform: uppercase;
}

.ajax-cart .subtotal-line .info .button:hover {
	background: #dac8e5!important;
}

.ajax-cart .subtotal {
	float: right;
	font-size: 14px;
}

.ajax-cart .subtotal-line {
	padding-top: 5px;
	margin-bottom: 10px;
}

.ajax-cart .cart-btn {
	float: left;
	background: #827388;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	width: auto;
	border-radius: 4px;
	font-style: normal;
}

.ajax-cart .cart-btn:hover {
	background: #6f5f76;
}

.ajax-cart .checkout-btn {
	background: #743293 url(../images/cart.png) center left no-repeat!important;
	float: right;
	font-size: 18px;
	font-weight: normal;
}

.ajax-cart .checkout-btn:hover {
	background: #561d70 url(../images/cart.png) center left no-repeat!important;
}

.cart-footer .free-shipping {
	display: none;
}

#shopping-cart-container {
	z-index: 9999999999;
}

.cart-page .cart-actions .update-button {
	float: right;
}

.cart-page .cart-actions .update-button button,
.cart-page .cart-actions .button.clear,
.cart-page .cart-actions .button.save-wishlist {
	background: #037f31;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 0.9em;
	padding: 6px 10px 6px;
	border-radius: 3px;
}

.cart-page .cart-actions .update-button button:hover {
	background: #026a28;
}

.cart-page .cart-actions .button.clear {
	background: #b00000;
}

.cart-page .cart-actions .button.clear:hover {
	background: #8b0000;
}

.cart-page .cart-actions .button.save-wishlist {
	background: #827388;
}

.cart-page .cart-actions .button.save-wishlist:hover,
.cart-page .continue-shopping:hover {
	background: #6f5f76;
}

.cart-page .cart-items .item .info .name {
	margin-bottom: 0px;
}

.cart-page .cart-items .item .info .sku,
.item-data .info .sku {
	font-size: .9em;
	color: #888;
	margin-bottom: 0px;
}

.cart-page .cart-items .item img {
	width: 100px;
	max-height: 100px;
}

.actions-and-promos .input-group .input-group-button button {
	padding: 10px 20px 9px 20px;
	border-radius: 0 3px 3px 0;
}

.cart-page .checkout-btn {
	background: #743293 url(../images/cart.png) center left no-repeat!important;
	padding: 12px 14px 14px 36px;
	font-family: Roboto, sans-serif;
	font-size: 1.2em !important;
	letter-spacing: 0;
}

.cart-page .checkout-btn:hover {
	background: #561d70 url(../images/cart.png) center left no-repeat!important;
}

.cart-shipping-quote {
	background: #e9e5f2;
	border-radius: 5px;
	margin-top: 10px;
	padding: 10px;
}

.cart-page .cart-shipping-quote .ship-options-trigger {
	text-transform: uppercase;
	color: #a093bc;
	font-size: 1.2em;
	text-decoration: none;
}

.cart-page .cart-shipping-quote .update-shipping-options {
	background: #026a28;
	color: #fff;
	border-radius: 3px;
}

.cart-page .continue-shopping {
	padding: 12px 14px;
	font-family: Roboto, sans-serif;
	font-size: 1.2em !important;
	letter-spacing: 0;
	background: #827388;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

.checkout-page .sidebar_summary {
	border: 3px solid #ddd;
}

.checkout-page .summary-title {
	font-family: roboto, sans-serif;
	color: #888;
	padding: 15px;
}

.checkout-page .sidebar_summary .edit-cart-link {
	top: 10px;
	right: 15px;
}

.checkout-page .sidebar-summary-inner {
	border: none;
	background: #fff;
}
.checkout-page .step-title {
	border: 3px solid #ddd;
	font-family: roboto, sans-serif;
	color: #888;
	padding: 15px;
	height: 56px;
	overflow: hidden;
}

.checkout-page .step-title.current-step,
.checkout-page .step-title.shipping,
.checkout-page .step-title.payment {}

.checkout-start-page .singin-method-first-box,
.checkout-page .step-content {
	margin: -23px -0 20px;
}

.checkout-start-page .singin-method-first-box,
.checkout-start-page .singin-method-box,
.checkout-page .step-content {
	border: 3px solid #ddd;
	border-top: none;
	background: #fff;
}

.checkout-start-page .singin-method-box {
	border-top: 3px solid #ddd;
}

.step-title.sign-in-sign-up {
	border: 3px solid #ddd;
	font-family: roboto, sans-serif;
	color: #888;
	padding: 15px;
}

.checkout-page .checkout-user {
	margin-top: -4px;
}

.checkout-page .step-title .edit-step-link {
	margin-top: -5px;
}

.checkout-page .page-title,
.shipping-methods h5,
#shipping_methods h3 {
	font-family: Roboto, sans-serif;
	font-size: 1.2em;
	color: #444;
	font-weight: bold;
}

.checkout-page .step-title a {
	color: #888;
}

.fieldset-v2 .fieldset {
	margin: 0 0 20px !important;
}

.checkout-page .sidebar_summary .edit-cart-link,
.checkout-page .step-title .edit-step-link {
	border-radius: 3px;
	background: #827388;
	color: #fff !important;
}

.checkout-page .sidebar_summary .edit-cart-link:hover,
.checkout-page .step-title .edit-step-link:hover {
	background: #6f5f76;
}

.checkout-page .checkout-btn {
	background: #743293!important;
	padding: 12px 25px;
	font-family: Roboto, sans-serif;
	font-size: 1.2em !important;
	letter-spacing: 0;
	border-radius: 3px;
}

.checkout-page .checkout-btn:hover {
	background: #561d70!important;
}

.ajax-cart .thumbs-wrap .thumb-grid.thumb {
	width: 48%;
	margin: 0.5%
}

.ajax-empty-content h5 {
	font-size: 1.8em;
	text-transform: uppercase;
}

.cart-page .cart-totals {
	float: right !important;
}

.cart-page .cart-items {
	padding: 0px;
}

.cart-page .cart-items .item .remove {
	right: 15px;
}

.checkout-payment-page .payment-type-tab .fieldset {
	margin: 0 0 3px 0 !important;
}

/* end ajax cart, cart page  */


/* my account */
.account-content h4,
.account-content h5 {
	font-family: Roboto, sans-serif;
}

.account-content h1 {
	font-size: 2em;
	line-height: 1.2em;
	margin-top: 0px;
}

.account-menu {
	border: none;
}

.account-menu h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: roboto, sans-serif;
	text-transform: uppercase;
	color: #9682a2;
	margin-bottom: 5px;
}

.fieldset-v2 .fieldset .field input[type="password"] {
	background: #fff;
}

.addressbook-edit-wrap .save-address-btn,
.store-box-content button[type=submit],
.thumb-lists a.add-to-lists,
.modal-footer button {
	background: #827388!important;
	color: #fff;
	border-radius: 3px;
	padding: 10px 20px;
	text-decoration: none;
}
.thumb-lists{
	padding:10px 10px 70px;
}
.thumb-lists a.add-to-lists{
	position:absolute;
	position: absolute;
    bottom: 20px;
   	left: 10%;
    width: 80%;
}

.account-content button {
	border-radius: 3px;
}

.addressbook-edit-wrap .save-address-btn:hover,
.store-box-content button[type=submit]:hover,
.thumb-lists a.add-to-lists:hover,
.modal-footer button:hover,
.cart-page .cart-actions .button.clear:hover,
.cart-page .cart-actions .update-button button:hover,
.cart-page .cart-shipping-quote .update-shipping-options:hover,
.account-content button:hover {
	background: #6f5f76!important;
}

.store-box-content button[type=button] {
	border-radius: 3px;
	padding: 10px 20px;
}

.account-subcribe-page button,
.btn.acc-delete {
	border-radius: 3px;
}

.recent-items .thumb-descr {
	display: none;
}

.account-page .status {
	font-family: Roboto, sans-serif;
}

.completed-order-summary .order-summary,
.completed-order-summary .shipping-summary-box,
.completed-order-summary .payment-summary-box {
	border: 3px solid #ddd;
}

.completed-order-summary .order-summary .order-summary-title,
.completed-order-summary .shipping-summary-box h5,
.completed-order-summary .payment-summary-box h5,
.completed-order-summary .order-summary h5 {
	font-family: roboto, sans-serif;
	color: #888;
}

.input-group .input-group-button button {
	padding: 9px 20px 9px 20px;
	border-radius: 0 3px 3px 0;
	color:#fff;
	background:#827388!important;
}
.input-group .input-group-button button:hover{
	color:#fff;
	background:#6f5f76!important;
}

.fieldset-v2 .fieldset .field input,
.fieldset-v2 .fieldset .field textarea,
.fieldset-v2 .fieldset .field.field-typed select,
.fieldset-v2 .fieldset .field select {
	background-color: #fff !important;
}

.fieldset-v2 .fieldset .field.field-radio {
	background: #fff;
	border-radius: 3px;
	border: none;
}

.add-products-box,
.reg-share {
	background: #fff;
	border-right: 5px solid #f3f3f3;
}

.add-products-box .background-icon,
.reg-share .background-icon {
	color: #f3f3f3;
}

.add-products-box h4,
.reg-share h5 {
	font-family: roboto, sans-serif;
}

.thumb-lists-wrap {
	margin: 0px !important;
}

.wl-checkout {
	margin-top: -5px;
}

.fieldset .field.field-blank>label {
	background: transparent !important;
	border-bottom: 1px dotted #ccc;
}

.registry-tabs {
	border-bottom: 10px solid #fff;
}

.registry-tabs a.selected,
.registry-tabs a:nth-child(1).selected {
	border: none;
}

.registry-tabs a {
	border-right: none;
	color: #743293;
	padding: 10px 15px 0;
}

@media (max-width: 991px) {
	.account-menu h4 {
		background: transparent;
		border: none;
		font-size: 18px;
	}

	.account-menu h4 .account-menu-toggle {
		top: 5px;
	}
}

/* end my account */

/* auth page */
.auth-page h4 {
	font-family: Roboto, sans-serif;
	font-size: 1.6em;
}

/* end auth page */

.cancelled-order-block{background:#fff;}
.search-form-v2 .form-results .input-group .input-group-button button{background:transparent!important;}