@font-face {
	font-family: 'baskervillenormal';
	src: url('../fonts/baskvl.ttf') format('ttf'), url('../fonts/baskvl.woff2') format('woff2'), url('../fonts/baskvl.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneuebold';
	src: url('../fonts/helvetica_neu_bold.ttf') format('ttf'), url('../fonts/helvetica_neu_bold.woff2') format('woff2'), url('../fonts/helvetica_neu_bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helveticaneuemedium';
	src: url('../fonts/helveticaneue_medium.ttf') format('ttf'), url('../fonts/helveticaneue_medium.woff2') format('woff2'), url('../fonts/helveticaneue_medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400 !important;
	src: url('../fonts/lato-v14-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg');
	/* Legacy iOS */
}

body {
	background: #f5f5f5;
	font-size: 16px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	overflow-x: hidden;
}

a {
	transition: all 0.5s ease;
}

a.action.primary,
button.action.primary {
	background: #5b9bc1;
	border-color: #5b9bc1;
	border-radius: 0;
	padding: 10px 15px;
}

button.action.action-login.secondary {
	box-shadow: 0 0 0 transparent;
}

.action.primary:hover {
	border-color: #5b9bc1;
}


/* Grid */

.col-md-4 {
	width: 33.33333333%;
	float: left;
}


/* Footer */

.f-btm,
.f-top {
	clear: both;
	margin-top: 20px;
}

.f-btm p,
.f-top {
	border-top: 2px solid #ededed;
	padding-top: 20px;
}

.f-top {
	margin: 20px 0 20px;
	min-height: 180px;
}

.f-top h3 {
	font-weight: 700;
	margin: 0 0 20px;
	font-size: 16px;
	color: #000;
}

.f-top a {
	color: #000 !important;
}

.f-top a:hover {
	text-decoration: none !important;
	color: #333 !important;
}

.footer.content .f-top li a:hover {
	text-decoration: underline !important;
}

.f-top .btn.btn-danger {
	border-radius: 0;
	padding: 0px !important;
	color: #fff !important;
	background-color: #000;
	border: 0;
	display: block !important;
	width: 170px !important;
	height: 50px !important;
	margin-top: 20px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}

.f-top .btn.btn-danger:hover {
	text-decoration: none !important;
}

.f-top i {
	font-size: 25px;
}

.footer.content .links a {
	color: #000;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.banner {
	position: relative;
}

.banner-content {
	position: absolute;
	width: 300px;
	height: auto;
	background: rgba(39, 39, 39, 0.7);
	left: 100px;
	top: 100px;
	padding: 30px;
	color: #fff;
}

.banner-content h2,
.banner-content p {
	color: #fff;
	margin: 0;
}

.banner-content h2 {
	font-weight: 700;
	font-size: 24px;
}

.banner-content p {
	padding: 5px 0 10px 0;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
}

.banner-content a {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

.banner-content a:hover {
	text-decoration: none;
}

.banner-content a:hover i {
	padding-left: 20px;
}

.banner-content a i {
	padding-left: 10px;
	transition: all 0.5s ease;
}

.banner-content .hero__cta {
	font-size: 16px;
}

.leftcol-banner {
	float: left;
	width: 740px;
	height: 120px;
	background-color: #d0011b;
	text-align: center;
	color: #fff;
	display: table;
	overflow: hidden;
}

.rightcol-banner {
	float: right;
	width: 360px;
	height: 120px;
	background-color: #a59c95;
	text-align: center;
	color: #fff;
	display: table;
	overflow: hidden;
}

.banner-inner {
	display: table-cell;
	vertical-align: middle;
}

.banner-inner h2,
.banner-inner p {
	margin: 0;
	font-weight: 700;
	text-align: left;
	padding: 0 20px;
}

.banner-inner h2 {
	font-size: 36px;
}

.banner-inner p {
	font-size: 16px;
}

.banner-inner h3 {
	color: #000;
	text-align: left;
	padding-left: 15px;
	font-size: 24px;
	font-weight: 700;
}

.banner-inner h3#recentNewsSignTitle {
	margin-bottom: 0;
	margin-top: 10px;
}

.banner-inner h3#recentNewsSignSubTitle {
	margin-top: 0;
}

.column.main .product-items {
	margin: 0 !important;
}

.nav-toggle>span {
	font-size: 14px;
	clip: auto;
	overflow: initial;
	height: auto;
	left: 0;
	top: 35px;
}

.fcol {
	float: left;
	width: 360px;
	position: relative;
}

.fcol3 {
	float: right;
}

.fcol1 {
	margin-right: 20px;
}

.fcol figcaption {
	position: absolute;
	width: 100%;
	bottom: 38px;
	left: 25px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}

.fcol figcaption span i {
	padding-left: 20px;
	transition: all 0.5s ease;
}

.fcol figcaption span {
	display: block;
	font-size: 16px;
}

ul.social {
	margin-top: 34px !important;
}

.social li {
	display: inline;
	display: inline;
	padding-right: 15px !important;
}

.fcol figure {
	transition: all 0.5s ease;
}

.fcol figure:before {
	transition: all 0.5s ease;
	height: 0;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 360px;
	height: 360px;
	transition: all 0.5s ease;
}

.fcol figure:hover span i {
	padding-left: 30px;
}

.mb-24 {
	margin-bottom: 24px;
}

.support {
	padding: 30px 0;
	text-align: left;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.support h2 {
	font-size: 38px;
	margin: 0;
	color: #7b7b7b;
	font-family: 'baskervillenormal', Arial, sans-serif;
}

li.authorization-link {
	list-style-type: none;
}

.products-grid .block-title-main h2 {
	font-family: 'baskervillenormal', Arial, sans-serif;
	color: #000;
	font-size: 38px;
}

.owl-carousel .owl-item {
	transition: all 0.5s ease;
}

.owl-carousel .owl-item .product-item-info {
	background: #fff;
}

.column.main .owl-carousel .owl-item .product-item {
	margin-top: 0 !important;
	border-left: 10px solid #f5f5f5;
	border-right: 10px solid #f5f5f5;
	padding-top: 10px;
}

.owl-wrapper .owl-item:nth-of-type(1) {
	margin-left: 0;
}

.header.content a.action.showcart {
	width: 35px;
	height: 27px;
	margin-top: 2px;
}

.header.content a.action.showcart:before {
	display: none;
}

.header.content a.action.showcart span {
	overflow: visible !important;
	clip: inherit !important;
	position: absolute;
	left: 10px;
	font-size: 16px;
}

.navigation li.first.level-top .navigation .level0 .submenu li {
	margin-bottom: 0 !important;
}

.owl-item .product-item-info .product-image-photo {
	margin: 0 auto;
	width: 90%;
}

.product-item-details .product-item-name {
	height: 70px;
	overflow: hidden;
}

.bestsellerproducts li.product-item {
	margin-bottom: 0;
}

.product-item .price-box {
	margin-bottom: 10px;
	margin-top: 0;
}

.column.main .product-item {
	padding: 0 10px 15px 0 !important;
}

.minicart-items-wrapper.overflowed ol.minicart-items li.product-item {
	padding-top: 20px;
}

.cms-home .product-image-wrapper {
	padding-bottom: 116% !important;
}

.product.name a {
	font-size: 19px;
	line-height: normal;
	color: #000 !important;
	font-weight: 700;
}

.product.name a:hover {
	text-decoration: none;
}

.footer.content .links ul.social a {
	padding: 0;
}

ul.submenu li.ui-menu-item {
	margin-bottom: 0 !important;
}

.footer.content .links ul.social li a i {
	transition: all 0.5s ease;
}

.footer.content .links ul.social li a:hover i.fa-facebook-official {
	color: #2a388f !important;
}

.footer.content .links ul.social li a:hover i.fa-twitter {
	color: #26a9e0 !important;
}

.footer.content .links ul.social li a:hover i.fa-instagram {
	color: #ba28a7 !important;
}

.footer.content .links ul.social li a:hover i.fa-youtube-play {
	color: #ec1b23 !important;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 0;
	width: 50px;
	height: 60px;
	float: none;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute !important;
	display: block !important;
	left: 0;
	top: 170px;
	margin: 0;
	padding: 0;
}

.catalog-category-view .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0;
}

.catalog-category-view .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 15px !important;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0 !important;
	left: auto;
	position: absolute !important;
	display: block !important;
	top: 170px;
	margin: 0;
	padding: 0;
}

.owl-theme .owl-controls .owl-buttons div.next-btn,
.owl-theme .owl-controls .owl-buttons div.prev-btn,
.gallery__prev,
.gallery__next {
	width: 50px !important;
	height: 60px !important;
	text-indent: -9999em;
	margin: 0;
	padding: 0;
	border-radius: 0 !important;
}

.gallery__prev:after,
.gallery__next:after {
	display: none !important;
}

.owl-theme .owl-controls .owl-buttons div.next-btn,
.gallery__next {
	background: url('../images/right-arrow.png') no-repeat left top !important;
}

.owl-theme .owl-controls .owl-buttons div.prev-btn,
.gallery__prev {
	background: url('../images/left-arrow.png') no-repeat left top !important;
}

.category-top-section .fa-angle-left,
.fa-angle-right {
	font-size: 30px;
}

.fullwidth-banner {
	text-align: center;
	background-color: #212121;
	height: 120px;
	text-align: center;
	color: #fff;
	display: table;
	overflow: hidden;
	width: 100%;
}

.fullwidth-banner sup {
	top: -.4em;
}


/*style for inspired by page starts */

body.category-inspired-by .page-main .page-title-wrapper,
body.category-inspired-by .breadcrumbs {
	display: none;
}

.text-center {
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
}

.product-wrap .productscms {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	min-height: 432px;
}

.product-wrap .productscms:nth-child(2n+0) {
	float: right;
}

.productscms figcaption {
	background-color: #fff;
	padding: 20px 15px;
	display: block;
	font-size: 24px;
	font-weight: 700;
	font-family: 'helveticaneuebold';
	transition: all 0.5s ease;
}

.productscms a {
	text-decoration: none;
	color: #000;
}

.productscms a:hover figcaption {
	padding-left: 30px;
}

.productscms img {
	display: block;
}

.product-wrap {
	margin-bottom: 24px;
}


/*style for inspired by page ends */

.breadcrumbs {
	padding: 15px 0 0 !important;
}

.breadcrumbs a {
	color: #000 !important;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.breadcrumbs .items {
	font-size: 14px !important;
}

.breadcrumbs strong {
	font-weight: 700 !important;
	color: #000;
}

.breadcrumbs .item:not(:last-child):after {
	margin: 0 3px !important;
	padding-top: 3px;
}

.sorter-options,
.toolbar select,
.pages .action.next,
.pages .action.previous {
	width: 180px !important;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	height: 34px;
	font-size: 16px;
	box-shadow: none;
}

.pages .action.previous {
	width: 34px !important;
	padding: 0;
	line-height: 34px;
}

.pages .action.next {
	width: 34px !important;
	height: 34px;
	padding: 0;
	line-height: 34px;
}

.pages li.item.current {
	border-bottom: 2px solid #000;
}

.toolbar select {
	width: auto !important;
	height: 36px;
}

.toolbar select#limiter {
	width: 80px !important;
}

.toolbar-sorter.sorter label,
.field.limiter label {
	font-weight: 500;
	font-family: 'helveticaneuemedium', Arial !important;
	padding-right: 10px;
}

.sorter-options:focus,
.toolbar select:focus {
	box-shadow: 0 0 0 !important;
}

.category-image {
	margin-top: 33px;
}

.page-products .product-item-info {
	background: #fff;
	border: 1px solid #e5e5e5 !important;
	transition: all 0.5s ease;
}

.product.details.product-item-details {
	padding: 0 10px;
}

.filter .block-subtitle {
	font-size: 26px;
	font-weight: 700;
	padding-left: 0;
	color: #000;
}

.catalogsearch-result-index .filter .block-subtitle,
.catalog-category-view .filter .block-subtitle {
	font-size: 24px;
	border: 0;
}

.catalogsearch-result-index .filter-options-item {
	border: 0;
}

.filter-options-title {
	padding-left: 0;
	text-transform: capitalize;
	color: #000;
}

.filter-options-title:after {
	display: none;
}

.filter-options-content a:hover {
	background: transparent;
}

.filter-options-content {
	padding-left: 0;
}

.block-content.filter-content {
	margin-top: 53px;
}

.page-with-filter .toolbar-amount {
	padding-top: 15px;
}

.filter-options-content a {
	color: #000;
	font-size: 16px;
	display: block;
}

.filter-options-content .count {
	color: #000;
	font-size: 14px;
}

.filter-options-content .count {
	padding: 0;
}

.filter-value {
	color: #000;
}

.filter-options-content a:hover {
	color: #494949;
	padding-left: 8px;
}

.price-container .price {
	font-size: 16px;
	font-weight: 400;
}

.cms-home .product-item .price-box .price {
	font-weight: 400;
}

.page-products .price-container .price,
.catalog-product-view .price-container .price {
	font-weight: 400;
	color: #000;
}

.page-products .product-item-name a {
	font-weight: 700;
}

.pages strong.page {
	color: #000;
	background: transparent;
}

.pages .item,
.pages strong.page {
	font-size: 15px;
	color: #000;
	font-family: 'helveticaneuemedium';
}

.pages a.page {
	text-decoration: none;
	color: #000;
	font-family: 'helveticaneuemedium';
	font-size: 16px;
}

.pages a.page:hover {
	color: #333;
	text-decoration: none;
}

.pages a.page:visited {
	color: #000;
}

.minicart-wrapper {
	margin-left: 0 !important;
	margin-top: 38px !important;
	width: 100px;
	z-index: 100;
}

li.authorization-link a {
	color: #000;
	font-size: 16px !important;
	padding-right: 25px;
	position: relative;
}

li.authorization-link a:after {
	content: "\f2be";
	font-family: FontAwesome;
	position: absolute;
	top: -5px;
	right: -22px;
	color: #333;
	font-size: 18px;
}

li.authorization-link a:hover {
	text-decoration: none;
	color: #999;
}

.header.content a.action.showcart {
	color: #000;
	font-size: 17px !important;
}

.header.content a.action.showcart:hover {
	color: #999;
}

.page-main>.page-title-wrapper .page-title {
	color: #000 !important;
	font-size: 24px;
	font-family: 'helveticaneuebold', Arial, sans-serif !important;
}

.page-main h1.page-title,
.page-products.catalogsearch-result-index .page-title-wrapper h1.page-title,
.page-products.catalog-category-view .page-title-wrapper h1.page-title {
	border-bottom: 2px solid #ededed !important;
	margin-bottom: 20px !important;
	padding-bottom: 35px !important;
	display: block !important;
}

.page-products .page-main h1.page-title {
	border-bottom: 0 !important;
	margin-bottom: 5px !important;
	padding-bottom: 10px !important;
	font-weight: 700;
}

.page-products.catalogsearch-result-index .page-title-wrapper h1.page-title,
.page-products.catalog-category-view .page-title-wrapper h1.page-title {
	margin-bottom: 50px !important;
	padding-bottom: 50px !important;
}

ul.category-top-section {
	margin: 0 0 20px;
	padding: 0 0 20px;
	list-style-type: none;
	border-bottom: 2px solid #ededed;
}

ul.category-top-section li {
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
	margin-right: 7px !important;
}

ul.category-top-section li a img {
	background: #fff;
	width: 100%;
	height: 135px;
	object-fit: contain;
}

ul.category-top-section li span {
	display: block;
	height: 45px;
	overflow: hidden;
	margin-top: 15px;
}

ul.category-top-section li a {
	color: #000;
	font-weight: 700;
	text-align: center;
	display: block;
}

ul.category-top-section li a:hover {
	text-decoration: none;
}

ul.category-top-section li a:hover img {
	opacity: 0.8;
}

ul.category-top-section li:last-child {
	margin-right: 0;
}

.products-list .product-item-photo {
	width: auto;
}

.fuji-btn {
	display: inline-block;
	padding-right: 40px;
	position: relative;
	margin-bottom: 30px;
}

.fuji-btn a button {
	background: #000;
	color: #fff;
	border: 0;
	box-shadow: 0 0 0 transparent;
	border-radius: 0;
	padding: 12px 50px 12px 20px;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.5s ease;
}

.fuji-btn a button:hover {
	background-color: #333;
}

.fuji-btn:hover .fa {
	right: 55px;
}

.fuji-btn .fa {
	position: absolute;
	right: 60px;
	top: 12px;
	transition: all 0.5s ease;
	color: #fff;
}

.fujiwave-ptext1 {
	width: 60%;
}

.fujiwave-ptext1 p {
	font-size: 17px;
	margin-bottom: 30px;
}

.list.products-list li.product.product-item {
	margin-bottom: 20px;
}

.products-list .product-item-details {
	vertical-align: middle !important;
}

.page-products .list.products-list .product-item-info {
	border: 1px solid #e5e5e5 !important;
}

.page-products .list.products-list .product-item-info:hover {
	box-shadow: 5px 5px 5px #ccc;
}

.list.products-list .product-item-description a.action.more {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
}

.list.products-list .product-item-description a.action.more:hover {
	text-decoration: none;
}

.list.products-list .product-item-details .product-item-name {
	min-height: 0;
}

.category-description {
	width: 50%;
}

.navigation li.level0.nav-2.last a {
	font-weight: 700 !important;
}

.navigation li.level0.nav-2.last a:hover {
	color: #999 !important;
}

.breadcrumbs .item:after {
	content: '' !important;
	background: url('../images/divider.jpg') no-repeat left top;
	width: 5px !important;
	height: 12px !important;
	top: 5px !important;
	position: relative;
	margin: 0 2px !important;
}

.page-products .columns {
	overflow: hidden;
	padding-bottom: 0 !important;
}

.block-search .actions .action.search {
	opacity: 1 !important;
}

body.page-with-filter.page-products .columns {
	margin-top: 30px;
}

.block-actions.filter-actions {
	text-align: left;
}

.block-actions.filter-actions a {
	text-decoration: underline;
	font-weight: 700;
	color: #000;
}

.header.content .block-search {
	width: 300px !important;
	position: absolute;
	right: 23%;
	top: 63px;
	z-index: 10000;
	padding: 0;
}

.menu>ul>li>ul {
	background: #fff;
	left: -200px;
}

.menu>ul>li.menu-dropdown-icon:first-child>ul,
.menu ul li.menu-dropdown-icon>ul {
	border-top: 30px solid #f5f5f5;
}


.menu>ul>li>ul:after,
.menu>ul>li>ul:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 100%;
	background: #fff;
	display: block;
}

.menu>ul>li>ul:before {
	left: -1000px;
}

.menu>ul>li>ul:after {
	left: auto;
	right: -1000px;
}

.menu>ul>li>ul>li>ul>li {
	padding: 8px 0;
}

.menu>ul>li>ul>li>ul>li a {
	font-weight: normal;
	font-size: 17px;
}

.menu>ul>li>ul>li>ul>li a:hover,
.menu>ul>li>ul>li>ul>li a:hover span {
	color: #999 !important;
}

.menu>ul>li>ul>li a {
	border: 0;
	line-height: normal;
	font-size: 17px !important;
}

.menu>ul>li>ul>li {
	padding: 25px 0;
	width: 12.5%;
}

.menu>ul>li.parent>a>span {
	min-height: 100px;
	display: block;
}

.menu>ul>li a.level-top {
	font-weight: normal !important;
}

.menu>ul>li>ul>li a span {
	min-height: 38px;
	display: block;
}

.menu>ul>li>ul>li li a span {
	min-height: 0;
}


/* Detail page */

.product.data.items>.item.content,
.product.data.items>.item.title:not(.disabled)>.switch:focus,
.product.data.items>.item.title:not(.disabled)>.switch:hover {
	background: transparent !important;
}

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
	background: #f5f5f5 !important;
}

.product.data.items>.item.title>.switch {
	border: 0 !important;
}

.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
	border-left: 1px solid #e5e5e5 !important;
	border-right: 1px solid #e5e5e5 !important;
	border-top: 1px solid #e5e5e5 !important;
}

.product.info.detailed .product.data.items {
	border-bottom: 1px solid #e5e5e5;
}

.product.data.items>.item.content {
	border: 0 !important;
	border-top: 1px solid #e5e5e5 !important;
}

.product.data.items>.item.title {
	margin: 0 !important;
}

.product.data.items>.item.title:nth-of-type(1) {
	margin-left: 30px !important;
}

.product.data.items>.item.title>.switch {
	font-weight: bold !important;
	font-size: 17px !important;
	color: #000 !important;
}

.box-tocart.box-tocart .action.tocart {
	background: #000;
	border: 0;
	border-radius: 0;
	font-size: 24px;
	width: 100%;
}

.box-tocart .control {
	display: inline;
}

.box-tocart .label {
	font-size: 20px;
	padding: 0 20px 0 10px;
	margin: 0;
}

.box-tocart select.input-text.qty {
	border-color: #e5e5e5;
	padding: 0 20px;
	width: 75px;
	height: 60px;
	text-align: center;
	font-size: 20px;
}

.product-info-main .product-info-price {
	border: 0;
	margin: 0;
	padding: 10px 0 0;
}

.product-options-bottom .price-box,
.product-info-price .price-box {
	color: #000;
}

.fotorama__wrap {
	width: 100%;
	background: #fff;
}

.fotorama__stage__shaft,
.fotorama__stage {
	width: 100% !important;
}

.product.info.detailed .products-grid .product-item {
	width: 25%;
}

.product.info.detailed .products-grid .product-item .product-item-info {
	background: #fff;
	width: 95%;
	border: 1px solid #e5e5e5;
	transition: all 0.5s ease;
}

.product.info.detailed .products-grid .product-item-info:hover,
.product.info.detailed .products-grid .product-item-info.active {
	padding: 0 !important;
	margin: 0 !important;
}

.product.info.detailed .product-item-name a {
	font-weight: 700;
}

#popularinfo ol.products li.item,
#recently_viewed ol.product-items li.product-item {
	width: 25%;
	float: left;
}

#popularinfo li.item .product-item-info,
#recently_viewed li.product-item .product-item-info {
	background: #fff;
	border: 1px solid #e5e5e5;
	width: 265px;
	transition: all 0.5s ease;
}

#popularinfo li.item .product-item-info:hover,
#recently_viewed li.product-item .product-item-info:hover {
	box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}

.product.info.detailed .product.data.items>.item.content {
	padding: 35px 0;
}

.column.main .product.info.detailed .product-items {
	margin: 0;
}

#recently_viewed ol.product-items li.product-item {
	margin: 0;
}

#recently_viewed .block .block-title {
	display: none;
}

#recently_viewed li.product-item .product-item-details {
	padding: 0 10px;
}

.category-products .page-main h1.page-title,
.catalog-product-view .page-main h1.page-title {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 23px !important;
	border: 0;
}

.page-layout-1column.catalog-product-view .page-main h1.page-title {
	border: 0 !important;
	color: #000;
}

.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .page-title-wrapper h1.page-title {
	border-bottom: 0 !important;
	margin-bottom: 0px !important;
	padding-bottom: 30px !important;
}

.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .columns {
	padding-top: 20px !important;
}

.category-products .product-info-main .product-info-price {
	margin-bottom: 0;
	border: 0;
}

.description-tab p {
	font-size: 16px;
	color: #000;
	text-align: justify;
}

.description-tab {
	width: 70.5%;
	max-width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	float: left;
}

.description-tab section {
	display: none;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.description-tab input {
	display: none;
}

.description-tab label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 9px 25px;
	font-weight: 700;
	text-align: center;
	color: #000;
	border: 1px solid transparent;
}

.description-tab label:hover {
	color: #000;
	cursor: pointer;
}

.description-tab input:checked+label {
	color: #000;
	border: 1px solid #ddd;
	border-bottom: 1px solid #f5f5f5;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4 {
	display: block;
}

.description-tab input:nth-of-type(1),
.description-tab label:nth-of-type(1) {
	margin-left: 30px;
}

.description-tab #content2 li {
	list-style-type: none;
	display: inline-block;
	width: 49%;
	font-size: 20px;
	min-height: 50px;
	color: #000;
	vertical-align: top;
}

.description-tab #content2 li span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	color: #aaabae;
}

.description-tab #content2 ul {
	margin: 0;
	padding: 20px 0;
}

.majorpoints a {
	font-weight: 700;
	color: #000;
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 0;
	font-size: 16px;
	position: relative;
	text-align: left;
}

.majorpoints a:hover {
	text-decoration: none;
}

.majorpoints a .fa {
	position: absolute;
	right: 10px;
	top: 35%;
}

#tab-2 a {
	border-bottom: 0;
}

.box-tocart {
	margin: 0;
}

.hiders p a {
	text-decoration: underline;
	display: inline-block;
	border: 0;
	font-size: 16px;
}

.hiders ul {
	margin: 0;
	padding: 0 20px;
	text-align: left;
	list-style-type: disc;
}

#tab-2 .hiders {
	padding-top: 0;
}

.hiders p {
	text-align: left;
}

.product.info.detailed #upselltab .block-title.title {
	display: none;
}

.searchsuite-autocomplete {
	left: -36px !important;
}

.fujiwave-ptext1:after {
	height: 1px;
	background: #ededed;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}

.page-products .container.clearfix {
	position: relative;
}

.ui-slider-horizontal {
	background: #4990e2 !important;
	border-radius: 0;
	height: 12px;
	margin: 20px 0;
}

.ui-slider .ui-slider-handle,
.range-attribute-filter .ui-slider-handle {
	border-radius: 0 !important;
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	width: 13px !important;
	height: 35px !important;
	padding: 0;
	margin: 0;
	top: -12px;
}

.filter-options-content a:hover {
	padding-left: 0;
}

.range-attribute-filter .range input {
	max-width: 80px !important;
}

.filter-options-content ol.items li.item a:hover {
	padding-left: 8px;
}

input#price-from,
input#price-to {
	padding: 7px 5px;
	border: 1px solid #e3e3e3;
	margin-bottom: 5px;
	font-size: 18px;
	width: 36%;
}

.info-module {
	padding-top: 10px;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}

.info-module h4 {
	font-size: 12px;
	margin-bottom: 0;
}

.info-module h3 {
	margin-top: 10px;
	font-weight: 700;
	color: #000;
	font-size: 20px;
}

.description-tab .info-module p {
	margin-bottom: 25px;
	font-weight: 400;
}

.description-tab .info-module p a {
	font-weight: 700;
	text-decoration: underline;
	color: #000;
	display: block;
	margin-top: 20px;
}

.description-tab .info-module p a:hover {
	text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons div.next-btn,
.owl-theme .owl-controls .owl-buttons div.prev-btn {
	margin: 0 !important;
	padding: 0 !important;
}

.menu>ul>li>ul>li>ul>li.view-all-cls a {
	color: #376795 !important;
}

.product.data.items>.item.title>.switch {
	transition: none !important;
}

.mobile-accordion .tab {
	display: none;
}

.counter.qty .counter-label {
	display: none;
}

.minicart-wrapper .action.showcart .counter-number {
	text-shadow: none;
}

.minicart-wrapper .action.showcart .counter.qty {
	background: url('../images/icon-basket.png') no-repeat center top;
	border-radius: 0;
	right: 0;
	left: auto;
	margin: 0;
	padding: 0 2px;
	top: -12px;
	width: 35px;
	height: 35px;
	color: #000;
}

.header.content a.action.showcart span.counter-number {
	position: static;
	line-height: 3.5;
	font-size: 13px;
}

.cart-summary .checkout-methods-items .action.primary.checkout,
button.action.update {
	background: #000;
	border-radius: 0;
	border: 0;
}

button.action.update {
	font-size: 1.8rem;
	padding: 14px 17px;
	color: #fff;
}

.paypal-review-discount .block>.title strong,
.cart-discount .block>.title strong {
	color: #000;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
	text-transform: initial !important;
	font-size: 18px;
	background: url(../images/icon-tick.jpg) no-repeat left top;
	padding-left: 26px;
}

.mb-ajaxsuite-popup-wrapper,
#mb-ajaxcart-wrapper {
	width: 740px !important;
}

.ajaxcart-message-cartinfo {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	margin: 0 20px;
}

.mb-login-popup-title {
	background: #d5e6ee !important;
	text-align: left !important;
}

.mb-login-popup-title strong {
	color: #000 !important;
	position: relative;
	padding-left: 20px;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
	padding: 15px 0 !important;
	padding-left: 20px !important;
}

.ajaxcart-message-cartinfo h3 {
	text-align: left !important;
	margin: 0;
	font-size: 17px;
}

#mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
	height: auto !important;
	overflow-y: inherit !important;
}

#mb-ajaxsuite-popup {
	overflow: hidden;
}

.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
	right: 24px !important;
	top: 18px !important;
	background: url('../images/icon-close.jpg') no-repeat left top !important;
	width: 16px;
	height: 14px;
}

.mb-ajaxsuite-popup-border.ajaxcart-success-box {
	margin: 0 !important;
}

.you-might-section ol.products.product-items li.item.product.product-item {
	width: 33.3%;
	float: left;
}

.you-might-section ol.products.product-items .product-item-info {
	width: 90% !important;
	padding-bottom: 24px;
	border: 1px solid #e5e5e5;
}

.success-content h2.product-name {
	position: absolute;
	top: 0;
	left: 180px;
	text-align: left;
	font-size: 22px;
	line-height: 1.5;
}

.success-content h2.product-name span {
	display: block;
}

.success-content {
	position: relative;
}

#mb-ajaxcart-wrapper img.image {
	width: 16% !important;
	display: block;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 20px;
}

.mb-ajaxsuite-popup-wrapper {
	z-index: 20000 !important;
}

.cms-pod .product-image-wrapper {
	padding-bottom: 100% !important;
}

.cms-home .product-image-wrapper {
	padding-bottom: 116% !important;
}

.you-might-section .product.name a {
	font-size: 16px !important;
	font-weight: 700;
	line-height: normal !important;
	text-align: left;
	display: block;
}

#mb-ajaxcart-wrapper .price-box {
	text-align: left;
	margin: 0 0 10px;
	font-weight: 400;
}

#mb-ajaxcart-wrapper .price-box .price {
	font-weight: 400 !important;
}

.you-might-section .product-item-details .product-item-name {
	min-height: 36px;
	margin: 0;
}

#mb-ajaxcart-wrapper .price-box .price {
	color: #000 !important;
}

.you-might-section .products {
	margin: 20px 0;
	float: left;
    height: 300px;
    overflow-x: scroll;
}

#mb-ajaxsuite-popup-wrapper {
	top: 40px !important;
	background: #fff !important;
}

.ajaxcart-buttons.ajaxsuite-buttons button.action {
	display: block;
}

.ajaxcart-buttons.ajaxsuite-buttons {
	text-align: center;
}

.ajaxcart-buttons.ajaxsuite-buttons button.action {
	display: block !important;
	border-radius: 0 !important;
	background: transparent !important;
	border: 0 !important;
	text-decoration: underline;
	color: #000 !important;
}

.ajaxcart-buttons.ajaxsuite-buttons #ajaxcart_cancel {
	margin: 0 auto;
	font-weight: 700 !important;
	width: 27%;
	font-size: 16px;
	font-family: 'helveticaneuebold', Arial, sans-serif;
}

.ajaxcart-buttons.ajaxsuite-buttons #ajaxcart_cancel:hover {
	text-decoration: none;
}

.ajaxcart-buttons.ajaxsuite-buttons #ajaxcart_checkout {
	background: #5b9bc1 !important;
	color: #fff !important;
	text-decoration: none;
	height: 40px !important;
	line-height: 40px;
	text-align: center;
	width: 160px !important;
	margin: 0 auto 10px !important;
	padding: 0 !important;
	font-size: 18px;
}

.product-item button.tocart {
	background: #000 !important;
	color: #fff;
	display: block;
	width: 100%;
	font-size: 1.7rem;
	border: 0 !important;
}

.product_badge {
	background: #000 !important;
	position: absolute !important;
	left: auto !important;
	top: 0 !important;
	border-radius: 0 !important;
	text-align: center;
	font-size: 14px;
	padding: 8px 0 !important;
	line-height: 1 !important;
}

.page-products .product-item-info {
	position: relative;
}

.checkout-cart-index .page-main>.page-title-wrapper h1.page-title {
	font-weight: 700 !important;
	padding: 20px 0 !important;
	border: 0 !important;
}

.checkout-cart-index .majorpoints a {
	border-top: 0;
}

.cart-summary {
	background: #fff;
	border: 1px solid #e5e5e5;
}

.cart-summary>.title {
	font-weight: 700 !important;
	margin: 17px 0;
	color: #000;
}

#block-shipping .title,
.cart-totals {
	border-top-color: #e5e5e5 !important;
}

.cart-summary .block .title strong {
	font-size: 16px;
	color: #000;
}

tr.totals.sub .amount span.price {
	font-weight: 700;
}

.checkout-methods-items li.item button.checkout {
	background: #5b9bc1 !important;
	padding: 20px 0 !important;
	font-size: 20px !important;
}

.cart-totals .grand .mark,
.cart-totals .grand .amount {
	border-top: 1px solid #e5e5e5 !important;
}

table#shopping-cart-table tbody.cart.item {
	background: #fff;
	border-bottom: 0;
	overflow: hidden;
}

table#shopping-cart-table.cart.items.data.table {
	border-collapse: inherit;
}

.checkout-cart-index .item-info .product-image-container {
	width: 150px !important;
}

.cart.table-wrapper .cart thead tr th.col {
	border-bottom: 0 !important;
	padding-bottom: 8px !important;
	padding-top: 30px !important;
	font-size: 18px;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax,
.cart.item .product-item-details strong.product-item-name a {
	color: #000 !important;
}

.cart.table-wrapper .cart tbody td,
.cart.table-wrapper .cart tbody td span {
	font-weight: 400 !important;
	font-size: 16px;
}

.cart.table-wrapper .actions-toolbar>.action-delete:before,
.cart.table-wrapper .actions-toolbar>.action-delete:active:before {
	color: #d0011b;
}

.cart.table-wrapper .actions-toolbar>.action-delete:before:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:active:before:hover {
	color: #000;
}

button#top-cart-btn-checkout {
	background: #5b9bc1 !important;
	border: 0;
}

.minicart-items .product-item-name a,
.actions .secondary a.action.viewcart {
	color: #000 !important;
}

.product-item-details .details-qty.qty {
	text-align: center !important;
}

.actions .secondary a.action.viewcart {
	text-decoration: none;
	font-weight: 700;
}

.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
	padding: 25px;
	background: #f5f5f5;
}

.fotorama1520656055661 .fotorama__nav--thumbs .fotorama__nav__frame {
	background: #fff;
}

.fotorama__thumb-border {
	border-color: #fff !important;
	background-image: none !important;
}

.member-sec {
	clear: both;
	text-align: right;
}

.member-sec label {
	font-weight: 700;
	padding-right: 15px;
	color: #000;
}

.member-sec button#open_model {
	border: 0;
	box-shadow: 0 0 0 transparent;
	background: #000;
	color: #fff;
	border-radius: 0;
	padding: 12px 15px;
}

.cart.table-wrapper .cart>.item:last-child {
	border-bottom: 0;
}

#shopping-cart-table td,
#shopping-cart-table th {
	text-align: left;
}

#shopping-cart-table .actions-toolbar {
	text-align: center;
	min-width: 70px;
}

#shopping-cart-table a.action.action-delete {
	position: static;
}

.checkout-cart-index #tab-1 {
	border-top: 1px solid #e5e5e5;
	margin-top: 20px !important;
}

.checkout-cart-index #tab-2 {
	border-top: 1px solid #e5e5e5;
}

.menu>ul>li>ul>li.level1.nav-1-8.last.parent li.view-all-cls {
	display: none;
}

.catalog-product-view .modals-overlay {
	background: rgba(0, 0, 0, 0.8) !important;
}

.catalog-product-view .modal-popup .modal-inner-wrap {
	width: 40%;
}

.catalog-product-view .modal-popup .modal-header {
	background: #d5e6ee;
	margin-bottom: 20px;
}

.catalog-product-view .modal-popup button.action-secondary.action-dismiss,
.catalog-product-view .modal-popup button.action-primary.action-accept {
	background: #000 !important;
	border: 0;
	border-radius: 0;
	color: #fff;
	padding: 12px 20px;
	font-size: 17px;
	font-weight: normal !important;
}

.catalog-product-view .modal-popup button.action-secondary.action-dismiss {
	margin-right: 10px;
}

#modal-content-24 {
	font-size: 18px;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
	display: block !important;
	position: absolute !important;
}

.fotorama__stage__frame .fotorama__img {
	width: 50% !important;
}

#opc-sidebar {
	background: #fff !important;
	border: 1px solid #e5e5e5 !important;
}

.minicart-items-wrapper.overflowed ol.minicart-items .product-image-container {
	width: auto !important;
}

.authentication-wrapper {
	float: left;
	text-align: left !important;
	margin: 0 !important;
	width: 100%;
	padding: 20px 0;
}

.authentication-wrapper button {
	background: #000;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.authentication-wrapper button:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

#shipping,
#opc-shipping_method,
#payment {
	background: transparent !important;
	padding: 0 !important;
}

#welcome:hover::before,
#payment:hover::before,
#shipping:hover::before,
#opc-shipping_method:hover::before,
#opc-sidebar:hover::before {
	box-shadow: 0 0 0 transparent !important;
}

#checkout .field .control input[type=text],
#checkout .field .control input[type=email],
#checkout .field .control input[type=number],
#checkout .field .control select,
#checkout .checkout-payment-method .ccard .month .select,
#checkout .checkout-payment-method .ccard .year .select {
	border-width: 1px;
}

#checkout .fieldset>.field.required>.label:after,
#checkout .fieldset>.fields>.field.required>.label:after,
#checkout .fieldset>.field._required>.label:after,
#checkout .fieldset>.fields>.field._required>.label:after {
	color: #000;
	margin: 0;
}

.opc-wrapper .step-title {
	font-weight: 700;
	border-bottom: 2px solid #ededed !important;
	padding-bottom: 18px !important;
	margin-bottom: 18px !important;
}

#co-shipping-form .checkout-billing-address input.billing-address-same-as-shipping-block {
	border: 0 !important;
	background: transparent !important;
}

.place-order button.action.primary {
	background-color: #5b9bc1 !important;
	border: 0 !important;
	font-size: 1.2em;
}

.place-order button.action.primary:hover {
	background-color: #5b9bc1;
}

.gift-item-block .title,
#opc-sidebar .payment-option-title .action-toggle {
	color: #000 !important;
}

.minicart-items-wrapper.overflowed ol.minicart-items .product-item-details .product-item-name {
	font-weight: 700;
}

.opc-block-summary .product-item .subtotal,
.opc-block-summary .product-item .product-item-name-block {
	display: block;
	text-align: left;
}

.opc-block-summary .items-in-cart>.title {
	display: none;
}

.opc-block-summary .items-in-cart {
	border-bottom: 1px solid #e5e5e5 !important;
}

.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
	border-top: 0;
}

.data.table.table-totals tr.totals.sub .amount span.price {
	font-weight: 400;
}

#token_container_holder {
	display: block !important;
	width: 100% !important;
	background: #f5f5f5;
}

iframe#_iframe_holder {
	width: 100% !important;
}

iframe#_iframe_holder body {
	background: #f5f5f5 !important;
}

#welcome::before,
#payment::before,
#shipping::before,
#opc-shipping_method::before,
#opc-sidebar::before {
	border: 0 !important;
}

.opc-wrapper .step-content {
	margin-bottom: 45px !important;
}

.table-checkout-shipping-method tbody tr:first-child td {
	display: inline;
	padding: 20px 1px;
}

#checkout-shipping-method-load .table-checkout-shipping-method tbody tr td {
	padding: 10px 1px;
	display: table-cell;
	border-color: #ededed;
}

#checkout-shipping-method-load .table-checkout-shipping-method tbody tr td input {
	position: relative;
	top: 0;
}

.billing-address-form {
	margin-top: 40px;
}

#opc-sidebar .gift-options .actions-toolbar button,
#reward-points-buttons-container button {
	background: #000;
	border: 0;
	border-radius: 0;
	padding: 0 20px;
	color: #fff;
	margin: 0 5px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
}

#opc-sidebar .gift-options .actions-toolbar button:hover,
#reward-points-buttons-container button:hover {
	text-decoration: none;
}

.cart-totals .grand .amount strong {
	font-weight: 700 !important;
	font-size: 25px;
	position: relative;
	top: -5px;
}


/* Manju */

.modal-popup .modal-inner-wrap {
	width: 510px;
	height: 300px;
	padding: 20px;
}

.modal-popup.modal-slide._inner-scroll._show .modal-title {
	border-bottom: 0;
	font-weight: 700;
	padding-right: 100px;
	font-size: 24px;
}

.modal-popup.modal-slide._inner-scroll._show .modal-header {
	padding: 0;
	border: 0;
}

.modal-popup .modal-title .modal-popup .modal-header {
	padding: 10px 15px;
}

._has-modal .modal-popup.confirm .modal-header {
	padding: 0;
}

.modal-header #modal-title-1 {
	font-size: 18px;
	font-weight: 700;
	border: 0;
	max-width: 200px;
	line-height: 1.4;
	color: #191919;
}

.modal-popup.modal-slide._inner-scroll._show .modal-content {
	overflow-y: hidden;
	padding: 0 0 45px;
	min-height: 53px;
	margin-top: 25px;
}

.modal-popup.modal-slide._inner-scroll._show .modal-footer {
	padding-top: 5px !important;
}

.modal-popup.modal-slide._inner-scroll._show .modal-content input {
	height: 36px !important;
}

.modal-popup.modal-slide._inner-scroll._show .modal-content label {
	font-size: 16px !important;
	color: #000 !important;
}

.modal-popup.modal-slide._inner-scroll._show {
	z-index: 900000 !important;
}

.modal-popup.modal-slide .modal-footer {
	border-top: 0 !important;
	text-align: center !important;
	padding: 36px 15px 18px !important;
	margin: 0;
}

.modal-content #myModel label {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 3px;
	color: #7C7C7C;
	font-weight: 500;
}

#myModel input[type="text"] {
	height: 27px;
}

.modal-popup .action-close {
	padding: 20px;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
	color: #272727;
	font-weight: 600;
}

.modal-footer button {
	background: #5b9bc1 !important;
	font-size: 16px !important;
	width: 154px;
	height: 46px;
	border: 0;
	color: #fff;
	border-radius: 0;
	box-shadow: 0 0 0 transparent !important;
}

.ui-slider-horizontal {
	background: #acaeb1 !important;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-widget-header {
	background: #4990e2;
}

.description-tab2 {
	width: 100% !important;
}

.description-tab2 section {
	border-bottom: 0 !important;
}

.description-tab2 .product.name a {
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
	color: #333 !important;
}

.description-tab2 .product-item-info {
	width: 95% !important;
}

/* Manju End */

#cssmenu {
	display: none !important;
}

.menu-dropdown-icon:before {
	display: none;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 50px;
}

.sidenav a {
	padding: 0;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	display: block;
	transition: 0.3s;
	font-size: 0;
}

.sidenav a:after {
	display: none;
}

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

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 36px;
	cursor: pointer;
}

.product-item-info .product_exclu,
#maincontent .product.media .product_exclu {
	background: #5c99c5;
	position: absolute;
	top: auto;
	right: 8px;
	bottom: 8px;
	border-radius: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #4f8fb5;
	text-decoration: none;
	z-index: 10;
}

#maincontent .product.media .product_exclu {
	bottom: auto;
	top: 10px;
}

.product_sale {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #d1011b;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1000;
}

.catalog-product-view .product.info.detailed,
.catalog-product-view .columns .column.main,
.catalog-product-view .product.info.detailed .product.data.items {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.catalog-product-view .product.info.detailed .product.data.items>.item.content {
	padding-bottom: 0;
}

.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
	color: #000;
}

.cart-totals .grand strong {
	font-weight: 400 !important;
	font-size: 16px;
}

.cart-summary .checkout-methods-items .item {
	margin-bottom: 0;
}

.cart-totals .data.table.totals .grand .mark,
.cart-totals .data.table.totals .grand .amount {
	padding-top: 5px;
	border-top: 0 !important;
}


/* pod cart page */

.action-delete-btn:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 20px;
	color: #d0011b;
	content: '\e604';
	font-family: 'luma-icons';
	vertical-align: middle;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

#discount-coupon-form .apply.primary {
	background: #000;
	border: 0;
	padding: 12px;
	border-radius: 0;
	box-shadow: 0 0 0 transparent;
}

#discount-coupon-form .apply.primary>span {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

#member-response-fail {
	position: static;
	color: #f00f00;
	text-align: center;
}

#member-response-success {
	position: static;
	color: #17b117;
	text-align: center;
}

.pod__options-label:nth-of-type(4) {
	margin-top: 12px;
	margin-left: 0 !important;
	display: block;
}


/* pod cart page */

.searchsuite-autocomplete ul li a {
	color: #000;
	font-family: 'baskervillenormal';
	font-weight: 700;
	font-size: 20px;
}

.searchsuite-autocomplete ul li a.action.add {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.searchsuite-autocomplete .title .see-all {
	font-size: 14px !important;
}

.searchsuite-autocomplete .title {
	font-size: 18px !important;
	color: #000;
}

.modal-popup.modal-slide .modal-header {
	padding: 10px 0;
}

.modal-popup.modal-slide .modal-header #modal-title-1 {
	padding-left: 20px;
	max-width: 400px;
}

.modal-popup.modal-slide .modal-header.modal-content {
	padding-top: 10px;
}

#btnopen {
	display: none !important
}

.customer-account-login .page-main>.page-title-wrapper .page-title,
.customer-account-create .page-main>.page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title {
	border-bottom: 0 !important;
	padding-top: 25px;
}

.reload.captcha-reload {
	background: #000;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	color: #fff;
	padding: 10px;
}

.form.giftcard.add .actions-toolbar button.primary,
.opc-wrapper .action-show-popup {
	background: #000;
	border: 0;
	padding: 9px 15px 8px;
	border-radius: 0;
	color: #fff;
	margin-top: -1px;
}

.form.giftcard.add .actions-toolbar button.action.check {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.form.giftcard.add .actions-toolbar button.action.check:hover {
	text-decoration: none;
}

button#load-more {
	background: #000;
	border: 0;
	padding: 15px 30px;
	border-radius: 0;
	color: #fff;
	width: 140px;
	margin: 0 auto;
	display: block;
}

.checkout-index-index .billing-address-same-as-shipping-block input,
.checkout-index-index .field.choice.gift-receipt input,
.checkout-index-index .field.choice.gift-printed-card input,
.checkout-index-index .field.save-address input,
.checkout-index-index .table-checkout-shipping-method .col.col-method input {
	background: #fff;
	border: 1px solid #ccc;
}

.checkout-index-index .column.main .product-item {
	padding: 10px 0;
}

#co-shipping-form.form.form-shipping-address .field._required:nth-child(9) input {
	width: 49%;
}

.customer-account-index .page-title-wrapper h1.page-title,
.account.customer-address-form .page-title-wrapper h1.page-title {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
	border-color: #000;
}

.block-collapsible-nav .item .delimiter {
	margin: 10px 0;
}

.customer-account-index .page-main .box-actions a,
.customer-account-index .block.block-dashboard-addresses a {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
}

.customer-account-index .page-main .box-actions a:hover,
.customer-account-index .block.block-dashboard-addresses a:hover {
	text-decoration: none;
}

a.action.remind,
.box.box-address-billing a,
.box.box-address-shipping a {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}

a.action.remind:hover,
.box.box-address-billing a:hover,
.box.box-address-shipping a:hover {
	text-decoration: none;
}

.authentication-dropdown .modal-header {
	border-bottom: 0 !important;
}

.modal-custom.authentication-dropdown .action-close {
	margin: 15px;
}

.field-tooltip {
	right: 10px;
}

img.cards-logo {
	padding-top: 10px;
}

.box.box-address-billing a,
.box.box-address-shipping a {
	font-size: 16px;
}

.opc-wrapper .shipping-address-item.selected-item {
	border-color: #000;
}

.opc-wrapper .shipping-address-item.selected-item:after {
	background: #000;
}

.shipping-address-item.selected-item a {
	color: #000;
	text-decoration: underline;
}

.shipping-address-item.selected-item a:hover {
	text-decoration: none;
}

.opc-wrapper .action-show-popup {
	margin-top: 0;
	box-shadow: 0 0 0 transparent;
}

.modal-popup.modal-slide._inner-scrol .action-close {
	padding: 0;
}

.page-title-wrapper .order-date {
	text-align: right;
	position: relative;
	top: -10px;
}

.order-actions-toolbar .actions a {
	color: #000;
	text-decoration: underline;
}

.order-actions-toolbar .actions a:hover {
	text-decoration: none;
}

.actions-toolbar button.action.login {
	box-shadow: 0 0 0 transparent;
	border: 0;
	border-radius: 0;
	background: #000;
	color: #fff;
	padding: 8px 15px;
	margin: 2px 0 0 0;
}
 
.actions-toolbar .secondary .remind {
	padding-left: 15px;
}

.order-details-items.invoice .actions-toolbar a,
.order-details-items.invoice .order-title a,
.block-title.order a.action.view,
td.col.actions a.action.view,
td.col.actions a.action.order,
.box-content address a {
	color: #000;
	text-decoration: underline;
}

.order-links.items li.nav.item.current strong,
.order-links .item a:hover {
	background: #000;
	color: #fff;
}

.block-title.order a.action.view:hover,
td.col.actions a.action.view:hover,
td.col.actions a.action.order:hover,
.box-content address a:hover {
	text-decoration: none;
}

.page-title-wrapper span.order-status {
	position: relative;
	z-index: 100;
	border-radius: 0;
}

.box-content address a {
	color: #333;
}

#no-cats {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	clear: both;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.btn-more-wrap {
	clear: both;
	padding-bottom: 15px;
}

.modal-popup.confirm._show {
	z-index: 900000 !important;
}

.modal-popup.confirm._show .modal-inner-wrap {
	height: 200px;
}

.modal-popup.confirm._show .modal-footer {
	text-align: center;
}

.modal-popup.confirm._show .modal-footer button:hover {
	border: 1px solid #5b9bc1;
}

.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
	height: auto;
}

.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .field.choice input {
	height: auto !important;
	float: left;
}

.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .field.choice label {
	width: auto;
	display: inline-block;
	padding-right: 10px;
}

.modal-popup.modal-slide._inner-scroll._show #co-shipping-form.form.form-shipping-address .field._required:nth-child(9) input {
	width: 100%;
}

.customer-account-login .fieldset.login .actions-toolbar .secondary {
	margin-left: 10px;
}

.customer-account-login .fieldset.login .actions-toolbar .primary button.action.login {
	padding: 10px 15px;
}

#cssmenu ul.level1.submenu.normal-sub.open {
	display: block !important;
}

#cssmenu ul.level1.submenu.normal-sub {
	display: none !important;
}

body.fotorama__fullscreen .fotorama--fullscreen {
	z-index: 100000 !important;
}

a.action.primary.create {
	background: #000;
	border-color: #000;
	margin-right: 0;
	margin-bottom: 20px !important;
	padding-right: 20px !important;
}

.fotorama__active .fotorama__dot {
	background-color: #000 !important;
	border-color: #000 !important;
}

#mb-ajaxsuite-blank {
	z-index: 10000 !important;
}

.cart-summary .checkout-methods-items {
	margin-top: 0;
}

.cart-discount .block .title:after {
	font-size: 16px !important;
}

.customer-welcome .customer-name,
.customer-welcome .action.switch:after {
	color: #333 !important;
}

.customer-welcome .action.switch:after {
	font-size: 15px;
	font-weight: 600;
}

.customer-welcome .customer-name {
	font-size: 16px;
}

.box.box-newsletter .box-actions a.action.edit {
	text-decoration: none;
	padding: 10px 15px;
}

.cart-container #block-discount .title {
	border-top: 0 !important;
}

#customer-email-fieldset ._with-tooltip input.input-text {
	padding-left: 10px;
}

.opc-block-summary {
	margin-bottom: 0 !important;
	background: #fff;
}

#shipping-new-address-form .field .control input[type=text],
#shipping-new-address-form .field .control input[type=email],
#shipping-new-address-form .field .control input[type=number],
#shipping-new-address-form .field .control select,
#shipping-new-address-form .ccard .month .select,
#shipping-new-address-form .ccard .year .select {
	padding-left: 10px;
	padding-right: 10px;
}

body.catalog-product-view .fotorama__nav--thumbs .fotorama__nav__frame {
	margin-right: 20px !important;
}

body.catalog-product-view .fotorama__thumb-border,
body.catalog-product-view.fotorama__fullscreen .fotorama__thumb-border {
	display: none !important;
}

body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
	top: -50px !important;
}

body.catalog-product-view.fotorama__fullscreen .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
	padding-left: 0;
}

body.catalog-product-view.fotorama__fullscreen .fotorama1524377655463 .fotorama__nav--thumbs .fotorama__nav__frame {
	margin-left: 20px;
}

.pod__options-label+.pod__options-label {
	margin-left: 6px !important;
}

.pod__options-label:nth-of-type(4) {
	margin-left: 0 !important;
}

.cms-home .block-minicart #minicart-content-wrapper .product-image-wrapper {
	padding-bottom: 0 !important;
}

.modal-popup.modal-slide._inner-scroll._show .modal-footer button.action.secondary.action-hide-popup {
	color: #fff;
}

.modal-popup.modal-slide._inner-scroll._show .modal-footer button.action.secondary.action-hide-popup:hover {
	text-decoration: none;
}

.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .field.choice input#shipping-save-in-address-book {
	margin-top: 0 !important;
}

.modals-overlay {
	z-index: 99999 !important;
}

#invitationForm legend.legend {
	border: 0;
}

.form-add-invitations .action.add:before {
	color: #fff;
}

button#add-email-button {
	background: #000;
	border-radius: 0;
	box-shadow: 0 0 0;
	margin: 15px 0;
	padding: 10px 15px;
}

#invitationForm .actions-toolbar .primary button.action.submit.primary {
	background: #000;
	border: 0;
}

.category-top-section.owl-carousel .owl-item {
	background: transparent !important;
}

.category-top-section.owl-carousel li a {
	text-align: left;
}

.category-top-section.owl-carousel .owl-controls .owl-buttons div.owl-prev,
.category-top-section.owl-carousel .owl-controls .owl-buttons div.owl-next {
	top: 75px !important;
}

.fotorama__stage__frame .fotorama__img {
	cursor: pointer;
}


/* Media Starts */

@media (max-width: 1250px) {
	.ctcc-inner {
		width: 100% !important;
		text-align: center !important;
	}
}

@media(min-width: 1150px) {
	.category-image {
		width: 1120px;
		height: 300px;
	}
	.category-image img.image {
		width: 100%;
		height: 100%;
	}
	.header.content {
		padding: 30px 0 0 !important;
	}
}

@media(max-width: 1150px) {
	.product-wrap .productscms {
		width: 48%;
	}
}

@media (max-width: 1100px) {
	#om.menu {
		left: 0;
	}
}

@media (min-width: 1025px) {
	.navigation li.level0.nav-3.last.level-top {
		padding: 0 !important;
		width: auto !important;
		border: 0 !important;
		position: absolute;
		left: 570px;
		top: -64px;
	}
}

@media (min-width: 1025px) and (max-width: 1125px) {
	.leftcol-banner {
		width: 618px;
	}
}

@media (min-width: 1001px) and (max-width: 1024px) {
	#btnopen {
		display: block !important;
		position: absolute;
		top: 20px;
		left: 26px;
		font-size: 23px;
		z-index: -1;
	}
	.box-tocart.box-tocart .action.tocart {
		font-size: 20px;
	}
}

@media(min-width: 1001px) {
	.navigation li.menu-dropdown-icon {
		background: url('../images/arrow-down.jpg') no-repeat 96% center !important;
		padding-right: 10px !important;
	}
	.navigation li.menu-dropdown-icon:hover {
		background: url('../images/arrow-down.jpg') no-repeat 96% center !important;
	}
}

@media(max-width: 1000px) {
	#cssmenu,
	#btnopen {
		display: block !important;
	}
	.menu-dropdown-icon:before {
		display: none !important;
	}
	.checkout-index-index .place-order {
		position: relative;
	}
	.checkout-index-index .place-order button {
		position: static;
	}
	.checkout-index-index .place-order .button:after,
	.checkout-index-index .place-order .button:before {
		display: none;
	}
	#btnopen {
		cursor: pointer;
	}
	.box-tocart.box-tocart .action.tocart {
		font-size: 18px;
	}
}

@media (max-width: 959px) {
	#om.menu>ul {
		display: block !important;
	}
	.menu-dropdown-icon:before {
		padding: 10px;
		position: relative;
		right: 20px;
	}
	.navigation .menu>ul>li:nth-of-type(4) {
		left: 150px !important;
	}
}

@media (max-width: 800px) {
	.navigation .menu>ul>li:nth-of-type(4) {
		left: 100px !important;
	}
	ul.category-top-section li:nth-of-type(4) {
		margin-right: 0;
	}
}

@media(min-width: 768px) {
	.footer.content .links {
		width: 100% !important;
		padding-right: 0 !important;
	}
	.footer.content {
		max-width: 1120px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.footer.content .block {
		width: 100% !important;
		float: none !important;
	}
	.footer.content .links li {
		font-size: 16px !important;
		margin-bottom: 2px !important;
	}
	.footer.content ul {
		padding-right: 0 !important;
	}
	.menu>ul>li {
		background: transparent;
		padding: 0 !important;
		margin: 14px 16px 0 !important;
	}
	.menu>ul>li:hover {
		background: transparent;
	}
	.menu>ul>li a {
		color: #000;
		font-size: 16px;
		padding: 0 !important;
	}
	.menu>ul>li span {
		color: #000;
		padding: 0 !important;
	}
	.menu>ul>li a.level-top span {
		display: block;
		min-width: 100px;
		text-align: center;
	}
	.menu>ul>li:nth-of-type(4) a.level-top span {
		min-width: 80px;
	}
	.navigation {
		background: none !important;
	}
	.navigation .level0.parent {
		margin: 0 !important;
		background-image: url(../images/arrow-down.jpg);
		background-repeat: no-repeat;
		background-position: top 22px right 17px;
		background-size: 11px;
	}
	.navigation .ui-menu li.level0:first-child a {
		font-size: 28px !important;
		font-weight: 700 !important;
		font-family: akzidenz grotesk;
	}
	.log-in li.authorization-link a:after {
		top: 5px;
		right: 85px;
	}
	.page-header .panel.wrapper {
		background: transparent !important;
		border: 0 !important;
		position: relative;
		height: 0px;
	}
	.page-header .panel.wrapper ul.header.links {
		position: absolute;
		right: 97px;
		top: 69px;
		z-index: 10;
	}
	.page-header .panel.wrapper ul.header.links .customer-menu ul.header.links {
		right: 0;
		top: 100%;
	}
	.header.content,
	.page-main {
		max-width: 1120px !important;
		margin: 0;
		position: relative;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.panel.header {
		position: relative;
	}
	.header.content .logo img {
		width: 170px !important;
		height: 55px !important;
	}
	.logo {
		margin: 0 !important;
		float: left !important;
	}
	.checkout-index-index .logo {
		float: left !important;
	}
	.checkout-index-index .logo {
		width: auto !important;
	}
	.nav-sections {
		background: none;
		margin: 0 auto;
		border-bottom: 1px solid #dbdbdb;
	}
	li.authorization-link {
		position: absolute;
		right: 110px;
		top: 69px;
		z-index: 100;
	}
	.block-search input {
		transition: all 0.5s ease;
		text-align: right;
		font-size: 16px !important;
		color: #000 !important;
		padding-left: 0;
	}
	.block-search input:focus {
		-webkit-box-shadow: 0 0 0 transparent !important;
		-moz-box-shadow: 0 0 0 transparent !important;
		box-shadow: 0 0 0 transparent !important;
		border-bottom: 1px solid #cecece !important;
		text-align: left;
	}
	.block-search ::-webkit-input-placeholder {
		color: #000 !important;
		opacity: 1 !important;
	}
	.block-search ::-moz-placeholder {
		color: #000 !important;
		opacity: 1 !important;
	}
	.block-search :-ms-input-placeholder {
		color: #000 !important;
		opacity: 1 !important;
	}
	.block-search :-moz-placeholder {
		color: #000 !important;
		opacity: 1 !important;
	}
	.block-search input:focus::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		opacity: 0 !important;
	}
	.block-search input:focus::-moz-placeholder {
		opacity: 0 !important;
	}
	.block-search input:focus::-ms-input-placeholder {
		opacity: 0 !important;
	}
	.block-search input:focus::-moz-placeholder {
		opacity: 0 !important;
	}
	.navigation .level0>.level-top {
		color: #1f1f1f !important;
		padding-right: 0 !important;
	}
	.navigation .level0.parent>.level-top {
		font-size: 15px !important;
		font-weight: bold !important;
		padding-right: 30px !important;
		padding-left: 4px !important;
	}
	.navigation .level0 .submenu {
		box-shadow: 0 0 0 transparent !important;
	}
	.navigation .level0 .submenu a:hover {
		padding-left: 25px;
	}
	.block-search .action.search:before {
		color: #000 !important;
		font-size: 18px !important;
	}
	.navigation ul {
		padding: 0 !important;
	}
	.catalog-product-view.page-layout-1column .product-info-main {
		width: 22% !important;
		padding: 10px;
		border: 1px solid #ccc;
		background: #fff;
	}
	.catalog-product-view.page-layout-1column .product.media {
		width: 74% !important;
	}
	.member-sec {
		width: 73%;
	}
	.minicart-wrapper .block-minicart {
		right: 0 !important;
		padding-bottom: 0;
	}
	.opc-wrapper #welcome,
	.opc-wrapper #payment,
	.opc-wrapper #shipping,
	.opc-wrapper #opc-shipping_method {
		width: 97% !important;
	}
	.box-tocart .label {
		padding-left: 0;
		padding-right: 10px;
		font-size: 16px;
	}
	.product.media {
		margin-bottom: 28px !important;
	}
	.gift-options .actions-toolbar {
		clear: none !important;
	}
	.gift-options .actions-toolbar .secondary .action {
		background: #000;
		border-radius: 0;
		box-shadow: 0 0 0 transparent;
		color: #fff;
		padding: 7px 15px;
		border: 0;
		font-weight: 400;
	}
	.gift-options .actions-toolbar .secondary .action-cancel {
		margin: 0 !important;
		padding: 5px 15px;
	}
	.gift-options .actions-toolbar .secondary .action-cancel:hover {
		text-decoration: none;
	}
	.gift-wrapping-list,
	.cart-container .cart-gift-item .gift-options {
		margin: 0;
	}
	.gift-item-block .title,
	.cart-container .cart-gift-item .gift-options {
		padding-bottom: 0 !important;
	}
	.header.links li.authorization-link {
		position: static;
		width: 100%;
	}
	.header.links li.authorization-link a {
		background-image: none;
		font-size: 14px !important;
	}
	.header.panel>.header.links>li {
		padding: 0 15px;
	}
	.checkout-index-index .modal-popup.modal-slide._inner-scroll._show .form-shipping-address {
		max-width: 100% !important;
	}
	.checkout-index-index .modal-popup.modal-slide._inner-scroll._show .modal-footer .action-save-address {
		float: none !important;
		font-weight: normal;
	}
	.checkout-index-index .modal-popup.modal-slide._inner-scroll._show .modal-footer .action.secondary.action-hide-popup {
		margin-top: 0;
	}
	.cart-discount {
		display: none;
	}
	.navigation .ui-menu li:nth-child(1).level0.nav-8 {
		position: absolute;
		top: -51px;
		left: 15%;
	}
	.navigation .level0.parent>.level-top>.ui-menu-icon:after {
		display: none !important;
	}
	[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
		padding: 10px 0 !important;
	}
	/*min768last*/
}

@media(min-width: 640px) {
	.products-grid .product-item-info:hover,
	.products-grid .product-item-info.active {}
	.products-grid .product-item-inner {
		box-shadow: 0 0 0 transparent !important;
		border-color: #e5e5e5 !important;
	}
	.page-products .products-grid .product-item-inner {
		margin: 0 auto;
		padding-bottom: 0;
		border: 1px solid transparent;
		width: 0px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.fcol {
		width: 32%;
		float: left;
		margin-right: 14px;
	}
	.fcol3 {
		margin: 0 !important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.fcol {
		margin-right: 20px;
	}
	.fcol3 {
		float: right;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.cms-home #maincontent {
		padding-left: 0;
		padding-right: 0;
	}
	.leftcol-banner,
	.rightcol-banner,
	.col-md-4 {
		float: none;
		width: 100%;
	}
	.fcol img {
		width: 100%;
	}
	.fcol img {
		height: 350px !important;
		object-fit: cover;
	}
	.leftcol-banner {
		margin-bottom: 12px;
	}
	.rightcol-banner h3 {
		text-align: center;
	}
	.rightcol-banner,
	.leftcol-banner {
		height: 100px;
	}
	.leftcol-banner {
		margin-top: 7px;
	}
	.mb-24 {
		margin-bottom: 12px;
	}
	.fcol figure:before {
		width: 100%;
		height: 100%;
	}
	.navigation .level0 ul.submenu {
		width: 100% !important;
		border: 0 !important;
		margin-right: 0 !important;
	}
	.navigation .level0>.level-top {
		color: #000 !important;
	}
	.navigation .submenu>li>a {
		text-align: left;
	}
	.header.content {
		padding-bottom: 15px !important;
	}
	.navigation ul {
		padding: 0 !important;
	}
	.navigation .ui-menu li:nth-child(1).level0.nav-8 {
		left: 26%;
	}
	.product-wrap .productscms {
		min-height: 320px;
	}
	body.category-inspired-by .page-main {
		padding: 0;
	}
	.navigation .level0.nav-8 a {
		padding: 0 !important;
	}
	.header.content a.action.showcart {
		background-position: left -2px;
	}
	.navigation .level0.nav-8 a {
		padding: 0 !important;
	}
	.menu>ul>li>ul {
		left: 0;
	}
	.menu>ul>li>ul>li a {
		text-align: left;
	}
	.menu>ul>li.menu-dropdown-icon:first-child>ul,
	.menu ul li.menu-dropdown-icon>ul {
		border-top: 0;
		top: 68px;
	}
	.header.content a.action.showcart {
		height: 0;
	}
	.header.content a.action.showcart span {
		top: 2px;
	}
	.footer.content .links ul.list-unstyled {
		margin-bottom: 25px;
	}
	.footer.content .f-top .col-md-4 {
		width: 32%;
		margin-right: 10px;
		float: left;
	}
	.footer.content .f-top .col-md-4:last-child {
		margin: 0;
	}
	ul.social {
		margin-bottom: 25px !important;
	}
	.checkout-methods-items li.item button.checkout {
		font-size: 18px !important;
	}
	.cart-discount .block.giftcard {
		width: 100%;
	}
	.banner-inner h2,
	.banner-inner p {
		text-align: center;
		padding: 0px;
	}
	.pod__options {
		width: 200px !important;
	}
	.pod__lightbox-place,
	.pod__content {
		width: calc(100% - 240px) !important;
	}
	.pod {
		padding: 0 !important;
	}
	.pod__options-label:nth-of-type(3) {
		margin-left: 0 !important;
	}
	.pod__options-label:nth-of-type(4) {
		display: inline;
		margin-left: 6px !important;
		margin-top: 6px !important;
	}
	.pod__options-label {
		margin-bottom: 5px !important;
		display: inline-block !important;
	}
	.pod__quantity {
		text-align: left !important;
	}
	.pod__quantity-price {
		float: none !important;
		padding: 10px 0;
	}
	.column.main #content6 .product-item-info {
		padding-top: 10px;
	}
	.gallery__prev,
	.gallery__next {
		top: 56% !important;
	}
	.page-header .panel.wrapper ul.header.links {
		z-index: 100000 !important;
	}
	.page-header .panel.wrapper ul.header.links .customer-menu ul.header.links {
		top: 100%;
	}
	.banner-content {
		left: 30px;
		top: 30px;
	}
}

@media (min-width: 1200px) {
	.container,
	.nav-sections {
		width: 1120px;
		margin: 0 auto !important;
	}
	.log-in .page-header .panel.wrapper ul.header.links {
		right: 190px;
	}
}

@media (max-width: 1199px) {
	.container {
		width: 100%;
	}
	.page-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 900px) and (max-width: 1024px) {
	.product-wrap .productscms {
		min-height: 385px;
	}
	.productscms figcaption {
		min-height: 70px;
	}
	.navigation .ui-menu li:nth-child(1).level0.nav-8 {
		left: 20%;
	}
}

@media (min-width: 800px) and (max-width: 850px) {
	.navigation .ui-menu li:nth-child(1).level0.nav-8 {
		left: 25%;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.navigation li.level0.nav-3.last.level-top {
		left: 470px;
	}
	.navigation #om.menu>ul>li:nth-of-type(4) {
		left: 430px !important;
	}
	.product-wrap .productscms {
		min-height: 350px;
	}
	.productscms figcaption {
		min-height: 70px;
	}
	.header.content .block-search {
		right: 28%;
	}
	.header.content .block-search {
		width: 230px !important;
	}
	.fcol img {
		height: 275px !important;
	}
	.product-info-price .price-box .price-container .price {
		font-size: 24px;
	}
	.product-info-main .product-info-stock-sku {
		padding-top: 8px;
	}
	#shopping-cart-table .actions-toolbar {
		min-width: auto;
	}
	.cart.table-wrapper .cart thead tr th.col {
		font-size: 16px;
	}
	.cart.table-wrapper .col.price,
	.cart.table-wrapper .col.subtotal,
	.cart.table-wrapper .col.msrp {
		padding: 20px 0px 10px;
	}
	.cart-summary .block>.title{
		padding: 10px 20px 10px 15px;
	}
	.cart-totals .grand .amount strong {
		font-size: 16px;
		top:0;
	}
	.cart-totals .grand .mark{
		padding-right: 0;
	}
	input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
		font-size: 12px;
	}
	#discount-coupon-form .apply.primary{
		margin: 0;
		padding: 15px 7px;
	}
	.opc-block-shipping-information .shipping-information-title{
		font-size: 2rem;
	}
	.opc-block-shipping-information .shipping-information-title .action-edit {
		top: 0;
	}
}


/* Magento default styles */

@media all and (min-width:768px),
print {
	.navigation .level0.active>.level-top,
	.navigation .level0.has-active>.level-top,
	.navigation .level0 .submenu .active>a {
		border: 0 !important;
	}
	.modes .modes-mode {
		border-radius: 0 !important;
		border: 1px solid #ccc !important;
		background-color: #fff;
		box-shadow: 0 0 0 transparent !important;
		padding: 8px 10px !important;
	}
	.page-products.page-layout-2columns-left .column.main {
		width: 75.16666667%;
	}
}

@media (max-width: 768px) {
	.category-description,
	.fujiwave-ptext1 {
		width: 100%;
	}
	ul.category-top-section li:nth-of-type(4) {
		margin-right: 5px !important;
	}
	.navigation li.level0.nav-3.last.level-top {
		top: -76px;
	}
	.column.main .product-item {
		padding: 10px;
	}
	.product.name a {
		font-size: 17px;
	}
	.products-grid .product-item {
		margin-bottom: 0;
	}
	.page-products .product-item-info .product-image-wrapper img {
		width: 90%;
	}
	.page-products.categorypath-products .product-item-info {
		width: 100%;
	}
	.catalog-product-view .modal-popup.confirm .modal-inner-wrap {
		width: 90%;
	}
	#mb-ajaxcart-wrapper .product-name {
		width: 55%;
	}
	.navigation #om.menu>ul>li:nth-of-type(4) {
		left: 435px !important;
		width: 80px;
	}
	.column.main #content5 .product-item,
	.column.main #content6 .product-item {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.logo {
		margin: 20px 0 0 50px;
		width: 135px;
	}
	.container,
	.page-header .panel.wrapper {
		width: 100%;
	}
	.leftcol-banner,
	.rightcol-banner,
	.col-md-4 {
		float: none;
		width: 100%;
	}
	.fcol,
	.fcol3 .fcol1 {
		width: 360px;
		margin: 0 auto 10px;
		float: none;
	}
	.leftcol-banner {
		margin-bottom: 12px;
	}
	.banner-content {
		width: 200px;
		height: auto;
		left: 20px;
		top: 15px;
		padding: 10px;
	}
	.rightcol-banner h3 {
		text-align: center;
	}
	.rightcol-banner,
	.leftcol-banner {
		height: 100px;
	}
	.fullwidth-banner h2 {
		font-size: 35px;
	}
	.mb-24 {
		margin-bottom: 12px;
	}
	.navigation,
	.breadcrumbs,
	.page-header .header.panel,
	.header.content,
	.footer.content,
	.page-main,
	.page-wrapper>.widget,
	.page-wrapper>.page-bottom,
	.block.category.event,
	.top-container {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 0 !important;
	}
	.block-search .label.active+.control input {
		position: absolute;
		left: 2px;
	}
	input:not([disabled]):focus {
		box-shadow: none;
	}
	.footer.content,
	.header.content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.products-grid .block-title-main h2 {
		padding-left: 20px;
	}
	ul.social li {
		display: inline-block;
	}
	ul.social {
		margin-bottom: 25px !important;
	}
	#sorter {
		padding: 0 5px;
		margin: 0;
	}
	.footer.content .links ul li a {
		padding: 2px 0 !important;
	}
	.footer.content .links ul.list-unstyled {
		margin-bottom: 25px;
	}
	.f-top .col-md-4 p br {
		display: none;
	}
	.footer.content .links .col-md-4>h3+p>a {
		padding: 0 !important;
	}
	.f-btm {
		padding: 10px 0;
		margin: 10px 0;
	}
	.f-top {
		margin-bottom: 0;
	}
	.footer.content {
		padding-top: 0;
		border: 0;
	}
	.page-footer {
		margin-top: 0;
	}
	.navigation .level0.nav-8 a {
		padding: 8px 0 !important;
	}
	.navigation .level0.nav-2 {
		z-index: 1000;
		position: relative;
	}
	.shop-text {
		padding: 35px 8px 0 !important;
		margin-bottom: 15px;
	}
	.navigation .level0>.level-top {
		text-transform: inherit;
		font-size: 17px;
		font-weight: normal;
	}
	.navigation .level0>.level-top {
		padding: 8px 0 !important;
	}
	.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
	.navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
		margin: 0;
	}
	.navigation .level0 ul.submenu {
		width: 100% !important;
		border: 0 !important;
		margin-right: 0 !important;
	}
	.nav-sections-item-title .nav-sections-item-switch,
	.nav-sections-item-title .nav-sections-item-switch:hover,
	.nav-sections-item-title .nav-sections-item-switch:active {
		color: #000 !important;
		font-size: 18px;
	}
	.block-search .control {
		border: 0;
	}
	.navigation .level0>.level-top {
		color: #000;
	}
	.navigation .submenu>li>a {
		text-align: left;
	}
	.navigation .level0 {
		padding: 7px 12px;
	}
	li.authorization-link {
		display: inline-block;
		position: absolute;
		bottom: -5px;
		right: 135px;
		padding-bottom: 5px;
	}
	.page-header {
		padding-bottom: 40px;
		position: relative;
		margin-bottom: 30px;
	}
	.checkout-index-index .shop-text{
		padding: 26px 8px 0 !important;
	}
	li.authorization-link a,
	li.authorization-link a:visited {
		color: #000 !important;
	}
	li.authorization-link a {
		padding-right: 0;
		display: inline-block;
		padding-top: 20px;
		font-size: 14px !important;
	}
	li.authorization-link a:after {
		right: auto;
		left: 34%;
	}
	.header.content .block-search {
		position: static;
	}
	.column.main #authenticationPopup+p {
		display: none;
	}
	.product-wrap .productscms {
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}
	.product-wrap .productscms:nth-child(2n+0) {
		float: none;
	}
	.product-wrap {
		margin-bottom: 0;
	}
	.product-wrap .productscms {
		min-height: 0;
	}
	.page-products .product-item-info {
		width: 100%;
	}
	.column.main .products.list.product-items {
		margin: 0 !important;
	}
	.page-with-filter .columns .sidebar-main {
		display: none;
	}
	.products.wrapper.grid.products-grid {
		margin-top: 0;
	}
	.toolbar {
		margin: 0;
	}
	#toolbar-amount {
		float: left;
	}
	.columns .column.main {
		padding-bottom: 0;
	}
	.products {
		margin-bottom: 0;
	}
	.navigation .level0.active>a:not(.ui-state-active),
	.navigation .level0.has-active>a:not(.ui-state-active),
	.navigation .submenu:not(:first-child) .active>a {
		border: 0 !important;
	}
	.navigation .submenu:not(:first-child).expanded {
		padding: 0 !important;
	}
	.navigation ul.submenu ul.submenu li a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 15px;
	}
	.header.content a.action.showcart span {
		left: 0;
		font-size: 14px;
		padding-top: 18px;
	}
	.pages .action.next>span,
	.pages .action.previous>span {
		position: static !important;
		background: #000;
		color: #fff;
	}
	.pages .action.next>span.label,
	.pages .action.previous>span.label {
		display: none;
	}
	.pages .action.next:before,
	.pages .action.previous:before {
		display: none;
	}
	.pages .action.next,
	.pages .action.previous {
		background-color: #000 !important;
		border: 0 !important;
		padding: 10px 25px;
		font-weight: 700;
		font-size: 20px;
	}
	.pages-item-previous {
		left: 0;
		position: absolute;
		top: -10px;
		z-index: 1;
	}
	.pages-item-next {
		right: 0;
		position: absolute;
		top: -10px;
		z-index: 1;
	}
	.pages {
		position: relative;
	}
	.toolbar .pages {
		margin-top: 10px;
		text-align: left;
	}
	.pages .items {
		padding-left: 10px;
		padding-right: 10px;
	}
	ul.category-top-section li span {
		padding-top: 10px;
	}
	.page-products .product-item-info {
		padding-top: 10px !important;
		padding-bottom: 25px !important;
	}
	#dm {
		clear: both;
		margin-top: 10px !important;
	}
	.header.content {
		padding: 0 !important;
		position: static;
	}
	.minicart-wrapper {
		right: 75px;
		width: auto !important;
		margin: 0 !important;
		bottom: 0;
		position: absolute;
		padding-bottom: 5px;
	}
	.minicart-wrapper .action.showcart .counter.qty {
		background-size: 30px;
	}
	.log-in .header.links {
		position: absolute;
		right: 120px;
		bottom: 0;
	}
	.description-tab {
		width: 100%;
	}
	.product.data.items>.item.title.active>.switch,
	.product.data.items>.item.title.active>.switch:focus,
	.product.data.items>.item.title.active>.switch:hover,
	.product.data.items>.item.title>.switch {
		border: 0 !important;
	}
	.product.data.items>.item.title,
	.product.data.items>.item.title:nth-of-type(1) {
		margin-left: 0px !important;
	}
	#popularinfo ol.products li.item,
	#recently_viewed ol.product-items li.product-item {
		width: 49%;
		margin-bottom: 10px;
	}
	.product.info.detailed .product.data.items {
		margin: 0 !important;
	}
	#popularinfo li.item .product-item-info,
	#recently_viewed li.product-item .product-item-info {
		width: 99%;
	}
	#popularinfo.data.item.content {
		border-bottom: 1px solid #e5e5e5 !important;
		padding-bottom: 15px !important;
		margin-bottom: 15px !important;
		padding-top: 10px !important;
	}
	.product.data.items>.item.title>.switch {
		border: 0 !important;
	}
	.description-tab {
		display: none;
	}
	/* Acordeon styles */
	.mobile-accordion .tab {
		position: relative;
		margin-bottom: 1px;
		width: 100%;
		color: #000;
		overflow: hidden;
		display: block;
	}
	.mobile-accordion input {
		position: absolute;
		opacity: 0;
		z-index: -1;
	}
	.mobile-accordion label {
		position: relative;
		display: block;
		padding: 0;
		line-height: 3;
		cursor: pointer;
		font-weight: 700;
	}
	.mobile-accordion .tab-content {
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .35s;
		-o-transition: max-height .35s;
		transition: max-height .35s;
	}
	.mobile-accordion .tab-content p {
		margin: 1em;
	}
	/* :checked */
	.mobile-accordion input:checked~.tab-content {
		max-height: 20em;
		overflow-y: scroll;
	}
	/* Icon */
	.mobile-accordion label::after {
		position: absolute;
		right: 0;
		top: -10px;
		display: block;
		width: 25px;
		height: 25px;
		line-height: 3;
		text-align: center;
		-webkit-transition: all .35s;
		-o-transition: all .35s;
		transition: all .35s;
		font-size: 26px;
		font-weight: normal;
		color: #333;
	}
	.mobile-accordion input[type=checkbox]+label::after {
		content: "+";
	}
	.mobile-accordion input[type=checkbox]:checked+label::after {
		content: "-";
	}
	.navigation .parent .level-top:after,
	.navigation .level0.submenu>.level1 a.ui-corner-all:after {
		font-size: 1.6rem;
		right: 10px;
		top: 7px;
		line-height: inherit;
		color: inherit;
		content: '\e622';
		font-family: 'luma-icons';
		vertical-align: middle;
		display: inline-block;
		font-weight: normal;
		overflow: hidden;
		speak: none;
		text-align: center;
		display: none;
	}
	ul.category-top-section {
		display: none;
	}
	.page-products.catalogsearch-result-index .page-title-wrapper h1.page-title,
	.page-products.catalog-category-view .page-title-wrapper h1.page-title {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.product.name a {
		font-size: 16px;
	}
	.header.content a.action.showcart span.counter-number {
		line-height: 3;
	}
	.menu>ul>li {
		margin: 0 16px 0 !important;
	}
	.product.media {
		margin-bottom: 20px;
	}
	.cart-summary {
		margin: 0 10px;
	}
	#shopping-cart-table {
		width: 97%;
		margin: 0 1.5%;
	}
	.form.form-cart .cart.table-wrapper {
		border: 0;
	}
	.member-sec {
		margin-right: 10px;
	}
	.description-tab2 #content5 .product-item-info,
	.description-tab2 #content6 .product-item-info {
		width: 100% !important;
	}
	.mobile-tab-wrapper {
		margin-bottom: 20px;
	}
	.column.main .description-tab2 .product-item {
		padding: 0;
	}
	.hiders {
		padding-top: 0;
	}
	.checkout-cart-index #tab-1 {
		text-align: left;
	}
	.searchsuite-autocomplete {
		width: 96% !important;
		right: auto;
		left: 2% !important;
		margin: 0 !important;
	}
	.catalogsearch-result-index .page-title-wrapper {
		padding: 25px 0;
		margin-bottom: 10px;
	}
	.page-products.catalogsearch-result-index .page-title-wrapper h1.page-title {
		padding-bottom: 10px !important;
	}
	.column.main .product-item {
		padding: 5px 5px 5px 0;
	}
	.modal-popup.modal-slide._inner-scroll {
		width: 90%;
		margin: 20px auto 0;
		left: 0;
	}
	.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
		min-height: 0;
	}
	.modal-popup.modal-slide .modal-inner-wrap[class] {
		background: #fff !important;
	}
	.mb-ajaxsuite-popup-wrapper {
		z-index: 200000 !important;
	}
	.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
		font-size: 14px;
	}
	.checkout-cart-index .member-sec {
		padding-bottom: 20px;
	}
	.checkout-cart-index .actions-toolbar button.action-update {
		background: #000;
		border: 0;
		padding: 15px;
		border-radius: 0;
		color: #fff;
	}
	#co-shipping-form.form.form-shipping-address .field._required:nth-child(9) input {
		width: 100%;
	}
	.checkout-index-index .opc-wrapper .step-content {
		margin-bottom: 0 !important;
	}
	#checkout-shipping-method-load tr.row {
		background: #f5f5f5;
	}
	.field.save-address label.label {
		display: inline-block !important;
		width: auto !important;
		padding-right: 15px !important;
	}
	.opc-wrapper .form-shipping-address {
		background: #f5f5f5 !important;
	}
	.account.customer-account-index .page.messages {
		margin-bottom: 0 !important;
	}
	.mb-ajaxsuite-popup-wrapper,
	#mb-ajaxcart-wrapper {
		width: 100% !important;
	}
	.ajaxcart-buttons.ajaxsuite-buttons #ajaxcart_cancel {
		width: 50%;
	}
	.page-title-wrapper .order-date {
		text-align: left;
		position: static;
	}
	.columns .column.main {
		flex-basis: inherit;
	}
	.pages .action.next {
		width: 44px !important;
	}
	.pages .action.previous {
		width: 74px !important;
	}
	.products.wrapper~.toolbar-products .pages {
		text-align: center;
	}
	.block-collapsible-nav {
		z-index: 100;
	}
	.page-title-wrapper .order-date {
		padding-top: 10px;
	}
	.checkout-methods-items li.item button.checkout {
		font-size: 18px !important;
	}
	.banner-inner h2,
	.banner-inner p {
		text-align: center;
		padding: 0px;
	}
	.product.data.items>.item.title>.switch {
		padding: 0;
		font-size: 16px !important;
	}
	.product.data.items .item.title a:after {
		font-size: 10px;
	}
	.breadcrumbs {
		display: block !important;
	}
	.breadcrumbs .items>li.item.product {
		margin-top: 10px;
		font-size: 20px;
		display: inline;
		line-height: normal;
	}
	.page-title-wrapper.product {
		display: none;
	}
	.opc-wrapper .step-content .form.form-login {
		background: transparent !important;
		margin-bottom: 20px;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.authentication-wrapper {
		margin-left: 10px !important;
		padding: 0 0 10px 0;
	}
	.checkout-billing-address {
		margin-left: 10px;
	}
	.navigation {
		background: transparent !important;
	}
	.pod__lightbox-place,
	.pod__content {
		width: calc(100% - 0px) !important;
	}
	.pod__options {
		float: none !important;
		margin-left: 0 !important;
		width: 100% !important;
		clear: both;
	}
	.description-tab2 section {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.gallery__prev,
	.gallery__next {
		top: 56% !important;
	}
	.page-products .columns {
		padding-top: 0;
	}
	.search.results .block {
		margin-bottom: 0;
	}
	.search.results .toolbar.toolbar-products {
		margin-left: 5px;
	}
	.search.results dl.block {
		margin-left: 5px;
	}
	.search.results .toolbar-sorter.sorter label {
		padding-right: 0;
	}
	.sidebar.sidebar-main {
		display: none;
	}
	.panel.header .links,
	.panel.header .switcher {
		display: block !important;
	}
	.modal-popup.modal-slide._inner-scroll._show .modal-footer .action-hide-popup {
		margin-top: 0;
	}
	.modal-popup.modal-slide._inner-scroll._show .modal-footer .action.primary.action-save-address {
		width: auto;
		font-weight: normal;
	}
	.customer-name,
	.customer-welcome+.authorization-link {
		display: block;
	}
	.customer-menu ul.header.links {
		padding: 0;
		margin: 0;
	}
	.customer-menu ul.header.links li a {
		font-size: 15px;
		color: #000;
		text-decoration: none;
	}
	.customer-menu ul.header.links li.authorization-link {
		position: static;
	}
	.customer-welcome button.action.switch {
		display: none;
	}
	.customer-menu ul.header.links {
		display: none !important;
		background: #fff;
		border: 1px solid #bbb;
	}
	.customer-welcome:hover .customer-menu ul.header.links {
		display: block !important;
		margin-right: -25px;
	}
	.header.panel>.header.links>li {
		margin: 0;
	}
	.customer-welcome .customer-name {
		text-align: right;
	}
	.customer-welcome .customer-menu ul.header.links li {
		margin: 0;
		padding: 0;
	}
	.customer-welcome .customer-menu ul.header.links li a {
		margin: 0;
		padding: 5px 10px;
		display: block;
	}
	.customer-welcome .customer-menu ul.header.links li a:hover {
		background: #e8e8e8;
	}
	.header.panel>.header.links>li.customer-welcome {
		padding-right: 25px;
	}
	.header.panel>.header.links>li.customer-welcome:after {
		content: "\f2be";
		font-family: FontAwesome;
		position: absolute;
		top: -3px;
		right: 0;
		color: #333;
		font-size: 17px;
	}
	.header.panel>.header.links>li.customer-welcome .customer-menu li.authorization-link a:after {
		display: none;
	}
	.customer-welcome .customer-menu ul.header.links li.authorization-link a {
		background-image: none !important;
	}
	.checkout-index-index .header.content a.logo {
		margin: 10px 0 13px !important;
	}
	.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
		padding: 0 25px !important;
	}
	.page-products .sorter {
		position: static;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	.fotorama__fullscreen .fotorama__nav.fotorama__nav--thumbs {
		text-align: center;
	}
	.page-title-wrapper {
		padding: 0 5px;
	}
	.checkout-index-index._has-modal-custom._has-auth-shown #maincontent {
		position: relative;
		z-index: 100000;
	}
	.block.block-dashboard-addresses,
	.block.block-dashboard-info,
	form.form.form-edit-account {
		padding-left: 5px;
		padding-right: 5px;
	}
	.account .column.main,
	.account .sidebar-additional {
		padding: 0 5px;
	}
	.form-giftregistry-share .fieldset .field .control,
	.form-giftregistry-edit .fieldset .field .control,
	.form-add-invitations .fieldset .field .control,
	.form-create-return .fieldset .field .control,
	.form.send.friend .fieldset .field .control {
		width: 100%;
	}
	#invitationForm .actions-toolbar .primary button.action.submit.primary {
		padding: 15px;
		font-size: 16px;
	}
	#invitationForm fieldset.fieldset {
		margin-bottom: 10px !important;
	}
	.customer-menu ul li.authorization-link a:after {
		display: none;
	}
	.block-search .label {
		position: absolute;
		right: 0;
		bottom: -3px;
		text-align: center;
		padding-bottom: 5px;
	}
	.block-search .label:before {
		margin: 0;
		font-size: 18px;
		color: #000;
	}
	.block-search .label>span {
		position: static;
		width: auto;
		height: auto;
		display: block;
		color: #000;
		font-size: 14px;
	}
	.block-search input {
		z-index: 100 !important;
		padding: 20px;
	}
	.leftcol-banner,
	.rightcol-banner,
	.rightcol-banner h3,
	.banner-inner h2,
	.banner-inner p {
		text-align: left;
	}
	.banner-inner h2,
	.banner-inner p {
		padding-left: 15px;
	}
	ul.category-top-section li span {
		padding-top: 10px;
	}
	.modal-popup .modal-inner-wrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.header.panel>.header.links>li.customer-welcome {
		padding-right: 0;
		padding-top: 25px;
		margin: 0 0 0 12px;
	}
	.header.panel>.header.links>li.customer-welcome:after {
		top: 2px;
		left: 45%;
	}
	.customer-menu ul.header.links {
		position: absolute;
		width: 180px;
	}
	[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
		padding: 0 !important;
	}
	.fcol figcaption {
		bottom: 8px;
		left: auto;
		text-align: center;
		background: rgba(0, 0, 0, 0.7);
		opacity: 0.8;
		color: #fff;
	}
	.mobileBody #_el_input_nameoncard input,.mobileBody #_el_input_cardnumber input {
		width: 100% !important;
	}
	.checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form {
		max-width: 100%;
	}
	/* 767last */
}

@media(max-width: 759px) {
	.pod__pane--collapse-shut .pod__options-size-title,
	.pod__pane--collapse-shut .pod__options-frame-title {
		position: static !important;
		background: transparent !important;
	}
	.pod__pane--collapse-shut .pod__options-size {
		padding: 10px !important;
	}
	.pod__options-content {
		display: inline-block !important;
	}
	.pod__options-inputs-collapse {
		height: auto !important;
	}
	.pod__pane--collapse-shut input:checked~.pod__options-content {
		position: static !important;
	}
	.pod__options-label:nth-of-type(4),
	.pod__options-label {
		margin-top: 0;
	}
	.pod__options-content {
		margin-bottom: 0 !important;
	}
	.pod__options-size,
	.pod__options-frame {
		text-align: center;
	}
	.pod__options-label:nth-of-type(4) {
		display: inline-block !important;
		margin-left: 8px !important;
	}
	.pod__pane--collapse-shut input:checked~.pod__options-content .pod__options-size,
	.pod__pane--collapse-shut input:checked~.pod__options-content .pod__options-frame {
		border: 2px solid #000 !important;
	}
	.pod__options-title--collapse {
		border: 0 !important;
	}
	.pod__pane--collapse::after {
		display: none;
	}
	.pod__pane,
	.pod__pane--collapse {
		margin-top: 20px;
	}
	.pod__pane--collapse-shut input:checked~.pod__options-content {
		text-align: center !important;
	}
	.pod__pane--collapse-shut .pod__options-frame-img {
		display: block !important;
	}
	.pod__options-size,
	.pod__options-frame {
		border-radius: 0;
	}
	.pod__pane--collapse-shut .pod__options-size-title,
	.pod__pane--collapse-shut .pod__options-frame-title {
		padding: 0 !important;
	}
	.pod__options-label:nth-of-type(5) {
		margin-top: 20px !important;
		display: block;
	}
	.pod__quantity-title {
		width: auto !important;
	}
}

@media(max-width: 700px) {
	.support h2 {
		font-size: 30px;
	}
	.products-grid .block-title-main h2 {
		font-size: 25px;
	}
}

@media screen and (max-width: 650px) {
	.description-tab label:before {
		margin: 0;
		font-size: 18px;
	}
	.description-tab2 #content5 li.item.product,
	.description-tab2 #content6 li.item.product,
	.description-tab2 #content4 li.item.product {
		width: 49% !important;
		margin-bottom: 8px;
	}
}

@media (min-width: 640px) {
	.page-products .products-grid .product-item-info:hover,
	.page-products .products-grid .product-item-info.active {
		margin: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media(max-width: 640px) {
	.opc-wrapper .form-login,
	.opc-wrapper .form-shipping-address,
	.opc-wrapper .methods-shipping {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.product-info-price>*:last-child {
		padding-right: 20px;
	}
}

@media(max-width: 600px) {
	.pages .item.pages-item-next {
		margin-top: 0;
	}
	#checkout-shipping-method-load {
		background: #f5f5f5;
		padding: 0 15px;
	}
	.ajaxcart-buttons.ajaxsuite-buttons #ajaxcart_cancel {
		width: 100%;
	}
	.success-content h2.product-name {
		left: 150px;
	}
	.cart.table-wrapper .col.price,
	.order-items.table-wrapper .col.price,
	.cart.table-wrapper .col.qty,
	.order-items.table-wrapper .col.qty,
	.cart.table-wrapper .col.subtotal,
	.order-items.table-wrapper .col.subtotal,
	.cart.table-wrapper .col.msrp,
	.order-items.table-wrapper .col.msrp {
		text-align: left;
	}
	.checkout-index-index .navigation .level0.nav-8 {
		top: 33px;
	}
	.banner-inner h2,
	.fcol figcaption {
		font-size: 20px;
	}
}

@media(max-width: 500px) {
	.fcol {
		width: 100%;
	}
	.fcol img {
		width: 100%;
	}
	.fcol figure:before {
		width: 100%;
		height: 100%;
	}
	.tab-content ul {
		padding-left: 20px;
	}
	.success-content h2.product-name {
		left: 110px;
	}
	.sorter-options,
	.toolbar select {
		font-size: 13px;
	}
	.actions-toolbar .action.action-cancel{
		margin: 0 !important;
	}
	.actions-toolbar .action.action-cancel span{
		display: block;
		line-height: 2.2rem;
	}
}

@media(max-width: 767px) and (min-width: 501px) {
	.minicart-wrapper {
		right: 87px;
	}
	li.authorization-link {
		right: 165px;
	}
	.block-search .label {
		right: 20px;
	}
	.actions-toolbar .action-update {
		width: auto !important;
	}
	.actions-toolbar .action-cancel {
		width: auto !important;
		float: right;
	    margin: 0 0 0 20px !important;
	}
	.actions-toolbar .action-cancel span{
		display: inline-block;
		padding: 11px 17px;
	}
	#checkout-payment-method-load .actions-toolbar>.primary{
		text-align: right;
	}
}

@media(max-width: 480px) {
	.page-products .product-item-info {
		width: 100%;
	}
	.modal-slide._show,
	.modal-popup._show {
		z-index: 900000 !important;
	}
	.modal-popup.confirm .modal-header,
	.modal-popup.confirm .modal-content,
	.modal-popup.confirm .modal-footer {
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}
	.member-sec {
		text-align: left;
		padding-left: 10px;
	}
	.member-sec label {
		display: block;
	}
	.member-sec #open_model {
		width: 100%;
		margin-top: 10px;
	}
	.modal-popup.confirm._show .modal-footer button {
		width: 100px;
	}
	#shopping-cart-table .actions-toolbar {
		min-width: 0;
	}
	.navigation .level0>.level-top {
		padding: 8px 0 !important;
	}
	.navigation .level0>.level-top,
	.navigation .level0.nav-3 a {
		font-size: 18px !important;
	}
	.description-tab2 input:nth-of-type(1),
	.description-tab2 label:nth-of-type(1) {
		margin-left: 10px !important;
	}
}

@media(max-width: 479px) {
	.modal-popup.modal-slide._inner-scroll._show .fieldset.address>.field {
		flex: 100% !important;
	}
}

@media(max-width: 450px) {
	#popularinfo ol.products li.item,
	#recently_viewed ol.product-items li.product-item {
		width: 50%;
		margin-bottom: 5px;
		padding: 5px;
	}
	.product-info-price>*:first-child {
		padding-left: 0;
	}
	.minicart-items .product-item-details {
		padding: 0 !important;
	}
	.minicart-items .product-item:last-child {
		padding-bottom: 0;
	}
	#minicart-widgets {
		margin: 0;
	}
	.minicart-wrapper .block-minicart {
		padding-bottom: 10px !important;
	}
	.catalog-product-view .modal-popup.confirm button.action-secondary.action-dismiss,
	.catalog-product-view .modal-popup.confirm button.action-primary.action-accept {
		width: 100% !important;
	}
	.success-content h2.product-name {
		font-size: 20px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

@media(max-width: 440px) {
	.description-tab2 label {
		padding: 9px 15px !important;
	}
	.products.list.items.product-items .product-item-details .product-item-name {
		min-height: 66px;
	}
}

@media(max-width: 420px) {
	#mb-ajaxcart-wrapper .product-name {
		width: 60%;
	}
	.modal-popup.modal-slide._inner-scroll._show .modal-footer button {
		margin-bottom: 10px;
	}
	.pages .item,
	.items.pages-items {
		text-align: center;
		padding: 0;
	}
	.item.pages-item-next {
		margin-right: 0;
	}
	.pages .action.next,
	.pages .action.previous {
		padding: 8px 15px;
	}
	.products.wrapper~.toolbar-products .pages {
		text-align: left;
	}
	.pod__options-title--collapse {
		width: 100% !important;
	}
}

@media(max-width: 414px) {
	.pod__options-label:nth-of-type(4) {
		margin-left: 0 !important;
		display: block !important;
		margin-top: 10px;
	}
}

@media(max-width: 400px) {
	.fullwidth-banner h2 {
		line-height: .9;
	}
	body.page-with-filter.page-products .columns {
		padding-top: 0;
		margin-top: 0;
	}
	.description-tab label {
		padding: 15px;
	}
	#popularinfo ol.products li.item,
	#recently_viewed ol.product-items li.product-item {
		width: 100%;
		padding-left: 0;
	}
	.modal-header #modal-title-1 {
		max-width: 350px;
	}
	.modal-popup.modal-slide._inner-scroll._show .modal-title {
		padding-right: 50px;
	}
	#mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
		overflow: visible !important;
	}
	.description-tab2 label {
		padding: 9px 10px !important;
	}
	.pages .item {
		margin: 0 2px;
	}
	.pages .action.next,
	.pages .action.previous {
		padding: 5px 5px;
		font-size: 15px;
	}
	.catalogsearch-result-index .page-title-wrapper {
		padding: 0 0 10px;
	}
	.customer-welcome .customer-name {
		font-size: 14px;
	}
}

@media(max-width: 380px) {
	.pod__options-label {
		margin-top: 5px;
	}
	.modal-header #modal-title-1 {
		width: 270px;
	}
	.modal-popup.modal-slide._inner-scroll._show #co-shipping-form .fieldset.address>.field {
		flex: 100%;
	}
	.navigation .level0>.level-top,
	.navigation .level0.nav-3 a {
		font-size: 14px !important;
	}
	.description-tab2 label {
		padding: 9px 5px !important;
	}
	.modal-popup.modal-slide._inner-scroll._show .modal-footer .action.primary.action-save-address {
		width: 154px;
	}
	.toolbar-sorter.sorter label,
	.field.limiter label {
		padding-right: 0;
		font-size: 15px;
	}
}

@media(max-width: 360px) {
	.navigation li.level0.nav-8 a {
		font-size: 18px !important;
	}
	.description-tab2 label {
		font-size: 12px;
		padding: 9px 12px !important;
	}
	.customer-menu ul.header.links {
		width: 160px;
	}
	.customer-welcome .customer-menu ul.header.links li a {
		font-size: 14px;
	}
	.customer-welcome .customer-menu ul.header.links li {
		padding: 1px 5px;
	}
	.sorter-options {
		margin: 0;
	}
	.toolbar select {
		font-size: 14px;
	}
	.toolbar-sorter.sorter select {
		padding-right: 15px;
	}
}

@media(max-width: 350px) {
	.block-search .label>span {
		font-size: 14px;
	}
	.navigation {
		margin: 0;
	}
	.navigation .level0>.level-top {
		padding-right: 0 !important;
	}
}

@media(max-width: 340px) {
	.navigation .level0>.level-top {
		padding-right: 20px;
	}
	.block-search .control {
		top: 8px;
	}
	.navigation .level0>.level-top,
	.navigation .level0.nav-3 a {
		font-size: 12px !important;
	}
}

@media(max-width: 375px) {
	.price-container .price {
		font-size: 15px;
	}
}

@media(max-width: 320px) {
	.navigation li.level0.nav-8 a {
		font-size: 16px !important;
	}
	#btnopen {
		width: 120px !important;
		top: 106px !important;
		left: -5px !important;
	}
	.modal-popup.confirm .modal-header,
	.modal-popup.confirm .modal-content,
	.modal-popup.confirm .modal-footer {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.banner-content p {
		line-height: normal;
	}
	.navigation .level0.nav-1 a {
		text-align: right;
		padding-right: 12px !important;
	}
	.modal-popup.modal-slide._inner-scroll._show .modal-title {
		padding-right: 0;
		font-size: 22px;
	}
	.customer-welcome .customer-name {
		font-size: 13px;
	}
	.customer-menu ul.header.links {
		width: 140px;
	}
	.toolbar-sorter.sorter label,
	.field.limiter label,
	.page-with-filter .toolbar-amount {
		font-size: 14px;
	}
	.toolbar select {
		font-size: 12px;
	}
}

.catalog-product-view .product.media {
	position: relative;
}


/*cookie bar style*/

#catapult-cookie-bar {
	opacity: 1;
	max-height: 999px;
	min-height: 30px;
	padding: 15px 20px 15px;
	box-sizing: border-box;
	z-index: 99999;
	overflow: hidden;
	color: #ffffff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #5c99c5;
}

.ctcc-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	width: 1200px;
	text-align: left;
	font-family: lato;
}

#catapult-cookie-bar a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

button#catapultCookie {
	margin: 0 0 0 4px;
	background: #000 !important;
	padding: 3px 7px;
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	box-shadow: none;
}


/*cookie bar style*/

.fotorama__caption__wrap {
	display: none;
}

.fcol {
	margin-bottom: 10px;
}

.fotorama__caption__wrap {
	display: none !important;
}

.shop-text {
	display: inline-block;
	padding: 26px 10px 0;
}

.shop-text p {
	margin: 0;
}

.shop-text a {
	font-size: 28px;
	font-weight: 700;
	font-family: akzidenz grotesk;
	color: #000;
}

.shop-text a:hover {
	text-decoration: none;
}

.form-giftcard-account .action-add.primary span{
	font-size: 1.6rem;
}

button.action-apply,button.action-check,button.action-update,button.action-cancel span{
	background: #5b9bc1;
    border-color: #5b9bc1;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 17px;
}

button.action-apply span,button.action-check span,button.action-update span,button.action-cancel span {
	color: #fff;
    line-height: 2rem;
	font-size: 1.6rem;
	font-weight: 600;
}
button.action-apply:hover,button.action-check:hover,button.action-update:hover,button.action-cancel span:hover {
	background: #006bb4;
}

button.action-cancel{
	margin-top: 11px !important;
}

.opc-estimated-wrapper .minicart-wrapper{
	display: none;
}
.checkout-index-index .page-header{
	border: 0;
}