html {
  scroll-behavior: smooth;
}
body {
	margin: 0 auto;
	font-weight: 400;
	font-style: normal;
	color: #4d4d4d;
	max-width: 1800px;
	background: #FFF;
	box-shadow: 0 0 200px rgba(0, 0, 0, 0.2);
	background: #4d4d4d;
	font-family: 'camptonlight';
	letter-spacing: 0.04em;
	line-height: 1.6;
    font-size: 13px;
}

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i');
@font-face {
	font-family: 'camptonlight';
	src: url('../fonts/fonts2/campton-light-webfont.eot?1465273336');
	src: url('../fonts/fonts2/campton-light-webfont.eot?&1465273336#iefix') format("embedded-opentype"), url('../fonts/fonts2/campton-light-webfont.woff2?1465273336') format("woff2"), url('../fonts/fonts2/campton-light-webfont.woff?1465273336') format("woff"), url('../fonts/fonts2/campton-light-webfont.ttf?1465273336') format("truetype"), url('../fonts/fonts2/campton-light-webfont.svg?1465273336#camptonlight') format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'camptonmedium';
	src: url('../fonts/fonts2/campton-medium-webfont.eot?1465273336');
	src: url('../fonts/fonts2/campton-medium-webfont.eot?&1465273336#iefix') format("embedded-opentype"), url('../fonts/fonts2/campton-medium-webfont.woff2?1465273336') format("woff2"), url('../fonts/fonts2/campton-medium-webfont.woff?1465273336') format("woff"), url('../fonts/fonts2/campton-medium-webfont.ttf?1465273336') format("truetype"), url('../fonts/fonts2/campton-medium-webfont.svg?1465273336#camptonmedium') format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'camptonbold';
	src: url('../fonts/fonts2/campton-bold-webfont.eot?1465273336');
	src: url('../fonts/fonts2/campton-bold-webfont.eot?&1465273336#iefix') format("embedded-opentype"), url('../fonts/fonts2/campton-bold-webfont.woff2?1465273336') format("woff2"), url('../fonts/fonts2/campton-bold-webfont.woff?1465273336') format("woff"), url('../fonts/fonts2/campton-bold-webfont.ttf?1465273336') format("truetype"), url('../fonts/fonts2/campton-bold-webfont.svg?1465273336#camptonmedium') format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/fonts2/glyphicons-halflings-regular.eot');
	src: url('../fonts/fonts2/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fonts2/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/fonts2/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/fonts2/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}


/*animation*/

@keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}


/*Global*/

.primary {
	letter-spacing: 0.05em;
}

footer {
	font-size: 12px;
	background: #f8f8f8;
}

footer .page-footer {
	padding-bottom: 0;
}

.footer-search {
	padding: 20px 32px 24px;
	text-align: center;
	background: #6f6d78;
	line-height: 1;
}
footer .footer-search .footer.content {
	margin-top: 0;
	padding-top: 0;
}

.subscribe .label {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.5;
	letter-spacing: .06em;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
}

.field.newsletter {
	display: inline-flex;
	justify-content: center;
	position: relative;
}

.newsletter input#newsletter {
	padding: 6px 12px;
	font-size: 13px;
	line-height: 2;
	color: #333;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
	transition: border-color ease-in-out .15s, background-color ease-in-out .15s;
	width: 377px;
	height: 40px;
	border-radius: 2px;
	background-color: #eeeef7;
	border: 1px solid #eeeef7;
	font-family: 'camptonlight';
}

.newsletter .control {
	margin-right: 40px;
	position: relative;
}

.newsletter div#newsletter-error {
	width: 100%;
}
.newsletter input#newsletter.mage-error {
	border: 1px solid #dc0232;
}
.newsletter button.action.subscribe.primary {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-position: 50% 50%;
	border: 0;
	white-space: nowrap;
	padding: 7px 21px;
	font-size: 13px;
	line-height: 2em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	border-radius: 2px;
	letter-spacing: .05em;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border-radius: 2px;
	color: #fff;
	font-family: 'camptonmedium';
	font-weight: 400;
}

.newsletter ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #878e91 !important;
}

.newsletter ::-moz-placeholder {
	/* Firefox 19+ */
	color: #878e91 !important;
}

.newsletter :-ms-input-placeholder {
	/* IE 10+ */
	color: #878e91 !important;
}

.newsletter :-moz-placeholder {
	/* Firefox 18- */
	color: #878e91 !important;
}

.block-search ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #878e91 !important;
}

.block-search ::-moz-placeholder {
	/* Firefox 19+ */
	color: #878e91 !important;
}

.block-search :-ms-input-placeholder {
	/* IE 10+ */
	color: #878e91 !important;
}

.block-search :-moz-placeholder {
	/* Firefox 18- */
	color: #878e91 !important;
}

.footer-link {
	margin-left: 3px;
	color: #0178cc;
}

.footer-bottom {
	padding: 40px 20px 30px;
	background: #615f69;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: .04em;
	color: #342d32;
}

.footer-bottominner {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0px;
	box-sizing: border-box;
}

.footer-bottom .flex-row {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	max-width: 1000px;
	margin: auto;
}

.footer-bottom .footer-item {
	width: 25%;
	padding-right: 10px;
	padding-left: 20px;
	box-sizing: border-box;
}

h4.footer__heading {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
	padding-right: 20px;
	color: #fff;
	font-family: 'camptonmedium';
	line-height: 1.5;
	text-transform: uppercase;
}

.footer-linklist {
	padding: 0;
	list-style-type: none;
}

li.footerlink-item {
	margin-bottom: 0px;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

li.footerlink-item a {
	text-decoration: none;
	color: #fff;
}

li.footerlink-item a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-bottom .footer-item li:not(.footerlink-item) {
	display: inline-block;
	margin: 0 6px;
}

.footer-bottom .footer-item li:not(.footerlink-item) a {
	opacity: .3;
}

.footer-bottom .footer-item li:not(.footerlink-item) a:hover {
	opacity: 0.5;
}

.footer-checkout {
	margin: 56px auto 0;
	text-align: center;
}

.footer-checkout img {
	width: 339px;
}

footer.page-footer {
	padding-bottom: 0;
}

.footer__text {
	text-align: center;
	margin-top: 14px;
	font-size: 11px;
}

.footer__text a {
	color: #fff !important;
}

.footer-search .footer.content {
	display: block !important;
}

footer.page-footer .footer.content {
	display: none;
}

.footer__text a {
	color: #EC4C9B;
}

.page-wrapper {
	background-color: #f7f7fd;
}

.page-header {
	background: white;
}
.logo {
	z-index: 0;
}
.page-wrapper .sections.nav-sections {
	padding: 0;
	border-top: 1px solid #f7f7fd;
	background: white;
	margin-bottom: 0;
	border-bottom: 1px solid #f7f7fd;
}

#banner-slider-carousel {
	margin: 0 !important;
}

.page-wrapper .navigation {
	background: #ffffff;
}

nav.navigations {
	position: relative;
	display: block;
}

.main-menu {
	display: flex;
	list-style-type: none;
	letter-spacing: .04em;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 0;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.main-menu .dropdown-item {
	padding-right: 10px;
	position: static;
	line-height: 48px;
	padding: 0 10px;
	margin-bottom: 0;
	font-family: 'camptonmedium';
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: bold;
}

.main-menu .dropdown-item:last-child {
	color: #dc0232;
}

.main-menu .dropdown-item:first-child {
	padding-left: 0;
}

.main-menu .dropdown-item>a {
	border-bottom: 0;
	border-top: 0;
	color: inherit;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
}

.mega-menu {
	position: absolute;
	left: 5px;
	right: 5px;
	opacity: 0;
	visibility: hidden;
	width: calc(100% - 10px);
	box-shadow: 0 20px 20px -2px rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-top: 40px;
}

.main-menu .dropdown-item:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	z-index: 9;
	margin-top: 0px;
}

.mega-menuinner {
	background: white;
	width: 100%;
	box-sizing: border-box;
	margin: 5px auto 0;
	padding: 15px;
	border-radius: 2px;
}

.megamenu-row {
	display: flex;
	flex-wrap: wrap;
}

.megamenu-rowitem {
	box-sizing: border-box;
	padding: 10px 20px;
	border-right: 1px solid #eeeef7;
	line-height: 28px;
	margin: 0;
	width: 20%;
	max-width: 220px;
}

.megamenu-rowitem:first-child {
	padding-left: 0;
}

.megamenu-rowitem:last-child {
	border-right: none;
}

ul.category-level {
	padding: 0;
	margin: 0;
}

.menu-level1>a {
	text-transform: capitalize;
	font-family: "camptonmedium";
	font-size: 14px;
	margin-bottom: 4px;
	letter-spacing: .04em;
	color: rgb(77, 77, 77);
}

.menu-level1>a:hover {
	text-decoration: none;
	color: #4d4d4d;
}

ul.menu-level2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block !important;
}

ul.menu-level2>li {
	margin: 0;
	padding: 0;
	line-height: 21px;
}

.menu-level2>li>a {
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #878e91;
	padding: 3px 0;
	line-height: 1.3em;
	font-family: 'camptonlight';
}

.menu-level2>li>a:hover {
	text-decoration: none;
	color: #4d4d4d;
}

.header-right {
	height: 40px;
}
.header.content .contact-text-mobile {
	display: none;
}

p.featured-desc {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: .04em;
}

span.cat-image img {
	display: block;
}

.header-right .minicart-wrapper .action.showcart:before {
	content: "\f07a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 15px;
	/* border: 2px solid #eeeef7; */
	color: #6f6d78;
	background: #eeeef7;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.minicart-wrapper .loader{
	display:none !important
}

.glyphicon-tag:before {
	content: "\e041";
}

.header-right .minicart-wrapper .action.showcart.hasitem:before {
	color: #fff;
	background: #27a79d;
}

.page-header .block-search .action.search {
	right: 18px;
	opacity: 1 !important;
}

.page-header .header.content .block-search .action.search:before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 18px;
	color: #9b9a9b;
}

.products-grid .product-item .product-item-info {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	background: #FFF;
	position: relative;
}
.home-products .product-items {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.product-items .product-item-info:hover,
.product-items .product-item-info.active {
	background: #fff;
	box-shadow: none;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.cms-home.page-layout-1column .page-main .columns .column.main {
   padding-left: 0;
}
.cms-home .product-items .product-item-info:hover,
.cms-home .product-items .product-item-info.active {
	box-shadow: none;
}
.featured-categories .swiper-slide a, .cms-home .blog-carousel .swiper-slide a{
	display: block;
	height: 100%;
}

.featured-categories .swiper-slide .cat-image img, .home-page-blog-container .blog-carousel .swiper-slide .image img{
		display: none;
}
.featured-categories .swiper-slide .cat-image img.swiperloaded, .home-page-blog-container .blog-carousel .swiper-slide .image img.swiperloaded{
	display: block;
}

.products-grid .product-items .product-item-details {
	background: #FFF;
	padding: 10px 20px;
	padding-bottom: 0;
	position: relative;
}

.products-grid .product-items .product-item-name {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	color: #342d32;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .06em;
	text-transform: uppercase;
	overflow: hidden;
}

.products-grid .product-items .product-item-name a:hover {
	text-decoration: none;
}

.product-items button.action.tocart.primary:hover {
	border: 1px solid #e8177e;
	background: #e8177e;
	color: #FFF;
	outline: 0;
	box-shadow: none;
}
button:not(.primary) {
	box-shadow: none;
}

.sidebar-additional button.action.tocart.btn-quickbuy {
	height: auto;
}

ol.products.list.items.product-items button.action.tocart.primary:hover span {
	color: #fff;
}

.products-grid .product-items .product-item-actions {
	margin: -10px 0 20px;
}

.products-grid .product-item .price-box {
	margin: 0px 0 0px;
}

.products-grid .product-item .price-box .price {
	font-weight: 400;
	color: #342d32;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: .04em;
}

.products-grid .product-image-container {
	width: 100% !important;
}

.products-grid .product-image-wrapper {
	display: block;
	height: auto;
	padding: 3px !important;
}

.products-grid .product-image-photo {
	width: 100% !important;
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: auto;
	max-width: 100%;
	position: static;
}

.page-main .columns .column.main {
	padding-bottom: 0;
}

.page-header .minicart-wrapper .action.showcart {
	position: relative;
}

.page-header .minicart-wrapper .action.showcart .counter.qty.empty {
	color: #4d4d4d;
}

.my-account-link .my-account-login{
	display: block;
	text-align: center;
	position: relative;
	color: #6f6d78;
	border-radius: 50%;
	background: #eeeef7;
	width: 40px;
	height: 40px;
	margin-left: 15px;
	font-size: 13px;
	min-width: 40px;
}

.my-account-link a:hover .glyphicon-user:before {
	color: #4d4d4d;
}

.glyphicon {
	position: relative;
	/* top: 3px; */
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-user:before {
	content: "\e008";
}

.glyphicon-search:before {
	content: "\e003";
	position: relative;
	top: 3px;
}

.my-account-link a span:before {
	top: 14px;
	position: relative;
	color: #6f6d78;
}
.my-account-link a.loggedin span:before {
	color: #fff;
}
.my-account-link a.loggedin:hover span:before {
	color: #f2f1f1;
}

.glyphicon-truck:before {
	content: "\e800";
}

.glyphicon-list-alt:before {
	content: "\e032";
}

.glyphicon-heart:before {
	content: "\e005";
}

.glyphicon-gift:before {
	content: "\e102";
}

.glyphicon-flash:before {
	content: "\e162";
}

.glyphicon-book:before {
	content: "\e043";
}

.glyphicon-cog:before {
	content: "\e019";
}

.page-header .minicart-wrapper .action.showcart .counter.qty {
	background: #fff;
	position: absolute;
	top: -11px;
	right: -6px;
	display: block;
	width: 20px;
	line-height: 22px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #27a79d;
	box-sizing: border-box;
	font-size: 9px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

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

.minicart-wrapper .block-minicart {
	margin-top: 40px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.minicart-wrapper.active .block-minicart {
	margin-top: 5px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.block-minicart .subtitle.empty {
	font-weight: 300;
	padding: 20px 0 20px;
	font-size: 12px;
}

.box-tocart button#product-addtocart-button {
	border: 0;
	-webkit-appearance: none;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	padding: 0;
	font-size: 15px;
	width: 100%;
	margin: 0;
	height: 45px;
}

.box-tocart .fieldset {
	display: table;
	width: 100%;
}

.box-tocart .fieldset .qty {
	display: table-cell;
	vertical-align: middle;
	margin-right: 10px;
	width: 100px;
}

.box-tocart .fieldset .actions {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 100px);
	margin: auto;
	position: relative;
	top: 13px;
}

.box-tocart .fieldset .paypal {
	display: none;
}

.related .box-tocart button#product-addtocart-button:hover {
	background: #ec4c9b;
}

.review-form .action.submit.primary:hover {
	background: #42bbb2;
	border: 1px solid #42bbb2;
	color: #fff;
}

.block.related .action.select {
	vertical-align: middle;
}

.box-tocart input#qty {
	width: 91px;
	height: 45px;
	border-radius: 2px;
	background-color: #eeeef7;
	border: 1px solid #eeeef7;
}

/*.product.data.items > .item.content {
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.ready .product.data.items > .item.content {
	opacity: 1;
}*/
.form-create-account .newsletter {
	display: none;
}

#opc-sidebar .choice.field.opc-newsletter {
	display: none;
}

.breadcrumbs .items {
	padding: 0px 0;
	padding-bottom: 0;
}

.page-products .page-title-wrapper {
	text-align: center;
	background-image: url(https://s3-ap-southeast-2.amazonaws.com/maxwellandwilliamsau/Category+Images/Maxwell-%26-Williams-Background-Image.jpg);
	background-size: cover;
	margin-bottom: 6px;
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	padding: 60px 20px;
	box-sizing: border-box;
}

.page-products .page-title-wrapper .breadcrumbs {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	top: 10px;
	left: 0;
	padding: 0 20px;
	background-color: transparent;
	position: absolute;
}

.fieldset > .field > .label, .fieldset > .fields > .field > .label, .opc-wrapper .form-login .fieldset .field .label, .opc-wrapper .form-shipping-address .fieldset .field .label {
	font-size: 13px;
}
/*Messaging*/

.page-products .message.success,
.catalog-product-view .message.success {
	display: none;
}

.page-products .message.success>*:first-child:before {
	color: #fff;
}

.message.error {
	border: 1px solid #dc0232;
	background: transparent;
    color: #dc0232;
    margin: 5px 20px;
}
.message.error > *:first-child:before {
	color: #dc0232;
}
.message.success {
	margin: 5px 20px;
	border: 1px solid #27a79d;
	color: #27a79d;
	background: transparent;
}
.message.success > *:first-child:before {
	color: #27a79d;
}
.message.success a,
.message.success a:focus,
.message.success a:active,
.message.success a:hover {
	color: #27a79d;
	text-decoration: none;
}
.payment-option-content .message.error {
	margin: 10px 0px -10px 0;
}
/*end messaging*/


/*Cart*/

.cart-discount .title:after {
	color: #e8177e !important;
}

.cart-discount strong#block-discount-heading {
	color: #e8177e;
}

.cart.table-wrapper .actions-toolbar {
	padding: 0 20px 20px;
}

.cart.table-wrapper .action {
	font-size: 11px;
	text-decoration: none;
	color: #999;
}

.cart.table-wrapper .action:hover,
.cart.table-wrapper .action:focus {
	color: #4d4d4d;
}

.cart.table-wrapper .action:before {
	position: relative;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 3px;
}

.cart.table-wrapper .action.cart-delete:before {
	content: "\e014";
}

.cart.table-wrapper .action.cart-wishlist:before {
	content: "\e005";
}

.cart.table-wrapper .message.error {
	border: none;
    margin: 0;
    display: block;
    padding-left: 31px;
    margin-top: 0 !important;
}

.cart.table-wrapper .message.error > *:first-child:before {
	width: 25px;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar {
	padding: 0;
}

.cart-discount strong#block-discount-heading {
	color: #e8177e;
}

.cart-discount strong#block-discount-heading:after {
	color: #000;
}

.cart-discount:after {
	color: #e8177e !important;
}

.cart-discount .title:after {
	color: #e8177e !important;
}

.cart-discount button.action.apply.primary {
	background: #e8177e;
	color: #fff;
	border: 0;
	border-radius: 100px;
	height: 45px;
	padding: 0 23px;
	margin-left: 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 13px;
}

.cart-discount input#coupon_code {
	background: #fff;
	border-radius: 100px;
	height: 47px;
	padding-left: 20px;
}

#discount-coupon-form .label {
	display: none
}
.cart-totals {
	font-size: 85%;
}
.cart-empty {
	margin: 20px;
    padding-left: 0;
    padding-right: 0;
}
.page-products .page-title-wrapper #page-title-heading {
	color: #fff;
	width: 100%;
	font-size: 42px;
	margin-bottom: 0px;
	padding-top: 0;
	font-family: 'Camptonbold';
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.catalogsearch-result-index h1.page-title {
	display: block;
	vertical-align: middle;
	color: #fff;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}

.breadcrumbs ul li a {
	color: #fff !important;
}

.breadcrumbs ul li a:after {
	color: #fff !important;
}

.breadcrumbs .item:not(:last-child):after {
	color: #DDD !important;
	font-size: 14px;
	line-height: 12px;
	content: "/";
	margin: 0;
	font-weight: bold;
}
.catalog-product-view .breadcrumbs .item:not(:last-child):after {
	line-height: 15px;
}

.breadcrumbs {
	width: 100% !important;
	max-width: 100% !important;
	text-align: left;
}

.page-products .breadcrumbs {
	width: auto !important;
	max-width: initial !important;
}

.product-info-main .page-title-wrapper h1 {
	margin-bottom: 15px;
	font-size: 24px;
	font-family: 'camptonlight';
	letter-spacing: .06em;
}

.product-info-main .product-info-price span.price {
	font-size: 24px !important;
	font-weight: bold !important;
	color: #342d32;
	font-family: 'camptonlight';
}

.page-layout-1column .product-info-main {
	width: 50% !important;
	padding: 2.5%;
	box-sizing: border-box;
}

.product-info-main .widget.block.block-static-block {
	margin-bottom: 20px;
}
.product-info-main .product-extra-alert{
	color: #27a79d;
	border: 1px solid #27a79d;
	padding: 10px;
}
.page-layout-1column .product.media {
	width: 50% !important;
}

.category-description {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	margin-bottom: 0px;
	padding: 10px 0 0;
	max-width: 600px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	font-size: 14px;
}

.top-category-list {
	margin-top: 10px;
	display: inline-flex;
}

.top-category-name {
	padding: 0 5px;
}

.top-category-list-item:last-child .top-category-name {
	border-right: 0;
}

.top-category-list a,
.top-category-list a:visited,
{
	display: block;
	padding: 0 15px;
	background: #FFF;
	color: #fff;
}

.top-category-list a:hover, 
.top-category-list a:focus,
.top-category-list h2:hover,
.top-category-list h2:focus,
.blog-category a.list-categories:hover,
.blog-category a.list-categories:focus {
	background: #eee;
	text-decoration: none;
}

.top-category-list h2, .blog-category a.list-categories {
	text-align: left;
    font-size: 12px;
    color: #4d4d4d;
    opacity: 1;
    padding: 10px 14px;
    text-transform: none;
    font-family: "camptonmedium";
    background: #fff;
    border-radius: 2px;
    margin: 5px 0;
    box-shadow: 1px 1px 1px #0001;
}

.breadcrumbs .items>li {
	color: #fff;
}

.page-products .category-view {
	padding: 20px 0;
}

.page-products .search.results {
	margin-right: 5px;
}

.page-products .search.results dl.block {
	display: none;
}

.page-products .products-grid li.item.product.product-item {
	width: 25% !important;
	padding: 0px 0px 5px 5px !important;
	margin: 0 !important;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
}

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

.page-products .action.towishlist {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-products .action.towishlist:before {
	display: none;
}

.page-products .action.towishlist span:last-child {
	display: none;
}

.page-products .glyphicon-heart.glyphicon {
	background: 0;
	border: 0;
	padding: 0;
	color: rgba(0, 0, 0, 0.1);
	font-size: 20px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	transition: all 100ms linear;
	outline: 0;
}

.page-products .action.towishlist:hover .glyphicon-heart {
	color: rgba(226, 14, 50, 1);
}
.gift-boxed .glyphicon-gift {
	top: 3px;
}
.page-products .btn-quickbuy {
	background: rgba(0, 0, 0, 0.4);
	font-size: 10px !important;
	padding: 7px 9px !important;
	height: 24px;
	color: #fff;
	border: 0;
	border-radius: 3px !important;
	min-height: 24px;
}

.page-products .btn-quickbuy:hover,
.page-products .btn-quickbuy.disabled:focus {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: 0;
}

.btn-quickbuy {
	display: inline-block;
	color: #27a79d;
	background: transparent;
	border-color: #27a79d;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: 10px !important;
	border-radius: 0 !important;
}

.btn-quickbuy:active,
.btn-quickbuy:focus {
	background: #fff;
	color: #27a79d;
	border-color: #27a79d;
}

.page-products .btn-quickbuy:active,
.page-products .btn-quickbuy:focus {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	border: none;
}

.btn-quickbuy:hover,
.btn-quickbuy.disabled:focus, .checkout-cart-index button.action.tocart.btn-quickbuy:hover, .checkout-cart-index button.action.tocart.btn-quickbuy:focus {
	background: #27a79d;
	color: #fff;
	border-color: #27a79d;
}

.review-form .action.submit.primary {
	background: #27a79d;
	color: #fff;
	border-color: #27a79d;
	font-family: 'camptonlight';
	font-weight: normal;
}
.review-form .action.submit.primary:focus {
    background: #42bbb2;
	border: 1px solid #42bbb2;
	color: #fff;
}

.products-grid.wishlist .product-item-inner {
	display: block !important;
	position: static !important;
	box-shadow: none !important;
	border: 0 !important;
}

.products-grid.wishlist .product-item-inner .field.comment-box {
	display: none;
}

ol.products.list.items.product-items button.action.tocart.primary {}

.products-grid .product-item-inner {
	display: block !important;
	opacity: 1 !important;
	box-shadow: none !important;
	border: 0 !important;
	height: auto !important;
	overflow: visible !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 20px 0;
	padding-bottom: 20px !important;
	right: 0px !important;
	top: -50px;
}

.products-grid .product-items {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

body.page-products .products-grid .product-items {
	margin: 0 0 0 -5px;
}

.wishlist-index-index .product-item-info {}

.page-products .product-reviews-summary.short {
	display: none;
}
.catalog-product-view .product-reviews-summary.hasreview .reviews-actions .action.add {
	color: transparent;
}
.page-products .product-item-actions .actions-primary+.actions-secondary {
	display: none;
}

.page-products .products-grid .product-items .product-item-name {
	height: auto;
}

.page-products .products-grid .product-item-inner .product-item-actions {
	margin: 0;
}

.wishlist-index-index .products-grid .product-item .product-item-info {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.products-grid.wishlist .product-item .fieldset .control {
	display: inline-block;
	padding-left: 5px;
}

.products-grid.wishlist .product-item .fieldset .product-item-actions {
	display: block !important;
}

.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
	width: auto;
}

.products-grid.wishlist .product-item .box-tocart .tocart {
	padding: 5px 9px !important;
	min-height: 24px !important;
	line-height: normal !important;
}

button:hover {
	background: #42bbb2;
	border: 1px solid #42bbb2;
	color: #fff;
}

.form-wishlist-items .actions-toolbar {
	margin-top: 15px;
}

.toolbar-products {
	background: #fff;
	padding: 10px 20px;
	margin: 0px 0px 5px 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.toolbar .sorter-action {
	display: none;
}
.toolbar-sorter .sorter-label {
	display: none;
}
.toolbar-sorter {
	background-position: 104% 49%;
}
.toolbar-sorter select:not([disabled]):focus {
	border: none;
}
.page-layout-2columns-left .sidebar-additional {
	padding: 0 5px 5px 5px !important;
}
.page-layout-2columns-left .sidebar-additional .block {
	margin-bottom: 0;
	padding: 20px;
	background: #fff;
}
.page-layout-2columns-left .column.main {
	width: 100% !important;
}
.page-layout-2columns-left .column.main .products.wrapper{
	width: 83.33333333% !important;
	float: left;
	padding-left: 5px;
    box-sizing: border-box;
}

.block-collapsible-nav .item {
	margin: 0;
	font-family: 'camptonlight';
	background: #FFF;
	border: solid 1px #f7f7fd;
	border-width: 0 1px 1px 1px;
}

.block-collapsible-nav .item .delimiter {
	border-top: 0px solid #d1d1d1;
	display: block;
	margin: 0;
}

.catalog-product-view main#maincontent {
	background: #fff;
	padding: 0px 20px;
	box-sizing: border-box;
	margin: 0;
}

.checkout-cart-index .cart-summary #block-shipping {
	display: none;
}

.checkout-cart-index .page-main {
	padding-top: 20px;
}

.toolbar select {
	background-color: transparent;
	box-shadow: none;
	border-radius: 3px;
	border: none;
	font-family: 'camptonmedium';
	color: #4d4d4d;
}

.categories {
	display: flex;
	flex-wrap: wrap;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.categories .category-item {
	max-width: calc(24.66% - 20px);
	margin: 10px;
	padding-bottom: 8px;
	justify-content: center;
	flex: 1 0 24%;
	-webkit-flex: 1 0 24%;
	-ms-flex: 1 0 24%;
	flex: 1 0 24%;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
}

.categories .category-item a {
	text-decoration: none;
}

.categories .category-item img {
	width: 100%;
	display: block;
}

.categories .category-item .cat--name {
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	padding-top: 9px;
}

div#minicart-content-wrapper button#top-cart-btn-checkout {
	font-size: 13px;
	padding: 0;
}

#opc-sidebar .minicart-items .product-item-details {
	padding-left: 14px;
	display: block;
	vertical-align: top;
}

#minicart-content-wrapper .minicart-items .product-item-details a {
	color: #e8177e;
}

#minicart-content-wrapper a.action.viewcart {
	color: #27a79d;
	background: #FFF;
	width: auto;
	padding: 10px;
	margin-right: 0;
	border: 1px solid #27a79d;
	display: block;
	margin: 10px;
	text-transform: uppercase;
	border-radius: 2px;
	margin-top: 0;
	font-family: 'camptonmedium';
	text-decoration: none;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

#minicart-content-wrapper a.action.viewcart:hover,
#minicart-content-wrapper a.action.viewcart:focus {
	color: #ffffff;
	background: #27a79d;
}

.payment-method _active .token-list,
.securefields-wrapper {
	width: 100% !important;
}

.checkout-index-index .step-title:before,
#opc-sidebar .opc-block-summary>.title:before {
	background-color: #E8177E !important;
}

.checkout-index-index ol#checkoutSteps li {
	background: #fff;
}

.action.primary:focus,
.action.primary:active {
	background: #27a79d;
	border-color: #27a79d;
}

a:hover,
.alink:hover {
	color: #27a79d;
	text-decoration: underline;
}

.block-collapsible-nav .item a,
.block-collapsible-nav .item>strong {
	padding: 12px 18px;
}

.checkout-index-index form#discount-form input#discount-code {
	width: 100%;
	height: 44px;
}

.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar>.action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button>.action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
	color: #4d4d4d;
}
.opc-wrapper .edit-address-link{
	text-decoration: none;
}
.opc-wrapper .edit-address-link:hover {
    color: #342d32;
	text-decoration: none;
}

.checkout-index-index .modal-popup .form-shipping-address {
	width: 100%;
	max-width: 100% !important;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
	border-radius: 100px;
}


.checkout-index-index .step-title:before,
#opc-sidebar .opc-block-summary>.title:before {
	display: none
}

.checkout-index-index .column.main {
	margin-top: 30px;
}

.page-layout-checkout div#opc-sidebar span.title:before {
	background-color: #27a79d !important;
}

#checkout-step-shipping button.action.action-show-popup {
	color: #fff;
	background: #27a79d;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
    border-color: #d4d4d4;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
	background: #d4d4d4;
	color: #4d4d4d;
}
.bss-onestepcheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item:hover {
    border-color: #d4d4d4 !important;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
	margin-top: 0;
	color: #4d4d4d;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover{
	text-decoration: none;
	color: #4d4d4d;
}
button.action.action-cancel {
	color: #27a79d !important;
}

.authentication-wrapper button.action.action-auth-toggle {
	color: #4d4d4d;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
	font-size: 13px;
	padding: 0;
}

.cart-discount button.action.apply.primary:hover {
	background: #e8177e;
	box-shadow: none !important;
	border: 1px #e8177e solid;
	color: #fff;
}

.checkout-cart-index .products-grid .product-item .product-item-info {
	padding: 2px;
}

.breadcrumbs .items {
	color: #333 !important;
}

.breadcrumbs .items li {
	color: #DDD !important;
	text-transform: uppercase;
	font-size: 10px;
}

.breadcrumbs .items li a {
	color: #DDD !important;
}

.breadcrumbs .item:not(:last-child):after {
	color: #DDD !important;
}

.breadcrumbs {
	background: #fff;
	margin: 0;
	box-sizing: border-box;
}

.page-products .breadcrumbs .items {
	color: #fff !important;
}

.page-products .breadcrumbs .items li {
	color: #fff !important;
}

.page-products .breadcrumbs .items li a {
	color: #fff !important;
}

.page-products .breadcrumbs .item:not(:last-child):after {
	color: #fff !important;
	line-height: 1;
}

.page-products .sidebar.sidebar-main {
	padding: 0px 5px 0px 5px;
}

.sidebar-filter-wishlist {
	padding: 20px;
	background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    box-sizing: border-box;
}
.sidebar-filter-wishlist .product-item .price-box {
	margin: 10px 0 10px;
}
.sidebar-filter-wishlist .product-item-details {
	margin-bottom: 10px;
}
.sidebar .block-wishlist .block-title {
	margin-bottom: 10px;
}
.sidebar .block-content.filter-content {
	 margin-bottom: 20px;
}
.sidebar .block-wishlist .block-content, .filter-clear {
	font-size: 12px;
	color: #4d4d4d;
}

.sidebar.sidebar-additional {
	width: 16.66666% !important;
}

.filter-options-title {
	font-weight: normal;
	font-family: 'camptonmedium';
	padding-left: 0;
}
.filter-actions {
	padding: 0;
}
.filter-actions a {
	text-decoration: none;
}
.filter-actions a:hover {
	color: #342d32;
}
.filter-value {
	color: #4d4d4d;
}
.filter-current .action.remove {
	top: -3px;
}
.action.remove .abs-remove-button-for-blocks:before {
	font-size: 11px;
}
.filter-options-title:hover {
	color: #4d4d4d;
}
.filter-options-content a, .filter-options-content .count, .filter-options-content a:visited{
	color: #8c8c8a;
}
.filter-options-content {
	padding: 10px 0;
}
.filter-options-content ol{
	position: relative;
}
.filter-options-content a {
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 39px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}
.filter-options-content .count {
	position: absolute;
    right: 0px;
}
.filter-options-content a:hover, .filter-options-content a:hover .count {
	background: none;
	color: #4d4d4d;
}

.filter .block-subtitle {
	font-weight: normal;
	font-family: 'camptonmedium';
	padding: 10px 10px 20px 0px;
}

.block-compare .block-title strong, .block-wishlist .block-title strong {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	font-family: 'camptonmedium';
}

.sidebar .block-wishlist .block-title strong {
	font-size: 14px;
	font-family: 'camptonmedium';
}

.sidebar-additional button.action.tocart.primary {
	display: inline-block;
	padding: 0px 15px;
	height: 26px;
	background: transparent;
	border: 1px solid #e8177e;
	border-radius: 16px;
	font-size: 12px;
	color: #e8177e;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.block-wishlist .product-items .product-item-info:hover,
.block-wishlist .product-items .product-item-info.active,
.block-wishlist .featured-product-inner:hover {
	box-shadow: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.block-addresses-default a {
	color: #e8177e;
}

.form-address-edit input {
	border-radius: 100px;
}

.account-billing-agreements button.primary.action.create {
	background: #e8177e;
	border-color: #e8177e;
	border-radius: 100px;
}

button {
	padding: 0 25px;
	height: auto;
	min-height: 41px;
	text-transform: uppercase;
	background: #27a79d;
	border-color: #27a79d;
	border-radius: 2px;
	font-size: 13px;
	color: #fff;
	font-family: 'camptonmedium';
	font-weight: 400;
}

button.cnMSnu {
	min-height: auto;
}

.ewayrapid-mycards-index button.action.primary.add {
	background: #e8177e;
	border-color: #e8177e;
	border-radius: 100px;
}

.form-address-edit button.action.save.primary {
	font-size: 13px !important;
	padding: 0 20px !important;
}

.sales-order-history .account .table-wrapper a {
	color: #e8177e;
}

.sales-order-history select#limiter {
	background-color: #e8177e;
	color: #fff;
	border: 0;
}

.cart-container {
	background: #fff;
}

.cart-summary {
	background: #fff;
	margin-bottom: 0;
	padding: 1px 0 25px;
}

.cart-summary>.title {
	font-size: 24px;
}

.checkout-cart-index h1.page-title .base {
	font-size: 24px;
	line-height: 1.42857143;
}

.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
	padding-left: 0;
}

.cart.itemCounts {
	padding: 0 15px;
}

.cart.table-wrapper .product-item-name,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price {
	font-size: 13px;
}

.old-price span.price {
	color: #999 !important;
	text-decoration: line-through;
	display: inline;
	margin-right: 5px;
	font-size: 14px !important;
	font-weight: 100;
}

.block-minicart .paypal,
.cart-summary .paypal .paypal-btn-custom {
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .05em;
	font-family: 'camptonmedium';
	font-weight: 400;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	height: 41px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f3b938;
	border: #f3b938;
	width: 100%;
	cursor: pointer;
}

.block-minicart .paypal input,
.cart-summary .paypal input {
	max-width: 80px;
	margin-left: 10px;
}

span.special-price span {
	color: #dc0332 !important;
}

.product-info-main .product-info-price .price-box .price-container>span {
	display: inline;
}

.special-price span {
	color: #dc0332 !important;
}

.abs-product-link>a:visited,
.product-item-name>a:visited,
.product.name a>a:visited {
	text-decoration: none;
}

.social-login-authentication-channel.account-social-login {
	float: left;
}

.product-info-main .product-info-price {
	margin-bottom: 10px;
}

.product-info-main .product-info-price .price-box {
	display: block;
	width: auto;
}

.product-info-main .product-info-stock-sku {
	display: block;
	padding-left: 0px;
}


/*404 Page*/

.cms-no-route h1 {
	padding: 40px 40px 0 20px;
}

.cms-no-route .column.main {
	margin-left: 20px;
}

.cms-no-route .sidebar.sidebar-additional {
	display: none;
}
/*******Login Start**********/

.customer-account-login main#maincontent {
	max-width: 100%;
	margin: auto;
	background: transparent;
	padding: 0;
	margin-top: 62px;
	width: 66.66%;
	box-sizing: border-box;
}

.login-container {
	display: flex;
	flex-wrap: wrap;
}

.block.block-customer-login {
	background: white;
	padding: 20px;
	width: 50% !important;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}

.login-container .fieldset:after {
	display: none;
}

.block.block-new-customer {
	background: #6f6c77;
	background-image: url(https://s3-ap-southeast-2.amazonaws.com/maxwellandwilliamsau/Category+Images/Maxwell-%26-Williams-Background-Image.jpg);
	background-size: cover;
	color: #FFF;
	padding: 20px;
	width: 50% !important;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}

.login-container .block-new-customer .actions-toolbar {
	margin-top: 0;
}

.login-container .block.social-login-authentication-channel.account-social-login {
	margin-bottom: 10px;
	float: none;
	width: 100%;
	text-align: left;
}

.login-container .block.social-login-authentication-channel.account-social-login .block-content {
	text-align: left;
}

.block.block-new-customer .primary {
	padding-top: 15px;
	border-top: 1px solid #FFF;
	width: 100%;
}

.block.block-new-customer a.action.create.primary {
	color: #27a79d;
	background: #FFF;
	width: 100%;
	padding: 10px;
	margin-right: 0;
	border: 1px solid white;
}

.block.block-new-customer a.action.create.primary:hover {
	color: #42bbb2;
}

.create-info {
	font-size: 13px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: .04em;
	padding-bottom: 20px;
}

.create-info ul {
	padding: 0 20px;
	margin: 0;
}

.create-info li {
	margin-bottom: 0;
}

.login-container .block .block-title {
	font-size: 20px;
	font-family: "camptonmedium", helvetica, arial;
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	line-height: 1.5;
	letter-spacing: .06em;
}

.account-terms {
	text-align: center;
	padding-top: 30px;
	font-size: 12px;
	width: 100%;
	margin-bottom: 60px;
	line-height: 1.6;
	letter-spacing: .04em;
}

.form-login .fieldset>.field>.label {
	font-family: 'camptonlight';
	font-weight: 400;
	font-style: normal;
	color: #4d4d4d;
	margin-bottom: 5px;
}

.form-login .fieldset>.field>.label span {
	font-weight: 400;
	font-style: 13px;
}

.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
	display: none;
}

.form-login .actions-toolbar {
	position: relative;
}

.form-login .secondary {
	position: absolute;
	top: -55px;
	right: 10px;
	z-index: 11;
	font-size: 12px;
	color: #4d4d4d;
}

.form-login .secondary a {
	color: #4d4d4d;
}

.block-content .form-login .actions-toolbar .primary {
	width: 100%;
	margin: 0;
}

a.btn.btn-block.btn-social.btn-google {
	background-color: #FFF;
	color: #333;
	display: inline-block;
	border-radius: 2px;
	padding: 4px 8px 4px 33px;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
	font-family: 'camptonlight';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
}

.actions-toolbar .btn-google .fa-google {
	background-size: contain;
	width: 26px;
}

.form.create.account {
	margin: 0 auto 60px;
	background: white;
	padding: 20px;
}

.form.create.account .fieldset>.legend {
	font-size: 20px;
	font-family: "camptonmedium", helvetica, arial;
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	line-height: 1.5;
	letter-spacing: .06em;
}

.form.create.account .fieldset>.field>.label {
	font-family: 'camptonlight';
	font-weight: 400;
	font-style: normal;
	color: #4d4d4d;
	margin-bottom: 5px;
}

.form.create.account .fieldset {
	margin: 0 0 0px;
}

.form.create.account .actions-toolbar .primary {
	width: 100%;
	margin: 0;
}

.form-create-account .fieldset.create.account:after {
	display: none;
}

.customer-account-create .block.social-login-authentication-channel.account-social-login {
	margin: 0 auto;
	width: 100%;
}


/*******Login End**********/


/*Login dropdown*/

.my-account-dropdown-content {
	position: absolute;
	top: 70px;
	background: #fff;
	min-width: 310px;
	right: 0px;
	text-align: left;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	z-index: 99;
	visibility: hidden;
	margin-top: 40px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.my-account-dropdown.showaccount .my-account-dropdown-content {
	visibility: visible;
	margin-top: 0;
}

.my-account-dropdown-content a {
	display: block;
	padding: 5px 20px;
	border-bottom: 1px solid #f7f7fd;
	padding: 5px 20px;
	text-decoration: none;
	color: #4d4d4d;
}

.my-account-dropdown-content .wishlist-count-container {
	display: inline;
	float: right
}

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

main#maincontent {
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

form#login-form input {
	border-radius: 0px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
	border-radius: 2px;
	background-color: #eeeef7 !important;
	border: 1px solid #eeeef7;
	height: 40px;
	font-family: 'camptonlight';
	font-size: 13px;
	color: #4d4d4d;
}

.bss-onestepcheckout input[type="text"],
.bss-onestepcheckout input[type="password"],
.bss-onestepcheckout input[type="url"],
.bss-onestepcheckout input[type="tel"],
.bss-onestepcheckout input[type="search"],
.bss-onestepcheckout input[type="number"],
.bss-onestepcheckout input[type="datetime"],
.bss-onestepcheckout input[type="email"] {
	border: none;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
	border: 1px solid #ddd;
	box-shadow: none;
}

.login-container .fieldset>.field>.control {
	width: 100% !important;
}

span.product-image-container:hover {
	/*    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;*/
}

#banner-slider-carousel .owl-nav button {
	display: block !important;
}

.checkout-cart-index .page-main {
	margin-top: 30px;
}

.form-create-account {
	clear: both;
}

.customer-account-create main#maincontent {
	margin-top: 20px;
}

#banner-slider-carousel .owl-nav {
	opacity: 1 !important;
}

.block-customer-login button.action.action-login.secondary {
	background: #27a79d;
	border-radius: 0;
	height: 45px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
	border: 0;
	-webkit-appearance: none;
}

.block-customer-login button.action.action-login.secondary:hover {
	opacity: 0.8;
}

.authentication-wrapper .secondary a {
	color: #4d4d4d !important;
}

.cart-container .block-title.title {
	padding-left: 12px;
}

a,
.alink {
	color: #4d4d4d;
	text-decoration: none;
}

a:visited,
.alink:visited {
	color: #342d32;
	text-decoration: none;
}

.block-collapsible-nav .content {
	background: #fff;
}

.account main#maincontent {
	padding: 0 20px;
	box-sizing: border-box;
}
.account.page-layout-2columns-left .page-main .columns .column.main {
	width: 77.7% !important;
	float: right;
}

a.action.primary,
.action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary {
	background: #27a79d;
	border-color: #27a79d;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .05em;
	font-family: 'camptonmedium';
	font-weight: 400;
	box-shadow: none;
	color: #fff;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

a.action.primary:hover,
.action.primary:hover,
.cart-summary .block .actions-toolbar>.primary .action.primary:hover,
.cart-summary .block .actions-toolbar>.primary .action.primary:focus {
	background: #42bbb2;
	border: 1px solid #42bbb2;
	color: #fff;
}

.cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus),
.cart.main.actions button {
	box-shadow: none;
	color: #42bbb2;
	background: transparent;
}

.cart-summary .block .actions-toolbar>.primary .action.primary:hover,
.cart.main.actions button:hover {
	background: #42bbb2;
	color: #fff;
}

.header.panel>.header.links>li {
	vertical-align: middle !important;
}

button:focus,
button:active {
	background: #218c83;
	color: #fff;
	border-color: #27a79d;
}

.page-layout-2columns-left .sidebar-filter-wishlist {
	width: 16.66666% !important;
	float: left;
	margin-bottom: 5px;
}

.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .payment-option-inner {
	width: 55%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	padding: 15px 10px 15px 0;
}

.bss-onestepcheckout #opc-sidebar .discount-code #discount-form {
	display: table;
	width: 100%;
}


/*** Auto Address Css added on 27-06-2019 starts**/

.checkout-index-index .ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}

.checkout-index-index .ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
	width: 271px !important;
}

.checkout-index-index .ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}

.checkout-index-index .ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}

.checkout-index-index .ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.checkout-index-index .ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0;
	/* support: IE7 */
	font-weight: normal;
}

.checkout-index-index .ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
	border-radius: 4px;
}

.checkout-index-index span.ui-helper-hidden-accessible {
	display: none;
}

.checkout-index-index .ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0;
	font-weight: normal;
	color: #222222;
	cursor: pointer;
	border: 1px solid transparent;
}

.checkout-index-index .ui-menu .ui-menu-item a:hover {
	border: 1px solid #999999;
	background: #dadada;
	border-radius: 4px;
}


/*** Auto Address Css added on 27-06-2019 ends**/

.page-main .columns .column.main {
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.cms-page-view .page-main .columns .column.main {
	padding-right: 0px;
	padding-left: 0px;
}
.page-products.catalogsearch-result-index .page-main .columns .column.main {
	padding-right: 0;
}

.page-layout-1column .page-main .columns .column.main {
	padding-right: 0;
}

.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .actions-toolbar {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
}

.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .actions-toolbar .action {
	margin: 0;
	font-size: 13px;
	height: 44px;
}

.page-products .products {
	margin: 0;
}

.products-list .product-item-details {
	display: table-cell;
	padding-top: 20px;
	vertical-align: top;
	padding-right: 20px;
}

.products-list .product-item-photo {
	padding: 0 30px 0px 0;
}

.products-list .product-item-link {
	font-size: 16px
}

.products-list .product.description a.action.more {
	color: rgb(153, 153, 153);
}

.products-list .product.description a.action.more:hover {
	color: #7f7f7f;
	text-decoration: none;
}

.pages .action {
	background: none;
	border: none;
	box-shadow: none;
}

.pages .action:hover {
	background: none;
}

.pages a.page, .pages a.page:visited {
	color: #4d4d4d;
}

.pages a.page:hover {
	color: #2f2f2f;
}

.pages strong.page {
	background: #fff;
}

.column.main .products-list .product-item {
	padding-left: 0;
	background: #fff;
	margin-bottom: 5px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #0001;
}

.page-header .panel.wrapper {
	display: none;
}

.footer-news-tc {
	text-align: center;
	margin-top: 17px;
	color: #ffffff;
}

.footer-news-tc a {
	color: #ffffff;
	font-family: 'camptonlight';
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	letter-spacing: .04em;
}

.footer-news-tc a:hover {
	text-decoration: none;
}

.message.info {
	margin-top: 5px;
}


/******Account Info*************/

.row.account-dashboard {
	display: flex;
	flex-wrap: wrap;
}

.account-dashboard {
	margin-top: 30px;
}

.dashboard-item {
	width: 25%;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.account-dashboard .dashboard-item a {
	font-size: 13px;
	color: #454545;
	line-height: 1.6;
	letter-spacing: .04em;
}

.account-dashboard .dashboard-item a:hover {
	text-decoration: none;
}

.account-dashboard .circle-icon {
	border: 2px solid #dc0332;
	width: 86px;
	height: 86px;
	border-radius: 43px;
	text-align: center;
	margin: 0 auto 10px auto;
	cursor: pointer;
	padding-top: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.account-dashboard .circle-icon:hover {
	background: #dc0332;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.account-dashboard .circle-icon .glyphicon {
	color: #dc0332;
	font-size: 32px;
	line-height: 1;
	top: 6px;
	display: block;
}

.account-dashboard .circle-icon:hover .glyphicon {
	color: #fff;
}

.customer-account-index .page-title-wrapper {
	display: none;
}

.block-dashboard-info h1, .account .page-main .page-title-wrapper .page-title {
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
	line-height: 1.5;
	letter-spacing: .06em;
	margin-bottom: 10px;
}
.block.block-dashboard-info h1 {
	text-transform: capitalize;
}
.account .block-collapsible-nav .content {
	padding: 0;
}
.block-dashboard-info>p {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: .04em;
}
.account .sidebar.sidebar-additional,
.account .block.block-dashboard-addresses {
	display: none;
}

.block.block-dashboard-info {
	margin-bottom: 0;
}
.my-account-link .my-account-login.loggedin{
	background: #6f6d78;
}

.account .my-account-link a.loggedin span:before {
	color: #ffffff;
}

.wishlist-count-container span.glyphicon-heart:before {
	color: #4d4d4d !Important;
	top: 3px;
    font-size: 12px;
}

/******* Home Page css*********/
.owl-carousel {
	z-index: 0;
}
.cms-home .home-page-sale-block {
	max-width: 1600px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 50px auto;
	cursor: pointer;
}

.cms-home .home-page-sale-block .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.cms-home .home-page-sale-block h3{
	font-size: 60px;
	font-family: 'camptonbold';
}
.cms-home .home-page-sale-content {
	width: calc(50% - 10px);
	box-sizing: border-box;
	padding: 0 10px;
	background-color: #dfb3b8;
	color: #fff;
	margin-left: 0;
}

.cms-home .home-page-sale-content a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.flex.flex-middle.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.home-sale .flex-row {
	display: flex;
	justify-content: center;
}

.cms-home .outer.home-clearance {
	height: 100%;
	display: flex;
	align-items: center;
}

.home-page-sale-content .inner {
	margin: 100px auto;
	display: inline-flex;
	flex-direction: column;
}

.home-page-sale-block .homepage-body {
	font-size: 18px;
	text-align: center;
}

.homepage-shopnow.light {
	font-family: 'camptonmedium';
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	padding: 7px 20px;
	border: 2px solid #fff;
	align-self: center;
	cursor: pointer;
}
.cms-home .home-page-blog-container {
	max-width: 1600px;
	margin: 50px auto 50px;
}

.cms-home .blog-carousel {
	display: flex;
	align-items: center;
}

.cms-home .homepage-blog-shopnow {
	font-family: 'camptonbold';
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #342d32;
	padding: 7px 20px;
	color: #4d4d4d;
	line-height: 1.6;
	letter-spacing: .04em;
}
.cms-home .homepage-blog-readmore {
	display: none;
}
.cms-home .homepage-blog-shopnow:hover {
	color: #f7f7fd;
	background-color: #342d32;
	text-decoration: none;
}

.cms-home .blog-post {
	width: 66.66666667%;
	min-width: 66.66%;
	max-width: 66.66%;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
}

.swiper-slide:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.cms-home .homepage-blog-readmore {
	margin: 20px auto 0;
}

.featured-blog-tile-info {
	padding: 10px;
}
.cms-home .featured-blog-tile-info h3 {
	font-family: "camptonmedium";
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .06em;
	color: #4d4d4d;
	font-weight: inherit;
	min-height: 44px;
}

.cms-home .blog-post .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	padding: 0 20px;
	box-sizing: border-box;
}

.cms-home .swiper-button-prev,
.christmas .swiper-button-prev,
.catalog-category-view.category-collections .swiper-button-prev,
.catalog-category-view .category-featured-section .swiper-button-prev,
.products .swiper-button-prev{
	top: calc(50% - 42.5px);
	display: block;
	width: 50px;
	line-height: 20px;
	height: 50px;
	text-align: center;
	background: #FFF;
	border-radius: 50%;
	color: #6f6d78;
	font-size: 9px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	border: 1px solid #6f6d78;
	left: 0px;
	-webkit-transform: scaleX(-1) translateX(0px);
	-ms-transform: scaleX(-1) translateX(0px);
	transform: scaleX(-1) translateX(0px);
}

.cms-home .swiper-button-prev:after, 
.christmas .swiper-button-prev:after, 
.catalog-category-view .swiper-button-prev:after,  
.catalog-category-view .category-featured-section .swiper-button-prev:after,
.products .swiper-button-prev:after{
	content: "";
	background: url(../images/arrow.svg);
	background: url(../images/arrow.svg);
	background: url(../images/arrow.svg) no-repeat center center / 15px 28px;
	position: absolute;
	height: 24px;
	width: 25px;
	left: 0;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.cms-home .swiper-button-next, 
.christmas .swiper-button-next, 
.catalog-category-view.category-collections .swiper-button-next,  
.catalog-category-view .category-featured-section .swiper-button-next,
.products .swiper-button-next{
	top: calc(50% - 42.5px);
	display: block;
	width: 50px;
	line-height: 20px;
	height: 50px;
	text-align: center;
	background: #FFF;
	border-radius: 50%;
	color: #6f6d78;
	font-size: 9px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	border: 1px solid #6f6d78;
	right: 2px;
}

.cms-home .swiper-button-next:after, 
.christmas .swiper-button-next:after, 
.catalog-category-view .swiper-button-next:after,  
.catalog-category-view .category-featured-section .swiper-button-next:after,
.products .swiper-button-next:after{
	content: "";
	background: url(../images/arrow.svg);
	background: url(../images/arrow.svg);
	background: url(../images/arrow.svg) no-repeat center center / 15px 28px;
	position: absolute;
	height: 24px;
	width: 25px;
	left: 0;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.catalog-category-view .category-featured-section .swiper-button-next, 
.catalog-category-view .category-featured-section .swiper-button-prev{
	top: 50% !important;
}

.cms-home .swiper-slide>a:hover .homepage-blog-readmore {
	color: #f7f7fd;
	background-color: #342d32;
	text-decoration: none;
}

.swiper-slide>a:hover {
	text-decoration: none;
}

.cms-home .product-item-info.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: auto;
}

.featured-categories .container {
	width: 100%;
	display: flex;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
}

.featured-categories .featured-content, .cms-home .blog-sidebar {
	width: 33.33%;
	padding: 20px;
	min-width: 33.33%;
	max-width: 33.33%;
	box-sizing: border-box;
	flex-direction: column;
	display: flex;
}

.featured-category-main {
	width: 66.66666667%;
	min-width: 66.66%;
	max-width: 66.66%;
	overflow: hidden;
}

.featured-category-main .swiper-container {
	padding: 0 20px;
}

.featured-content .category__heading, .cms-home .homepage-blog-heading {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'camptonbold';
	line-height: 1;
}
.featured-content .category__heading:after, .cms-home .homepage-blog-heading:after, .heading-underline:after {
	content: '';
	margin-top: 15px;
	height: 5px;
	width: 115px;
	background-color: #4d4d4d;
	display: block;
}

.featured-content .featured-desc, .cms-home .homepage-blog-body {
	margin: 0;
	color: #4d4d4d;
	font-weight: 400;
}

.featured-categories .banner-heading {
	padding: 10px;
}

.featured-categories .banner-heading h2 {
	font-family: "camptonmedium";
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .06em;
	color: #4d4d4d;
	font-weight: inherit;
}

.featured-categories .light .btn-primary {
	display: none;
}

p:empty {
	display: none;
}

.featured-container {
	display: block;
	background: url(../images/featured-image-pete-cromer.jpg);
	background-position: 24% 100%;
	background-size: auto 100%;
	margin: 40px 0 60px;
}

.featured-container .featured-title h3 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "camptonbold";
	line-height: 1;
	text-align: center;
	letter-spacing: .06em;
}

.featured-container .featured-content {
	display: flex;
	max-width: 1600px;
	margin: 0 auto;
}

.featured-container .featured-sidebar {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.featured-readmore {
	align-self: flex-end;
}

.featured-readmore a {
	font-family: "camptonbold";
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	border: 2px solid #342d32;
	padding: 7px 20px;
	color: #4d4d4d;
	line-height: 1.6;
	letter-spacing: .04em;
}

.featured-readmore a:hover {
	color: #f7f7fd;
	background-color: #342d32;
	text-decoration: none;
}

.featured-container .featured-main {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.cms-home .featured-container .featured-product {
	width: 33.33%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

.home-products .block-products-list.list {
	max-width: 1600px;
	margin: 0 auto 0px;
}

.featured-categories {
	padding: 50px 0 50px;
}

.catalog-category-view .featured-categories {
    padding: 40px 0 0px;
}

.catalog-category-view .featured-categories.artist-featured {
    padding: 0px 0 0px;
}

.catalog-category-view  .category-featured .featured-categories {
    padding: 0px;
}

section.home-products {
	background: white;
	padding: 50px 0 50px;
}

.cms-home .home-products .swiper-container {
	padding: 0 20px;
}

.home-products .content-heading {
	margin: 0;
	padding: 0;
}

.home-products .content-heading h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "camptonbold";
	line-height: 1;
	letter-spacing: .06em;
	color: inherit;
	text-align: center;
}

.home-products .content-heading:before {
	display: none;
}

.home-products .block-products-list.list a.product-item-photo {
    display: block;
    width: 100%;
}

.product-tag {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.sale-tag {
	width: 150%;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 15px;
	left: -48px;
	z-index: 2;
	background-color: #dc0332;
	color: #FFF;
}

.product-item-photo {
	display: block;
}

.home-products .shopnow, .featured-container .shopnow {
	font-family: "camptonbold";
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #342d32;
	padding: 7px 5px;
	max-width: 80px;
	margin: 5px auto;
	text-align: center;
	color: #342d32;
	display: inline-block;
}

.product-item-info:hover .shopnow {
	color: #fff;
	background-color: #342d32;
	text-decoration: none;
}
.featured-container .product-image:hover .shopnow, .shopnow:hover{
	color: #e8e4e3;
	background-color: #342d32;
	text-decoration: none;
}
.product-item-info .product-item-link {
	text-decoration: none;
	font-size: 12px;
	display: block;
	text-align: left;
	color: #4d4d4d;
	font-weight: inherit;
	text-transform: none;
}

.product-item-info:hover .product-item-link {
	text-decoration: none;
	color: #4d4d4d;
}

.home-products .product-image-container:hover {
	transform: none
}

.swiper-slide .image img {
	width: 100%;
}


/* Product Page*/

.product-social-links .action.tocompare,
.product-social-links .action.mailto.friend {
	display: none;
}

.reviews-actions .action .add {
	color: #666;
}

.reviews-actions .action .add:hover {
	color: #342d32;
}

.product-info-main .product-info-review-wishlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}

.product-info-main .product-reviews-summary {
	margin-bottom: 0;
}

.product-info-main .product-info-stock-sku {
	text-align: left;
	padding-bottom: 3px;
}

.product-info-main .product-info-price {
	border-bottom: none;
}

.product-info-main .product-add-form {
	padding-top: 0px;
}

.product-info-main .towishlist {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.product-info-main .towishlist {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.1);
}

.product-info-main .towishlist:hover {
	color: rgba(226, 14, 50, 1);
}

.catalog-product-view .action.towishlist .glyphicon {
	font-size: 18px;
}

.product-info-main .towishlist span:last-child{
	display: none;
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 3px;
	font-size: 10px;
	position: absolute;
	top: -30px;
	right: -50px;
	min-width: 100px;
}
.product-reviews-summary .reviews-actions span {
	display: none;
	max-width: 220px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 3px;
	font-size: 10px;
	position: absolute;
	top: -30px;
	right: 50%;
	-webkit-transform: translate(25%, 0px);
    -ms-transform: translate(25%, 0px);
	transform: translate(25%, 0px);
	min-width: 120px;
}

.catalog-product-view .action.towishlist span:last-child:after, .product-reviews-summary .reviews-actions span:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
}

.catalog-product-view .action.towishlist:hover span:last-child {
	display: block;
}

.product-social-links {
	text-align: left;
}

#product-review-container .fieldset>.field>.label,
#product-review-container .fieldset>.fields>.field>.label,
.review-field-rating .label,
.fieldset .review-legend.legend span,
.review-form .fieldset > .field > .label {
	font-weight: 300;
}

.fieldset .review-field-ratings>.label {
	display: none;
}

.fieldset .review-legend.legend {
	margin-bottom: 0;
}
.fieldset .review-legend.legend span {
	font-size: 13px;
}
.fieldset .review-legend.legend strong {
	font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 300;
    font-family: 'camptonmedium';
}
.fieldset>.field .field.choice.review-field-rating {
	margin-top: 20px;
}
.fieldset.review-fieldset{
	margin-bottom: 20px;
}
.review-field-rating .control {
	margin-bottom: 12px;
	margin-top: 20px;
}

.review-control-vote label:before,
.review-control-vote:before {
	font-size: 24px;
	height: 0px;
	letter-spacing: 10px;
	line-height: 0px;
	color: #4d4d4d;
}

.block.review-add input[type="text"],
.block.review-add textarea {
	background-color: #fff !important;
	border: 1px solid #eeeef7;
}

.catalog-product-view .fotorama__dot {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #4d4d4d;
	opacity: .2;
	box-sizing: border-box;
	border: none;
	margin: 0 5px;
	position: static;
}

.catalog-product-view .fotorama__active .fotorama__dot {
	background: #4d4d4d;
	opacity: 1;
	border: none;
}

.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after {
	box-shadow: none;
}
.fotorama__thumb-border {
	background-image: none !important;
	border: none !important;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb {
	opacity: 0.4;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
	opacity: 1;
}

.catalog-product-view .amrelated .product-item-actions .actions-primary .stock.unavailable, .checkout-cart-index .product-item-actions .actions-primary .stock.unavailable{
	position: relative;
    right: 0;
    bottom: 0;
}
.catalog-product-view .amrelated button.action.tocart.primary {
    padding: 4px;
    font-size: 10px;
    line-height: 16px;
    background: 0;
    color: #27a79d;
    border: 1px solid #27a79d;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
    min-width: 150px;
}
.catalog-product-view .amrelated button.action.tocart.primary:hover{
	color:#fff;
	background:#27a79d;
	border:1px solid #27a79d;
}
.catalog-product-view .amrelated .products-grid .product-items .product-item-actions {
    margin: 5px 0 20px;
}
.catalog-product-view .amrelated .product-items .product-item-info:hover, .catalog-product-view .amrelated .product-items .product-item-info.active{
	transform: none;
}

/*Content Pages*/

.cms-page-view .breadcrumbs {
	height: 0;
	position: relative;
	margin-top: 0;
}

.cms-page-view .breadcrumbs ul.items {
	position: absolute;
	z-index: 2;
	top: 10px;
}

.cms-page-view .page-title-wrapper {
	text-align: center;
	background-image: url(https://s3-ap-southeast-2.amazonaws.com/maxwellandwilliamsau/Category+Images/Maxwell-%26-Williams-Background-Image.jpg);
	background-size: cover;
	margin-bottom: 6px;
	position: relative;
	display: table;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	padding: 60px 0;
}

.cms-page-view .page-title-wrapper .page-title {
	color: #fff;
	font-size: 42px;
	margin-bottom: 0px;
	font-family: 'Camptonbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 0 20px;
}

.cms-page-view {
	box-sizing: border-box;
}

.cms-page-view #maincontent strong {
	font-family: 'camptonbold';
}

.cms-page-view .row {
	width: 100%;
	overflow: auto;
}

.cms-page-view .col {
	position: relative;
	min-height: 1px;
	float: left;
}

.cms-page-view .col-md-full {
	width: 100%;
}

.cms-page-view .col-md-two-thirds {
	width: 66.666%;
}

.cms-page-view .col-md-half {
	width: 50%;
}

.cms-page-view .col-md-quarter {
	width: 25%;
}

.cms-page-view .col-md-sixth {
	width: 16.66666%;
}

.cms-page-view .col-md-third {
	width: 33.33333%;
}

.flex {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-column {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.text-center {
	text-align: center;
}

.cms-outer-container {
	padding: 100px 20px;
	background-image: url(/media/hag/Cms/content-page-background-image.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    box-sizing: border-box;
}
.background-overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(254, 254, 254, 0.1);
}
.cms-tile {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
	max-width: 800px;
	width: 800px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	position: relative;
	z-index: 2
}

.faq-item {
	padding: 10px 20px;
	border-bottom: 1px solid #e5e5ea;
}

.faq__heading {
	font-family: 'camptonbold';
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
}

li.faq-answer {
	margin-top: 10px;
	margin-bottom: 0px;
}

ul.faq-linklist {
	padding-inline-start: 0;
	list-style-type: none;
	margin-bottom: 0;
	display: none;
}

/* Collaborations-landing*/
.cms-collaborations .breadcrumbs {
	display: none;
}
.category-cms .col.no-padding, .category-cms .artist-profile .col.no-padding  {
	padding: 0px;
}

.category-cms .category-banner-box {
	height: auto;
	color: #fff;
}
.category-cms .category-banner-inner {
	padding: 80px;
}
.category-cms .heading-underline {
	font-family: 'camptonbold'
}
.category-banner .heading-underline:after {
	background: #fff;
}
.category-banner h1 {
	margin-bottom: 20px;
	font-size: 60px;
}
.category-banner h1.heading-underline:after {
	content: '';
    margin-top: 15px;
    height: 10px;
    width: 185px;
    background-color: #fff;
    display: block;
}
.category-banner p {
	font-size: 24px;
	margin-bottom: 0px;
}
.artist-profile {
	padding: 40px 0;
	background: #fff;
}
.artist-profile h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 30px;
}
.artist-profile p {
	font-size: 16px;
}
.category-cms .artist-profile .col {
	padding: 20px;
}
a.cta{
	font-family: 'camptonbold';
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #342d32;
    padding: 7px 20px;
    color: #4d4d4d;
    line-height: 1.6;
    letter-spacing: .04em;
    text-decoration: none;
}
.artist-profile .image-container {
	flex: 0.6;
}
.artist-profile .text-container {
	flex: 1;
}
.artist-section {
	padding: 40px 0;
}
.container.constrained {
	overflow: auto;
    max-width: 1680px;
    margin: 0 auto;
}
.featured-video {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
    overflow: auto;
}
.container.constrained.products {
    max-width: 1400px;
    padding: 40px 20px 10px;
}
.cms-collaborations.products .block {
	margin-bottom: 0px;
}
.cms-collaborations .product-item-info .product-item-link{
     font-family: 'camptonmedium';
     text-align: center;
     line-height: 1.6;
     letter-spacing: 0;
     font-size: 14px;
}
.artist-section .product-items .product-item-info:hover, .artist-section .product-items .product-item-info:active {
	background: transparent;
	box-shadow: none;
}
.cms-collaborations .products .swiper-button-prev, .cms-collaborations .products .swiper-button-next {
	top: 50%;
}
.scroll-container {
	position: relative;
}
.scroll-inner {
	position: absolute;
    bottom: 0px;
    max-width: 1800px;
    pointer-events: none;
    width: 100%;
    z-index: 99;
}
.scroll-to-top {
	right: 0px;
    z-index: 99;
    background: rgba(000, 000, 000, 0.4);
    color: #fff;
    margin: 20px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 41px;
    font-family: 'camptonmedium';
    position: absolute;
    bottom: 0px;
    pointer-events: visible;
}
.scroll-to-top:before {
	content: '\e621';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    top: 0px;
    text-align: center;
    line-height: 2;
}
a.scroll-to-top , a.scroll-to-top:hover, a.scroll-to-top:visited {
	color: #fff;
    text-decoration: none;
}

@media all and (max-width: 1024px) {
	.category-cms .category-banner-inner{
		padding: 40px;
	}
	.category-banner h1 {
		font-size: 40px;
	}
	.category-banner p {
		font-size: 16px;
	}
}

/*category pages*/

.category-cms {
	box-sizing: border-box;
	margin-bottom: 0;
}

.category-cms .content-page {
	margin: 0px 10px 20px;
}

.category-cms img {
	width: 100%;
	float: left;
}

.category-cms #maincontent strong {
	font-family: 'camptonbold';
}

.category-cms .display-item {
	background: #fff;
	text-decoration: none;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.category-cms a.display-item-link {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #4d4d4d;
}

.category-cms .display-item:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-ms-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.category-cms .display-item {
	text-align: center;
}

.category-cms h2.display-item-heading {
	padding: 5px 0 10px 0;
	font-size: 18px;
	line-height: 1.5;
	text-decoration: none;
	margin: 0;
}

.category-cms h2.category-heading {
	font-family: "camptonbold";
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

.category-cms .category-heading-wrapper {
	padding: 40px 20px 20px;
	text-align: center;
}

.category-sale.page-products .page-title-wrapper #page-title-heading {
	margin-bottom: 0;
}
/* Category CMS and Blog "bootstrap"*/

.category-cms .row,
.mpblog-post-view .row {
	width: 100%;
}

.category-cms .col,
.mpblog-post-view .col {
	position: relative;
	min-height: 1px;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}

.category-cms .col-md-full,
.mpblog-post-view .col-md-full {
	width: 100%;
}

.category-cms .col-md-two-thirds,
.mpblog-post-view .col-md-two-thirds {
	width: 66.66666%;
}

.category-cms .col-md-half,
.mpblog-post-view .col-md-half {
	width: 50%;
}

.category-cms .col-md-55,
.mpblog-post-view .col-md-55 {
	width: 55%;
}

.category-cms .col-md-45,
.mpblog-post-view .col-md-45 {
	width: 45%;
}

.category-cms .col-md-quarter,
.mpblog-post-view .col-md-quarter {
	width: 25%;
}

.category-cms .col-md-sixth,
.mpblog-post-view .col-md-sixth {
	width: 16.66666%;
}

.category-cms .col-md-third,
.mpblog-post-view .col-md-third {
	width: 33.33333%;
}

.category-cms .a-z {
	max-width: 1000px;
	margin: 0 auto;
}
.category-cms .a-z ul {
	list-style-type: none;
	padding-inline-start: 0px;
	padding: 0 20px;
}
.category-cms .a-z li{
	margin-bottom: 0;
}
.category-cms .a-z a:hover,.category-cms .a-z a:focus {
    color: #342d32;
    text-decoration: none;
}
/*category Carousel*/

.content-heading:before {
	background: none !important;
}
.category-carousel .product-items {
	line-height: 1.6;
    font-size: 13px;
}
.category-carousel .content-heading {
	padding: 40px 20px 20px;
	margin: 0;
	text-align: center;
}

.category-carousel .content-heading h2 {
	margin: 0;
	padding: 0;
}

.category-carousel .content-heading h2 {
	font-size: 30px;
	margin-top: 0;
	font-family: "camptonbold";
	line-height: 1;
	letter-spacing: .06em;
	color: inherit;
}

.category-carousel .product-items .product-item-info {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.category-carousel .swiper-container {
	margin: 0 15px;
}

.category-carousel .product-item-details {
	padding: 0 15px 15px;
}

.category-carousel .page-main .block {
	margin-bottom: 0;
}
/* Featured Carousel Category CMS Pages*/
.catalog-category-view .featured-categories.cms-featured {
	margin-top: 0px !important;
}
.catalog-category-view .category-carousel a.shopnow{
	display: none;
}
.catalog-category-view .featured-categories .container {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.catalog-category-view .featured-categories .featured-content, .catalog-category-view .featured-category-main{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.catalog-category-view .featured-categories .featured-content {
	padding: 0px 40px 20px 40px;
}
.catalog-category-view .featured-content .category__heading {
    margin-bottom: 10px;
    text-align: center;
}
.catalog-category-view .featured-content .category__heading:after {
	background: none;
    height: 0;
    margin: 0;
}
/*Catalogue artist components*/
.category-featured-section {
	margin: 0 6px 6px;
    border-radius: 3px;
    background: #fff;
}
.category-featured-section .inner {
	display: flex;
	padding: 20px;
}
.category-featured-section .info {
	width: 50%;
	display: flex;
    flex-direction: column;
}
.category-featured-section .featured-title {
	display: flex;
	margin-bottom: 20px;
}
.category-featured-section .headshot{
	max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px;
    border: 5px solid #e8e8e8;
}
.category-featured-section .titles {
	padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.category-featured-section h1 {
	margin-bottom: 0px;
    font-size: 29px;
    font-family: 'camptonlight';
}
.category-featured-section .location {
	font-size: 13px;
	margin-top: 10px;
}
.category-featured-section .about {
	padding-right: 20px;
	margin-top: 10px;
}
.category-featured-section .blog-section {
	width: 15%;
	padding: 0 20px
}
.category-featured-section .blog-section > div {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.category-featured-section .post-item-wraper {
	margin-bottom: 10px;
}
.category-featured-section .post-item-wraper:nth-of-type(2) {
	margin-bottom: 0
}
.category-featured-section .post-info-wraper {
	padding: 5px 0;
	display: block;
}
.category-featured-section .post-info-wraper p {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
   	padding-top: 5px;
   	margin-bottom: 0;
   	white-space: nowrap;
   	font-size: 11px;
	}
.category-featured-section .main-image {
	width: 40%;
	line-height: 0;
}
.category-featured-section .post-title {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 6px;
}
.category-featured-section .post-title a, .category-featured-section .post-title a {
	text-decoration: none;
	color: #4d4d4d;
}
.category-featured-section .mp-info {
	color: #ccc;
    font-size: 11px;
    padding-bottom: 10px;
}

/*Artsist Block Option 2*/
.category-featured-section.option-2 {

}
.category-featured-section.option-2 .headshot-wrapper {
	width: 30%;
}
.category-featured-section.option-2 .headshot{
	max-width: 100%;
	max-height: 100%;
	min-width: 0;
	width: auto;
	height: auto;
}
.category-featured-section.option-2 .headshot img {
	transform: scale(1.1);
}
.category-featured-section.option-2 .titles {
	width: 60%;
}
.category-featured-section.option-2 h1 {
	font-size: 40px;
}
.category-featured-section.option-2 .about {
	font-size: 14px;
}
.category-featured-section.option-2 .blog-section > div {
	flex-direction: row;
}
.category-featured-section.option-2 .blog-section {
	padding: 0;
}
.category-featured-section.option-2  .blog-section {
	width: auto;
}
.category-featured-section.option-2 .post-item-wraper {
	width: 50%;
	margin-right: 10px;
	display: flex;
}
.category-featured-section.option-2 .post-item-wraper:hover {
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}
.category-featured-section.option-2 .post-item-wraper:nth-of-type(2) {
	margin-bottom: 10px;
	margin-right: 0;
}
.category-featured-section.option-2 .post-item-wraper > div:nth-of-type(1) {
	width: 40%;
	margin-right: 10px;
}
.category-featured-section.option-2 .post-info-wraper {
	width: 60%;
}
.category-featured-section.option-2 .main-image {
	width: 50%;
}
.category-featured-section.option-2 .featured-category-main .swiper-container:before {
    content: '';
    left: 0;
    height: 110%;
    width: 40px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 9;
    top: -5px;
}
.category-featured-section.option-2 .featured-category-main .swiper-container:after {
    content: '';
    right: 0;
    height: 110%;
    width: 40px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 9;
    top: -5px;
}
.catalog-category-view .category-featured-section.option-2  .swiper-button-prev {
	left: 15px
}
.catalog-category-view .category-featured-section.option-2  .swiper-button-next {
	right: 15px
}
.category-featured-section.option-2 .swiper-slide:hover {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/********For Mini Cart*********/

.minicart-wrapper .block-minicart {
	position: absolute;
	top: 50px;
	background: #fff;
	right: -1px;
	z-index: 9999;
	width: 380px;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border: 0;
	padding: 0;
}

.minicart-wrapper .block-minicart .checkout.paypal {
	display: none;
}

#minicart-content-wrapper .minicart-items .product-item-details a {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	display: block;
	line-height: 20px;
	margin-bottom: 0px;
	color: #4d4d4d;
	text-decoration: none;
}

.minicart-wrapper .product .actions {
	display: none;
}

.minicart-items .product-item-name {
	margin: 0;
}

.minicart-wrapper .minicart-items .product-item-details .price {
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 5px;
}

.minicart-items .product-item-details .details-qty {
	margin-top: 5px;
	font-size: 85%;
	color: #8c8c8a;
}

.minicart-items .product-item {
	letter-spacing: 0.04em;
}

.minicart-wrapper .minicart-items .item-qty {
	margin-right: 10px;
	text-align: center;
	width: 25px;
	background: none !important;
	border: none !important;
	margin: 0;
	padding: 0 !important;
	height: auto;
	font-size: 85%;
	color: #8c8c8a
}

.minicart-items-wrapper {
	border: 1px solid #eeeef7;
	margin: 0;
	border-left: 0;
	border-right: 0;
	padding: 0;
	height: auto !important;
}

.minicart-items-wrapper .product {
	display: flex;
	margin: 0 !important;
	padding: 0;
}

.minicart-items-wrapper .product-item-photo {
	width: 30%;
	text-align: center;
}

.minicart-items-wrapper .minicart-items .product-item-details {
	padding-left: 0;
	text-align: left;
	padding: 10px;
	width: 70%;
}

.bss-onestepcheckout .minicart-items-wrapper .minicart-items .product-item-details {
	width: 100%;
}

.minicart-items .product-item:not(:first-child) {
	border-top: 1px solid #eeeef7;
	margin-top: 10px !important;
}

div#minicart-content-wrapper .block-content {
	display: flex;
	flex-direction: column;
}

.block-minicart .items-total {
	display: none;
}

.minicart-items-wrapper .block-minicart .subtotal {
	margin: 0;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	order: 3;
}

.block-minicart .block-content>.actions {
	margin-top: 0px;
	order: 4;
}

.block-minicart .block-content>.actions>.secondary {
	margin-bottom: 15px;
	display: block;
	margin-top: -5px;
}

.block-minicart #minicart-content-wrapper .subtotal {
	margin: 10px;
	text-align: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	order: 2
}

.block-minicart .amount .price-wrapper:first-child .price {
	font-size: 13px;
}

div#minicart-content-wrapper button#top-cart-btn-checkout {
	font-size: 15px;
	padding: 0;
	font-family: 'camptonmedium';
	border-radius: 2px;
	border: 0;
}

.minicart-wrapper .action.close {
	display: none;
}


/*****************Css for Serach and Feature **********/

.close-search.toggle-search {
	display: none;
}

.mb-search-icon {
	display: none;
}

.wishlist-index-index .product-item-actions {
	display: none;
}

.wishlist-index-index .products-grid .product-item-inner {
	padding-bottom: 0px !important;
}

.wishlist-index-index .products-grid .product-item .product-item-info {
	display: flex;
	flex-direction: column;
}

.wishlist-index-index .products-grid.wishlist .product-item-photo {
	order: 0;
}

.wishlist-index-index .product-item-inner {
	order: 1;
}

.wishlist-index-index .products-grid .product-items .product-item-name {
	font-weight: 400;
	order: 2;
}

.wishlist-index-index .products-grid.wishlist .product-item .price-box {
	order: 3;
}

.wishlist-index-index .products-grid .field.qty {
	display: none !important;
}

.wishlist-index-index .box-tocart {
	margin-bottom: 5px;
	opacity: 0;
	visibility: hidden;
}

.wishlist-index-index .product-item:hover .box-tocart {
	opacity: 1;
	visibility: visible;
}

.wishlist-index-index .box-tocart .fieldset:last-child {
	margin-bottom: 0;
}

.wishlist-index-index .products-grid .product-items li.product-item {
	padding: 0px 0px 5px 5px !important;
	width: 25%;
}

.wishlist-index-index .products-grid .product-item-inner {
	padding: 0;
}

.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
	color: #fff;
	border: none;
	box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
	letter-spacing: .05em;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.4);
	font-size: 10px !important;
	border: 0;
	border-radius: 3px !important;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart:hover {
	background: rgba(0, 0, 0, 0.6);
}
.wishlist-index-index .products-grid.wishlist .product-item-actions {
	margin: 0px;
}

.wishlist-index-index .toolbar {
	margin-bottom: 10px;
}

.wishlist-index-index .products-grid.wishlist .product-items {
	margin-left: -5px;
}

body.catalog-category-view {
	overflow-x: hidden;
}

.catalog-category-view .swiper-button-next {
	top: 50%;
	display: block;
	width: 50px;
	line-height: 20px;
	height: 50px;
	text-align: center;
	color: #6f6d78;
	font-size: 9px;
	box-shadow: none;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	border: 0;
	right: 2px;
	background: none;
}

.catalog-category-view .swiper-button-prev {
	top: 50%;
	display: block;
	width: 50px;
	line-height: 20px;
	height: 50px;
	text-align: center;
	color: #6f6d78;
	font-size: 9px;
	box-shadow: none;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	border: 0;
	left: 0px;
	-webkit-transform: scaleX(-1) translateX(0px);
	-ms-transform: scaleX(-1) translateX(0px);
	transform: scaleX(-1) translateX(0px);
	background: none;
}

.catalog-category-view .swiper-button-next:after {
	content: "";
	background: url(../images/arrow.svg);
	background: url(../images/arrow.svg);
	background: url(../images/arrow.svg) no-repeat center center / 15px 28px;
	position: absolute;
	height: 24px;
	width: 25px;
	left: 0;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.catalog-category-view .swiper-button-prev:after {
	content: "";
	background: url(../images/arrow.svg);
	background: url(../images/arrow.svg);
	background: url(../images/arrow.svg) no-repeat center center / 15px 28px;
	position: absolute;
	height: 24px;
	width: 25px;
	left: 0;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.checkout-cart-index .products-grid .product-item .product-item-info {
	padding: 0px;
	box-shadow: none;
	transform: none;
	border-radius: 0;
	text-align: left;
}

.checkout-cart-index .products-grid .product-item a.product-item-link {
	color: #9b9a9b;
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	text-align: left;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.checkout-cart-index .products-grid .product-item .price-box {
	margin: 0px 0 10px;
}

.checkout-cart-index .products-grid .product-items .product-item-details {
	padding: 0 10px;
}

.checkout-cart-index .products-grid .product-item .price-box .price {
	text-align: left;
	font-size: 12px;
	padding: 0;
	padding-bottom: 8px;
}

.checkout-cart-index .products-grid .product-items .product-item-actions {
	margin: 0;
}

.checkout-cart-index .product-item-actions .actions-primary {
	display: block;
}

.checkout-cart-index button.action.tocart.btn-quickbuy {
	padding: 4px;
	font-size: 10px;
	line-height: 16px;
	background: 0;
	color: #27a79d;
	border: 1px solid #27a79d;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: auto;
}

.checkout-cart-index button.action.tocart.btn-quickbuy span {
	display: block;
	list-style: 16px
}

.checkout-cart-index .block.crosssell .block-title strong {
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .06em;
	font-size: 20px;
}

.checkout-cart-index .block.crosssell .block-title.title {
	padding-left: 0;
	margin-bottom: 0;
}

.checkout-cart-index .block.crosssell .product-items {
	text-align: center;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #f7f7fd;
}

.stock.unavailable {
    color: #dc0232;
    font-size: 16px;
	font-weight: 300;
    padding: 3px;
    border-radius: 4px;
	font-size: 12px;
	display: inline-flex;
	font-family: 'camptonmedium';
	text-transform: uppercase;
}
.page-products .stock.unavailable{
	border: 0;
	padding: 0;
	font-size: 9px;
}

/** css added for featured category for christmas category **/
.catalog-category-view.category-christmas .featured-categories .featured-content {
    width: 33.33%;
    padding: 10px 40px 30px 40px;
    min-width: 33.33%;
    max-width: 33.33%;
}
.catalog-category-view.category-christmas .featured-content .category__heading{
	margin-bottom: 20px;
}
.catalog-category-view.category-christmas .featured-category-main {
    width: 66.66666667%;
    min-width: 66.66%;
    max-width: 66.66%;
}
.catalog-category-view.category-christmas .featured-categories .featured-category-main .swiper-button-next{
	top: calc(50% - 42.5px);
    display: block;
    width: 50px;
    line-height: 20px;
    height: 50px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    color: #6f6d78;
    font-size: 9px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border: 1px solid #6f6d78;
    right: 2px;
}
.catalog-category-view.category-christmas .featured-categories .featured-category-main .swiper-button-prev {
    top: calc(50% - 42.5px);
    display: block;
    width: 50px;
    line-height: 20px;
    height: 50px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    color: #6f6d78;
    font-size: 9px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border: 1px solid #6f6d78;
    left: 0px;
    -webkit-transform: scaleX(-1) translateX(0px);
    -ms-transform: scaleX(-1) translateX(0px);
    transform: scaleX(-1) translateX(0px);

}
.catalog-category-view.category-christmas .category-cms .content-page {
	margin: 0px 0px 20px;
}
.catalog-category-view.category-christmas .featured-categories {
    padding: 90px 0 80px;
}
/*****************Css for Stock Unavailable **********/
.catalog-product-view div.stock.unavailable{
	text-transform: unset;
    font-weight: 500;
    color: #4d4d4d;
    font-size: 13px;
    display: block;
    font-family: 'camptonlight';
    padding: 0;
}
.catalog-product-view div.stock.unavailable span{
    display: block;
    text-transform: uppercase;
    font-family: 'camptonmedium';
    color: #dc0232;
    margin-bottom: 3px;
}
.catalog-product-view div.stock.unavailable div.findinstore a{
	text-decoration: underline;
}
.catalog-product-view div.stock.unavailable div.findinstore a:hover {
	color: #342d32;
}
/** css added for address label in checkout shipping address popup**/
.checkout-index-index .modal-popup #opc-new-shipping-address div[name="shippingAddress.street.0"] label{
    height: 28px;
    position: relative;
    width: 100%;
    float: left;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.wishlist-index-index .products-grid .product-items li.product-item {
		width: 33.33%;
	}
	.catalog-category-view.category-christmas .featured-categories {
        padding: 40px 0 20px;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.category-cms .col-sm-full,
	.mpblog-post-view .col-sm-full {
		width: 100%;
	}
	.category-cms .col-sm-two-third,
	.mpblog-post-view .col-sm-two-third {
		width: 66.66666%;
	}
	.category-cms .col-sm-half,
	.mpblog-post-view .col-sm-half {
		width: 50%;
	}
	.category-cms .col-sm-quarter,
	.mpblog-post-view .col-sm-quarter {
		width: 25%;
	}
	.category-cms .col-sm-sixth,
	.mpblog-post-view .col-sm-sixth {
		width: 16.66666%;
	}
	.category-cms .col-sm-third,
	.mpblog-post-view .col-sm-third {
		width: 33.33333%;
	}
}
@media all and (max-width: 980px) {
	.hidden-sm {
		display: none;
	}
	.visible-sm {
		display: block;
	}
	.cms-home .home-page-blog-container, .cms-home .home-page-sale-block {
		margin: 30px auto 30px;
	}	
	section.home-products, .featured-categories {
		padding: 30px 0 30px;
	}
	.page-layout-2columns-left .category-cms {
		margin: 0px 6px 6px;
	}
	.category-featured-section {
		margin: 0;
	}
	.category-featured-section .main-image, .category-featured-section.option-2 .main-image {
		width: 100%;
	}
	.category-featured-section.option-2 .headshot-wrapper {
		width: 100%;
	}
	.category-featured-section .blog-section {
		width: 100%;
		padding: 0 0 10px 0;
	}
	.category-featured-section .blog-section > div {
		flex-direction: row;
	}
	.category-featured-section .post-item-wraper {
		width: 50%;
		margin-right: 5px;
    	height: 100%;
    	height: auto;
	}
	.category-featured-section .info, .category-featured-section.option-2 .titles {
		width: 100%;
	}
	.category-featured-section.option-2 .titles {
		text-align: center;
	}
	.category-featured-section .inner {
		flex-wrap: wrap;
	}
	.category-featured-section .headshot {
		margin: 13px;
	}
	.category-featured-section.option-2 .headshot {
		max-width: 40%;
    	margin: 13px auto;
	}
	.catalog-category-view.category-christmas.page-layout-2columns-left  .category-cms {
		margin: 0;
	}
}
@media all and (max-width: 767px) {
	.nav-open .nav-toggle:after {
		background: rgba(0, 0, 0, 0.7);
		content: '';
		display: block;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 52;
		margin-top: 0;
	}
	.category-cms .col-xs-full,
	.mpblog-post-view .col-xs-full {
		width: 100%;
	}
	.category-cms .col-xs-half,
	.mpblog-post-view .col-xs-half {
		width: 50%;
	}
	.category-cms .col-xs-quarter,
	.mpblog-post-view .col-xs-quarter {
		width: 25%;
	}
	.category-cms .col-xs-sixth,
	.mpblog-post-view .col-xs-sixth {
		width: 16.66666%;
	}
	.category-cms .col-xs-third,
	.mpblog-post-view .col-xs-third {
		width: 33.33333%;
	}
	.category-cms .col-xs-none,
	.mpblog-post-view .col-xs-none {
		width: 0%;
		padding: 0 !important;
		margin: 0 !important;
		display: none;
	}
	.category-cms h2.category-heading {
		font-size: 26px;
	}
	.category-cms .category-heading-wrapper {
		padding: 20px 10px 10px;
	}
	.category-cms .category-banner-inner{
		padding: 40px;
		text-align: center;
	}
	.category-banner h1 {
		font-size: 2.6rem;
	}
	.category-banner h1.heading-underline:after {
		margin: 15px auto 0;
		height: 6px;
    	width: 118px;
	}
	.category-banner p {
		font-size: 16px;
	}
	.category-cms .artist-profile .image-container {
		padding-right: 0px;
	}
	.artist-profile h2 {
		font-size: 2.2rem;
	}
	.artist-profile p {
		font-size: 13px;
	}
	.artist-featured-image {
		max-width: 100%;
	}
	.cms-collaborations .product-item-info .product-item-link {
		font-size: 13px;
	}
	.product-info-main .product-info-review-wishlist {
		display: none;
	}
	.product-info-main .towishlist span:last-child {
		display: block !important;
		max-width: 100%;
		padding: 3px 8px;
		color: #333;
		text-align: center;
		text-decoration: none;
		background-color: white;
		border-radius: 3px;
		font-size: 14px;
		position: static;
		top: 0;
		right: 0;
		min-width: 100%;
		font-size: 12px;
		color: #ccc;
		display: block;
		text-align: center;
		padding: 5px 0;
		border: 1px solid #ccc;
		border-radius: 2px;
		line-height: 20px;
		margin: 0;
		letter-spacing: .05em;
		float: left;
		text-decoration: none;
		width: 100%;
	}
	.catalog-product-view .action.towishlist span:last-child:after {
		display: none;
	}
	.wishlist-index-index .products-grid .product-items li.product-item {
		width: 50%;
	}
	.wishlist-index-index .products-grid .product-items .product-item-name {
		margin-left: 00;
	}
	.wishlist-index-index .products-grid.wishlist .product-item-actions {
		display: none;
	}
	.wishlist-index-index .products-grid.wishlist .product-item .price-box {
		margin-left: 0;
	}
	.wishlist-index-index .products-grid.wishlist .product-item .box-tocart {
		margin-right: 0;
		opacity: 1;
		visibility: visible;
	}
	.wishlist-index-index .products-grid.wishlist .product-item-photo {
		order: 0;
		margin: 0 auto;
	}
	.account main#maincontent {
		padding: 0 5px;
	}
	.wishlist-index-index .column.main .product-items {
		margin-left: -5px;
	}
	.wishlist-index-index .product-item-inner {
		order: 5;
	}
	.category-featured-section .featured-title {
		flex-wrap: wrap;
    	justify-content: center;
	}
	.category-featured-section .titles {
		text-align: center;
	}
	.category-featured-section .about {
		padding-right: 0;
	}
	.category-featured-section.option-2 .headshot {
	    max-width: 30%;
	}
	.category-featured-section.option-2 .featured-category-main .swiper-container {
		padding: 0;
	}
	.category-featured-section.option-2 .featured-category-main .swiper-container:before {
		content: none;
	}
	.category-featured-section.option-2 .featured-category-main .swiper-container:after {
		content: none;
	}
	.category-featured-section.option-2 .post-item-wraper {
		flex-wrap: wrap;
	}
	.category-featured-section.option-2 .post-item-wraper > div:nth-of-type(1) {
		width: 100%;
	}
	.category-featured-section.option-2 .post-info-wraper {
		width: 100%;
	}
	.catalog-category-view .category-featured-section.option-2 .swiper-button-prev {
		display: none;
	}
	.catalog-category-view .category-featured-section.option-2 .swiper-button-next {
		display: none;
	}
}

/*About Us*/

@media (min-width: 980px) {
	.cms-about-us .col-md-half {
		padding: 0 20px;
		box-sizing: border-box;
	}
}

/********checkout page************/

@media (min-width: 768px),
print {
	.checkout-cart-index .cart-summary {
		width: 33.33333333%;
		position: relative;
	}
	.checkout-cart-index .abs-shopping-cart-items-desktop,
	.checkout-cart-index .block-cart-failed,
	.checkout-cart-index .cart-container .form-cart,
	.checkout-cart-index .cart-container .cart-gift-item,
	.checkout-cart-index .cart-container .block.crosssell {
		width: 66.66666667%;
	}
	.cart-container .form-cart {
		padding-right: 20px;
		padding-left: 20px;
	}
	.checkout-cart-index .cart-container .block.crosssell {
		padding-left: 20px;
		margin-top: 10px;
	}
	.page-products .page-layout-2columns-left .column.main {
		margin-bottom: 5px;
	}
	.cart.itemCounts {
		padding-right: 20px;
		padding-left: 20px;
	}
	.checkout-cart-index h1.page-title .base {
		margin: 12px 20px;
	}
}

.checkout-container {
	padding: 0 20px;
}

.column.main .cart-summary .block:last-child {
	width: 100%;
}

.order-summary-payments {
	background: #FFF;
	border-radius: 1px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}

.order-summary-payments {
	text-align: center;
}

.ish-link-list {
	font-size: 85%;
	color: #4d4d4d;
	text-align: center;
	display: block;
}

.order-summary-payments img {
	height: 26px;
	margin: 4px;
}

.bss-onestepcheckout .page-header {
	background: none;
}

.bss-onestepcheckout .page-header .header.content,
.bss-onestepcheckout .page-main .columns .column.main {
	max-width: 1400px;
	margin: 0 auto;
	float: none;
}

.bss-onestepcheckout .opc-wrapper {
	background: white;
	padding: 0 !important;
}

.bss-onestepcheckout .opc-wrapper #shipping,
.bss-onestepcheckout .opc-wrapper #opc-shipping_method,
.bss-onestepcheckout .opc-wrapper #payment,
.bss-onestepcheckout .opc-wrapper #shipping:hover,
.bss-onestepcheckout .opc-wrapper #opc-shipping_method:hover,
.bss-onestepcheckout .opc-wrapper #payment:hover {
	box-shadow: none !important;
}

.bss-onestepcheckout .opc-wrapper #shipping {
	padding: 15px;
	width: 50%;
	box-sizing: border-box;
}

.bss-onestepcheckout .opc-wrapper #payment,
.bss-onestepcheckout .opc-wrapper #opc-shipping_method {
	margin-top: 0;
	padding: 15px;
	margin: 0;
	width: 50%;
	box-sizing: border-box;
}

.bss-onestepcheckout #checkout .field, .opc-payment label[for=ewayrapid] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.opc-payment label[for=ewayrapid]:before {
	background-image: url('../images/eway-payment-methods.jpg');
	background-size: contain;
	content: '';
    width: 67px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.bss-onestepcheckout .opc-wrapper #shipping .label {
	margin: 0 0px;
	width: 33.33333333%;
	height: auto;
	position: static;
}

.bss-onestepcheckout #checkout .control {
	flex: 1;
}

.bss-onestepcheckout .note,
.bss-onestepcheckout .field-tooltip {
	display: none !important;
}

div.mage-error[generated] {
	color: #dc0332;
	font-size: 10px;
}

.bss-onestepcheckout .field .control._with-tooltip input {
	margin-right: 0;
	width: 100%;
}

.bss-onestepcheckout .street legend.label {
	display: none !important;
}

.bss-onestepcheckout .opc-wrapper .form-login,
.bss-onestepcheckout .opc-wrapper .form-shipping-address {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}
.bss-onestepcheckout .opc-wrapper .form-shipping-address {
	margin-bottom: 20px;
}

.bss-onestepcheckout .form-login[data-role="email-with-possible-login"] .actions-toolbar>.primary {
	margin-bottom: 20px;
}

.bss-onestepcheckout .fieldset:last-child {
	margin-bottom: 0;
}
.bss-onestepcheckout .field-select-billing select.select {
    margin-top: 20px;
}

.bss-onestepcheckout select {
	border-radius: 2px;
	background-color: #eeeef7;
	border: 1px solid #eeeef7;
	height: 40px;
	font-family: 'camptonlight';
	color: #4d4d4d;
	font-size: 13px;
}

.bss-onestepcheckout #opc-sidebar {
	box-sizing: border-box;
}

.bss-onestepcheckout .opc-block-summary {
	background: #FFF;
	border-radius: 1px;
	overflow: hidden;
	padding: 0;
	margin: 0
}

.bss-onestepcheckout .opc-wrapper .step-title {
	border-bottom: solid 1px #d4d4d4;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #4d4d4d;
	font-weight: 300;
	font-size: 20px;
	display: flex;
	align-items: center;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .step-title {
	border-bottom: solid 1px #d4d4d4;
}

.bss-onestepcheckout .table-checkout-shipping-method tbody td {
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0;
}

.bss-onestepcheckout .checkout-payment-method .payment-method+.payment-method .payment-method-title {
	border-top: 0;
	padding: 0 !important;
}

.checkout-index-index .checkout-payment-method .payment-method-title .action-help {
	display: none;
}

.checkout-index-index .payment-method {
	margin-bottom: 10px;
}

.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .checkout-billing-address {
	margin-top: 0;
	margin: 0;
}

.bss-onestepcheckout .checkout-payment-method .billing-address-same-as-shipping-block {
	margin: 0;
}

.bss-onestepcheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
	font-size: 13px;
}

.bss-onestepcheckout .opc-block-summary>.title {
	display: block;
	padding: 16px 15px;
	margin: 0;
	font-size: 24px;
}

.bss-onestepcheckout #opc-sidebar .opc-block-summary>.title:before,
.bss-onestepcheckout .opc-block-summary .items-in-cart>.title {
	display: none;
}

.payment-method-note {
	margin-top: 10px;
}

.order-review-heading {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 90%;
	border-bottom: 1px solid #eeeef7;
	border-top: 1px solid #eeeef7;
	display: flex;
}

.heading-productname {
	width: 58.33333333%;
	padding: 0 20px;
}

.heading-productqty {
	width: 16.66666667%;
	padding: 0 20px;
}

.heading-productprice {
	width: 25%;
	padding: 0 20px;
	text-align: right;
}

#opc-sidebar .minicart-items .product-item-details {
	padding: 0
}
#opc-sidebar .minicart-items .product-item-details .secondary{
	display: none;
}
.bss-onestepcheckout .opc-block-summary .product-item .product-item-inner {
	margin: 0;
	display: flex;
}
.bss-onestepcheckout input[type="checkbox"] {
	top: 0;
	margin: 2px 10px 0 0;
}

.bss-onestepcheckout .opc-block-summary .minicart-items-wrapper {
	margin: 0;
	padding: 0;
}

.bss-onestepcheckout .opc-block-summary .product-item .product-item-name-block {
	width: 58.33333333%;
	padding: 0 20px;
}

.bss-onestepcheckout .opc-block-summary .product-item .product-item-qty {
	width: 16.66666667%;
	padding: 0 20px;
}

.bss-onestepcheckout .opc-block-summary .product-item .subtotal {
	padding: 0 20px;
	width: 25%;
	text-align: right;
}

.bss-onestepcheckout .column.main .opc-block-summary .product-item {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 12px;
}

.checkout-index-index .minicart-items .product-item-name a {
	color: #342d32;
}

.checkout-index-index .block.items-in-cart.active {
	margin: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeff1;
}

.checkout-index-index .opc-block-summary .table-totals {
	border-top: 0;
}

.checkout-index-index .opc-block-summary .table-totals tbody .mark,
.checkout-index-index .opc-block-summary .table-totals tfoot .mark {
	font-size: 85%;
	color: #777;
	padding: 0 15px;
	border: 0;
	line-height: 1.6;
}

.checkout-index-index .opc-block-summary .table-totals tbody .amount,
.checkout-index-index .opc-block-summary .table-totals tfoot .amount {
	border: 0;
	font-weight: 400;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	font-size: 85%;
	padding: 0 15px;
	color: #777;
	line-height: 1.6;
}

.bss-onestepcheckout #opc-sidebar .mark .label {
	margin: 0;
}

.checkout-index-index .opc-block-summary .table-totals tbody tr.grand.totals .mark,
.checkout-index-index .opc-block-summary .table-totals tbody tr.grand.totals .amount {
	font-size: 16px;
	margin-top: 10px;
	color: #4d4d4d;
	padding-bottom: 15px;
	padding-top: 10px;
	font-weight: bold;
}

.checkout-index-index .order-comment-block {
	display: none
}

.bss-onestepcheckout .opc-wrapper #payment input[type="radio"] {
	position: relative;
	top: -1px;
}

.bss-onestepcheckout #opc-sidebar .discount-code {
	margin: 0;
	background: WHITE;
	padding: 0 15px;
}

.bss-onestepcheckout #opc-sidebar .discount-code {
	padding-top: 0;
	font-size: 12px;
	border-bottom: 1px solid #eaeff1;
	border-top: 1px solid #eaeff1;
}

.bss-onestepcheckout #opc-sidebar .opc-dicount-title {
	font-family: 'camptonlight';
	font-weight: 400;
	font-style: normal;
	color: #4d4d4d;
	font-size: 12px;
	font-size: 18px;
	margin-bottom: 0;
}

.bss-onestepcheckout #opc-sidebar>.actions-toolbar {
	padding: 15px 15px;
	background: white;
}

.page-products span.manufacturer {
	color: #ccc;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	font-family: "camptonmedium";
	background-color: white;
}

.checkout-index-index button.action.primary.checkout.btn-placeorder {
	font-family: 'camptonmedium';
	font-weight: 400;
	border-radius: 2px;
	border: 0;
	padding: 13px 16px;
	font-size: 15px !important;
	line-height: 1.30;
	height: auto !important;
}

.bss-onestepcheckout input[type="radio"] {
	background: white;
	cursor: pointer;
	border: 1px solid #4d4d4d;
	margin-right: 10px;
}

.bss-onestepcheckout input[type="radio"]:checked {
	background: #ffffff !important;
	border: 4px solid #4d4d4d;
}

div#checkout-step-shipping_method input[type="radio"]:checked,
.bss-onestepcheckout input[type="radio"]:checked::after {
	background: none !important
}

.bss-onestepcheckout .billing-address-form .fieldset>.field>.label, .opc-payment .field.street .field label {
	margin: 0 0px;
	width: 33.33333333%;
	height: auto;
	position: static;
}

.opc-payment label {
	padding-left: 0px;
}

.bss-onestepcheckout .billing-address-form .fieldset>.field>.label span {
	font-weight: 400;
}

.bss-onestepcheckout #checkout .field.additional .label {
	margin: 0 0px;
	width: 33.33333333%;
	height: auto;
	position: static;
	margin-bottom: 5px
}

.bss-onestepcheckout button.action.action-cancel {
	color: #4d4d4d !important;
	background: none;
	border: none;
}

.bss-onestepcheckout .block.block-customer-login {
	background: white;
	padding: 20px;
	width: 100% !important;
	box-sizing: border-box;
	margin-bottom: 0 !important;
}

.bss-onestepcheckout .block-authentication .block[class] .field .control,
.bss-onestepcheckout .block-authentication .block[class] .field .label {
	width: 33.33%;
	margin: 0;
}

.bss-onestepcheckout .opc-block-summary .product-item .price {
	font-size: 12px;
}
.checkout-billing-address .actions-toolbar{
	padding-top: 20px;

}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
	margin: 0;
}


/*Logged Out, Forgot Password, Thankyou Order Page*/
.customer-account-logoutsuccess main#maincontent, .checkout-onepage-success main#maincontent, .customer-account-forgotpassword main#maincontent{
	padding: 20px;
}

/*Content Pages - tablet*/

@media all and (min-width: 768px) and (max-width: 980px) {
	.cms-page-view .col-sm-full {
		width: 100%;
	}
	.cms-page-view .col-sm-half {
		width: 50%;
	}
	.cms-page-view .col-sm-quarter {
		width: 25%;
	}
	.cms-page-view .col-sm-sixth {
		width: 16.66666%;
	}
	.cms-page-view .col-sm-third {
		width: 33.33333%;
	}
}

@media all and (max-width: 767px) {
	.cms-page-view .col-xs-full {
		width: 100%;
	}
	.cms-page-view .col-xs-half {
		width: 50%;
	}
	.cms-page-view .col-xs-quarter {
		width: 25%;
	}
	.cms-page-view .col-xs-sixth {
		width: 16.66666%;
	}
	.cms-page-view .col-xs-third {
		width: 33.33333%;
	}
}


/*End Content Pages*/


/*********Blog Start************/

.mpblog-post-view .page-main strong:not(.product) {
	font-family: 'camptonbold';
}


.mpblog-post-view #maincontent {
	padding: 20px 20px 0;
	box-sizing: border-box;
}

.mpblog-post-view .breadcrumbs {
	background-image: url(https://s3-ap-southeast-2.amazonaws.com/maxwellandwilliamsau/Category+Images/Maxwell-%26-Williams-Background-Image.jpg);
	background-size: cover;
	background-position: center top;
	line-height: 30px;
}

.mpblog-post-view .breadcrumbs .item:not(:last-child):after {
	font-size: 14px;
	line-height: 30px;
	content: "/";
	color: white !important;
}

.mpblog-post-view .page-title {
	padding: 0px 10px 20px 10px;
	font-size: 18px;
	line-height: 1.6em;
	margin: 0;
}

.mpblog-post-view .breadcrumbs .items li:not(:last-child) a {
	color: #fff !important;
}

.mpblog-post-view .columns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.mpblog-post-view .columns .column.main {
	width: 66.66%;
	max-width: 66.66%;
	box-sizing: border-box;
	background: white;
	padding: 20px 20px;
}

.mpblog-post-view .blog-content {
	padding: 30px 40px;
	max-width: 1000px;
	margin: auto;
}

.mpblog-post-view .mp-blog-rss,
.mpblog-post-index .mp-blog-rss {
	display: none;
}

.mpblog-post-view .blog-posted-by.small {
	padding: 5px 0;
	font-size: 85%;
	opacity: 0.6;
}

.mpblog-post-view .blog-posted-by span {
	font-weight: bold;
}

.mpblog-post-view .sidebar.sidebar-main {
	width: 33.33333333%;
	max-width: 33.33%;
	box-sizing: border-box;
}

.mpblog-post-view .sidebar.sidebar-additional {
	display: none;
}

.addthis-smartlayers.addthis-smartlayers-desktop {
	display: none;
}

.blog-content p {
	font-size: 16px;
	line-height: 1.6em;
}

.blog-content h3 {
	font-family: camptonmedium;
	font-weight: normal;
	text-transform: none;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.blog-content .row {
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
	box-sizing: border-box;
}

.blog-content .col-md-6 {
	width: 50%;
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
}

.mpblog-post-view #mpblog-list-container a:not(.product-item-link) {
	line-height: 1.6em;
	color: #4d4d4d;
	text-decoration: underline !important;
}

.mpblog-search, #sharing {
	display: none;
}

.mpcss.post-view .col-xs-12 hr,
.mp-post-info {
	display: none;
}

.mpblog-post-view ul.menu-categories a.list-categories:hover,
.menu-archives a.list-archives:hover {
	color: #4d4d4d !important;
}

.mpblog-post-view .product.data.items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	border-bottom: 0;
}

.mpblog-post-view div#tab-label-popular {
	order: 0;
	width: 100% !important;
}

.mpblog-post-view div#tab-label-mostview {
	order: 1;
	display: none;
}

.mpblog-post-view .data.item.content {
	order: 2;
}

.mpblog-post-view .mp-sidebar {
	background: white;
	margin-bottom: 15px !Important;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	font-size: 14px;
	line-height: 1.6em;
	overflow: hidden;
}

.mpblog-post-view .mp-sidebar .block-title p {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	padding: 20px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: .06em;
}

.mpblog-post-view .list-post-tabs:hover {
	color: #fff
}

.mp-sidebar .menu-archives,
.mp-sidebar .menu-archives li {
	padding: 0;
	margin: 0;
}

.mp-sidebar .list-archives {
	width: 100%;
	border-top: 1px solid #f1f1f1;
	display: block;
	padding: 10px 20px;
	font-size: 12px;
	box-sizing: border-box;
	line-height: 18px;
	letter-spacing: 0.52px;
}

.mp-sidebar .list-post-tabs {
	display: flex;
	padding: 0;
	margin-bottom: 5px;
}

.mp-sidebar .list-post-tabs .post-left {
	width: 33.33333333%;
	max-width: 33.33333333%;
	padding-left: 20px;
	box-sizing: border-box;
}

.mp-sidebar .list-post-tabs .post-left img {
	width: 100%;
}

.mp-sidebar .mv-blog-categories {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	color: #ccc;
	font-size: 11px;
	padding-bottom: 0;
	margin: 0;
}

.mp-sidebar .list-post-tabs .mv-blog-cat-link a:after {
	content: ',';
	position: relative;
	color: #ccc;
	font-size: 11px;
	margin-left: 3px;
}

.mp-sidebar .list-post-tabs .mv-blog-cat-link a {
	color: #ccc;
	font-size: 11px;
	padding-bottom: 10px;
}

.mp-sidebar .list-post-tabs .mv-blog-cat-link:last-child a:after {
	display: none;
}

.mp-sidebar .list-post-tabs .post-right {
	box-sizing: border-box;
	width: 66.66666667%;
	padding: 0 20px;
	box-sizing: border-box;
}

.mp-sidebar .list-post-tabs a {
	background: none;
	font-size: 14px;
	display: block;
	color: #4d4d4d;
	line-height: 1.6em;
}

.mp-sidebar .list-post-tabs .post-right a span {
	font-size: 13px;
	overflow: visible;
	text-overflow: initial;
	white-space: initial;
	display: block;
	font-family: 'camptonlight';
	line-height: 1.6em;
	letter-spacing: .04em;
}

.mp-sidebar .list-post-tabs span.create-at {
	color: #ccc;
	font-size: 11px !important;
	padding-bottom: 10px;
	margin-top: 3px;
	display: block;
}

.sidebar .mp-sidebar .product.data.items>.item.content {
	border: 0;
	padding: 0 !important;
	margin-top: 0px !important;
}

.mp-sidebar .product.data.items>.item.title>.switch {
	display: flex;
	border: 0;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
}

.sidebar .mp-sidebar .data.item.title .data.switch div {
	width: 100%;
	font-size: 18px;
	margin: 0;
	padding: 20px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: .06em;
	display: block;
}

.mpblog-post-index .sidebar {
	display: none;
}

.mpblog-post-index .columns .column.main,
.mpblog-category-view .columns .column.main {
	width: 100%;
}

.mpblog-post-index .post-list-body,
.mpblog-category-view .post-list-body {
	display: flex;
	flex-wrap: wrap;
}

.mpblog-post-index .post-list-item,
.mpblog-category-view .post-list-item {
	margin-bottom: 20px;
	width: 33.33333333%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.mpblog-post-index .post-item-wraper,
.mpblog-category-view .post-item-wraper {
	padding: 0px !important;
	height: 100%;
	background: white;
	flex-wrap: wrap;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	font-size: 1.4rem;
	line-height: 1.6em;
	width: 100%;
	overflow: hidden;
	letter-spacing: .04em;
}

.mpblog-post-index .post-item-list .post-image,
.mpblog-post-index .post-item-grid .post-image,
.mpblog-category-view .post-item-list .post-image,
.mpblog-category-view .post-item-grid .post-image {
	display: block;
	width: 100%;
	min-height: auto;
}

.mpblog-post-index .post-item-list .post-image a,
.mpblog-category-view .post-item-list .post-image a {
	display: block;
}

.mpblog-post-index .post-image img.img-responsive,
.mpblog-category-view .post-image img.img-responsive {
	position: relative;
	width: 100%;
	display: block;
}

.mpblog-post-index .post-info-wraper h2.mp-post-title,
.mpblog-category-view .post-info-wraper h2.mp-post-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.mpblog-post-index #mpblog-list-container .mp-post-title a,
.mpblog-category-view #mpblog-list-container .mp-post-title a {
	text-decoration: none;
	margin: 0;
	font-size: 18px;
	color: #4d4d4d !important;
	font-weight: 600;
}

.mpblog-post-index .post-info-wraper,
.mpblog-category-view .post-info-wraper {
	padding: 35px;
}

.mpblog-post-index .post-info-wraper .mp-read-more,
.mpblog-category-view .post-info-wraper .mp-read-more {
	font-family: "camptonmedium";
	padding: 10px 0;
	color: #4d4d4d !important;
}

.mpblog-post-index .post-item-wraper:hover,
.mpblog-category-view .post-item-wraper:hover {
	border: 1px solid #eee;
	box-shadow: none;
}

.mpblog-post-index .breadcrumbs,
.mpblog-category-view .breadcrumbs {
	position: absolute;
	z-index: 1;
	background: none;
	font-family: 'camptonlight';
	font-weight: 400;
	font-style: normal;
	color: #4d4d4d;
	top: 10px;
}

.mpblog-post-index .page-title-wrapper,
.mpblog-category-view .page-title-wrapper {
	text-align: center;
	background-image: url(https://s3-ap-southeast-2.amazonaws.com/maxwellandwilliamsau/Category+Images/Maxwell-%26-Williams-Background-Image.jpg);
	background-size: cover;
	margin-bottom: 6px;
	position: relative;
	display: table;
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	padding: 60px 0;
}

.mpblog-post-index .page-title,
.mpblog-category-view .page-title {
	color: #fff;
	font-size: 42px;
	margin-bottom: 0px;
	font-family: 'Camptonbold';
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#mpblog-list-container .pager {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 0 20px;
	align-items: center;
}

#mpblog-list-container .pager .toolbar-amount {
	display: none;
}

#mpblog-list-container .pager .pages strong.page {
	padding: 0 10px;
}

#mpblog-list-container .pager .pages strong.page {
	background: #27a79d;
	color: white;
}

#mpblog-list-container .pages .action.next {
	margin-left: 0;
}

.blog-bg p {
	display: none;
}

.blog-category ul {
	display: inline-flex;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 30px;
	padding: 0;
}

.blog-category .category-item {
	display: block;
	text-align: center;
	margin-bottom: 0;
	margin: 0 5px 0;
}

#at-share-dock {
	display: none;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all#ui-id-1{
	z-index:9999;
}
.customer-address-form .ui-autocomplete {
    border: 1px solid rgb(170, 170, 170);
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    border-radius: 4px;
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
    width: 271px !important;
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}
.customer-address-form .ui-autocomplete.ui-menu .ui-menu-item{
    margin: 0;
    padding: 0;
    width: 100%;	
}
.customer-address-form .ui-autocomplete.ui-menu .ui-menu-item a{
	    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
    color: #222222;
    cursor: pointer;
    border: 1px solid transparent;
}

@media all and (min-width: 768px),
print {
	.page-header .header.content {
		display: flex;
		align-items: center;
		padding: 20px;
		width: 100%;
		max-width: 1800px;
	}
	.cart-form-element .page-title {
		margin-bottom: 10px
	}
	.cart-discount {
		padding-left: 10px;
	}
	.header.content .logo {
		margin: 0;
		padding: 0px;
		width: 25%;
	}
	.header.content .block-search {
		position: relative;
		padding-left: 0;
		-ms-flex-positive: 1;
		max-width: 500px;
		min-width: 305px;
	}
	.mega-menu {
		top: 48px;
	}
	.minicart-wrapper {
		margin-left: 15px;
	}
	.header.content .block-search input {
		border: 1px solid transparent;
		background: #eeeef7;
		border-radius: 2px;
		height: 48px;
		width: 100%;
		font-size: 13px;
		box-shadow: none;
		z-index: 10;
		font-family: 'camptonlight';
		-webkit-transition: all 200ms linear;
		transition: all 200ms linear;
		padding-left: 18px;
	}
	.header.content .block-search input:focus {
		background: #fff;
		border: 1px solid #DDD;
	}
	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="password"]:focus,
	input[type="number"]:focus,
	select {
		background-color: #FFF !important;
	}
	.header-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header.content .contact-text {
		font-size: 13px;
		font-weight: normal;
		line-height: 1.6;
		display: flex;
		color: #878e91;
		letter-spacing: 0.52px;
		padding-right: 0;
		box-sizing: border-box;
		margin-right: 30px;
	}
	span.header-promo-message {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	span.header-promo-message:nth-child(2) span::before {
		top: 3px;
		position: relative;
	}
	span.header-promo-icon {
		display: inline-block;
		border: 2px solid #eeeef7;
		color: #878e91;
		border-radius: 50%;
		width: 30px;
		min-width: 30px;
		height: 30px;
		text-align: center;
		font-size: 12px;
		position: relative;
		margin-right: 10px;
		margin-left: 30px;
		box-sizing: border-box;
		line-height: 1;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		letter-spacing: 0;
	}
	.header.content .header-contact a {
		color: #e8177e;
	}
	.header.content .block-search .action.search {
		top: 3px;
	}
	.header-right-row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 75%;
		align-items: center;
		justify-content: flex-end;
	}
	.mobile-search {
		display: none;
	}
	.page-header .header.panel {
		padding-bottom: 10px;
		padding-top: 10px;
		font-weight: 600;
		letter-spacing: .04em;
	}
	.header.content .logo img {
		width: 160px;
		height: auto;
		max-width: 100%;
	}
	.page-wrapper .sections.nav-sections {
		position: relative;
	}
	.sections.nav-sections:after{
		content: "";
	    display: block;
	    position: absolute;
	    z-index: 2;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    width: 40px;
	    pointer-events: none;
	    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
	    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
	    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
	}
	.catalog-product-view .breadcrumbs .items {
		margin-top: 5px;
	}
	.filter.block {
		margin-bottom: 20px !important;
	}
	.filter-content li.item {
		margin: 0;
		font-size: 12px;
		line-height: 20px;
	}
	.products-grid .product-items.widget-product-grid {
		display: flex;
		margin: 0 -5px !important;
	}
	.products-grid .product-items li.product-item {
		/* width: 16.66% !important;*/
		padding: 5px !important;
		margin: 0 !important;
	}
	.modes-mode,
	.modes-mode.active {
		box-shadow: none !important;
		border: none!important;
	}
	.modes-mode:last-child {
		border-right: none !important;
	}
	.product-info-main .widget.block.block-static-block {
		margin-bottom: 20px;
	}
	.product.data.items>.item.content {
		border: none !important;
		background: #fff !important;
		margin-top: 42px !important;
		padding: 10px 0 !important;
	}
	.product.data.items>.item.title>.switch {
		background: #fff !important;
		padding: 0px 20px 0px 0px !important;
		text-align: center;
		margin-right: 0px;
		font-family: 'camptonmedium';
	}
	.product.data.items>.item.title:not(.disabled)>.switch:focus,
	.product.data.items>.item.title:not(.disabled)>.switch:hover {
		background: #fff !important;
		opacity: 1;
		color: #4d4d4d;
	}
	.mpblog-post-view .product.data.items>.item.title:not(.disabled)>.switch:focus,
	.mpblog-post-view .product.data.items>.item.title:not(.disabled)>.switch:hover {
		background: #fff !important;
		opacity: 0.6;
	}
	.product.info .product.data.items>.item.title:not(.disabled)>.switch:focus {
		background: #fff !important;
		opacity: 1;
	}
	.product.info .product.data.items>.item.title.active:not(.disabled)>.switch:hover,
	.product.info .product.data.items>.item.title.active:not(.disabled)>.switch:focus {
		background: #fff !important;
		opacity: 1;
	}
	.product.data.items>.item.title.active>.switch {
		background: #fff !important;
		color: #4d4d4d !important;
		opacity: 1;
	}
	.product.data.items>.item.title>.switch {
		border: none !important;
		border-top: none;
		opacity: 0.6;
	}
	.product-info-main .product-add-form {
		padding-top: 0px !important;
	}
	.checkout-cart-index .page-wrapper {
		background: #fff;
	}
	.checkout-cart-index .page-title-wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.checkout-onepage-success .print {
		display: block;
		margin: 0;
		text-decoration: none;
		color: #878e91;
	}
	.checkout-onepage-success .print:hover,
	.checkout-onepage-success .print:focus {
		color: #4d4d4d;
	}
	.mpblog-post-view .post-post_content {
		padding: 40px;
	    max-width: 1000px;
	    margin: auto;
	}
	.mpblog-post-view .post-post_content p, .mpblog-post-view .post-post_content {
		font-size: 16px
	}
	.mpblog-post-view .product.data.items>.item.title.active>.switch {
		background: #fff !important;
	}
	.mpblog-post-view .product.data.items>.item.content {
		background: #fff !important;
		margin-left: 0;
	}
	.action.towishlist.mobileview {
		display: none;
	}
	.cart-summary .block .fieldset .field {
		width: 60%;
		margin-right: 10px !important;
		margin-bottom: 0px !important;
	}
	.cart-summary .block .fieldset.coupon {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		margin-bottom: 0;
	}
	.mpblog-post-view .product.info .product.data.items>.item.title.active:not(.disabled)>.switch:hover,
	.mpblog-post-view .product.info .product.data.items>.item.title.active:not(.disabled)>.switch:focus,
	.mpblog-post-view .list-post-tabs:hover {
		background: #fff !important;
	}
	.sidebar .product-items .product-item-info .product-item-photo {
		float: none !important;
	}
	.bss-onestepcheckout .authentication-dropdown {
		border: none;
		border-radius: none;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	.bss-onestepcheckout .authentication-dropdown .modal-inner-wrap {
		padding: 0;
	}
	.checkout-billing-address .actions-toolbar .action-cancel {
		margin: 0 15px 0 0 !important;
	}
	.cart-summary .block .fieldset .field:not(.choice) > .control, .cart-summary .block .fieldset .field:not(.choice) > .control input[type="text"] {
		height: 100%;
	}
	.product-reviews-summary .reviews-actions {
		position: relative;
		width: 153px;
		height: 20px;
	}
	.product-reviews-summary .reviews-actions .action.add:after {
	    left: 0;
	    position: absolute;
	    top: -3px;
	    width: 100%;
	    z-index: 1;
	    -webkit-font-smoothing: antialiased;
	    color: #c7c7c7;
	    font-family: 'luma-icons';
	    font-size: 16px;
	    height: 16px;
	    letter-spacing: 2px;
	    line-height: 16px;
	    content: '\e605' '\e605' '\e605' '\e605' '\e605';
	    display: block;
	    font-style: normal;
	    font-weight: normal;
	    speak: none;
	}
	.product-reviews-summary .reviews-actions:hover span {
		display: block
	}
	.products.wrapper ~ .toolbar .pages{
		float:right !important;
	}
	.products.wrapper ~ .toolbar .limiter {
		float: left !important;
	}
	.opc-block-summary .items-in-cart .product {
		padding-left: 20px;
	}
	.heading-productqty {
		margin-left: 95px;
	}
}

@media all and (min-width: 640px),
print {
	.products-grid .product-item-inner {
		background: transparent;
	}
	.page-products .products-grid .product-item-inner:before {
		background: transparent;
		height: 0;
	}
	.fieldset .review-legend.legend {
		margin-bottom: 0;
	}
	.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .products-grid .product-item-info .product-item-inner {
		clip: auto;
		position: unset;
	}
	.page-products .product-item-actions {
		position: unset;
	}
	.product-item-actions .actions-primary {
		opacity: 1;
	}
	.page-products .product-item-actions .actions-primary form{
		position: absolute;
    	top: -40px;
    	left: 20px;
    	opacity: 0;
    	transition: opacity 200ms;
    	z-index: 33;
	}
	.product-items .product-item-info:hover .actions-primary form, .product-items .product-item-info.active .actions-primary form{
		opacity: 1;
	}
	.product-item-actions .actions-primary .stock.unavailable {
		position: absolute;
	    right: 20px;
	    bottom: 25px;
	}
}

@media all and (max-width: 1150px) {
	.header.content .contact-text {
		display: none;
	}
}

@media all and (max-width: 1100px) {
	.header.content .block-search {
		width: 40%;
	}
	.header.content .logo img {
		width: 100px;
		height: auto;
		max-width: 100%;
	}
	.header.content .block-search {
		position: relative;
		width: 350px;
		padding-left: 0;
		margin-left: 0px;
		margin-right: 20px;
	}
	.page-layout-2columns-left .column.main .products.wrapper{
    	width: 75% !important;
	}
	.page-layout-2columns-left .sidebar-filter-wishlist {
		width: 25% !important;
	}
	.products-grid .product-items.widget-product-grid {
		display: flex;
		margin: 0 -5px !important;
		display: flex;
		flex-wrap: wrap;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
	.page-products .products-grid li.item.product.product-item {
		max-width: 33.66% !important;
		margin: 0 !important;
		justify-content: center;
		-webkit-flex: 1 0 24%;
		-ms-flex: 1 0 24%;
		flex: 1 0 32%;
	}
	.cart-summary .block .fieldset .field {
		width: 100% !important;
	}
}

@media (min-width: 1024px),
print {
	.bss-onestepcheckout #opc-sidebar {
		padding-left: 20px;
	}
}
@media (min-width: 1440px),
print {
	.sidebar .product-items .product-item-info .product-item-photo {
		position: relative;
	}
}
@media all and (max-width:980px) {
	.header.content .contact-text {
		font-size: 12px;
		font-weight: 600;
		line-height: 1.6;
		letter-spacing: .04em;
		width: 55%;
	}
	.checkout-cart-index .products-grid .product-items li.product-item {
		width: 29.66% !important;
		max-width: 30.66% !important;
	}
	.mpblog-post-view .breadcrumbs {
		margin-top: 0;
	}
	.mpblog-post-view #maincontent {
		padding: 5px;
	}
	.mpblog-category-view .post-list-item, .mpblog-post-index .post-list-item {
		width: 100%;
	}
	.mpblog-category-view .columns .column.main, .mpblog-post-view .columns .column.main {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.mpblog-post-view .blog-content {
		padding: 30px 20px;
	}
	.mpblog-post-view .sidebar.sidebar-main {
		width: 100%;
		max-width: 100%;
	}
	.sidebar .mp-sidebar .product.data.items>.item.content {
		margin-top: 0 !important;
		width: 100%;
	}
	.sidebar .product.data.items .item.title a:after {
		display: none;
	}
	ul.menu-categories a.list-categories {
		line-height: 16px;
		font-size: 16px;
	}
	.mpblog-post-view .mp-sidebar {
		margin-bottom: 5px !Important;
	}
	.mpblog-post-view .columns {
		margin-bottom: 0;
	}
	.mp-sidebar .list-archives {
		font-size: 16px;
		line-height: 16px;
	}
	.mpblog-post-view footer.page-footer {
		margin-top: 0;
	}
	.page-layout-1column .product-info-main {
		width: 100% !important;
	}
	.catalog-product-view .product.media {
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
		width: 100% !important;
	}
	.catalog-product-view .column.main {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.category-cms .a-z li{
		text-align: center;
	}
	.catalog-category-view.category-christmas .featured-content .category__heading {
		display: none;
	}
	.catalog-category-view .category-featured-section.option-2 .swiper-button-next, .catalog-category-view .category-featured-section.option-2 .swiper-button-prev {
    	display: none;
	}
	.category-featured-section.option-2 .featured-category-main .swiper-container:before, .category-featured-section.option-2 .featured-category-main .swiper-container:after {
		content: none;
	}
	.category-featured-section.option-2 .featured-category-main .swiper-container {
		padding: 0;
	}
	.category-featured-section .featured-title {
		flex-wrap: wrap;
    	justify-content: center;
	}
}

@media all and (max-width:1105px) and (min-width:980px) {
	.product.data.items>.item.title>.switch {
		font-size: 12px;
	}
	.product.data.items>.item.title>.switch {
		padding: 1px 5px 1px 5px !important;
		margin-right: 3px;
	}
}

@media all and (max-width:980px) and (min-width:768px) {
	.featured-container .featured-content,
	.cms-home .blog-carousel,
	.featured-categories .container {
		flex-wrap: wrap;
	}
	.featured-container .featured-sidebar {
		display: none;
	}
	.featured-container .featured-main {
		width: 100%
	}
	.cms-home .blog-sidebar,
	.cms-home .blog-post,
	.featured-categories .featured-content,
	.featured-category-main {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.featured-container {
		background: none;
	}
	.main-menu .dropdown-item>a {
		font-size: 12px;
	}
	.main-menu .dropdown-item {
		padding: 0 8px;
	}
	.featured-product-inner .product-image-container {
		display: block;
		margin: 0 auto;
	}
	/** css added for featured category for christmas category **/
	.catalog-category-view.category-christmas .featured-categories .featured-content, .catalog-category-view.category-christmas .featured-categories .featured-category-main {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}

@media all and (max-width: 767px) {
	.header.content {
		width: 100%;
		height: auto;
		padding-top: 0px;
		padding-bottom: 15px;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	.my-account-dropdown-content {
		min-width: 0;
		top: auto;
		width: 100%;
		bottom: -92px;
	}
	.search-autocomplete {
		margin-top: 0px;
	}
	.featured-product-inner .product-image-container {
		display: block;
		margin: 0 auto;
	}
	.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .payment-option-inner {
		display: block;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.bss-onestepcheckout #opc-sidebar .discount-code #discount-form .actions-toolbar {
		display: block;
		width: 100%;
	}
	.checkout-payment-method .checkout-billing-address .primary .action-update {
		margin-bottom: 0px;
	}
	.sidebar.sidebar-additional {
		width: 100% !important;
	}
	.cart-summary .checkout-methods-items .action.primary.checkout {
		line-height: 1em;
		height: 40px;
	}
	.cart-summary .block>.title {
		border-top: none;
	}
	.cart-container .form-cart .actions.main {
	    margin: 0 15px;
	}
	.cart-summary .block .content {
		padding-bottom: 0;
	}
	.cart.table-wrapper .product-item-photo {
		max-width: 75px;
	}
	.cart.table-wrapper .actions-toolbar {
		position: inherit;
		min-height: 0; 
	}
	.cart.table-wrapper .col.qty,
	.cart.table-wrapper .col.price,
	.cart.table-wrapper .col.subtotal,
	.cart.table-wrapper .col.msrp {
		width: auto;
		padding-top: 0
	}
	.cart.table-wrapper .col.qty[data-th]:before,
	.cart.table-wrapper .col.price[data-th]:before,
	.cart.table-wrapper .col.subtotal[data-th]:before,
	.cart.table-wrapper .col.msrp[data-th]:before,
	.cart.table-wrapper .col.price .price-including-tax,
	.cart.table-wrapper .col.price .price-excluding-tax,
	.cart .table.items .cart.item .col.qty,
	.cart .table.items .cart.item .field.qty,
	.cart .table.items .cart.item .control.qty,
	.cart.table-wrapper .col.subtotal .price-including-tax,
	.cart.table-wrapper .col.subtotal .price-excluding-tax {
		display: inline;
		font-weight: 200;
	}
	.cart.table-wrapper .product-item-name,
	.cart.table-wrapper .col.price .price-excluding-tax .price,
	.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
	.cart.table-wrapper .col.price .price-including-tax .price,
	.cart.table-wrapper .col.subtotal .price-including-tax .price {
		font-weight: 200;
	}
	.cart.table-wrapper .item-info {
		display: block;
		margin: 10px 0;
	}
	.cart.table-wrapper .col.price {
		padding: 0px 15px 10px 100px;
	}
	.cart.table-wrapper .item .col.item {
		padding-bottom: 0px;
		min-height: 0;
		padding-left: 100px;
		display: block;
		width: 100%;
    	float: left;
    	box-sizing: border-box;
	}
	.cart.table-wrapper .action.cart-delete {
		position: absolute;
	    top: 10px;
	    right: 20px;
	    margin-right: 0;
	}
	.cart.table-wrapper .action.cart-delete:before {
		font-size: 14px;
	}
	.cart.table-wrapper .action.cart-delete span, .cart.table-wrapper .action.cart-wishlist {
		display: none;
	}
	.catalog-product-view .breadcrumbs {
		margin-top: 0px;
		margin-bottom: 0;
		padding: 10px 25px;
		display: block;
	}
	.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 {
		font-size: 85%;
	}
	.block.crosssell {
		margin-top: 40px
	}
	.block.crosssell .products {
		margin-top: 0
	}
	.checkout-cart-index .block.crosssell .product-items {
		margin-top: 0;
		padding-top: 0;
	}
	.catalog-product-view .breadcrumbs .items li,
	.catalog-product-view .breadcrumbs .items li a,
	.catalog-product-view .breadcrumbs .item:not(:last-child):after {
		color: #666;
	}
	.newsletter div#newsletter-error {
		position: static;
		transform: translateX(0%);
		font-size: 9px;
		margin-top: 10px;
	}
	.customer-account-create main#maincontent {
		margin-top: 10px;
		padding: 0;
	}
	.customer-account-create main#maincontent h1.page-title {
		font-size: 19px;
	}
	.bss-onestepcheckout #opc-sidebar .actions-toolbar>.primary>.btn-placeorder {
		padding: 9px 17px;
	}
	.cart-discount .fieldset.coupon {
		display: block;
	}
	.cart-discount .field {
		display: block;
	}
	.cart-discount .actions-toolbar {
		width: 100%;
		display: block;
	}
	.cart-discount button.action.apply.primary {
		width: 100%;
		margin: 0;
	}
	.cart.main.actions button {
		width: 100%;
		margin-bottom: 10px;
	}
	.cart.itemCounts {
		margin-bottom: 10px;
	}
	.related {
		padding: 0 15px;
	}
	.related .products-grid .product-items li.product-item {
		float: left;
	}
	.upsell {
		padding: 0 15px;
	}
	.upsell .products-grid .product-items li.product-item {
		float: left;
		margin-bottom: 10px;
	}
	.page-products .page-title-wrapper #page-title-heading {
		top: 35%;
	}
	.page-products .columns {
		padding-top: 0;
		position: relative;
		z-index: 1;
	}
	.checkout-cart-index .products-grid .product-items li.product-item {
		float: left;
	}
	.page-products .page-title-wrapper #page-title-heading {
		font-size: 32px;
	}
	.page-products .page-title-wrapper,
	.mpblog-post-index .page-title-wrapper,
	.mpblog-category-view .page-title-wrapper {
		padding: 40px 20px;
		box-sizing: border-box;
	}
	.category-description {
		box-sizing: border-box;
		line-height: 1.45;
		font-size: 15px;
		display: none;
	}
	.cms-page-view .page-title-wrapper {
		padding: 40px 0;
	}
	.cms-page-view .page-title-wrapper .page-title {
		font-size: 32px;
	}
	.toolbar .pages {
		margin-bottom: 0;
	}
	.pages .pages-items {
		padding: 2px 40px 0 0px;
	}
	footer.page-footer {
		margin-top: 0;
	}
	.logo {
		max-width: 110px;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-left: 20px;
		margin-top: 15px;
	}
	.my-account-link .my-account-login{
		display: inline-block;
		width: 32px;
		height: 32px;
		margin-right: 15px;
		min-width: auto;
	}
	.my-account-login .glyphicon {
		top: 2px;
	}
	.minicart-wrapper {
		margin-top: 0;
		position: inherit;
	}
	.mobile-search li a:before {
		content: "\e003";
		position: relative;
		top: 5px;
		display: inline-block;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #6f6d78;
		font-size: 13px;
	}
	.mobile-search li {
		list-style-type: none;
	}
	.mobile-search {
		display: block;
		text-align: center;
		position: relative;
		color: #6f6d78;
		display: block;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background: #eeeef7;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 15px;
	}
	.my-account-link a span:before {
		top: 8px;
	}
	.header-right-row {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-right: 61px;
		margin-top: 15px;
	}
	.glyphicon-user:before {
		top: 7px;
	}
	.header-right .minicart-wrapper .action.showcart:before {
		width: 32px;
		height: 32px;
	}
	.minicart-wrapper .block-minicart {
		top: 77px;
	}
	.block-minicart .action.close {
		display: none;
	}
	.header.content .logo img {
		max-width: 160px;
		width: 100%;
	}
	.scroll-to-top {
		font-size: 14px;
	}
	.scroll-to-top:before {
		line-height: 1.6;
	}
	.chevron-down {
		display: inline-block;
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: inherit;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.chevron-down:before {
		content: '\e608';
    	font-family: 'luma-icons';
	}
	.page-header .panel.wrapper {
		background: #4d4d4d;
		color: #cfced0;
		float: left;
		width: 100%;
		font-size: 10px;
		text-align: center;
		padding: 0;
		position: relative;
		z-index: 1;
		height: 26px;
		line-height: 26px;
		display: none;
	}
	#banner-slider-carousel .owl-nav button {
		display: block !important;
	}
	.breadcrumbs {
		width: 100% !important;
		max-width: 100% !important;
		text-align: left;
		display: block !important;
		margin-top: 30px;
	}
	.cms-collaborations .breadcrumbs {
		display: none;
	}
	.page-products .breadcrumbs {
		margin-top: -5px;
	}
	.filter-title strong {
		left: 0;
		top: -45px;
		display: none;
	}
	.toolbar-products {
		margin-top: 0px;
		display: flex;
		flex-wrap: wrap;
	}
	.page-products .search.results .toolbar-products {
		margin-left: 0;
	}
	.sorter-label {
		display: none;
	}
	.page-products .sorter {
		position: static;
	}
	.pages a.page,
	.pages a.page:visited {
		color: #4d4d4d;
	}
	.header.panel>.header.links {
		display: flex;
		margin: 0;
		width: 100%;
		justify-content: space-around;
	}
	.header.panel>.header.links li {
		float: none;
		display: inline-block;
		margin: 0;
		font-weight: 300;
		font-size: 10px;
	}
	#banner-slider-carousel .owl-nav button {
		font-size: 2.9em !important;
	}
	.nav-toggle {
		margin: 0;
		position: unset;
		left: unset;
	}
	.header-right {
		display: inline-block;
		height: auto;
	}
	.featured-categories h3.category__heading {
		font-weight: 600;
		text-align: center;
	}
	.featured-content .category__heading:after, .cms-home .homepage-blog-heading:after {
		display: none;
	} 
	.contact-text {
		display: none;
	}
	.block-search {
		margin-top: 0px;
	}
	.header.content .block-search {
		width: 100%;
		text-align: left;
		float: left;
		left: 0;
		right: auto;
		background: rgba(77, 77, 77, 0.8);
		display: block;
		z-index: 99;
		position: absolute;
		top: 0px;
		height: 100vh;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.header.content .block-search .active {
		pointer-events: auto;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	main#maincontent {
		margin-top: 33px;
		padding: 0;
	}
	.block-search ::placeholder {
		color: #999 !important;
		opacity: 1;
		/* Firefox */
	}
	.block-search :-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #999 !important;
	}
	.block-search ::-ms-input-placeholder {
		/* Microsoft Edge */
		color: #999 !important;
	}
	.block-search .label {
		position: absolute;
		z-index: 9;
		top: 0;
		right: 87px;
		width: 30px;
		height: 58px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.page-header .block-search .control {
		border-top: 0;
		margin: 0;
		padding: 0;
	}
	.block-search .label:before {
		font-size: 18px;
		margin: 0 0px 0 0;
		color: #2d3d50;
	}
	main#maincontent {
		margin-top: 56px;
	}
	.featured-categories .container .category-tiles {
		padding: 0;
		margin: 0;
	}
	.nav-toggle:before {
		content: "";
	    width: 30px;
	    height: 3px;
	    left: 0;
	    border-top: 2px #4d4d4d solid;
	    border-bottom: 2px #4d4d4d solid;
	    padding: 1.5px 0;
	    float: right;
	    margin-top: 30px;
	    margin-right: 15px;
	}
	.nav-toggle:after {
		content: "";
		width: 30px;
		height: 2px;
		background: #4d4d4d;
		float: right;
		margin-top: 22px;
		margin-right: -30px;
		z-index: 99;
	}
	.header.panel>.header.links li.greet.welcome {
		display: none;
	}
	.featured-categories .container .featured-content p {
		letter-spacing: 0;
	}
	.product-item-details .product-item-actions {
		display: block;
	}
	.product.data.items {
		margin-left: 0;
		margin-right: 0;
	}
	body {
		overflow-x: hidden;
	}
	body.mb-search {
		overflow: hidden;
	}
	.products-grid .product-items .product-item-name {
		font-weight: 400;
		color: #342d32;
		font-size: 12px;
		height: auto;
	}
	.page-products .btn-quickbuy {
		width: 100%;
	}
	.products-grid .product-items .product-item-details {
		padding-left: 10px;
		padding-right: 10px
	}
	.products-grid .product-item-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-item-actions .actions-primary {
		display: block !important;
	}
	.products-grid .product-item .price-box {
		margin: 6px 0 0px;
	}
	.products-grid .product-items button.action.tocart.primary {
		height: 30px;
		width: 100%;
	}
	main#maincontent {
		margin-top: 0;
		padding: 0;
	}
	.page-header {
		border-bottom: 1px solid #cccccc;
		margin-bottom: 0px;
	}
	.account-social-login .actions-toolbar.social-btn {
		width: 215px;
	}
	.products-grid .product-items.widget-product-grid {
		padding: 0 7px;
	}
	.products-grid .product-item .price-box .price {
		font-size: 14px;
	}
	#banner-slider-carousel .owl-nav .owl-prev {
		left: 15px !important;
		width: 0;
	}
	#banner-slider-carousel .owl-nav button {
		opacity: 1 !important;
	}
	#banner-slider-carousel .owl-nav .owl-next {
		right: 15px !important;
	}
	#banner-slider-carousel .owl-nav {
		opacity: 1 !important;
	}
	.columns {
		display: block;
	}
	.page-layout-2columns-left .sidebar-filter-wishlist {
		width: 100% !important;
		display:none;
	}
	.page-title-wrapper.product h1 {
		font-size: 20px;
		margin-bottom: 0;
		margin-top: 20px;
		text-align: left;
		text-transform: uppercase;
		font-weight: 500;
		line-height: 1.45;
		margin-bottom: 15px;
	}
	.page-layout-1column .product-info-main {
		width: 100% !important;
	}
	.page-layout-1column .product.media {
		width: 100% !important;
	}
	.product-info-main .product-reviews-summary {
		margin-bottom: 15px;
		display: none;
	}
	.rating-summary .rating-result:before {
		color: rgba(0, 0, 0, 0.1);
	}
	.product-info-main {
		clear: both;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.product.info.detailed {
		padding: 0;
	}
	.page-products .products-grid li.item.product.product-item {
		width: 50% !important;
		-webkit-flex: 1 0 49%;
		-ms-flex: 1 0 49%;
		flex: 1 0 59%;
		max-width: 50% !important;
	}
	.page-products .products-grid li.item.product.product-item:nth-of-type(odd) {
    	padding: 0px 0px 5px 0px !important;
	}
	.page-products.catalogsearch-result-index .products-grid li.item.product.product-item:nth-of-type(odd) {
		padding-left: 0 !important;
	}
	.page-layout-2columns-left .column.main {
		width: 100% !important;
		padding: 0 5px 0 0;
	}
	.page-layout-2columns-left.page-products .column.main .products.wrapper {
		width: 100% !important;
		padding: 0px;
	}
	.page-layout-2columns-left.page-products.catalogsearch-result-index .column.main {
		width: 100% !important;
		padding: 0px;
	}
	.page-products .category-view {
		padding: 20px 20px;
	}
	body.page-products .products-grid .product-items {
		margin: 0;
	}
	.search.results {
		margin-left: 5px;
	}
	.categories .category-item {
		max-width: calc(50% - 20px);
		margin: 10px;
		padding-bottom: 8px;
		justify-content: center;
		flex: 1 0 24%;
		-webkit-flex: 1 0 24%;
		-ms-flex: 1 0 24%;
		flex: 2 0 50%;
		text-align: center;
		box-sizing: border-box;
		background: #fff;
	}
	.checkout-container {
		padding: 0;
	}
	.checkout-index-index main#maincontent {
		margin-top: 28px;
		padding: 0 15px;
	}
	.checkout-index-index .page-header {
		background: white;
		padding: 0 15px;
	}
	.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
		background: #d95481;
	}
	.checkout-index-index .payment-option-inner {
		width: 100%;
		display: inline-block;
		margin-bottom: 15px;
	}
	div#eway-secure-field-name input {
		height: 50px !important;
		line-height: 50px !important;
		box-shadow: none !important;
		border-radius: 0 !important;
	}
	.checkout-index-index .payment-option-inner {
		width: 100% !important;
	}
	.checkout-index-index .actions-toolbar {
		width: 100%;
	}
	.payment-methods .step-title {
		border-bottom: 0px solid #ccc !important;
		padding: 0;
		padding-bottom: 0;
	}
	.minicart-wrapper .action.showcart .counter.qty {
		font-size: 10px;
	}
	.opc-wrapper .methods-shipping {
		border-bottom: 0px solid #ccc;
		padding-top: 30px;
		background: #fff;
		padding: 0;
		margin: 0;
	}
	.opc-wrapper .step-content {
    	margin: 0 0 20px
	}
	.shipping-address-items {
		margin-top: 15px;
	}
	.checkout-index-index .minicart-wrapper {
		display: none;
	}
	.checkout-index-index span.counter.qty {
		position: absolute;
		right: -7px;
		background: #73b84f !important;
		width: 20px !important;
		height: 20px !important;
		padding: 0 !important;
		border-radius: 100px !important;
		top: -7px;
	}
	button.action.showcart {
		position: relative;
	}
	.checkout-index-index .minicart-items .product>.product-image-container {
		float: left;
		display: none;
	}
	#opc-sidebar .minicart-items .product-item-details {
		padding-left: 0;
		width: 100%;
		display: block;
	}
	.payment-option .form .form-discount {}
	.opc-block-summary {
		padding: 15px 15px;
	}
	.products-grid .product-items.widget-product-grid {
		flex-wrap: wrap;
	}
	.products-grid .product-items li.product-item {
		width: 50% !important;
		padding: 5px !important;
		max-width: 50% !important;
		padding: 5px !important;
		margin: 0 !important;
		justify-content: center;
		flex: 2 0 50%;
		-webkit-flex: 2 0 50%;
		-ms-flex: 2 0 50%;
		flex: 2 0 50%;
	}
	.checkout-cart-index .products-grid .product-items li.product-item {
		width: 50.66% !important;
		max-width: 49.66% !important;
	}
	.featured-categories .container .featured-content {
		padding-top: 15px;
	}
	.featured-categories .container .category-tiles .tile {
		width: 100%;
		margin-bottom: 0;
	}
	.footer-bottominner {
		padding: 0px;
	}
	.footer-bottom {
		padding: 0 0px 40px;
	}
	.footer-bottom .flex-row {
		flex-wrap: wrap;
	}
	.footer-bottom .footer-item {
		width: 100%;
		padding-right: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 5px 0 0;
	}
	h4.footer__heading {
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
		margin: 0px;
		padding: 15px;
		font-weight: 600;
		color: #fff;
		position: relative;
		line-height: 1;
	}
	h4.footer__heading:after {
		right: 20px;
		top: 16px;
		font-size: 13px;
		color: inherit;
		content: "\e114";
		vertical-align: middle;
		display: inline-block;
		overflow: hidden;
		text-align: center;
		position: absolute;
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.footer-linklist {
		padding: 15px;
		margin: 0;
		display: none;
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	}
	li.footerlink-item {
		font-weight: 400;
	}
	.field.newsletter {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}
	.newsletter .control {
		margin-right: 0;
		position: relative;
		width: 100%;
	}
	.newsletter .actions {
		width: 100%;
	}
	.newsletter button.action.subscribe.primary {
		margin-top: 10px;
		width: 100%;
	}
	.newsletter input#newsletter {
		width: 100%;
	}
	footer .footer-search .footer.content {
		border-top: 0;
	}
	.footer.content {
		padding: 0;
	}
	.main-menu {
		margin-bottom: 0;
		width: 100%;
		flex-wrap: wrap;
		padding: 0;
		border-top: 1px solid #f1f1f1;
		overflow-x: visible;
	}
	.main-menu .dropdown-item {
		position: relative;
		line-height: 38px;
		padding: 0;
		margin-bottom: 0;
		width: 100%;
		border-top: 0;
		border-bottom: solid 1px #f1f1f1;
		padding: 0px 0px;
	}
	.section-item-content.nav-sections-item-content {
		width: 100%;
		padding: 0px 0;
	}
	span.menuplus {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		text-align: center;
		line-height: 44px;
		height: 44px;
		z-index: 2;
		display: block;
		cursor: pointer;
		display: block !important;
		font-size: 16px;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        transition: all .1s;
	}
	.menumin span.menuplus {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
	.main-menu .dropdown-item>a {
		display: flex;
		justify-content: space-between;
		border-bottom: 0;
		border-top: 0;
		font-weight: 500;
		padding: 3px 10px;
		margin-right: 55px;
	}
	.main-menu .dropdown-item:hover .mega-menu {
		visibility: hidden;
	}
	.mega-menu {
		z-index: 11;
		width: 100%;
		border-top: 1px solid #f1f1fd;
		box-shadow: none;
		opacity: 1;
		position: relative;
		margin: 0;
		padding: 0;
		border-right: 0;
		width: 100%;
		left: 0;
		right: 0;
		max-height: 0;
		top: 0;
		overflow: hidden;
	}
	.main-menu .dropdown-item.menumin .mega-menu {
		top: 0;
		visibility: visible;
		max-height: 1000px;
	}
	.menumin .fa-plus:before {
		content: "\f068";
		color: #333;
	}
	ul.menu-level2 {
		display: none !important;
	}
	.mega-menuinner {
		padding: 0;
		width: 100%;
		margin: 0;
	}
	.megamenu-row {
		flex-wrap: wrap;
	}
	.megamenu-rowitem {
		width: 100%;
		font-size: 13px;
		background: #fff;
		margin: 0;
		max-width: 100%;
		line-height: 1;
		font-weight: 400;
		padding: 0;
	}
	.menu-level2>li>a,
	.menu-level1>a {
		font-size: 13px;
		background: #fff;
		border-bottom: 1px solid #f1f1fd;
		padding: 5px 15px;
		width: 100%;
		display: block;
		margin: 0;
		color: #2d3d50;
		line-height: 40px;
		box-sizing: border-box;
	}
	.nav-sections-item-title {
        background: #f7f7fd;
        border: none;
    }
    .nav-sections-item-switch, .nav-sections-item-switch:hover{
        font-family: 'camptonmedium';
        font-weight: 500;
        color: #4d4d4d;
    }
    .nav-sections .header.links li.greet.welcome, .nav-sections .header.links li, .nav-sections .header.links li > a {
        border-top: none
    }
    .nav-sections .header.links a, .nav-sections .header.links a:hover {
        padding: 0;
        font-weight: 500;
    }
    .nav-sections .header.links li, .nav-sections .header.links li.greet.welcome{
        font-size: 14px;
        letter-spacing: .1em;
        font-family: 'camptonmedium';
        line-height: 38px;
        padding: 3px 10px;
        font-weight: 500;
        border-top: 1px solid #f1f1f1;
        text-transform: uppercase;
    }
    .nav-sections .header.links li.customer-welcome {
    	border-top: none;
    }
    .nav-sections .header.links li.greet.welcome {
    	padding: 3px 20px 0 20px;
    }
    .nav-sections .header.links {
        border-bottom: solid 1px #f1f1f1;
    }
	.block-search .actions {
		position: absolute;
		width: 77px;
		height: 58px;
		z-index: 9999;
		right: 0;
		top: 0;
		background: #2b2a2a;
		display: none;
	}
	.close-search.toggle-search {
		padding: 20px;
		font-family: 'woodfordbourne-semibold';
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		height: 58px;
		z-index: 99;
		background: #2b2a2a;
		display: block;
		box-sizing: border-box;
		font-family: "camptonmedium";
		font-size: 13px
	}
	.block-search .actions:after {
		content: "Close";
		color: #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		font-family: "camptonmedium";
		font-size: 13px;
	}
	.header.content .contact-text {
		display: none;
	}
	.header.content .contact-text-mobile {
		display: flex;
		width: 100%;
		font-size: 10px;
		background: #4d4d4d;
		color: white;
		padding: 5px;
		box-sizing: border-box;
	}
	span.header-promo-icon {
		display: none;
	}
	.header.content .contact-text {
		font-size: 10px;
		font-weight: 600;
		line-height: 1.6;
		letter-spacing: .04em;
		width: 100%;
	}
	.header-contact {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	span.header-promo-message {
		margin: 0 10px;
		color: #cfced0;
		font-size: 10px;
	}
	.footer-checkout img {
		width: 240px;
	}
	.footer-news-tc {
		margin-top: 30px;
	}
	.customer-account-login main#maincontent {
		margin-top: 0;
		width: 100%;
	}
	.block.block-customer-login,
	.block.block-new-customer {
		width: 100% !important;
	}
	.form-login .secondary {
		top: -48px;
	}
	.dashboard-item {
		width: 50%;
	}
	.account.page-layout-2columns-left .sidebar-main {
		width: 100% !important;
		background: #f7f7fd;
		margin-top: 0;
		order: 0;
	}
	.account .block-collapsible-nav {
		position: static;
		margin-bottom: 0;
	}
	.account .block.account-nav {
		margin-bottom: 0;
	}
	.account .block-collapsible-nav .content {
		border-bottom: 1px solid #cccccc;
		display: block;
	}
	.account .title.block-collapsible-nav-title {
		display: none;
	}
	.account .columns {
		display: flex;
		flex-wrap: wrap;
	}
	.account .page-main .columns .column.main {
		order: 1;
		padding: 0;
	}
	.account .page.messages {
		margin-bottom: 10px;
	}
	.cms-home .home-page-sale-block {
		margin: 30px auto 10px;
	}
	.cms-home .home-page-sale-content {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		height: 370px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.homepage-body.light {
		font-size: 16px;
	}
	.featured-container .featured-sidebar {
		display: none;
	}
	.featured-category-main,
	.cms-home .blog-post,
	.featured-container .featured-main {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.cms-home .featured-container .featured-product {
		width: 50%;
	}
	.featured-container .featured-title h3,
	.cms-home .homepage-blog-heading {
		margin: 0 20px 20px;
		text-align: center;	
	}
	.featured-container .featured-title h3 {
		margin-bottom: 25px;
	}
	.featured-container {
		background: none;
		margin: 60px 0 30px;
	}
	.home-page-sale-content .inner {
		margin: 0 auto;
	}
	.featured-categories .container,
	.cms-home .blog-carousel {
		flex-wrap: wrap;
	}
	.featured-categories {
		padding: 30px 0;
	}
	.catalog-category-view .featured-categories {
    	padding: 20px 0px 0px;
	}
	.featured-categories .container .featured-content p,
	.cms-home .homepage-blog-body {
		display: none;
	}
	.featured-categories .container .featured-content,
	.cms-home .blog-sidebar {
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	.featured-content .category__heading {
		margin: 0 20px 20px;
	}
	.catalog-category-view .featured-content .category__heading {
		font-size: 26px;
	}
	.cms-home p {
		margin-bottom: 0;
	}
	.cms-home .homepage-blog-shopnow {
		margin-top: 0px;
	}
	.homepage-blog-btn {
		margin-bottom: 20px;
		text-align: center;
	}
	.cms-home .swiper-button-prev, 
	.catalog-category-view.category-collections .swiper-button-prev, 
	.cms-home .swiper-button-next,
	.catalog-category-view.category-collections .swiper-button-next{
		display: none;
	}
	.product-item-info .product-item-link {
		line-height: 1;
	}
	.cms-home .product-tile-info h3 {
		line-height: 1;
	}
	.mpblog-post-view .blog-content {
		padding: 0;
	}
	.blog-category ul {
		display: flex;
		flex-wrap: wrap;
		margin: 35px auto 0;
		justify-content: center;
		padding: 0 20px;
	}
	.blog-category .category-item {
		border-right: 0;
		line-height: 16px;
		font-size: 16px;
		padding: 5px;
		text-align: center;
		min-width: 0px;
	}
	.blog-category a.list-categories {
	    font-size: 12px;
	    color: #4d4d4d;
	    opacity: 1;
	    padding: 10px 14px;
	    text-transform: none;
	    font-family: "camptonmedium";
	    background: #fff;
	    border-radius: 2px;
	    margin: 5px 0;
	    box-shadow: 1px 1px 1px #0001;
	}
	.blog-category a.list-categories:hover {
		color: #342d32;
	}
	.blog-category .category-item:last-child {
		border-bottom: 0;
		text-align: center;
	}
	.mpblog-category-view .breadcrumbs, .mpblog-post-index .breadcrumbs {
		margin: 0;
		width: auto;
	}
	.mpblog-post-index .post-info-wraper {
		padding: 20px;
	}
	.mpblog-category-view .page-title, .mpblog-post-index .page-title {
		font-size: 32px;
	}
	.mpblog-post-index .page-title:before {
		display: none;
	}
	.bss-onestepcheckout .opc-wrapper #shipping {
		width: 100%;
	}
	.bss-onestepcheckout .opc-wrapper {
		background: white;
		padding: 0 !important;
		overflow: hidden;
		width: auto;
	}
	.bss-onestepcheckout .opc-wrapper #payment,
	.bss-onestepcheckout .opc-wrapper #opc-shipping_method,
	.bss-onestepcheckout .opc-wrapper #shipping {
		width: 100% !important;
	}
	.bss-onestepcheckout .opc-wrapper .form-login,
	.bss-onestepcheckout .opc-wrapper .form-shipping-address {
		background: white;
		margin: 0;
	}
	.bss-onestepcheckout .opc-wrapper .form-shipping-address {
		margin-bottom: 20px;
	}
	.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .step-title {
		border: 0;
		margin-bottom: 20px;
		border-bottom: 1px solid #d4d4d4 !important;
	}
	.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .checkout-billing-address .billing-address-same-as-shipping-block {
		flex-wrap: nowrap;
	}
	.bss-onestepcheckout #opc-sidebar {
		padding-left: 0;
		padding-right: 0;
		box-sizing: border-box;
		margin-top: 0px;
	}
	.bss-onestepcheckout #opc-sidebar>.actions-toolbar {
		width: AUTO;
	}
	.bss-onestepcheckout #checkout .field {
		display: flex;
		flex-wrap: wrap;
	}
	.bss-onestepcheckout #checkout .control {
		flex: inherit;
		width: 100%;
	}
	.bss-onestepcheckout .opc-wrapper #shipping .label {
		margin: 0 0px;
		width: 100%;
		position: static;
		margin-bottom: 5px;
	}
	.checkout-index-index .payment-method {
		margin-top: 10px;
		border: 1px solid #ccc;
		width: 100%;
		display: inline-block;
		padding: 10px 20px;
		border-radius: 2px;
		box-sizing: border-box;
	}
	.checkout-index-index .payment-method._active {
		background: white
	}
	.bss-onestepcheckout .opc-wrapper #payment #checkout-payment-method-load .payment-methods .payment-method .payment-method-title {
		padding: 0;
	}
	.opc-estimated-wrapper {
		display: none;
	}
	.checkout-index-index .page-header {
		background: none;
		padding: 0 15px;
		border: 0;
	}
	.checkout-index-index .header.content {
		padding-top: 15px;
	}
	.checkout-container .authentication-wrapper {
		float: right;
		margin-top: -72px;
	}
	.bss-onestepcheckout #opc-sidebar .discount-code #discount-form {
		display: block;
		width: 100%;
	}
	.top-category-list {
		padding: 0;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 20px;
		background: white;
    	border-radius: 3px;
    	overflow: hidden;
    	width: 100%;
	}
	.top-category-list-item {
		border: 0;
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #eeeef7;
	}
	.top-category-list-item:last-of-type {
		border-bottom: none;
	}
	.top-category-name {
		display: block;
		border-right: 0;
		padding: 0 0px;
	}
	.top-category-list h2 {
		text-align: left;
		font-size: 14px;
		color: #4d4d4d;
		opacity: 1;
		padding: 14px 20px;
		text-transform: none;
		font-family: "camptonmedium";
		background: #fff;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
	}
	.top-category-list a {
		padding: 0;
		display: block;
	}
	.top-category-list a:hover,
	.top-category-list h2:hover {
		color: #3d3c3c;
	}
	#mpblog-list-container .pager {
		flex-wrap: wrap;
		padding: 0 25px;
	}
	#mpblog-list-container .pages .pages-items {
		padding: 0;
		margin-bottom: 10px;
	}
	#mpblog-list-container .pages-item-next {
		position: relative;
	}
	.mb-search-icon {
		display: block;
		text-align: center;
		position: relative;
		color: #6f6d78;
		display: block;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background: #eeeef7;
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 15px;
	}
	.header-search-icon.toggle-search {
		width: 16px;
		height: 16px;
	}
	.header.content .block-search {
		width: 100%;
		text-align: left;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: auto;
		background: #d1d3e1;
		opacity: 0;
		background: rgba(77, 77, 77, 0.8);
		z-index: -1;
		visibility: hidden;
		display: block !important;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.mb-search .header.content .block-search {
		opacity: 1;
		background: rgba(77, 77, 77, 0.8);
		z-index: 111;
		visibility: visible;
		pointer-events: initial;
	}
	.block-search .block-content {
		margin-bottom: 0;
		display: flex;
		transform: translateY(-100px);
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.mb-search .block-search .block-content {
		transform: translateY(0px);
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	form#search_mini_form {
		flex: 1;
		background: white;
		display: flex;
	}
	form#search_mini_form .field.search {
		flex: 1;
	}
	.block-search input {
		position: static !important;
		top: 0;
		margin: auto;
		left: 0 !important;
		right: 0;
		padding: 0 10px;
		border: 0;
		box-shadow: none;
		color: #333;
		font-weight: 400;
		border-radius: 0;
		height: 58px;
		font-size: 16px;
		width: 100%;
		background: #FFF !important;
		color: #000;
		padding-right: 120px;
	}
	.sidebar .product-items .product-item-info .product-item-photo {
		float: left;
		position: relative;
	}
	.sidebar .product-items .product-item-details {
		display: inline-block;
		margin: 0 0 0 10px;
	}
	.cms-outer-container {
		padding: 40px 20px
	}	
}

@media only screen and (max-width: 639px) {
	.products-grid .product-item .price-box {
		margin: 6px 0 0px;
	}
	.product-info-main .product-info-stock-sku {
		padding-left: 10px;
	}
	.products-grid .product-item-inner {
		background: transparent;
	}
	.page-products .products-grid .product-item-inner:before {
		background: transparent;
		height: 0;
	}
	.fieldset .review-legend.legend {
		margin-bottom: 0;
	}
	.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner, .products-grid .product-item-info .product-item-inner {
		clip: auto;
		position: unset;
	}
	.page-products .product-item-actions {
		position: unset;
	}
	.product-item-actions .actions-primary {
		opacity: 1;
	}
	.page-products .product-item-actions .actions-primary form{
		position: absolute;
    	top: -40px;
    	left: 20px;
    	opacity: 0;
    	transition: opacity 200ms;
    	z-index: 33;
	}
	.product-items .product-item-info:hover .actions-primary form, .product-items .product-item-info.active .actions-primary form{
		opacity: 1;
	}
	.product-item-actions .actions-primary .stock.unavailable {
		position: absolute;
	    right: 20px;
	    bottom: 25px;
	}
	.product-info-price > *:last-child {
    	padding-left: 10px;
    	padding-right: none;
	}
}
@media all and (max-width: 415px) { 
	.artist-profile .image-container{
		flex: 0.4;
	}
}

@media all and (max-width: 400px) {
	.cms-home .home-page-sale-content h3.light {
		font-size: 60px;
	}
	.cms-home .home-clearance .inner h3 .win {
		font-family: camptonbold;
		font-size: 46px !important;
	}
	.cms-home .home-clearance .inner h3 {
		font-size: 28px;
	}
	.featured-categories .banner-heading h2,
	.cms-home .featured-blog-tile-info h3 {
		font-size: 13px;
	}
	.featured-content .category__heading,
	.cms-home .homepage-blog-heading,
	.featured-container .featured-title h3 {
		font-size: 26px;
		margin-bottom: 0 20px 20px;
	}
	.cms-home .homepage-blog-readmore {
		padding: 7px 15px;
	}
	.checkout-payment-method .payment-method-title .payment-icon {
		display: block;
	}
	/** css added for featured category for christmas category **/
	.catalog-category-view.category-christmas .featured-categories .banner-heading h2 {
		font-size: 13px;
	}
}

@media all and (max-width: 360px) {
	.logo {
		max-width: 92px;
		margin-left: 16px;
	}
}
