html {
    scroll-behavior: smooth;
}

*, *:before, *:after {
	box-sizing: border-box;
}
.cms-home .sections.nav-sections{
	margin-bottom:0;
}
.cms-home #maincontent.page-main{
	max-width:100%;
	padding:0;
}
.header-panelleft-section {
	float: left;
}
.header-panelleft-section a {
	color: #fff;
}
.heroWrapper{
	border-top:solid 2px #c3c8cd;
	height: 600px;
	background-image: url(../images/wholesale-zippers.jpg);
	background-position: center;
	background-size: cover;
}
.inner-content {
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}
.heroWrapper .inner-content {
    height: 100%;
    display: flex;
    align-items: center;
}
.heroWrapper h1 {
	font-size: 60px;
	color: #5b1c6c;
	font-weight: 500;
	margin-bottom: 90px;
}
.heroWrapper h1 span {
	font-size: 36px;
	display: block;
	color: #722486;
}
.home-hero-content {
	padding: 50px 0 0 70px;
}
a.button-arrow,
#contact-form .action.submit.primary,
.form.search.advanced .action.search.primary,
.checkout-shipping-method .actions-toolbar .action.primary {
	display: inline-block;
	line-height: 52px;
	background-color: #f9d50c;
	border: 1px solid #f9d50c;
	color: #000;
	padding: 0 65px 0 60px;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}
#contact-form .action.submit.primary,
.form.search.advanced .action.search.primary,
.checkout-shipping-method .actions-toolbar .action.primary {
	transition: all 0.3s ease;
	background-color: #6d5175;
	border: 1px solid #6d5175;
	color: #fff;
	padding-left: 32px;
	line-height: 44px;
}
a.button-arrow:after,
#contact-form .action.submit.primary:after,
.form.search.advanced .action.search.primary:after,
.checkout-shipping-method .actions-toolbar .action.primary:after {
	content: "\f0da";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	text-align: center;
    font-size: 26px;
    font-weight: normal;
}
a.button-normal {
	display: inline-block;
	line-height: 60px;
	background-color: #9e4478;
	color: #fff;
	padding: 0 47px;
	font-size: 30px;
	text-decoration: none;
}
.home-hero-content a.button-arrow:hover {
	background-color: #441e4e;
	border-color: #fff;
	color: #fff;
}
#contact-form .action.submit.primary:hover,
.form.search.advanced .action.search.primary:hover,
.checkout-shipping-method .actions-toolbar .action.primary:hover {
	background-color: #441e4e;
	border-color: #441e4e;
}
.home-featured-section {
	text-align: center;
}
.home-featured-section a.button-normal:hover {
	background-color: #441e4e;
}
.home-featured-items {
	margin: 35px 0;
}
.home-featured-items:after,
.top-categories-list:after,
.product-cat-holder:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.featured-item {
	width: 25%;
	padding: 0 40px;
	float: left;
}
.featured-icon {
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.featured-icon img {
	max-height: 100%;
}
.featured-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	color: #86698e;
	padding-top: 20px;
	border-top: 3px solid #f9d50c;
	margin-top: 12px;
}
.home-about-section {
	background-image: url(../images/home-about-zipper.jpg);
	background-position: center;
	background-size: cover;
}
.home-about-content {
	padding: 60px 0 50px 35px;
	font-size: 18px;
	color: #fff;
	max-width: 765px;
}
.home-about-content p {
	margin-bottom: 35px;
	line-height: 1.7;
}
.home-about-section a.button-arrow {
	background-color: #fff;
	border-color: #870589;
	padding: 0 65px 0 30px;
}
.home-about-section a.button-arrow:after {
	color: #f9d50c;
}
.home-about-section a.button-arrow:hover {
	background-color: #441e4e;
	border-color: #fff;
	color: #fff;
}
.home-about-section a.button-arrow:hover:after {
	color: #fff;
}
.home-top-categories {
	text-align: center;
	margin-bottom: 85px;
}
.inner-content h2 {
	font-size: 30px;
	color: #6c0788;
	font-weight: 600;
	padding: 50px 0;
	margin: 0;
}
.top-categories-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.top-categories-list li,
.product-cat-single {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 20px;
	float: left;
}
.top-categories-list li:nth-child(4n+1),
.product-cat-single:nth-child(4n+1),
.featured-item:nth-child(4n+1) {
	clear: both;
}
.top-categories-list li a {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.top-categories-list img,
.product-cat-image img {
	border: 1px solid #f0d5f3;
	display: block;
}
.top-category-title {
	padding-top: 5px;
}
.home-products-section {
	text-align: center;
	background-color: #fbf2f8;
}
.product-cat-holder {
	padding-bottom: 20px;
}
.product-cat-single h3 {
	font-size: 22px;
	color: #b61faa;
	margin: 37px 0 23px;
}
.product-cat-single ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.product-cat-single ul li {
	margin-bottom: 5px;
}
.product-cat-single ul li a {
	color: #000;
	font-weight: 600;
}
.product-cat-single ul li a.more-link {
	color: #feb900;
}
.category-description ul {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 15px;
}
.filter-reset {
	display: inline-block;
    background: #f9ca0c;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    padding: 6px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-reset:hover {
	background: #8b1592;
	color: #fff;
}
#product-options-wrapper .swatch-select.size option.disabled {
	display: none;
}
option.optionValid {
	color: #333;
}
option.optionPrevented {
	color: #ccc;
}
.contact-index-index .fieldset {
    margin-bottom: 20px;
    max-width: 800px;
}
.form.search.advanced .fieldset {
	margin-bottom: 20px;
}
.sub-hed {
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 15px;
}
h1.page-title {
	margin-top: 30px;
	font-size: 36px;
    color: #000;
    font-weight: 500;
}
body.account h1.page-title {
	margin-top: 0;
}
.catalog-category-view h1.page-title {
	margin: 40px 0 65px;
}
.toolbar select {
	height: 32px;
	font-size: 14px;
}
.products.wrapper ~ .toolbar .pages {
	margin-bottom: 0;
}
#html-body .navigation .level0.parent > .level-top > .ui-menu-icon:after {
	display: none;
}
#html-body .products.list .item.product .swatch-option.image {
    width: 25px!important;
    height: 25px!important;
    margin: 0 5px 6px 0;
}
#html-body .toolbar select,
.pages .action,
.modes-mode {
	box-shadow: none;
}
#html-body .swatch-option {
    height: 40px!important;
}
#html-body .block-search input {
    font-size: 14px;
}
#html-body .product-info-main .product-info-stock-sku {
	float: none;
	display: table-cell;
}
#html-body .swatch-attribute-options {
    margin: 0;
}
#html-body .swatch-attribute.color .swatch-attribute-options {
    margin-top: 10px;
}
.fieldset:last-child {
    margin-bottom: 0px;
}
.minicart-items .product-image-container {
	width: auto!important;
}
.abs-discount-code .form-discount, .checkout-payment-method .payment-option-content .form-discount {
    display: flex;
    width: 100%;
}
.abs-revert-to-action-secondary:not(:focus), .abs-discount-block .actions-toolbar .action.primary:not(:focus), .abs-discount-block .actions-toolbar .action.cancel:not(:focus), .block-compare .action.primary:not(:focus), .cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus), .abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus), .cart-summary .form.giftregistry .fieldset .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.primary:not(:focus), .paypal-review-discount .actions-toolbar .action.cancel:not(:focus), .cart-discount .actions-toolbar .action.primary:not(:focus), .cart-discount .actions-toolbar .action.cancel:not(:focus), .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    margin: 0;
    height: 45px;
    box-shadow: none;
    background-color: #6d5175;
    color: #fff;
    font-size: 15px;
    border: 0;
    border-radius: 0;
    white-space: nowrap;
    transition: all .3s ease;
}
.abs-revert-to-action-secondary:not(:focus):hover, 
.abs-discount-block .actions-toolbar .action.primary:not(:focus):hover, 
.abs-discount-block .actions-toolbar .action.cancel:not(:focus):hover, 
.block-compare .action.primary:not(:focus):hover, 
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus):hover, 
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus):hover, 
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus):hover, 
.paypal-review-discount .actions-toolbar .action.primary:not(:focus):hover, 
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus):hover, 
.cart-discount .actions-toolbar .action.primary:not(:focus):hover, 
.cart-discount .actions-toolbar .action.cancel:not(:focus):hover, 
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus):hover {
    background: #441e4e;
    border-color: #441e4e;
    color: #fff;
}

.abs-product-options-list dt, .cart.table-wrapper .item-options dt, .minicart-items .product-item-details .product .options.list dt, .opc-block-summary .items-in-cart .product .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt,
.abs-product-options-list dd, .cart.table-wrapper .item-options dd, .minicart-items .product-item-details .product .options.list dd, .opc-block-summary .items-in-cart .product .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
	float: none;
}

.form.search.advanced {
    min-width: 100%;
}

.minicart-wrapper .action.close {
	height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

/* Search */

body button.amsearch-button {
	background: transparent;
	border-color: transparent;
}

.amsearch-item-container .amsearch-item .amsearch-link,
.amsearch-block-header .amsearch-link,
.amsearch-products-section .amsearch-link,
.amsearch-products-section .amsearch-link:hover {
	color: #b61faa;
}
.amsearch-item-container.-recent_searches .amsearch-item {
	background: #fff;
	border: 1px solid #b61faa;
}

.amsearch-related-terms > .amsearch-item {
	background: #fff;
	border: 1px solid #b61faa;
    color: #b61faa;
}

.amsearch-products-section .product-item-description {
    color: #000;
}

.amsearch-products-section .amsearch-wrapper-inner .product-item-actions {
	display: none;
}

.amsearch-wrapper-block .amsearch-message-block {
    font-size: 16px;
	margin: 0px;
}

.page-header .amsearch-wrapper-block:before {
	display: none;
}

.amsearch-highlight {
	color: #6c0788;
}

.amsearch-related-terms > .amsearch-item:hover,
.amsearch-item-container .amsearch-item .amsearch-link:hover {
    background: #b61faa;
	color: #fff;
}

@media only screen and (max-width: 1250px) {
	.block.newsletter .field.newsletter {
		max-width: 165px;
	}
}

@media only screen and (max-width: 960px) {
	.amsearch-form-block.-opened {
		width: 600px !important;
	}
}

@media only screen and (max-width: 767px) {
	.block.newsletter .field.newsletter {
		max-width: 100%;
	}
	.amsearch-form-block.-opened {
		position: absolute;
    	width: calc(100% - 20px)!important;
    	right: 10px;
	}
}

@media only screen and (max-width: 640px) {
}

@media only screen and (min-width: 768px) {
	body .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
	  max-width: calc(50%);
	}
}