/* CSS Document */

@media only screen and (min-width: 768px) {
	.breadcrumbs,
	.footer.content,
	.page-main,
	.cards-wrapper,
	.features-wrapper,
	.related-wrapper,
	.featured-wrapper,
	.reviews-wrapper {
		width: 92%!important;
	}
	.modal-popup .modal-inner-wrap {
		width: 33%;
    	min-width: 520px;
    	max-width: 580px;
	}
	.modal-popup .modal-content span:nth-of-type(1) {
		float: left;
	}
	.modal-popup .modal-content span:nth-of-type(2) {
		float: right;
	}
	.sticky-notification-bar {
		position: absolute!important;
		height: 40px;
		line-height: 36px;
	}
	.page-header {
		background-color: #2e3536;
		height: 60px;
		max-height: 60px;
	}
	.page-header .panel.wrapper {
		border: 0;
		height: 40px;
	}
	.panel.header .switcher, .header.panel>.header.links>li {
		color: #fff;
		float: right;
		height: 20px;
		line-height: 20px;
		margin: 0;
		padding: 10px;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
	}
	.panel.header .switcher:last-of-type {
		border-bottom-left-radius: 12px;
	}
	.panel.header .switcher .action span, .header.panel>.header.links>li a {
		color: #fff!important;
		font-size: 10px;
    	text-transform: uppercase;
	}
	.header.panel>.header.links>li a {
		padding-right: 6px;
		line-height: 16px;	
	}
	.header.panel>.header.links>li.authorization-link /*.panel.header .switcher:first-of-type*/{
		margin-right: 65px;
	}
	.page-header .switcher .options ul.dropdown {
		margin-top: 14px;		
	}
	.page-header .switcher .options ul.dropdown:before {
    	left: 20px;
	}
	.page-header .switcher .options .action.toggle:after, .page-header .switcher .options .action.toggle.active:after {
		font-size: 16px;
	}
	.page-header .switcher .options .action.toggle:before {
		-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	font-size: 22px;
    	line-height: 18px;
    	color: inherit;
    	font-family: 'icons-blank-theme';
	   	margin: 0 -4px 0 0;
    	vertical-align: top;
    	display: inline-block;
    	font-weight: normal;
    	overflow: hidden;
    	speak: none;
    	text-align: center;
	}
	.switcher .wrapper-switcher, .header.panel>.header.links>li a {
		background-position: 6px center;
		padding-left: 32px;
	}/*
	.switcher .wrapper-switcher.Prime-Lite {
		padding-left: 42px;
	}*/
	/*.panel.header .links {
		display: none;
	}*/
	.header.panel>.header.links>li:not(.authorization-link) {
		display: none;
	}
	.header.content {
		padding: 0!important;
	/*	padding: 40px 0 0 0!important;*/
	}
	.home-logo-wrapper {
		height: 140px;
		width: 250px;
		top: -40px;
		left: 0;
		z-index: 5;
	}
	.home-logo {
		display: none;
		font-size: 20px;
		letter-spacing: 3px;
	}
	.block-search {
		position: absolute!important;
		top: 20px;
		right: 0;
		width: 20%!important;
		width: calc(25% - 50px)!important;/* 335px-50px = -95px for buttons*/
	}
	.block-search input {
		box-sizing: border-box;
		background-color: #2e3536;
		/*background-color: #fff!important;
		background-color: rgba(255,255,255,0.25)!important;*/
		height: 60px;
		padding-left: 40px;
		width: 0;
		color: #fff!important;
		border-radius: 24px!important;
	}
	.block-search input:focus {
		/*background-color: #fff!important;
		background-color: rgba(255,255,255,0.25)!important;*/
		background-color: #2e3536!important;
		width: 100%;
	}
	.block-search .action.search {
		padding: 0!important;
		left: 10px;
		right: inherit!important;
		height: 60px;
	}
	.block-search .action.search:before {
    	color: #fff!important;
	}
	.search-autocomplete {
		top: 46px;
		left: 32px;
	}
	.nav-sections {
		margin-bottom: 0!important;
	   	background-color: #2e3536;
		height: 80px;
		border-bottom: 2px solid #000;
	}
	.navigation > ul {
		background-color: #2e3536;
		padding: 0!important;
		width: 100%;
	}
	.navigation > ul > li {
		width: 10%;
		width: calc(25% - 75px); /*96px*/
		text-align: center;
		/*border-left: 1px solid #c6c6c6;
		border-left: 1px solid rgba(255,255,255,0.25);*/
		box-sizing: border-box;
	}
	.navigation > ul > li:first-of-type {
		margin-left: 250px!important;
	}
	.navigation > ul > li:last-of-type {
		margin-right: 20%!important;
		margin-right: calc(25% - 50px)!important;
	}
	.navigation ul .submenu a {/* add spacing top bottom sub levels */
		padding: 20px 20px!important;
	}
	.navigation li { 
		margin: 0!important;
		padding: 0!important;
	}
	.navigation .level0 > a {
		padding: 0!important;
		line-height: 60px!important;
	}
	.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    	border-width: 0!important;
	}
	.navigation .level0 .submenu {
		background-color: #2e3536!important;
		border: none!important;
		min-width: 330px!important;
		padding-top: 22px!important;
		text-align: left;
		border-bottom-left-radius: 12px!important;
		border-bottom-right-radius: 12px!important;
	}
	.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
		background-color: #e8e8e8!important;
		background-color: rgba(255,255,255,0.75)!important;
	}
	.navigation .parent .level-top span:not(.ui-menu-icon):after, .navigation ul>li.parent:not(.level-top)>a>span:not(.ui-menu-icon):after {
		-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	font-family: 'icons-blank-theme';
    	/* font-size: 22px; */
    	/* line-height: 22px; */
    	color: inherit;
		margin: 0;
		padding: 0;
    	vertical-align: top;
    	display: inline-block;
    	overflow: hidden;
    	speak: none;
    	text-align: center;
	}
	.navigation .parent .level-top span:not(.ui-menu-icon):after {
    	content: '\e622';
    	margin: 0 0 0 6px;
	}
	.navigation ul>li.parent:not(.level-top)>a>span:not(.ui-menu-icon):after {
    	float: right;
    	content: '\e608';
	}
	.navigation .submenu {
		z-index: 999!important;
	}
	.magnifier-large {
		z-index: 1!important;
	}
	#youtube {
		width: 100%;
		max-width: 1080px;
		margin: 35px auto 0 auto;
	}
	#video {
    	height: -webkit-calc(100vh - 178px);
    	height: -moz-calc(100vh - 178px);
		height: calc(100vh - 178px);
	}
	#video .overlay button span.canada {
		background-position: left center;
		padding-left: 34px;
	}
	#video .overlay button span.usa {
		background-position: right center;
		padding-right: 34px;
	}
	#banner {
		padding-top: 35px;
	}
	#banner div img {
		width: 100%;
		/*width: 92%;*/
		/*margin: 0 auto 40px auto;*/
		margin: 0 auto;
	}
	.banner-header {
		bottom: 12.5%;
		display: none;
	}
	.slick-dots li button:before {
	    font-size: 1.4rem;
	}
	.fieldset > .field:not(.choice) > .label {
		margin: 0 0 5px 0;
		padding: 0;
    	text-align: inherit;
    	width: auto;
    	box-sizing: border-box;
    	float: none;
	}
	.fieldset > .field:not(.choice) > .control, .customer-account-edit .page-main .control.captcha, .opc-wrapper .form-discount, .form-bss-reward-point {
		max-width: inherit;
    	width: 90%;
    	float: none;
	}
	.fieldset > .field.choice:before, .fieldset > .field.no-label:before {
		padding: 0;
    	width: auto;
    	box-sizing: border-box;
        content: ' ';
    	float: none;
    	height: auto;
	}
	.column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar {
		margin: auto;
	}
	.wrapper-contact {
		width: 60%;
		float: left;
	}
	.wrapper-contact:after {
 		content: ' ';
  		display: table;
  		clear: both;
	}
	.wrapper-address {
		max-width: 40%;
		float: right;
	}	
	
	.page-layout-1column .product-info-main {
    	width: 50%!important;
	}
	.page-layout-1column .product.media {
		width: 47%!important;
	}
	.cart.table-wrapper .product-item-photo {
		min-width: 60px;
	}
	.product-info-main .box-tocart .actions {
		vertical-align: top;
	}
	.product-info-main .message.info.hot {
		margin-top: 0;
	}
	.cards-wrapper, .features-wrapper, .related-wrapper, .featured-wrapper, .reviews-wrapper {
		margin: 0 auto;
	}
	.page-features .features-list ul {
    	-moz-column-count: 2;
    	-moz-column-gap: 30px;
    	-webkit-column-count: 2;
    	-webkit-column-gap: 30px;
    	column-count: 2;
    	column-gap: 30px;
	}
	.page-features .specs-list ul {
    	-moz-column-count: 2;
    	-moz-column-gap: 30px;
    	-webkit-column-count: 2;
    	-webkit-column-gap: 30px;
    	column-count: 2;
    	column-gap: 30px;	
	}
	.related-content .product-item, .related-content .product-col {
		min-height: 275px;
	}
	.page-main ol:not(.minicart-items) .product-item, .featured-wrapper .product-item, .featured-wrapper .list-col, .page-main .list-col {
		min-height: 444px;
		position: relative;
	}
	.related-content .product-item .product-item-details, .featured-wrapper .product-item .product-item-details, .page-main ol:not(.minicart-items) .product-item .product-item-details {
		margin-top: 25px;

	}
	.page-main .product-item .product-item-info, .featured-wrapper .product-item .product-item-info {
		margin: auto!important;
  		top: 7.5%;
		bottom: 7.5%;
  		left: 0;
		right: 0;
	
		max-width: 75%;
	}
	
	.related-content .product-col, .page-main .list-col, .featured-wrapper .list-col, .cwiw .row .col{
		width: 23.5%;
	}
	.related-content .product-col, .page-main .list-col, .featured-wrapper .list-col {
		margin-bottom: 2%;	
	}
	.related-content .product-col:nth-of-type(4n+4),.page-main .list-col:nth-of-type(4n+4), .featured-wrapper .list-col:nth-of-type(4n+4), .cwiw .row .col:nth-of-type(4n+4), .related-content .product-col:last-of-type, .page-main .list-col:last-of-type, .featured-wrapper .list-col:last-of-type, .cwiw .row .col:last-of-type {
		margin-right: 0;
	}

	.reviews-wrapper .rating-summary .rating-result:before, .reviews-wrapper .rating-summary .rating-result > span:before, .reviews-wrapper .review-control-vote:before, .reviews-wrapper .review-control-vote label, .reviews-wrapper .review-control-vote label:before, .reviews-wrapper .review-control-vote label:hover {
		left: -5px;
	}

	body[class*="categorypath-products"] .page-wrapper .page-main,
	body[class*="categorypath-resources"] .page-wrapper .page-main,
	body[class*="categorypath-contact"] .page-wrapper .page-main {
		min-height: 300px;
	}
	/*body[class*="categorypath-resources"] .page-wrapper .page-main,
	body[class*="categorypath-contact"] .page-wrapper .page-main {
		padding: 40px;
	}
	
	header .social {
		margin: 5px 0;
	}*/
	.social {
		float: right;
		width: 25%;
	}
	.social .link-wrapper {
		float: right;
	}
	.header.content .social .link-wrapper:first-of-type, .footer.content .social .link-wrapper:first-of-type {
		margin: 0;
	}


	.desc-social .actions .cat {
		width: 50%;
	}	
	.desc-social .social {
		float: left;
		width: 100%;
		margin: 0;
	}
	.desc-social .social .link-wrapper {
		float: left;
	}
	.desc-social .social .link-wrapper:last-of-type {
		margin: 0;
	}
	.login-container .fieldset:after, .fieldset .legend {
		margin-left: 0;	
	}
	.minicart-wrapper .action.showcart .counter.qty {
    	background-color: #58b947;
    	padding: 2px;
		margin: 0 0 0 -5px;
	}
	.minicart-wrapper .action.showcart:before {
		font-size: 24px!important;
   		line-height: 16px!important;
	}
	.minicart-wrapper {
		height: 20px;
		width: 41px;
		position: absolute;
	    top: -40px;
    	right: 0;
    	margin: 0;
		padding: 12px 10px 8px 10px;
    	border-left: 2px solid #000;
    	border-bottom: 2px solid #000;
    	border-right: 2px solid #000;	
		border-bottom-right-radius: 12px;
	}
	.cart-summary {
		width: 32%;
	}
	.cart-container .form-cart, .cart-bss-rewward-point {
		width: 65%;	
	}
	.opc-progress-bar {
		padding: 0 0 100px 0;
		background-size: auto 70px;
	}
	.opc-wrapper .shipping-address-item {
    	min-height: 333px;
		width: 33%;
	}
	.opc-wrapper .action-select-shipping-item {
		position: absolute;
    	bottom: 20px;
    	left: 10%;
		right: 10%;
	}
	.block-addresses-list .items.addresses>.item:nth-child(even) {
		float: right;
	}
	.block-minicart {
		padding-bottom: 85px!important;
	}
	.cart-summary {
		padding-bottom: 95px;
    	background-size: 92% auto;	
	}
	.cms-index-index .page-main .banner .block-content {
		padding: 1.212%!important;
	}
	.cwiw .banner-image {
		padding: 0 0 28% 0!important;
	}
	.cwiw.banner .button-wrapper {
		margin: 1.212% auto 0 auto;
	}
	.cwiw .instagram-media {
		margin: 0 4% 0 0;
		width: 30%;
	}
	#map-canvas {
 		min-height: 800px!important;
	}
	.stockists .page-title-wrapper {
  		text-align: center;
		margin-bottom: 20px;
	}
	.directions-panel, .search-stockists {
		box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
		border-radius: 12px;
	}
	.directions-panel, .search-stockists:hover {
		box-shadow: rgb(0 0 0 / 18%) 0px 8px 18px 2px;
	}
	.directions-panel, .search-stockists {
    	background: #ffffff;
    	width: 285px;
    	height: 464px;
    	padding: 20px 17px 20px 15px;
    	/*right: 100px;*/
    	z-index: 1;
    	/*top: 355px;*/
	
    	top: 430px;
    	left: calc(4% + 10px);
	}

	.feature-cards {
		flex-direction: row;
	}
	.feature-cards .desc {
		width: 45%;
	}
	.feature-cards .block-content.frontknife {
		background-size: 45%;
		background-position: right 40px center;
	}
	.feature-cards .block-content.padded:not(.buy) {
		text-align: initial!important;
	}
	.feature-cards .block-content.padded .welcome {
		text-align: center!important;
	}
	.feature-cards .block-content:not(.frontknife):hover {
		background-position: left center;
	}
	.feature-cards .block-content:hover .alpha {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.feature-cards .block-content:hover .info {
		opacity: 0;
	}
	.feature-cards .block-content:hover .overlay {
		opacity: 1;
	}

    .category-target-zero .section {
        min-height: 60vh;
    }
    .category-target-zero .section:first-of-type {
        min-height: -webkit-calc(100vh - 178px);
        min-height: -moz-calc(100vh - 178px);
        min-height: calc(100vh - 178px);
    }
    .category-target-zero .img, .category-target-zero .text {
        vertical-align: top;
        display: inline-block;
    }
    .category-target-zero .img {
        width: 47%;
        margin-top: 76px;
    }
    .category-target-zero .text {
        width: 50%;
    }
    .category-target-zero .section.one .img, .category-target-zero .section.three .img, .category-target-zero.section.two .text {
        float: left;
    }
    .category-target-zero .section.one .text, .category-target-zero .section.three .text, .category-target-zero .section.two .img {
        float: right;
    }

    footer {
        background-size: 40%;
        background-size: min(40%, 800px);
    }
    .page-footer > .footer.content {
        background-position: right bottom;
        background-size: auto 38px;
    }
    .page-footer .footer.content .links {
        margin: 0 11.5% 0 0;
      }
    .page-footer .footer.content .links:last-of-type {
        margin: 0;
    }
    .page-footer .block.newsletter {
        float: left!important;
        width: 37.5%;
      }
    .tagline {
        float: right;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper > .widget,
    .page-wrapper > .page-bottom,
    .checkout-container,
    .block.category.event,
    .top-container,
    .page-main,
	.cards-wrapper,
    .features-wrapper,
    .related-wrapper,
    .featured-wrapper,
    .reviews-wrapper,
    .stockists .page-title-wrapper,
    .directions-panel,
    .search-stockists,
    .overlay .text-wrapper,
    .nav-sections .switcher,
    .nav-sections .header.links {
        margin: 0 4%;
    }
    .sticky-notification-bar {
        height: 24px;
        line-height: 18px;
    }
    body:not(.page-layout-checkout) .page-wrapper {
        padding-top: 92px!important;
    }
    .cms-index-index .page-wrapper .page-banner {
        padding-top: 92px!important;
        margin-top: -92px!important;
    }
    .page-header {
        background-color:#2e3536;
        margin-bottom: 0;
        border-bottom: 2px solid #000;

        position: fixed;
        width: 100%;
        top: 0;
        z-index: 88;
    }
    .header.content {
        padding: 70px 0 0 0!important;
    }
    .home-logo-wrapper {
        height: 100%;
        max-height: 70px;
        top: 0;
        left: 85px;
        right: 85px;
    }
    .home-logo {
        font-size: 12px;
        letter-spacing: 3px;
    }
    .home-logo-img {
        display: none;
    }

    .panel.header .links/*.panel.header .switcher*/ {
		display: inline-block;
		/*line-height: 20px;*/
		margin: 0;
		/* MOVE TO RIGHT*/
		position: absolute;
		top: 24px;
    	/*right: calc(4% + 24px);*/
		z-index: 1;
		
		right: calc(4% + 40px);
		padding: 0;
		overflow: hidden;
		width: 22px;
		height: 22px;
		max-width: 22px;
		max-height: 22px;
	}
	.header.panel>.header.links>li:not(.authorization-link)/*.panel.header .switcher.switcher-website,.panel.header .switcher.switcher-language*/ {
		display: none;
	}
	.header.panel>.header.links>li.authorization-link {
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
		margin: 0;
	}
	.header.panel>.header.links>li a {
		background-position: top;
		font-size: 0;
		color: transparent;
		overflow: hidden;
		max-width: 100%;
		max-height: 100%;
    	width: 100%;
        height: 100%;
	}
	.panel.header .switcher .options ul.dropdown {
		right: 0;
	}
	.panel.header .switcher .options ul.dropdown:before {
    	left: inherit;
		right: 20px;
	}
	.panel.header {
		color: #fff;
		position: relative;
		/*display: none;*//*mobile header section*/
	}
	.panel.header .action span {
		font-size: 14px;
		visibility: hidden;
		/*display: none;*/
	}
	.panel.header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after, .page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {
	    font-size: 18px;
		margin: 0 0 0 -10px;
	}
	.panel.header .switcher .wrapper-switcher.main {
		background-position: right -2px;
		padding: 3px 0;
	}
	.nav-sections .switcher .wrapper-switcher, .nav-sections .switcher .wrapper-switcher.main, .switcher .wrapper-switcher.sub {
		background-size: contain;
		background-position: 6px center;
    	padding-left: 32px;
	}/*
	.switcher .wrapper-switcher.Prime-Lite.sub {
		padding-left: 42px;
	}*/
	.nav-toggle {
		position: absolute;
		left: 0;
		top: 15px;
	}
	.block-search input {
		padding: 0 12px;
	}
	.block-search .label {
		position: absolute;
		/*right: calc(4% + 30px) RIGHT SIDE*/
		left: calc(4% + 30px);
    	top: 19px;
	}
	.block-search .label:before {
		cursor: pointer;
	}
	.block-search .action.search:before {
		position: relative;
		top: 5px;
	}
	.nav-sections,.navigation {
    	background-color: #2e3536/*#262626*/;
	}
	.section-item-title {
		/*display: none!important;*/ /* mobile header */
	}
	.nav-sections-item-title {
		height: 60px;
		padding-top: 20px;
		width: 33.333%; /* 33.333% login */
		background: none;
		border: 0;
	}
	.nav-sections-item-title.active {
		background-color: #e8e8e8!important;
		background-color: rgba(255,255,255,0.25)!important;
	}
	.nav-sections-item-title a {
		color: #fff!important;
    	font-weight: 600!important;
    	text-transform: uppercase!important;
	}
	.nav-sections-item-title:hover {
		background-color: #e8e8e8!important;
		background-color: rgba(255,255,255,0.75)!important;
	}
	/*.nav-sections-item-title:nth-of-type(3) {
		display: none!important;
	}*/
	.nav-sections-item-content {
    	margin-top: 60px;/*71px for header menus*/
    	padding: 25px 15px;
	}
	.nav-sections-item-content .label, .nav-sections .switcher-trigger strong:after, .nav-sections .header.links li.greet.welcome {
		display: none!important;
	}
	.nav-sections .switcher, .nav-sections .header.links li>a {
		border-top: 2px solid #000!important;
		/*margin: 0 4%;*/
		padding: 0;
	}
	.nav-sections .switcher:last-child, .nav-sections .header.links {
		border-bottom: 2px solid #000!important;
	}
	.nav-sections .switcher .action {
		padding: 8px 15px 8px 7px;
		border-color: #58b947;
		border-style: solid;
    	border-width: 0 0 0 8px;
	}
	.nav-sections .switcher, .nav-sections .switcher span, .nav-sections .switcher a, .nav-sections .header.links li>a {
		color: #fff!important;
		font-size: 1.2rem!important;
		text-transform: uppercase!important;
	}
	.nav-sections .switcher-dropdown {
		border-top: 2px solid #000!important;
	}
	.nav-sections .switcher-dropdown, .nav-sections .switcher-trigger {
		padding: 8px 15px;
	}
	.nav-sections .header.links li>a {
		padding: 8px 15px!important;	
	}
	.nav-sections .switcher-dropdown li {
		margin: 0!important;
	}
	.nav-open .nav-sections {
		z-index: 999;	
	}
	.sticky-notification-bar {
		z-index: 99;	
	}

	.ui-corner-all:not(.submenu), .ui-state-focus, .ui-state-active {
/*		padding-top: 12px!important;
		padding-bottom: 12px!important;*/
	}
	.navigation ul li .triangle {
		display: none;
	}
	.navigation .level0 {
	    border-top: none;
	    font-size: 1.2rem;
  	}
	.navigation li.level0 {
    	border-top: 2px solid #000!important;
	}
	.navigation li.level0:last-of-type {
		border-bottom: 2px solid #000!important;
	}
	.navigation li.level1 {
    	border-top: 2px solid #000!important;
	}
	.navigation .all-category {
		 border-top: 2px solid #000!important;
	}
	.navigation .parent .level-top:after {
		color: #fff;
		top: -12px;
	}
	.related-content .product-item .product-item-details > *:not(.product-item-name):not(.product-item-sku), .page-main .product-item .product-item-details > *:not(.product-item-name):not(.product-item-sku), .featured-wrapper .product-item .product-item-details > *:not(.product-item-name):not(.product-item-sku) {
		display: none;
	}
	.page-main .product-item .product-item-details .product-item-name, .page-main .product-item .product-item-details .product-item-sku,
	.featured-wrapper .product-item .product-item-details .product-item-name, .featured-wrapper .product-item .product-item-details .product-item-sku,
	.related-content .product-item .product-item-details .product-item-name, .related-content .product-item .product-item-details .product-item-sku {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;		
	}
	.related-content .product-item .product-item-details, .featured-wrapper .product-item .product-item-details, .page-main .product-item .product-item-details {
		margin-top: 10px;
	}
	.related-content .product-item, .related-content .product-col {
		min-height: 240px;
	}
	.page-main ol:not(.minicart-items) .product-item, .featured-wrapper .product-item, .page-main .list-col, .featured-wrapper .list-col {
		min-height: 240px;
	}
	.page-main .product-item .product-item-info, .featured-wrapper .product-item .product-item-info {
  		top: 50%;
  		left: 50%;
		
		-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
	  	transform: translate(-50%, -50%);
	
		max-width: 66%;
		/*max-height: 75%;*/
	}
	.related-content .product-col, .featured-wrapper .list-col, .page-main .list-col, .cwiw .row .col{
		width: 49%;	
	}
	.related-content .product-col, .page-main .list-col, .featured-wrapper .list-col {
		margin-bottom: 60px;	
	}
	.related-content .product-col:nth-of-type(2n+2), .featured-wrapper .list-col:nth-of-type(2n+2), .page-main .list-col:nth-of-type(2n+2), .cwiw .row .col:nth-of-type(2n+2), .related-content .product-col:last-of-type, .featured-wrapper .list-col:last-of-type, .page-main .list-col:last-of-type, .cwiw .row .col:last-of-type {
		margin-right: 0;
	}
	
	.reviews-wrapper .rating-summary .rating-result:before, .reviews-wrapper .rating-summary .rating-result > span:before {
		left: 4%;
	}
	.reviews-wrapper .review-control-vote:before, .reviews-wrapper .review-control-vote label, .reviews-wrapper .review-control-vote label:before, .reviews-wrapper .review-control-vote label:hover {
		left: 8%;
	}
	
	.reward-point-message {
		width: 100%;
	}
	
	.account .columns .sidebar-main {
		order: 1;
	}
	.account .columns .column.main {
		order: 2;
	}
	
	.slick-dots li button:before {
	    font-size: 0.7rem;
		display: none;
	}
	#youtube {
		width: 92%;
		margin: 20px auto 0 auto;
	}
	#video {
    	height: -webkit-calc(100vh - 92px);
    	height: -moz-calc(100vh - 92px);
		height: calc(100vh - 92px);
	}
	#video video.fill {
		object-fit: fill!important;
	}
	#video video.top {
		object-position: 50% 25%!important;
	}
	#video video.bottom {
		object-position: 50% 75%!important;
	}
	#video .overlay button span.canada {
		background-position: right center;
		padding-right: 34px;
	}
	#video .overlay button span.usa {
		background-position: right center;
		padding-right: 34px;
	}
	#banner {
		padding-top: 20px;
	}
	#banner div img {
		width: 92%;
		margin: 0 auto;
	}
	.banner-header {
		display: none;
	}

	.sorter {
		margin: 40px 0 0 0;
	}

	body[class*="categorypath-products"] .page-wrapper .page-main,
	body[class*="categorypath-resources"] .page-wrapper .page-main,
	body[class*="categorypath-contact"] .page-wrapper .page-main {
		min-height: inherit;
	}	
	/*body[class*="categorypath-resources"] .page-wrapper .page-main,
	body[class*="categorypath-contact"] .page-wrapper .page-main {
		padding: 4%;
	}*/

	.desc-social .actions .cat {
		width: 100%;
	}	
	header .social {
		display: none;	
	}	
	.social {
		float: left;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.social .link-wrapper {
		float: left;
	}
	.social .link-wrapper:last-of-type {
		margin: 0;
	}
	.login-container .fieldset:after {
		text-align:inherit;
	}
	.minicart-wrapper .action.showcart .counter.qty {
		position: absolute;
		background-color: inherit;
		padding: 0 2px;
		margin: 0;
    	left: 14px;
    	top: -8px;
		text-align: left;
	}
	.minicart-wrapper .action.showcart:before {
		font-size: 36px!important;
   		line-height: 23px!important;
	}
	.minicart-wrapper {
    	position: absolute;
		top: 24px;
    	right: 0;
		margin-top: 0;
	}
	.cart-container .action.clear, .cart-container .action.continue, .cart-container .action.update {
		width: 100%;
	}
	.checkout-payment-method .payment-method-title {
		padding: 20px 0;
	}
	.opc-wrapper .shipping-address-item, .opc-wrapper .action-select-shipping-item, .opc-wrapper .action-show-popup {
		width: 100%;
	}
	.opc-wrapper .form-discount {
		max-width: 100%;
	}	
	.opc-progress-bar-item {
		width: 46%;	
	}
	.opc-progress-bar {
		padding: 0 0 82px 0;
		background-size: auto 52px;
	}
	.block-minicart {
		padding-bottom: 70px!important;
	}
	.cart-summary {
		padding-bottom: 85px;
    	background-size: auto 50px;
	}

	.fieldset > .field, .fieldset > .fields > .field {
    	margin: 0 0 29px;
	}
	.opc-estimated-wrapper {
		padding: 18px 0;
	}

	.cwiw .banner-image {
		padding: 0 0 50% 0!important;
	}
	.cwiw.banner .button-wrapper {
		margin: 4% auto 0 auto;
		margin: min(4%, 40px) auto 0 auto;
	}
	.cwiw .instagram-media {
		margin: 0 0 50px 0;
		width: 100%;
	}
	
	#map-canvas {
  		min-height: 600px!important;
	}

	.feature-cards {
		flex-direction: column;
	}
	.feature-cards .block-content.frontknife {
		height: 400px;
		max-height: 400px;
		background-size: 90%;
		background-position: center center;
	}
	.feature-cards .block-content.frontknife .alpha {
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		left: 0;
		right: 0;
		padding: 40px;
	}
	.feature-cards .block-content.openbox {
		height: 250px;
		max-height: 250px;
	}
	.feature-cards .block-content:not(.frontknife):focus {
		background-position: left center;
	}
	.feature-cards .block-content:focus .alpha {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.feature-cards .block-content:focus .info {
		opacity: 0;
	}
	.feature-cards .block-content:focus .overlay {
		opacity: 1;
	}
	.feature-cards .block-content:focus {
		pointer-events: none;
	}

	.category-target-zero .section {
		min-height: 100vh;
	}
	.category-target-zero .section:first-of-type {
		min-height: -webkit-calc(100vh - 92px);
    	min-height: -moz-calc(100vh - 92px);
    	min-height: calc(100vh - 92px);
	}
	.category-target-zero .img, .category-target-zero .text {
		width: 100%;
		display: block;
	}
	.category-target-zero .img {
		margin-bottom: 20px;	
	}
	.feature-cards .block-content.frontknife .alpha {
		width: auto!important;
		height: auto!important;
	}

	footer {
		background-size: contain;
		background-size: min(100%, 400px);
	}
	.footer.content .footer.links {
		/*display: inline-block;*/
		display: none;
		vertical-align: top;
	}
	.page-footer > .footer.content {
		background-position: center bottom;
		margin-bottom: 20px;
		padding-bottom: 65px;
	}
	.page-footer .footer.content .links {
    	margin: 30px 11.5% 0 0;
  	}
	.page-footer .footer.content .links:last-of-type {
		margin: 30px 0 0 0;
	}	
	.tagline {
		width: 100%;
		float: inherit;
	}
		/* Firefox */
	@-moz-document url-prefix() {
		.featured {
			display: none;
		}
	}
}

@media all and (-ms-high-contrast: none) {
	
	.ie11 .page-wrapper {
    	height: auto!important;
	}
}
/*
@font-face {
	font-family: 'bankgothicregular';
	src: url('../fonts/bankgothic-regular-webfont.eot');
	src: url('../fonts/bankgothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bankgothic-regular-webfont.woff') format('woff'),
		url('../fonts/bankgothic-regular-webfont.ttf') format('truetype'),
		url('../fonts/bankgothic-regular-webfont.svg#bankgothicregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
*:not([class^="fotorama"]), *:not([class^="fotorama"]):hover {
	-o-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-moz-transition-duration: 0.75s;
	transition-duration: 0.75s;
}/*
html {
	background-color: #58b947;	
}*/
body {
	margin: 0;
	padding: 0;
	/*letter-spacing: 1px;*/
	letter-spacing: 0.5px;
	/*background-color: #fff;*/
	background-color: #f8f8f8;
}
/*
header {
	background-color: #fff;
}*//*
.cms-index-index .page-wrapper {
	background-color: #2e3536;
}*/
footer {
	background-color: #2e3536;
}
/*
a {
	text-decoration: none!important;	
}
*/
.page-wrapper {
	overflow: hidden;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}

.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.fotorama__fullscreen .sticky-notification-bar, .page-layout-checkout .sticky-notification-bar, .nav-open #surveyContent, .fotorama__fullscreen #surveyContent {
	display: none;	
}
.sticky-notification-bar {
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
    box-sizing: border-box;
}
.sticky-notification-bar a:hover {
	color: #fff;
}
.category-cms .modals-wrapper a {
	margin: 0 12px 0 0;
}
.modals-wrapper a:last-of-type button span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: inherit;
    content: '\e60a';
    font-family: 'icons-blank-theme';
    margin: -1px 0 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;		
}
.modals-wrapper img {
	box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
	border-radius: 12px;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 50px 0;
}
.modals-wrapper img:hover {
	box-shadow: rgb(0 0 0 / 18%) 0px 8px 18px 2px;
}
.modals-wrapper h3 {
	margin-top: 5rem;
	font-weight: bold;
}
.modals-wrapper .posted:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
	line-height: 20px;
    color: inherit;
    content: '\e612';
    font-family: 'icons-blank-theme';
    margin: -1px 0 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;			
}
.modals-wrapper .author:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
	line-height: 20px;
    color: inherit;
    content: '\e627';
    font-family: 'icons-blank-theme';
    margin: -1px 0 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;			
}

.modals-wrapper .posted, .modals-wrapper .author {
	color: #a3a3a3;
}
.modals-wrapper .author {
	margin-left: 20px;
}
.modals-wrapper hr:not(:first-of-type):not(:last-of-type) {
	margin-top: 120px;
}
.modals-wrapper .page-title {
	font-size: 1.4rem!important;	
}
.modals-wrapper .page-title:nth-of-type(odd) {
	margin: 20px 0 0 0!important;	
}
.modals-wrapper .page-title:nth-of-type(even) {
	margin: 0 0 20px 0!important;	
}
.modals-wrapper .page-title:nth-of-type(odd):before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
	line-height: 18px;
    color: inherit;
    content: '\e612';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.modals-wrapper .page-title:nth-of-type(even):before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
	line-height: 18px;
    color: inherit;
    content: '\e60a';
	font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.modal-popup img {
	display: block;
	width: 100%;
	max-width: 200px;
	max-height: 100px;
	margin: 30px auto 15px auto;
}/*
.modal-popup #modal-content-1 + .modal-footer {
	display: none;
}*/
.modal-popup .modal-title {
	font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.21428571;
    margin: 0!important;
	border: 0;
}
.modal-popup .modal-content {
    padding-left: 3rem;
    padding-right: 3rem;
	padding-bottom: 3rem;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.modal-popup .modal-content a {
	font-weight: bold;
    color: #000!important;
}
.modal-popup .modal-content span {
	text-align: center;
    text-transform: uppercase;
}
.modal-popup .modal-content button {
	display: block;
	width: 100%;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.5px;
	border-radius: 0;
	outline: none;
}
.modal-popup .modal-content button:focus {
	border: 0!important;
	outline: none!important;
}
.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
	color: #58b947;
}
.modal-popup .modal-inner-wrap {
	border-radius: 12px;
}
.modal-popup .modal-header { 
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.modal-popup .modal-footer {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.modal-popup .action-secondary {
	margin-right: 10px;
}
.modal-popup header, .modal-popup footer, .modal-popup .modal-content {
    background-color: #fff;
}
.modal-popup.modal-slide .modal-footer {
	border: none;
}
.modal-popup .action.action-save-address {
	float: left!important;
	margin: 0 10px 0 0!important;
}
.modal-popup .action.action-hide-popup, .modal-popup #shipping-save-in-address-book {
	float: left!important;
}

/* CHAT START */
/* GPT START */
.Container-Wrapper_1GRO- {
	display: none!important;
}
.Bubble-Launcher_26A5S svg {
	margin-right: 0!important;
	padding: 13px!important;
}
.Chat-WidgetContainer_3SVtc {
	margin: 0 10px 10px 0!important;
}
/* GPT END */
/*
.mopinion-survey-content #branding, .mopinion-survey-content .btn-submit .is-context-icon {
	display: none!important;	
}*/
.mopinion-survey-content .mopinion-slide .form-actions {
    padding: 0px 20px 20px!important;
}
.mopinion-survey-content div {
	font-size: 14px!important;
	line-height: inherit!important;
}
.mopinion-survey-content h1, .mopinion-survey-content .srv-title h3 {
	font-size: 24px!important;
	line-height: inherit!important;
	letter-spacing: 0.5px!important;
}
.mopinion-survey-content .btn-submit {
	padding: 12px 40px!important;
	transform: none!important;
}
.mopinion-survey-content .btn-submit div {
	letter-spacing: 0.25px!important;
}
#surveyWindowWrap .btn-open-slider.survey-material-white, .btn-open-survey.survey-material-white {
    border-radius: 12px 12px 0 0!important;
}
#surveyWindowWrap .btn-open-slider.survey-material-white, .btn-open-survey.survey-material-white, .mopinion-survey-output.survey-material-white .btn-primary, .mopinion-survey-output.survey-material-white .btn-next {
	background-color: #58b947!important;
    border: 2px solid #58b947!important;
}
html .mopinion-survey-output.survey-material-white, .survey-material-white {
	font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif!important;
}
.mopinion-survey-content div, .mopinion-survey-content button {
	color: #fff!important;
	font-weight: bold!important;
}
.mopinion-survey-content span, .mopinion-survey-content p, .mopinion-survey-content a, .mopinion-survey-content img, .mopinion-survey-content form, .mopinion-survey-content label, .mopinion-survey-content h1, .mopinion-survey-content h2, .mopinion-survey-content h3, .mopinion-survey-content h4, .mopinion-survey-content h5, .mopinion-survey-content h6 {
	color: #000!important;
	font-weight: bold!important;
}
.mopinion-survey-content textarea, .mopinion-survey-content input, .mopinion-survey-content .uneditable-input {
	color: #000!important;
	border: 0!important;
    border-bottom: 1px solid #58b947!important;
    border-radius: 12px!important;
    background-color: #f8f8f8!important;
	outline: none!important;
	box-shadow: none!important;
}
.mopinion-survey-content .required-mark {
    color: #e02b27!important;
}
.mopinion-survey-content .slide-bottom-right .btn-open-slider, .mopinion-survey-content .btn, .mopinion-survey-content button, .mopinion-survey-content .btn-open-slider {
	box-shadow: none!important;	
}
.mopinion-survey-content .mopinion-slide .control-group {
    padding: 0 20px 20px!important;
}
/* CHAT END */

.page-layout-checkout .page-header {
	display: none;
}
.minicart-wrapper .block-minicart {
    background-size: 75% auto!important;
    background-image: url(../images/safe-checkout.png)!important;
    background-position: center bottom 14px!important;
	background-repeat: no-repeat!important;
	border: none;
}
.cart-summary {
    background-image: url(../images/safe-checkout.png);
    background-position: center bottom 14px;
	background-repeat: no-repeat;
}
.opc-progress-bar {
	margin: 30px 0 40px 0;
	background-image: url('../images/safe-checkout.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.opc-estimated-wrapper .minicart-wrapper {
	position: inherit;	
}
.nav-toggle:before {
  color: #fff;
}
.nav-toggle:hover:before {
  color: #fff;
}
.nav-toggle:active:before {
  color: #fff;
}
.navigation a, .navigation a:hover {
	color: #fff!important;
	font-weight: 600!important;
    text-transform: uppercase!important;
}
.home-logo-wrapper {
	position: absolute;
	/*background-color: #58b947;*/
	overflow: hidden;
	text-overflow: ellipsis;
	margin: auto;
	-webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.home-logo {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 50%;
	color: #000;
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.home-logo-img {
	/*display: none;*/
	width: 75%;
	height: 60%;
	
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home-logo-img a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	
	-o-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	transition-duration: 0.25s;
}
.home-logo-img.pr a {
	background-image: url('../images/logo_v2.svg');
	
}
.home-logo-img.pl a {
	background-image: url('../images/logo-pl_v2.svg');
}
.home-logo-img.pg a {
	background-image: url('../images/logo-pg_v2.svg');
}
/*.page-products .cat-img, .photo.image, .fotorama__img, .fotorama__img--full {
 	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
     filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}*/

/*
.home-logo-img a:hover {
	background-image: url('../images/icon.svg');
	
	-o-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	transition-duration: 0.25s;
	
}*/

.home-logo a {
	color: #58b947;	
}
.home-logo a:hover {
	color: #58b947;	
}
.block-search {
	margin: 0!important;
    padding: 0!important;
}
.block-search .control {
	border-top: 0;
	padding: 0!important;
}
.block-search .action.search[disabled], .block-search button[disabled], .block-search button.disabled {
	opacity: 1.0!important;	
}

.block-search .label:before {
  color: #fff;
}
.block-search .label:hover:before {
  color: #fff;
}
.block-search .label:active:before {
  color: #fff;
}
.search-autocomplete {
	border-radius: 24px;
}
.search-autocomplete ul li {
	color: #fff;
    font-size: 10px;
    text-transform: uppercase;
	line-height: 20px;
	padding: 8px;
}
.search-autocomplete ul li:not(:empty) {
	background-color: #626868;
	border: none;
}
.search-autocomplete ul li:hover {
	background-color: #b1b4b4;
}
.search-autocomplete ul li .amount {
	color: #fff;
	top: inherit;
}
.switcher .wrapper-switcher a {
    width: 82px;
	font-size: 10px;
    text-transform: uppercase;
}
.switcher .wrapper-switcher, .header.panel>.header.links>li a {
	display: inline-block;
	background-repeat: no-repeat;
	/*-webkit-filter: grayscale(100%) contrast(200%);
	filter: grayscale(100%) contrast(200%);*/
}
.switcher .wrapper-switcher.Primegrip {
	background-image: url('../images/primegrip.svg');
}
.switcher .wrapper-switcher.Prime-Lite {
	background-image: url('../images/primelite.svg');
}
.switcher .wrapper-switcher[class*="en"] {
	background-image: url('../images/en.svg');
}
.switcher .wrapper-switcher[class*="fr"] {
	background-image: url('../images/fr.svg');
}
.switcher .wrapper-switcher.CAD {
	background-image: url('../images/ca.svg');
}
.switcher .wrapper-switcher.USD {
	background-image: url('../images/us.svg');
}
.header.panel>.header.links>li a {
	background-image: url('../images/avatar.svg');
}
.switcher .wrapper-switcher.main, .header.panel>.header.links>li a {
	background-size: contain;
}
.page-header .switcher .wrapper-switcher.sub {
	background-size: auto 26px;
}
.page-header .switcher .options ul.dropdown {
	color: #fff;
	border: 0;
	background-color: #fff;
	background-color: #626868;
	box-shadow: none;
	border-radius: 24px;
	min-width: 130px;
}
.page-header .switcher .options ul.dropdown li {
	border-radius: 24px;
}
.page-header .switcher .options ul.dropdown li:hover {
	background-color: #fff;
	background-color: #b1b4b4;
}
.page-header .switcher .options ul.dropdown li a:hover {
	color: #fff;
}
.page-header .switcher .options ul.dropdown:before {
	border-color: transparent transparent #fff transparent;
	border-color: transparent transparent #626868 transparent;
}
.page-header .switcher .options ul.dropdown:after {
	border: 0;
}
.page-header .header.panel {
	padding: 0;
}
.minicart-wrapper .action.showcart:before {
   	color: #fff!important;
}
.product-info-main .product.pricing {
    text-transform: uppercase;
    font-weight: bold;
	margin: 0 0 20px 0;
}
.product-info-main .product.pricing:before {
    content: '* ';
	color: #e02b27;
}
.product-info-main .downloads, .documents-and-files .downloads {
	margin: 0 0 10px 0;
	background-image: url(../images/dl.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 18px 18px;
	color: #676767;
}
.documents-and-files .downloads:first-of-type {
	margin: 25px 0 10px 0;
}

.product-info-main .filenames, .documents-and-files .filenames, .product-info-main .reward-point-message span a, .product-info-main .product.alert.stock a {
	color: #58b947!important;
    font-weight: bold;
    text-transform: uppercase;
}
.product-info-main .filenames, .documents-and-files .filenames {
	margin-left: 28px;	
}
.product-info-main .product.alert.stock {
	margin: 10px 0 0 0;
}
.product-info-main .product.alert.stock:after {
	content: 'NEW';
	background-color: #58b947;
	font-weight: bold;
	color: #fff;
	padding: 4px 8px;
	border-radius: 16px;
	margin-left: 4px;
}
.product-info-main .product-reviews-summary {
	margin: 0;
}
.product-info-main .product-reviews-summary .reviews-actions:after {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
	line-height: 18px;
    color: inherit;
    content: '\e614';
    font-family: 'icons-blank-theme';
    margin: 4px 0 0 -8px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.product-info-main .product-reviews-summary a {
	text-transform: uppercase;
    font-weight: bold;
    color: #000!important;
}
.old-price {
    text-decoration: none;
}
.product-info-main .old-price .price {
	font-size: 24px;
    text-decoration: line-through;
    text-decoration-color: #000;
	text-decoration-thickness: 2px;
}
.product-info-main .price-box .price-wrapper .price, .price-container .price {
    font-size: 28px;
    font-weight: bold;
    color: #58b947;
	/*display: none; /* prduct price */
}
.product-info-main .price-box, .product-info-main .special-price {
	margin: 0;
}
.product-info-main .price-box .weee {
	line-height: normal;
}
.product-info-main .stock.unavailable {
	margin-bottom: 20px;
}
.product-info-main .message.info.hot {
	display: table;
	width: fit-content;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: linear-gradient(45deg, #F73B01, #FFDC01);
}
.product-info-main .message.info.hot>*:first-child:before {
	color: #fff;
	content: '\e600';
}

.product-info-main .price-label {
	display: none;
}

.product-item-details .price-container .price, .product-item-details .swatch-attribute, .product-item-details .related, .product-item-details .special-price, .product-item-details .old-price { /* price & attributes & cart*/
	display: none!important;
}

.block-minicart .subtitle.empty {
    text-transform: uppercase;
}

.page-main { 
	margin-top: 40px!important;
	padding: 0!important;
}

body[class*="categorypath-resources"] .page-wrapper .page-main a {
	color: inherit;
}
/*
body[class*="categorypath-resources"] .cwiw.featured,
body[class*="categorypath-contact"] .cwiw.featured {
	display: none;	
}
*/
/*
.page-features:before,
.page-features:after {
	content: '';
	display: table;
}
.page-features:before {
    clear: both;
}
*/
.page-features {
	/*background-color: #2e3536;*/
	/*margin-top: 25px;*/
	padding: 50px 0 0 0;
}
.page-features .features-list ul {
	padding: 0 0 0 25px;
}

.page-features .features-list li,.page-features .features-list li a {
	/*text-transform: capitalize;*/
	color: #676767;
}
/*
.page-features .features-list li a:after, .product.attribute.overview a:after, body[class*="categorypath-resources"] .page-wrapper .page-main li a:after {
	color: #58b947;
	font-family: 'Material Icons';
	content: '\E895';
	
	text-align: right;
    display: inline-block;
    padding: 0;
    margin: 0 -1.5em 0 0;
    width: 1.5em;	
}*/

.page-features .features-list li a, .product.attribute.overview a, body[class*="categorypath-resources"] .page-wrapper .page-main li a {
	font-weight: bold;
	color: #58b947!important;
}


.page-features .specs-list ul {
	padding: 0;
	/*width: 100%;*/
	list-style-type: none;
}

.page-features .specs-list ul li {
	text-transform: uppercase;
/*	width: 47%;
	width: calc(50% - 30px);*/
	box-sizing: border-box;	
	margin: 0;
	padding: 8px 12px;
	border-radius: 24px;
}

.page-features .specs-list ul li .left {
	float: left;
	color: #000;
}
.page-features .specs-list ul li .right {
	float: right;
}
.page-features .specs-list ul li:before,
.page-features .specs-list ul li:after {
	content: '';
    display: table;
}
.page-features .specs-list ul li:after {
	clear: both;
}
.page-features .specs-list ul li:nth-child(odd) {
	background-color: #e5e5e5;
}
.page-features .specs-list ul li:nth-child(even) {
	background-color: #f8f8f8;
}
.page-features .specs-list ul li.blank {
	background-color: #fff;
}


.cards-wrapper {
	max-width: 1080px;
	border: 2px solid transparent;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.features-wrapper, .related-wrapper, .featured-wrapper, .reviews-wrapper {
	/*width: 100%;*/
	max-width: 1080px;
	background-color: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.features-content, .related-content {
/*	margin: 4%;*/
}

.features-subtitle, .related-content .title {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-weight: bold;
}

.related-content .loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 1500ms infinite;      
  animation: ellipsis steps(4,end) 1500ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: .95em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: .95em;    
  }
}

.related-content .products {
  margin: 0;
}

.related-content .product-col, .page-main .list-col, .featured-wrapper .list-col {
    float: left;
	text-align: center;
	margin-right: 2%;
}
.related-content .product-col .product-cat, .page-main .list-cat, .featured-wrapper .list-cat {
	position: relative;
	width: 100%;
	height: 100%;
}
.related-content .product-col .product-cat:after, .page-main .list-col .list-cat:after, .featured-wrapper .list-col .list-cat:after {
  content: ' ';
  display: inline-block;
  padding-bottom: 100%;
}

.related-content .product-items, .page-main .product-items, .featured-wrapper .product-items {
	margin: 0!important;
	width: 100%;
}
.related-content .product-items:before, .related-content .product-items:after,
.page-main .product-items:before, .page-main .product-items:after, .featured-wrapper .product-items:after {
  display: table;
  content: ' ';
}
.related-content .product-items:after, .page-main .product-items:after, .featured-wrapper .product-items:after {
	clear: both;
}

.related-content .product-item, .page-main ol:not(.minicart-items) .product-item, .featured-wrapper .product-item {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	
	box-sizing: border-box;
	/*border: 2px solid #c7c7c7;*/
	
	width: auto!important;
	margin: 0!important;
	padding: 0!important;
}

.related-content .block-actions {
	display: none;
}

.page-main ol:not(.minicart-items) .product-item {
	background-color: #ffffff;
	border: 2px solid #fff;
	border-radius: 12px;
}
.page-main .owl-carousel .owl-item .product-item, .page-wrapper .owl-carousel .owl-item .product-item {
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 12px;
}
.page-main a:hover .product-item, .page-wrapper a:hover .product-item, .page-main .owl-carousel .owl-item a:hover .product-item, .page-wrapper .owl-carousel .owl-item a:hover .product-item {
	-o-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;

	border: 2px solid #58b947;
	border-radius: 12px;
}

/*
.related-content .product-item:after {
  content: ' ';
  display: inline-block;
  padding-bottom: 100%;
}
*//*
.related-content .product-col:nth-last-child(-n+4) {
	margin-bottom: 0;	
}*/


.related-content .product-item .product-item-info {
	/*margin: auto!important;*/
	position: absolute;
  	top: 50%;
  	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	
	max-width: 75%;
	max-height: 75%;
	
}

.page-main .product-item .product-item-info, .featured-wrapper .product-item .product-item-info {
	position: absolute;
}


.related-content .product-item .product-item-name, .page-main .product-item .product-item-name, .featured-wrapper .product-item .product-item-name {
	margin-top: 0;
	margin-bottom: 6px;
	
	/*
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	*/
}

.page-main ol:not(.minicart-items) .product-item .product-item-inner, .featured-wrapper .product-item .product-item-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.page-main .checkout-container .opc-block-summary .product-item .product-item-inner {
	display: inherit!important;	
}

.page-main .product-item .product-item-actions, .featured-wrapper .product-item .product-item-actions {
	margin: 0;
}

.page-main .product-item .actions-primary, .featured-wrapper .product-item .actions-primary {
	display: inherit;
}
.page-main .product-item .action.primary, .featured-wrapper .product-item .action.primary {
	padding: 12px 0;
	width: 100%;
}

.product-item-name a, .product-item-name {
	color: #000;
}
.product-item-sku a, .product-item-sku {
	color: #676767;
}/*
.cms-index-index .product-item-name a, .cms-index-index .product-item-name {
	color: #fff;
}
.cms-index-index .product-item-sku a, .cms-index-index .product-item-sku {
	color: #c7c7c7;
}*/

.breadcrumbs {
  	margin-top: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.breadcrumbs .items {
	color: #000;
}

body[class*="categorypath-resources"] .page-wrapper .page-main,
body[class*="categorypath-contact"] .page-wrapper .page-main {
	background-color: #fff;
	margin-bottom: 50px;
	box-sizing: border-box;
	border: 2px solid #fff;
}
/*
body.categorypath-products .page-wrapper .page-main .columns .column.main {
	min-height: inherit;
	padding-bottom: 50px;
}
*/

body[class*="categorypath-products"] .page-wrapper .page-main .columns .column.main,
body[class*="categorypath-resources"] .page-wrapper .page-main .columns .column.main,
body[class*="categorypath-contact"] .page-wrapper .page-main .columns .column.main {
	min-height: inherit;
}
/*body[class*="categorypath-products"] .page-wrapper .page-main .columns .column.main,*/
.cms-index-index .page-wrapper .page-main .columns .column.main {
	padding-bottom: 50px;
}
body[class*="categorypath-resources"] .page-wrapper .page-main .columns .column.main,
body[class*="categorypath-contact"] .page-wrapper .page-main .columns .column.main {
	padding: 0;
}


/*
.page-main > *:not(.columns) {
	background-color: #fff;	
}
*/

.page-layout-2columns-left:not(.account) .column.main {
	width: 100%;
	float: inherit;
}
.page-title, .step-title, #reviews .block-title strong {
	font-size: 36px!important;
	font-weight: bold!important;
	text-transform: uppercase!important;
	line-height: 1.21428571!important;
	margin: 0!important;
}
body[class*="categorypath-products"] .category-view .category-cms>p {
	margin: 0;
}
.category-view .category-cms p, .cart-empty p {
  	margin-top: 2rem;
  	margin-bottom: 0;
	text-align: justify;
}

.category-view .category-cms p a, .cart-empty p a {
  	color: #000!important;
	text-decoration: underline;
}
.block-minicart a {
	color: #000!important;
}
.block-minicart a span {
	color: #58b947;
}
.block-minicart .actions a {
	font-weight: bold;
}
.message {
	border-radius: 24px;
}
.message a {
    color: inherit!important;
    text-decoration: underline!important;
}
.message.info, .message.error, .message.warning {
	margin: 20px 0;
}

.product.data.items > .item.content {
	background-color: inherit;
	border: 0;
	padding: 0;
	margin: 0; 
}
.product.info.detailed .review-item {
	padding: 0 0 50px 0!important;
	border: 0;
}
.product.info.detailed .review-toolbar {
	margin: 0!important;
	border: 0;
}
.rating-summary .rating-result {
	margin-left: 0;
}
.rating-summary .rating-result:before, .rating-summary .rating-result > span:before, .review-control-vote:before, .review-control-vote label, .review-control-vote label:before, .review-control-vote label:hover {
	line-height: 22px;
}
.product.info.detailed .review-title {
	margin: 25px 0 15px 0;
}
.product.info.detailed .review-title, .product.info.detailed .rating-summary {
	font-size: 14px;
	text-transform: uppercase;
    font-weight: bold;
}
/*.product.info.detailed .review-list {
	margin: 25px 0 0 0;
	padding: 50px 0 0 0;
}*/
.product.info.detailed, .product.info.detailed .product.data.items {
	margin: 0;
}
.product-info-main .product.attribute.sku .type, .product.info.detailed .title, .product.info.detailed .review-legend, .product.info.detailed .nested .label, .product.info.detailed .block-title {
	margin: 0;
	display: none!important;
}
.product-info-main p, .product.attribute.overview a, .product.info.detailed .review-content {
	color: #676767;
}
/*
.product-info-main p:after {
	content: '...';
}
*/

.page-layout-1column .product.media {
	position: relative;		
}

.product.attribute.sku {
	text-transform: uppercase;
	font-weight: bold;
	color: #000!important;
}
/*
.product.attribute.sku:before {
	content: '\0023';
}*/

.field .label span, .swatch-attribute span {
	font-weight: bold;
	text-transform: uppercase;
}
.desc-social .action.primary {
	width: 100%;	
}
.desc-social .content {
	display: block;
	/*border-bottom: 1px solid #c7c7c7;
	padding-bottom: 25px;*/
	margin-top: 10px;
}
.desc-social .share {
	margin: 25px 0;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #c7c7c7;
	padding-top: 25px;
}
.desc-social .social .link-wrapper {
	margin: 0 5% 0 0;
}
.desc-social .social-icon {
    -webkit-filter: invert(100%) grayscale(100%) contrast(300%); /* Safari 6.0 - 9.0 */
    filter: invert(100%) grayscale(100%) contrast(300%);
}


.category-image {
	display: none;
}
.video-thumb-icon:after {
	display: none;
}
.fotorama__active .fotorama__dot {
	background-color: #58b947!important;
	border-color: #58b947!important;
}
.fotorama__thumb-border {
	border: 2px solid #58b947!important;
	border-radius: 12px;
	margin: 0;
	background-image: none!important;
}
.fotorama__arr,
.fotorama__thumb__arr {
	background-color: inherit!important;
}

.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
	background-color: rgba(255, 255, 255, 0.5)!important;
}

.fotorama__thumb {
	background-color: inherit!important;
}
.fotorama__img {
	padding: 5%;
	box-sizing: border-box;
}
.fotorama__thumb .fotorama__img {
	padding: 20%;
	box-sizing: border-box;
}
.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after {
	background: none;
}

.magnifier-preview:not(.hidden) {
	cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.toolbar-products {
	text-align: inherit;
	padding: 0;
}
.toolbar-amount {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}
.toolbar-products:last-of-type {
    display: none!important;
}

.sorter {
	padding: 0;
}

.wrapper-address {
		margin-top: 50px;
}

.cms-index-index .page-main .hide {
	display: none;
	margin-bottom: 50px;
}
.feature-cards {
	display: flex;
	column-gap: 5%;
	box-sizing: border-box;
	text-align: center;
}
.feature-cards .block-content {
	padding: 0px!important;
	display: flex;
	position: relative;
	justify-content: center;
	flex-direction: column;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.feature-cards .block-content.padded {
	padding: 40px!important;
}
.feature-cards .block-content.buy {
	margin-bottom: 50px;
}
.feature-cards .button-wrapper {
	margin-top: 20px;
}
.feature-cards .block-content.box-sm {
	height: 320px;
	max-height: 320px;
}
.feature-cards .block-content.box-lg {
	height: 400px;
	max-height: 400px;
}
.feature-cards .block-content.video {
	padding: 0!important;
	height: 400px;
	max-height: 400px;
}
.feature-cards .block-content.frontknife {
	background-image: url('../images/36-289-4.png');
	background-color: #000;
}
.feature-cards .block-content.openbox {
	background-image: url('../images/Hammrhead-19.jpg');
}
.feature-cards .block-content.insert {
	background-image: url('../images/Hammrhead-10.jpg');
	background-position: right center;
}
.feature-cards .block-content.body {
	background-image: url('../images/Hammrhead-4.jpg');
}
.feature-cards .block-content.dial {
	background-image: url('../images/Hammrhead-11.jpg');
}
.feature-cards .block-content.magnet {
	background-image: url('../images/Hammrhead-15.jpg');
}
.feature-cards .block-content.spare {
	background-image: url('../images/Hammrhead-18.jpg');
}
.feature-cards .block-content.hole {
	background-image: url('../images/Hammrhead-48.jpg');
}
.feature-cards .block-content.holster {
	background-image: url('../images/Hammrhead-8.jpg');
	background-position: right center;
}
.feature-cards .block-content.Hammrhead-25 {
	background-image: url('../images/Hammrhead-25.jpg');
}
.feature-cards .block-content.Hammrhead-23x {
	background-image: url('../images/Hammrhead-23x.jpg');
}
.feature-cards .block-content.Hammrhead-29 {
	background-image: url('../images/Hammrhead-29.jpg');
}
.feature-cards .block-content.Hammrhead-35 {
	background-image: url('../images/Hammrhead-35.jpg');
}
.feature-cards .block-content.Hammrhead-40 {
	background-image: url('../images/Hammrhead-40.jpg');
}
.feature-cards .block-content.Hammrhead-23 {
	background-image: url('../images/Hammrhead-23.jpg');
}
.feature-cards .block-content.img {
	flex-direction: row!important;
}
.feature-cards .shrink {
	flex-shrink: 1.5;
}
.feature-cards .expand {
	flex-shrink: 0.75;
}
.feature-cards .desc {
	color: #fff;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
	-webkit-font-smoothing: antialiased;
}
.feature-cards .overlay:first-of-type {
	margin-top: 40px;
}
.feature-cards .overlay {
	opacity: 0;
	color: #fff;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
	-webkit-font-smoothing: antialiased;
}
.feature-cards .overlay.font-sm {
	font-size: 13px;
}
.feature-cards .title.overlay {
	opacity: 1;
}
.feature-cards .more {
	padding: 0 0 30px 0;
	cursor: pointer;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: center bottom;
	/*margin-bottom: 50px;*/
}
.feature-cards .block-content .alpha {
	width: 100%;
	height: 100%;
}
.feature-cards .block-content:not(.frontknife) .alpha {
	padding: 0 8%;
}
.feature-cards .block-content .info {
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: 12px;
	right: 12px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/icons8-info.svg');
	opacity: 0.8;
}
.feature-cards #video video:hover, .feature-cards #video video:focus {
	transform: scale(1.5);
}
.feature-cards p {
	font-size: 16px;
}
/*.cms-index-index .page-main .cwiw.featured {
	display: none!important;
}*/


.cwiw{
    width: 100%;
}
.cwiw.featured, .cwiw.promo, .cwiw.banner, .cwiw.instagram behold-grid {
	margin-top: 50px;
}
.featured-wrapper .cwiw.featured {
	margin-top: 0;	
}

.cwiw .title {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.21428571;
}


.cwiw .info {
	font-size: 16px;
	font-weight: bold;
}
.cwiw .apchq-img {
	width: 23.5%!important;
	margin-top: 30px;
	padding: 2% 0;
	box-sizing: border-box;
}
.cwiw .apchq {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 3px solid #00b1e4;
}

.cwiw .banner-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 12px;
}
.cwiw .banner-image.first {
	background-image: url('../images/36-48-banner.jpg');
}
.cwiw .banner-image.second {
	background-image: url('../images/43-109-banner.jpg');
}
.cwiw.banner .button-wrapper {
	text-align: center;
}

.cwiw.instagram {
	text-align: center;
}
.cwiw .instagram-media {
	display: inline-block;
	background:#FFF;
	border:0;
	padding: 0;
	border-radius: 12px;
}
.cwiw .instagram-media > div {
	box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
	border-radius: 12px;
}
.cwiw .instagram-media > div:hover, .cwiw .instagram-media > div:focus {
	box-shadow: rgb(0 0 0 / 18%) 2px 8px 14px -8px;
}
.cwiw .instagram-media:nth-of-type(3n+3) {
	margin: 0;
}

.cwiw .title, .cwiw .info, .cwiw .base {
	margin: 0;
	padding: 0;
}

.cwiw .row:before, .cwiw .row:after {
  display: table;
  content: ' ';
}

.cwiw .row:after {
  clear: both;
}

.cwiw .row {
	text-align: center;
	word-spacing: -1rem;
	font-size: 0;
}
.cwiw .row .col{
    /*float: left;*/
	display: inline-block;
	text-align: center;
	word-spacing: normal;
	margin-top: 30px;
	margin-right: 2%;
}

.category-view .category-cms .cwiw p:not(.title) {
	margin-top: 0;
	margin-bottom: 1rem;
	text-align: inherit;
}

.cwiw .row .col.newrow {
	margin-right: 0;
}

.cwiw .row .col .cat, .actions .cat, .actions-toolbar .cat, .tagline .cat{
	position: relative;
	width: 100%;
}
.actions-toolbar .cat {
	width: 134px;

}
/*
.cms-index-index .cwiw .content-heading {
	color: #fff;	
}*/
.cwiw .row .col .cat:after {
  content: ' ';
  display: inline-block;
  padding-bottom: 100%;
}

.cwiw .row .col a { 
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.25px;
}/*
.cms-index-index .cwiw .row .col a { 
	color: #fff;
}*/
.cwiw .row .col p { 
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;

}

.cwiw .row .col .cat .content {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	
	background-color: #fff;

	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 12px;
}
.cms-index-index .cwiw .row .col .cat .content {
	/*background-color: #2e3536;
	border: 2px solid #2e3536;*/
	border: 2px solid #fff;
}
	
.cwiw .row .col a:hover .content {
	-o-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;

	border: 2px solid #58b947;
	border-radius: 12px;
}
.cms-index-index .cwiw .row .col a:hover .content {
	border: 2px solid #58b947;
}


.ribbon {
 z-index: 1;
 color: #fff;
 width: 30px;
 padding: 5% 0 2.5% 0;
 position: absolute;
 top: -6px;
 left: 12.5%;
 text-align: center;
 border-top-left-radius: 3px;
 background: #58b947;
}
.ribbon:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #8D5A20;
 border-right: 6px solid transparent;
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}
.ribbon:after {
  height: 0;
  width: 0;
  bottom: -14.5px;
  left: 0;
  border-left: 15px solid #58b947;
  border-right: 15px solid #58b947;
  border-bottom: 15px solid transparent;
}


.triangle:not(.menu-arrow) {
	display: none!important;	
}

.cwiw .row .col .cat .triangle {
	position: absolute;
	top: 6px;
	right: 6px;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 24px 24px 0;
	border-color: transparent transparent transparent transparent;
}

.list-col .list-cat .product-item > .triangle {
	position: absolute;
	top: 6px;
	right: 6px;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 24px 24px 0;
	border-color: transparent transparent transparent transparent;	
}

button .triangle {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 16px 16px 0;
	border-color: transparent #000000 transparent transparent;
}

.tagline .cat .triangle {
	position: absolute;
	top: 6px;
	right: 6px;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 24px 24px 0;
	border-color: transparent #58b947 transparent transparent;
}

.navigation ul li .triangle {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 66%;
	right: 0;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}

.navigation ul li.last .triangle {
	right: 2px;
}

.cwiw .row .col a:hover .triangle, button:hover .triangle, .page-main a:hover .product-item > .triangle, .featured-wrapper a:hover .product-item > .triangle {
	-o-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	border-color: transparent #58b947 transparent transparent;		
}

.navigation ul li:hover .triangle {
	-o-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	border-color: transparent transparent transparent transparent;		
}	

.cwiw .row .col .cat .content .cat-img {
	position: absolute;
  	top: 50%;
  	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	
	max-width: 75%;
	max-height: 75%;
	/*
	-webkit-filter: sepia(1) HUE-ROTATE(66DEG);
	filter: sepia(1) HUE-ROTATE(66DEG);
	*/
}

behold-grid behold-image-post {
	--behold-grid-overlay-color: rgba(0, 0, 0, 0.75)!important;
	background: inherit!important;
	border-radius: 12px!important;
	background-color: inherit!important;
	box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
	transition: inherit!important;

	padding-bottom: 118%;
}
behold-grid behold-image-post:before {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: inherit;
	transition: inherit;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 35 35' enable-background='new 0 0 35 35' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M17.6,3.2c4.7,0,5.2,0,7.1,0.1c1.7,0.1,2.6,0.4,3.2,0.6c0.8,0.3,1.4,0.7,2,1.3c0.6,0.6,1,1.2,1.3,2 c0.2,0.6,0.5,1.5,0.6,3.3c0.1,1.8,0.1,2.4,0.1,7.1s0,5.2-0.1,7.1c-0.1,1.7-0.4,2.6-0.6,3.2c-0.6,1.5-1.8,2.7-3.3,3.3 c-0.6,0.2-1.5,0.5-3.2,0.6c-1.8,0.1-2.4,0.1-7.1,0.1s-5.2,0-7.1-0.1c-1.7-0.1-2.6-0.4-3.2-0.6c-0.8-0.3-1.4-0.7-2-1.3 c-0.6-0.6-1-1.2-1.3-2c-0.2-0.6-0.5-1.5-0.6-3.2c-0.1-1.8-0.1-2.4-0.1-7.1s0-5.2,0.1-7.1C3.4,8.7,3.7,7.8,4,7.2 c0.3-0.8,0.7-1.4,1.3-2c0.6-0.6,1.2-1,2-1.3c0.6-0.2,1.5-0.5,3.2-0.6C12.4,3.2,12.9,3.2,17.6,3.2 M17.6,0c-4.8,0-5.3,0-7.2,0.1 C8.5,0.2,7.2,0.5,6.1,0.9C5,1.4,3.9,2,3,2.9C2.1,3.8,1.5,4.9,1,6c-0.4,1.1-0.7,2.4-0.8,4.2c-0.1,1.9-0.1,2.5-0.1,7.2s0,5.3,0.1,7.2 C0.3,26.6,0.6,27.8,1,29c0.4,1.2,1.1,2.2,2,3.1c0.9,0.9,1.9,1.6,3.1,2c1.1,0.4,2.4,0.7,4.2,0.8s2.5,0.1,7.2,0.1s5.3,0,7.2-0.1 c1.9-0.1,3.1-0.4,4.2-0.8c2.3-0.9,4.2-2.8,5.1-5.1c0.4-1.1,0.7-2.4,0.8-4.2c0.1-1.9,0.1-2.5,0.1-7.2s0-5.3-0.1-7.2 c-0.1-1.9-0.4-3.1-0.8-4.2c-0.4-1.2-1.1-2.2-2-3.1c-0.9-0.9-1.9-1.6-3.1-2c-1.1-0.4-2.4-0.7-4.2-0.8C22.9,0,22.3,0,17.6,0L17.6,0 L17.6,0z'/%3E%3Cpath fill='%23FFFFFF' d='M17.6,8.5c-5,0-9,4-9,9s4,9,9,9s9-4,9-9l0,0C26.6,12.5,22.6,8.5,17.6,8.5z M17.6,23.3 c-3.2,0-5.8-2.6-5.8-5.8s2.6-5.8,5.8-5.8s5.8,2.6,5.8,5.8S20.8,23.3,17.6,23.3z'/%3E%3Ccircle fill='%23FFFFFF' cx='26.9' cy='8.2' r='2.1'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 5% 5%;
	/*background-position: top 6.5% right 6.5%;*/

	background-position: top 5% right 6.5%;
}
behold-grid behold-image-post:hover, behold-grid behold-image-post:focus {
	border: inherit!important;
	box-shadow: rgb(0 0 0 / 18%) 0px 8px 18px 2px;
}
behold-grid behold-image-post .post-caption {
	/*top: 4%;*/
	left: 4%;
	/*height: 92%;*/
	width: 92%;
	padding: 8%;
	transition: opacity 0.75s ease;

	top: 3%;
	height: 78%;
}
behold-grid behold-grid-post behold-image {
	border-radius: 12px!important;
	/*padding: 4%!important;
	padding: min(4%, 40px)!important;*/
	background-color: #fff!important;
	transition: inherit!important;

	padding: 4% 4% 22% 4%!important;

	background-image: url(../images/ig_controls.svg);
	background-position: bottom 12% center;
	background-repeat: no-repeat;
	background-size: 92%;
}
behold-error-message {
	display: none!important;
}

/*
.cms-index-index .cwiw .row .col .cat .content .cat-img.pl {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);	
}
*/
.pages li span {
	color: #000;
}

.pages li.current span  {
	color: #fff;
}

.pages li a:before {
	color: #000;
	margin: 0 0 0 -2px!important;
}

.pages .action, .pages .page {
	border: 1px solid #c7c7c7;
	background-color: #fff;
	text-align: center;
	border-radius: 12px;
}
.pages .action, .pages .page, .pages .item {
	margin: 0!important;
	padding: 0!important;
	width: 40px!important;
	line-height: 44px!important;
	float: left;
}

.pages .current .page {
	background-color: #58b947!important;		
}
/*
label.label {
	text-transform: uppercase;
}
*/
.block-static-block.widget, .block-cms-link.widget {
    margin-top: 50px;
	margin-bottom: 50px!important;
	padding-top: 20px;
	border-top: 1px solid #c7c7c7;
}

body[class*="account"] .fieldset>.legend, body[class*="account"] .page-main .back, .order-actions-toolbar .action.print {
	display: none!important;
}
body[class*="account"]:not(.customer-account-edit) .fieldset:first-of-type {
	margin: 0 0 10px;
}
body[class*="account"] #password-strength-meter-container {
	margin-top: 10px;	
}
body[class*="account"] .password-strength-meter, body[class*="account"] .password-none .password-strength-meter:before {
    background-color: transparent;
}

body[class*="account"] .block .block-title, body[class*="account"] .ordered .order-title, body[class*="account"] .column.main h2 {
	margin-bottom: 15px;
	padding: 20px 0 10px;
	text-transform: uppercase;
	font-weight: bold!important;
}
body[class*="account"] .block .block-title strong, body[class*="account"] .ordered .order-title strong {
	text-transform: uppercase;
	font-weight: bold!important;
}
body[class*="account"] .ordered .order-title strong {
	display: inherit;
	margin: 0;
}
body[class*="account"] .page-main a:not(.primary), body[class*="account"] .page-main .sidebar-main .current {
	color: #000!important;
	text-transform: uppercase;
	font-weight: bold!important;
}
body[class*="account"] .page-main .main a:not(.primary) {
	color: #58b947!important;
}
body[class*="account"] .page-main .sidebar-main {
	padding-top: 20px;
}
body[class*="account"] .action.captcha-reload {
	margin-bottom: 10px;
}
body[class*="account"] .page.messages {
	margin: 0;	
}
body[class*="account"] .page-main .field .label span {
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
}
.account-nav .item a, .account-nav .item>strong {
    padding: 8px 20px 8px 20px;
}
.account-nav .item {
    margin: 0;
}
.account-nav .item .delimiter {
    margin: 15px 20px;
}
.account-nav .content {
	border-radius: 12px;
}

.customer-review .product-media {
	padding-top: 20px;
}
.authentication-wrapper, .control .note {
	display: none!important;	
}
.checkout-success, .checkout-success .actions-toolbar {
	margin: 2rem 0 0 0;
}
.checkout-success p, #registration p {
	margin-top: 2rem;
	margin-bottom: 0;
}
#registration p:last-of-type {
	display: none;	
}
.checkout-payment-method .payment-method-content .fieldset > .field {
	margin: 0 0 29px;	
}
.checkout-billing-address .actions-toolbar .action-cancel {
	font-weight: bold;
	padding: 5px 15px;
	margin: 0 20px 0 0;
}
.checkout-onepage-success .page-main .main a strong {
	color: #58b947!important;
    font-weight: bold!important;
    text-transform: uppercase;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
	border-color: #58b947;
}
.swatch-option.selected {
	outline: none;	
}
.swatch-option.text.selected {
	background: #2e3536!important;
}
.cart-summary .title strong, .opc-block-summary .title strong {
	font-size: 14px!important;
	font-weight: bold!important;
	text-transform: uppercase;
}
.cart-summary .summary.title, .opc-block-summary > .title, .opc-block-shipping-information .shipping-information-title, body[class^="customer-account"] .block .block-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.cart-summary .block.discount, .cart-discount .block.bss-reward-point, .checkout-container .discount-code, .checkout-container .bss-reward-point-code {
	border: 2px dotted #58b947;
	border-radius: 24px;
	padding: 12px 24px;
}
.cart-summary .block.discount {
	margin: 15px 0 0 0;
}
.checkout-container .discount-code, .checkout-container .bss-reward-point-code {
	margin: 20px 0 0 0;
}
.cart-discount .block.bss-reward-point .title {
	margin: 0;
}
.cart-discount .block.bss-reward-point .content {
	margin: 0 0 15px 0;
}
.cart-summary .block.discount .title, .checkout-container .bss-reward-point-code .payment-option-title, .checkout-container .discount-code .payment-option-title {
	border: 0;
}
.cart-totals .mark, .opc-block-summary .table-totals .mark, .cart-totals .amount, .opc-block-summary .table-totals .amount {
	padding: 8px 0!important;
}
.form-cart tr th {
	font-weight: bold;
	text-transform: uppercase;
}
button, select, a.action.primary, input.action.primary, .action-gift {
	border-radius: 24px;
}
.cart-container .form-cart button, .cart.table-wrapper .actions-toolbar > .action, .cart-container .form-cart .action.continue, .cart-summary .actions-toolbar > .primary button, .checkout-container .bss-reward-point-apply, .checkout-container .action-update, .checkout-container .action-apply, .checkout-container .action-edit-address, .swatch-attribute.size .swatch-option, .checkout-container .action-cancel, .checkout-payment-method .checkout-billing-address .action-cancel, .modal-popup .action-primary, .modal-popup .action-secondary, .product.info.detailed .action.primary, .block.newsletter .content .actions button, .action.captcha-reload, .checkout-container .action.action-show-popup, .modal-popup .action.action-hide-popup, .checkout-container .opc-wrapper .action-select-shipping-item {
	background: #58b947;
    border: 2px solid #58b947!important;
    color: #fff!important;
	border-radius: 24px;
}
.cart-container .form-cart button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .cart-container .form-cart .action.continue:hover, .cart-summary .actions-toolbar > .primary button:hover, .checkout-container .bss-reward-point-apply:hover, .checkout-container .action-update:hover, .checkout-container .action-apply:hover, .checkout-container .action-edit-address:hover, .swatch-attribute.size .swatch-option:hover, .checkout-container .action-cancel:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .modal-popup .action-primary:hover, .modal-popup .action-secondary:hover, .product.info.detailed .action.primary:hover, .block.newsletter .content .actions button:hover, .action.captcha-reload:hover, .checkout-container .action.action-show-popup:hover, .modal-popup .action.action-hide-popup:hover, .checkout-container .opc-wrapper .action-select-shipping-item:hover {
	background: #2e3536;
	outline: none;
}
.cart-container .form-cart button:focus, .cart.table-wrapper .actions-toolbar > .action:focus, .cart-container .form-cart .action.continue:focus, .cart-summary .actions-toolbar > .primary button:focus, .checkout-container .bss-reward-point-apply:focus, .checkout-container .action-update:focus, .checkout-container .action-apply:focus, .checkout-container .action-edit-address:focus, .swatch-attribute.size .swatch-option:focus, .checkout-container .action-cancel:focus, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .modal-popup .action-primary:focus, .modal-popup .action-secondary:focus, .product.info.detailed .action.primary:focus, .block.newsletter .content .actions button:focus, .action.captcha-reload:focus, .checkout-container .action.action-show-popup:focus, .modal-popup .action.action-hide-popup:focus, .checkout-container .opc-wrapper .action-select-shipping-item:focus {
	background: #2e3536;
	outline: none;
}
.cart-container #block-bss-reward-point-heading:after {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.cart-container .cart-bss-rewward-point {
	clear: left;
	padding-top: 20px;
}
.cart-container .cart-bss-rewward-point .fieldset>.field:after {
	clear: inherit;
}
.cart-container #block-bss-reward-point-heading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.checkout-container .showcart {
	background: #2e3536!important;
	border: 0!important;
}
.cart-container .action-edit, .cart-container .action.clear {
	display: none!important;	
}
.checkout-container .opc-wrapper .payment-group:not(:first-of-type) {
	margin: 10px 0 0 0;	
}
.checkout-container .opc-wrapper .shipping-address-item {
	padding: 20px 30px 20px 20px;
	border-radius: 12px;
}
.checkout-container .opc-wrapper .shipping-address-item a {
    color: #58b947!important;
    font-weight: bold;
    text-transform: uppercase;
}
.checkout-container .opc-wrapper .step-content {
	margin: 20px 0 0 0;
}
.checkout-container .opc-wrapper .edit-address-link, .checkout-container .opc-wrapper .shipping-address-item:before, .checkout-container .opc-wrapper .shipping-address-item:after {
	display: none;
}
.checkout-payment-method .payment-method-content {
	padding: 0 0 20px 0;
}
.checkout-payment-method .payment-option._collapsible:last-of-type .payment-option-content {
	display: block!important;
}
.checkout-container .action-toggle span, .checkout-container .action-toggle {
	color: #000!important;
	font-weight: bold;
}
.opc-wrapper .fieldset > .field._required > label:after, .opc-wrapper .fieldset > .field.required > label:after {
	position: inherit;
	margin: 0 0 0 5px;
}
.checkout-payment-method .actions-toolbar .primary, .checkout-shipping-method .actions-toolbar > .primary {
	float:inherit;
}
.checkout-payment-method .payment-option-content, .checkout-payment-method .payment-option-title {
	padding-left: 0!important;
	padding-right: 0!important;
}
.checkout-shipping-method .actions-toolbar .action.primary {
	margin: 20px 0 0;	
}
button span, .action span, .actions button, input.action.primary {
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.return-status, .order-status {
	display: block;
	margin-bottom: 0;
}
.return-status, .order-status, .my-credit-cards .action.delete {
	text-transform: uppercase;
    font-weight: bold;
	color: #58b947;
}
.order-status:before {
    content: 'Order Status: ';
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
}
.page-title-wrapper .order-date {
	margin-top: 0;	
}
.account input[type="checkbox"] {
	float: left;	
}
.account .block-notify label {
	font-weight: bold;
    text-transform: uppercase;	
}
.account table>thead>tr>th {
    padding: 20px 10px 8px 10px;
}
.account .order-actions-toolbar {
	margin: 0!important;
}
.account .items.order-links {
	display: none;
}
.account .reward-point-message, .account.rewardpoint-transaction-index .block-balance {
    margin: 20px 0 0 0;
}
.catalog-product-view .reward-point-message {
	margin: 0;	
}

.product-info-main .box-tocart .input-text.qty, .minicart-items .item-qty {
	height: 44px;
	width: 52px;
}
.minicart-items .product-item-pricing .label {
	width: 26px;
}
.minicart-items .product-item-details {
    padding-left: 93px;
}
.minicart-wrapper .minicart-items .product .actions {
    margin: -34px 10px 0;
}
.minicart-wrapper .minicart-items .update-cart-item {
	display: none!important;
}
.opc-block-summary {
	padding: 15px;	
}
.opc-block-shipping-information {
    padding: 0 15px;
}
.action.tocart, .action.checkout, .action.continue, .action.clear, .action.update, .action-apply, .action.save, .action.action-show-popup, .action.action-hide-popup, .action.action-select-shipping-item, .action.bss-reward-point-apply {
	line-height: 1.6rem!important;
	font-size: 1.4rem!important;
	padding: 12px 40px!important;
}
.minicart-wrapper .action.showcart .counter.qty {
	font-weight: bold;
	color: #fff!important;
    height: 12px;
    line-height: 12px;
    min-width: 12px;
	font-size: 10px;
	border-radius: 12px;
}

.page-layout-checkout .minicart-wrapper .action.showcart .counter.qty {
	display: none;	
}

body.category-target-zero .page-wrapper .page-main *, body.category-target-zero .page-wrapper .page-main *:hover {
	-o-transition-duration: initial;
    -webkit-transition-duration: initial;
    -moz-transition-duration: initial;
    transition-duration: initial;
}
body.category-target-zero {
	background-color: #000;
}
body.category-target-zero .page-wrapper .page-main {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.category-target-zero .page-wrapper .page-main p a {
	color: #fff!important;	
}
.category-target-zero .breadcrumbs, .category-target-zero .page-title-wrapper, .category-target-zero .page-title-wrapper {
	display: none;
}
.category-target-zero .page-wrapper .page-main .section:not(.four) {
	/*margin: 25% 0;*/
	position: relative;
	overflow: hidden;
}
.category-target-zero .page-wrapper .page-main .section:not(.four) .content {
	/*display: none;*/
	opacity: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);	
}
.category-target-zero .page-wrapper .page-main .section.one .content, .category-target-zero .page-wrapper .page-main .section.three .content {
	left: 100%;
	right: -100%;
}
.category-target-zero .page-wrapper .page-main .section.two .content {
	left: -100%;
	right: 100%;
}
.category-target-zero .cwiw .row .col .cat .content {	
	background-color: #000;
    border: 2px solid #000;
}
.category-target-zero .cwiw .row .col a:hover .content {
	border: 2px solid #58b947;
}
.category-target-zero .cat-img {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.25));
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 0.25));
}
.category-target-zero .hashtag {
	width: 100%;
	margin-bottom: 20px;
}
.category-target-zero .content.four .page-title {
	margin-top: 30px!important;	
}
.category-target-zero .heading {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.category-target-zero .img img {
	width: 100%;
	box-sizing: border-box;
	border: 4px solid #fff;
}

.footer {
	border: none!important;
}
.page-footer > .footer.content {
	background-image: url(../images/badge.png);
	background-repeat: no-repeat;
}
/*
.current {
	color:#8f8f8f;
}
*/
.page-footer {
	border-top: 2px solid #000;

	background-image: url(../images/roof.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.page-footer .bottom-links {
	color: #fff;
	border-top: 1px solid #fff;
	padding-top: 6px;
}

.head {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;

}

.page-legal .legal a {
	text-decoration: underline;
	color: #fff;
	
}

.page-legal .legal {
	
	color: #fff;
}
/*
.page-footer .page-legal {
	background-color: #2e3536;
}
*/
.page-wrapper .page-footer small {
	padding:0;
	margin:0;
	letter-spacing: 0.25px;
}
.footer.content:last-of-type {
    margin-top: 0;
    padding-bottom: 50px;
    padding-top: 0;
}
.page-footer .footer.content .links {
	padding: 0;
	/*display: none;*/
}

.page-footer .footer.content .block {
    float: inherit;
}

.block.newsletter .action.subscribe {
  margin-left: 6px;
}

.payment-method-braintree .hosted-control,
select,
textarea,
input[type="text"]:not(#search),
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border: 0;
  border-bottom: 1px solid #58b947;
  border-radius: 24px;
  background-color: #f8f8f8;
	padding: 0 12px;
}
header input[type="text"] {
	border: 0;
	border-radius: 24px;
}
footer input[type="text"], footer input[type="email"], .cart-summary input[type="text"], .cart-summary select {
	background-color: #fff!important;
}

.block.newsletter input {
    padding: 0 12px;
}

.block.newsletter .title {
  display: inherit;
  color: #fff;
  text-transform: uppercase;
}

.block.newsletter .title.email:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: 24px;
    color: inherit;
    content: '\e61d';
    font-family: 'icons-blank-theme';
    margin: 0 0 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

.block.newsletter .title.buy:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: 24px;
    color: inherit;
    content: '\e60a';
    font-family: 'icons-blank-theme';
    margin: 0 0 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

.social .social-icon {
	box-sizing: border-box;
	border: 2px solid transparent;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #58b947;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
}

.social .social-icon.fb {
	background-image: url(../images/fb.svg);
}
.social .social-icon.insta {
	background-image: url(../images/insta.svg);
}
.social .social-icon.linked {
	background-image: url(../images/linked.svg);
}
.social .social-icon.twitter {
	background-image: url(../images/twitter.svg);
}
.social .social-icon.youtube {
	background-image: url(../images/youtube.svg);
}
.social .social-icon.fb:hover,
.social .social-icon.insta:hover,
.social .social-icon.linked:hover,
.social .social-icon.twitter:hover,
.social .social-icon.youtube:hover {
	background-color: #2e3536;
	border: 2px solid #58b947;
}
.social .link-wrapper {
	margin: 0 10% 0 0;
}
.page-footer .social {
	margin-bottom: 30px;
}

.tagline {
	box-sizing: border-box;
	color: #fff;
	/*margin-top: 8%;
	margin-bottom: 10%;*/
	/*border: 2px solid #2e3536;*/
}

.tagline p {
	text-align: justify;	
}

.tagline-wrapper {
	/*padding: 20px;*/
}
	

.block.newsletter {
	/*margin-top: 8%;
  	margin-bottom: 6%;*/
	margin-top: 0;
  	margin-bottom: 0;
}

.block.newsletter .content {
  	margin-bottom: 10%;
}
.tagline .head {
	margin: 0 0 16px 0;
}

.block.newsletter:before, .copyright:before {
	content: ' ';
	clear:both;
	display: table;
}

/* BANNER START */

#video {
	position: relative;
	background-color: #000;
}

#video video {
	/*z-index: -1;*/
	object-fit: cover;
	object-position: center;
}

#video video.contain {
	object-fit: contain!important;
}

#video video, #video .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
    height: 100%;
}

#video.primeline .overlay {
	/*z-index: 1;*/
	background-color: rgba(0, 0, 0, 0.5);
}

#video.primeline.light .overlay {
	/*z-index: 1;*/
	background-color: rgba(0, 0, 0, 0.25);
}

#video.primeline.dark .overlay {
	/*z-index: 1;*/
	background-color: rgba(0, 0, 0, 0.75);
}

#video.primelite .overlay {
	/*z-index: 1;*/
	background-color: rgba(0, 0, 0, 0);
}

#video .overlay .text-wrapper {
	position: absolute;
	width: 100%;
    left: 0;
    right: 0;
	margin: 0 auto;
	/*display: inline-block;/*fday*/
	/*background-color: rgba(46, 53, 54, 0.9); /*fday*/
	/*position: relative;/*fday*/
	/*top: 50%;/*fday*/
	/*transform: translateY(-50%);/*fday*/
}

#video.primeline .overlay .text-wrapper.top {
	top: 25%;
}

#video.primeline .overlay .text-wrapper.vtop {
	top: 15%;
}

#video.primeline .overlay .text-wrapper.bottom {
	bottom: 25%;
}

#video.primeline .overlay .text-wrapper.vbottom {
	bottom: 15%;
}

#video.primelite .overlay .text-wrapper.top {
	top: 15%;
}

#video.primelite .overlay .text-wrapper.bottom {
	bottom: 15%;
}

#video .overlay .text {
	width: 92%;
	color: #fff;
	font-size: 36px;
    font-weight: bold;
	/*text-shadow: -1px -1px 0 #000, 0px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000;*/
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1));
    -webkit-font-smoothing: antialiased;
    text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	margin: 36px auto 0 auto; /*vday*/
}
#video .overlay .text.sm {
	font-size: 10px;
	margin-top: 0;
}

#video .overlay .button-wrapper {
	text-align: center;
	margin-bottom: 12px;
	/*margin-bottom: 48px; /*fday*/
}

#video .overlay button {
	margin: 30px 16px 0 16px;
}

#video .overlay button span {
	background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
	line-height: 13px;
}

#video .overlay button span.canada {
	background-image: url('../images/canada.svg');
}

#video .overlay button span.usa {
	background-image: url('../images/usa.svg');
}

#youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-bottom: min(56.25%, 563px);
	height: 0;
}

#youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 563px;
}

#banner {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.banner-header {
	position: absolute;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	left:0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.33);
	color: #fff;
}

.banner-text {
	padding: 2.5%;
}

.banner-text h1 {
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 24px;
}

.banner-text p {
	text-align: justify;
}

.cms-index-index .page-wrapper .page-banner {
	background-color: #2e3536;
   	/*position: relative;
	z-index: -1;*/
}

.cms-index-index .page-wrapper .page-banner.dark {
	background-color: #000;
}

/* box-shadow start */
/*body.cms-index-index {
	background-color: #FAFAFA;
}*/
body[class*="account"] .page-wrapper .page-main, body[class*="customer-"]:not(.account) .page-wrapper .page-main, body[class*="checkout-"] .page-wrapper .page-main, body.page-products:not(.category-target-zero) .page-wrapper .page-main, body.catalog-product-view .page-wrapper .page-main, body.contact-index-index .page-wrapper .page-main, .cms-index-index .page-main .block-content, /*.catalog-product-view .columns,*/ .catalog-product-view .features-content, .catalog-product-view .related-content, .catalog-product-view .features-content, .catalog-product-view .reviews-content, .page-features .featured-wrapper .block-content {
	box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
	border-radius: 12px;
	padding: 4%!important;
	padding: min(4%, 40px)!important;
	background-color: #fff;
}
.feature-cards .block-content {
	box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
	border-radius: 12px;
	background-color: #fff;
}
.breadcrumbs .items {
	box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
	border-radius: 12px;
	padding: 2% 4% 2% 4%!important;
	padding: min(2%, 20px) min(4%, 40px) min(2%, 20px) min(4%, 40px)!important;
	background-color: #fff;
}
 body[class*="account"] .page-wrapper .page-main:hover, body[class*="customer-"]:not(.account) .page-wrapper .page-main:hover, body[class*="checkout-"] .page-wrapper .page-main:hover, body.page-products:not(.category-target-zero) .page-wrapper .page-main:hover, body.catalog-product-view .page-wrapper .page-main:hover, body.contact-index-index .page-wrapper .page-main:hover, .cms-index-index .page-main .block-content:hover, .feature-cards .block-content:hover, /*.catalog-product-view .columns:hover,*/ .catalog-product-view .features-content:hover, .catalog-product-view .related-content:hover, .catalog-product-view .features-content:hover, .catalog-product-view .reviews-content:hover, .page-features .featured-wrapper .block-content:hover, .breadcrumbs .items:hover {
	box-shadow: rgb(0 0 0 / 18%) 0px 8px 18px 2px;
}
body[class*="account"] .page-wrapper .page-main, body[class*="customer-"]:not(.account) .page-wrapper .page-main, body[class*="checkout-"] .page-wrapper .page-main, body.page-products:not(.category-target-zero) .page-wrapper .page-main, body.contact-index-index .page-wrapper .page-main {
	margin-bottom: 50px;
}

body[class*="account"] .page-wrapper .page-main .account-nav, body.checkout-cart-index .page-wrapper .page-main .cart-summary, body.checkout-index-index .page-wrapper .page-main .opc-block-summary, .minicart-wrapper .block-minicart {
	box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
	border-radius: 12px;
}
body[class*="account"] .page-wrapper .page-main .account-nav:hover, body.checkout-cart-index .page-wrapper .page-main .cart-summary:hover, body.checkout-index-index .page-wrapper .page-main .opc-block-summary:hover, .minicart-wrapper .block-minicart:hover {
	box-shadow: rgb(0 0 0 / 18%) 0px 8px 18px 2px;
}
.features-wrapper, .related-wrapper, .featured-wrapper, .reviews-wrapper {
	border-radius: 12px;
}
.page-wrapper input, .page-wrapper textarea, .page-wrapper select {
	box-shadow: rgb(0 0 0 / 3%) 2px 8px 14px -8px;
}
.page-wrapper input:hover, .page-wrapper textarea:hover, .page-wrapper select:hover, .page-wrapper input:focus, .page-wrapper textarea:focus, .page-wrapper select:focus {
	box-shadow: rgb(0 0 0 / 18%) 2px 8px 14px -8px;
}
/*.page-wrapper .page-main a img, .page-wrapper .page-features a img, .fotorama__img, .fotorama__img--full {
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.page-wrapper .page-main a:hover img, .page-wrapper .page-features a:hover img, .fotorama__img:hover, .fotorama__img--full:hover {
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1.0));
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1.0));
}*/
body/*:not(.cms-index-index)*/ .page-wrapper .page-main a img, body.cms-index-index .page-wrapper .page-main .featured a img, .page-wrapper .page-features a img, .fotorama__img, .fotorama__img--full {
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
body/*:not(.cms-index-index)*/ .page-wrapper .page-main a:hover img, body.cms-index-index .page-wrapper .page-main .featured a:hover img, .page-wrapper .page-features a:hover img, .fotorama__img:hover, .fotorama__img--full:hover {
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1.0));
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1.0));
}
/* google maps start */
iframe.gmaps {
	box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
	margin-top: 50px;
	border: 0;
	border-bottom: 2px solid #58b947;
	border-radius: 12px;
}
iframe.gmaps:hover {
	box-shadow: rgb(0 0 0 / 18%) 0px 8px 18px 2px;
}
/* google maps end
/* box-shadow end */

/* zoom start */
.page-wrapper .page-main .product.overview img {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	position: relative;
	z-index: 1;
}
.page-wrapper .page-main .product.overview img:hover, .page-wrapper .page-main .product.overview img:active {
	-ms-transform: scale(1.5); /* IE 9 */
	-moz-transform: scale(1.5); /* Firefox */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	box-shadow: rgb(0 0 0 / 18%) 0px 8px 18px 2px;
	border-radius: 12px;
}
/* zoom end */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* theme */

/*@charset 'UTF-8';*/
/* Slider */

#banner div img {
	/*max-width: 1920px;*/
	max-width: 1080px;
	/*max-height: 535px;*/
	/*border-radius: 6px;*/
}

.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: 0.5;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: 1;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
   /* margin-bottom: 30px;*/
}

.slick-dots
{
    position: absolute;
    /*bottom: 1.5%;*/
	bottom: 0;

    /*display: block;*/
	display: none!important;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 7.5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 0.5;
    color: #58b947;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #58b947;
}




/* BANNER END */


/**
SLIDER StART
 */

.page-main .owl-carousel .list-col, .featured-wrapper .owl-carousel .list-col {
	width: 100%;
}

.owl-item li.product-slider {
    width: 100% !important;
}
.product-item-info {
   /*width: 80% !important;*/
}
.mp-product-slider-title {
    font-size: 3.8rem;
    position: relative;
    z-index: 1;
    margin: 0 0 5px;
    text-align: center;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.mp-product-slider-block {
    margin: 0 !important;
}

.mp-ps-info {
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

}
.mp-product-item-name {
    height: 40px !important;
}

.owl-carousel {
  display: none;
  
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    color: #58b947;
    font-size: 2.5rem;
	line-height: 2.5rem;
    
    vertical-align:middle;
    text-align:center;

	margin: auto 0;
	width: 30px;
	height: 30px;
	position: absolute;
	top:0;
	bottom: 0;
	
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 15px;
}
  .owl-carousel .owl-nav .owl-prev:hover,
  .owl-carousel .owl-nav .owl-next:hover {
	border: 2px solid #58b947;
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/* SLIDER END */

/* STOCKISTS START */
/* general styling */
.stockists.full-width #maincontent,
.stockists.full-width .page-wrapper{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: none;
}

#map-canvas {
	box-shadow: rgb(0 0 0 / 6%) 0px 8px 18px 2px;
	border-radius: 12px;
}
#map-canvas:hover {
	box-shadow: rgb(0 0 0 / 18%) 0px 8px 18px 2px;
}

.stockists-index-index .main-container .main,
.stockists-index-index .main-container .main .row {
    max-width: none !important;
}

.stockists-index-index .main-container .main .row {
    padding: 0 !important;
}
.hide, .hide-cards {
	display: none;
}

/* gmaps pin window */
.stockists-window {
    padding: 20px 15px;
}
.stockists-window p, .stockists-window a {
	margin-bottom: 6px;
}
.stockists-window p:last-of-type {
	margin-bottom: 0;
}
.stockists-window .stockists-title, .stockists-window p:nth-of-type(3) {
	margin-bottom: 2.5rem;
}
.stockists-window .stockists-address {
	margin-top: -1.9rem;
	margin-bottom: 2.5rem;
}
.stockists-window a {
	color: #000;	
}
.stockists-window .stockists-title {
    /*color: #081c2a;
    margin-bottom: 10px;*/
    text-transform: uppercase;
    font-weight: bold;
}

/* directions and search */

.stockists .page-title-wrapper {
	margin-bottom: 20px;
}
.full_width_sidebar .search-stockists{
    height: 130px;
}
.full_width_sidebar .stockists-results{
	display: none;
}
.directions-panel{
	display: none;
	overflow-y: scroll;
	z-index: 1;
}
.directions-panel .close{
	display: inline-block;
	background: url('../../../../../frontend/Magento/blank/en_US/Limesharp_Stockists/images/close.svg') no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 12px;
}
.directions-panel > p{
	text-align: center;
	text-transform: uppercase;
}

/* search sidebar specific */
.search-stockists.close-up {
    height: 250px;
}/*
.search-stockists .search-title {
    font-size: 24px;
    margin-bottom: 19px;
    font-family: "Times New Roman", Times, serif;
    color: #081c2a;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}*/
/*
.search-stockists p {
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 0;
}*/
.search-stockists .search-header p {
    margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.search-stockists .results-title {
 /*   color: #081c2a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3px;*/
	text-transform: uppercase;
	font-weight: bold;
}
.search-stockists .stockists-results {
    overflow-y: scroll;
    height: 375px;
    margin-top: 15px;
}
.stockists-results .image,
.stockists-results .results-item-data{
	display: inline-block;
}
.stockists-results .image{
	width: 75px;
    margin-right: 5px;
    float: left;
}
.search-stockists .results-word {
 /*   padding-left: 5px;
    font-size: 14px;*/
	/*font-weight: bold;*/
}

.results-store.grenson {
    display: none;
}
.stockists-intro {
    display: block;
}
#stockist-search-term {
	width: 160px;
	/*
    display: inline-block;
    height: 40px;
    padding-left: 10px;
    width: 184px;
    border: 1px solid #c2c2c2;
    margin-top: 5px;*/
}

#stockists-submit, .find-my-location {
	padding: 12px 25px;
	text-transform: uppercase;
	/*
    display: inline-block;
    margin-left: 0px;
    background: #081c2a;
    border: none;
    font-size: 15px;
    padding: 12px 10px;
    top: -2px;
    position: relative;
    letter-spacing: 0.3px;
    color: white;
    border-radius: 0; */
}/*
.find-my-location:hover{
    background: #081c2a;
    box-shadow: none;
    border: none;
    color: white;
}*/

.results-content {
    cursor: pointer;
    width: 93%;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}
.results-content p:not(.results-title) {
 /*   padding-bottom: 0;
    font-size: 12px;
    font-weight: normal;*/
	margin-bottom: 0.25rem;
}
.results-content.active {
    background: #f8f8f8;
}

#grenson-stores {
    display: none;
}
.underline {
    text-decoration: underline;
}

.directions-panel ::-webkit-scrollbar,
.search-stockists ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.directions-panel ::-webkit-scrollbar-thumb,
.search-stockists ::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	box-shadow:  0 0 1px rgba(255,255,255,.5);
}
.geocode-location{
	display: inline-block;
	background: url('../../../../../frontend/Magento/blank/en_US/Limesharp_Stockists/images/location.svg') no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
	top: 9px;
	left: 15px;
}

/* directions */
.ask-for-directions{
	cursor: pointer;
}/*
.change-directions{
	font-size: 12px;
}*/
.change-directions span{
	cursor: pointer;
}

/* page_width_sidebar styling */
.page_width_sidebar.parent-stockists{
	position: relative;
}
.page_width_sidebar .search-stockists{
    top: 60px;
    left: 10px;
    height: 130px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px
}
.page_width_sidebar .stockists-results{
	display: none;
}

/* page_width_top styling */
.page_width_top .search-stockists{
    width: auto;
    height: auto;
    z-index: 1;
    position: static;
    border: 1px solid black;
    margin-bottom: 10px;

}/*
.page_width_top #map-canvas{
	width: auto!important;
	height: 800px!important;
}*/
.page_width_top .stockists-results,
.page_width_top .directions-panel{
	width: 285px;
    float: left;
    border: 1px solid black;
    margin-right: 10px;
    height: 788px;
    overflow-x: scroll;
    padding: 5px;
}
.page_width_top .directions-panel{
	right:auto;
	position: static;
	height: 966px;
}
.page_width_top .results-content{
	width: auto;
    border: 1px solid grey;
}
.page_width_top .stockists-results{
	display: none;
}
.page_width_top .find-my-location,
.page_width_top .search-or{
	display: none;
}

/* desktop changes */
@media only screen and (min-width: 768px){
	.page_width_sidebar .search-stockists,
	.full_width_sidebar .search-stockists{
	    height: 474px;
	}
	.page_width_sidebar .stockists-results,
	.page_width_top .stockists-results,
	.full_width_sidebar .stockists-results{
		display: block;
	}
	.page_width_top .find-my-location,
	.page_width_top .search-or{
		display: inline-block;
	}
	.page_width_top .search-or{
		margin:0 5px;
	}
	.page_width_top .geocode-location{
		display: none;
	}
	.page_width_sidebar .directions-panel,
	.page_width_sidebar .search-stockists,
	.full_width_sidebar .directions-panel,
	.full_width_sidebar .search-stockists{
		position: absolute;
	}

}

/* individual store view */
.individual-stockists {
    border-bottom: 1px solid #c5b097;
}
.individual-stockists .image {
    width: 100%;
    display: none;
}
.individual-stockists .details {
    width: 100%;
    margin-top: 32px;
}
.individual-stockists .details .title {
    text-align: left;
    margin-bottom: 16px;
}/*
.individual-stockists .details .title p {
    font-size: 28px;
    color: #5b2a46;
}*/
.individual-stockists .details .border {
    background: #c5b097;
    width: 45px;
    height: 6px;
}
.individual-stockists .details .address {
    margin-top: 29px;
    clear: both;
}
.individual-stockists .details .exact-address {
    width: 40%;
    float: left;
    border-right: 1px solid #c5b097;
    display: inline-block;
}/*
.individual-stockists .details p.address-title {
    font-size: 21px;
    color: #5b2a46;
    margin-bottom: 5px;
}*//*
.individual-stockists .details .address p:not(.address-title) {
    font-size: 14px;
    margin-bottom: 5px;
}*/
.individual-stockists .details .station {
    width: 50%;
    display: inline-block;
    padding-left: 24px;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.individual-stockists .get-directions {
    background: #e63c76;
    border-radius: 5px;
    margin-top: 43px;
    margin-bottom: 26px;
    padding: 15px;
    text-align: center;
}
.individual-stockists .get-directions a {
    color: #fff;
}
#map-canvas-individual {
    height: 288px;
    width: 100%;
}/*
.individual-stockists .schedule {
    font-size: 15px;
    margin-top: 30px;
}*/
.individual-stockists .schedule .day {
    margin-bottom: 15px;
}
.all-stores {
    padding-top: 32px;
    width: 100%;
    display:none;
}

.all-stores button {
    box-shadow: none;
    background: none;
    border: none;
}
.all-stores button#arrow-left {
    left: -5rem;
}
.all-stores button#arrow-right {
    right: -5rem;
}
.all-stores button#arrow-right img {
    width: 1.5rem;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.all-stores button#arrow-left,
.all-stores button#arrow-right {
    top: 5.5rem;
    position: absolute;
}
.all-stores .all-stores-title {
    text-align: center;
    padding-bottom: 34px;
}
.all-stores .all-stores-slider-wrapper ul.slick-dots {
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0;
    text-align: center;
}
.all-stores .all-stores-slider-wrapper ul.slick-dots li {
    margin-right: 1rem;
    margin-left: 1rem;
}
.all-stores .all-stores-slider-wrapper ul.slick-dots li button{
    padding: 0;
    margin: 0;
    background: #ddd;
    display: block;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    height: 1rem;
    width: 1rem;
    text-indent: 9999px;
    overflow: hidden;
}/*
.slick-dots li {
    display: none
}
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li,
.slick-dots li.slick-active + li + li + li,
.slick-dots li.slick-active + li + li + li + li {
    display: inline-block;
}*/
.all-stores .all-stores-slider-wrapper .item .details {
    position: absolute;
    bottom: 0;
    background: url("../../../../../frontend/Magento/blank/en_US/Limesharp_Stockists/images/store-background.svg") no-repeat;
    background-size: cover;
    height: 50px;
    width: 100%;
    text-align: center;
}/*
.all-stores .all-stores-slider-wrapper .item .details p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-top: 12px;
    text-align:center;
}*/
.all-stores .all-stores-slider-wrapper .item {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .all-stores .all-stores-slider-wrapper .item {
        margin: 0 10px;
    }
    .all-stores{
        display: block;
    }
    .individual-stockists {
        border-bottom: 1px solid #c5b097;
        margin-top: 33px;
        padding-bottom: 24px;
    }
    .individual-stockists .image {
        float: left;
        width: calc(50% - 20px);
        display: inline-block;
        padding-right: 20px;
    }
    .individual-stockists .details {
        width: calc(50% - 20px);
        display: inline-block;
        padding-left: 20px;
        margin-top: 2px;
    }
    .individual-stockists .details .title {
        text-align: left;
        margin-bottom: 16px;
    }/*
    .individual-stockists .details .title p {
        font-size: 28px;
        color: #5b2a46;
    }*/
    .individual-stockists .details .border {
        background: #c5b097;
        width: 45px;
        height: 6px;
    }
    .individual-stockists .details .nearest-station p {
        padding-left: 48px;
    }
    .individual-stockists .details .distance p {
        padding-left: 48px;
    }
    .individual-stockists .details .address {
        margin-top: 29px;
        clear: both;
    }
    .individual-stockists .details .exact-address {
        width: 40%;
        float: left;
        border-right: 1px solid #c5b097;
        display: inline-block;
    }/*
    .individual-stockists .details p.address-title {
        font-size: 21px;
        color: #5b2a46;
        margin-bottom: 5px;
    }*//*
    .individual-stockists .details .address p:not(.address-title) {
        font-size: 14px;
        margin-bottom: 5px;
    }*/
    .individual-stockists .details .station {
        width: 50%;
        display: inline-block;
        padding-left: 24px;
    }
    .individual-stockists .details .nearest-station {
        background: url(../../../../../frontend/Magento/blank/en_US/Limesharp_Stockists/images/station.svg) no-repeat;
        background-size: 35px 32px;
        margin-bottom: 20px;
        min-height: 32px;
    }
    .individual-stockists .details .distance {
        background: url(../../../../../frontend/Magento/blank/en_US/Limesharp_Stockists/images/distance.svg) no-repeat;
        background-size: 35px 41px;
        min-height: 41px;
    }
    .individual-stockists .get-directions {
        background: #e63c76;
        border-radius: 5px;
        margin-top: 43px;
        margin-bottom: 26px;
        padding: 15px;
        text-align: center;
    }
    #map-canvas-individual {
        height: 189px;
    }
    .all-stores .all-stores-slider-wrapper .item .details {
        position: absolute;
        bottom: 0;
        background: url("../../../../../frontend/Magento/blank/en_US/Limesharp_Stockists/images/store-background.svg") no-repeat;
        background-size: cover;
        height: 50px;
        width: 100%;
        text-align: center;
    }
    .all-stores .all-stores-slider-wrapper {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .individual-stockists {
        margin-top: 66px;
    }
    .all-stores .all-stores-slider-wrapper {
        max-width: 900px;
    }
    .individual-stockists .get-directions {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .individual-stockists {
        padding-bottom: 42px;
        margin-top: 66px;
    }
    .individual-stockists .image {
        width: calc(54% - 20px);
    }
    .individual-stockists .details {
        width: calc(46% - 20px);
    }
    .individual-stockists .details .title {
        margin-bottom: 21px;
    }
    .individual-stockists .details .border {
        width: 63px;
        height: 5px;
    }
    .individual-stockists .details .address {
        margin-top: 34px;
    }
    .individual-stockists .details .exact-address {
        width: 30%;
    }
    .individual-stockists .details .station {
        width: 50%;
        display: inline-block;
        padding-left: 24px;
    }
    #map-canvas-individual {
        margin-top: 44px;
        max-width: 461px;
    }
    .individual-stockists .schedule {
        margin-top: 23px;
    }
    .individual-stockists .schedule .day {
        margin-bottom: 15px;
    }
    .all-stores {
        padding-top: 40px;
    }
    .all-stores .all-stores-title {
        text-align: center;
        padding-bottom: 34px;
    }
    .all-stores .all-stores-slider-wrapper {
        max-width: 1080px;
    }
}

/* STOCKISTS END */

/* HUBSPOT FORM START */

.hbspt-form h1, .hbspt-form img {
	display: none!important;
}
.hbspt-form .hs-button {
	text-transform: uppercase!important;
	border-radius: 24px!important;
}

/* HUBSPOT FORM END */