body {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-optical-sizing: auto;
	background-image: none;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}
.font-ar-rg,
.font-ar-bld {
	font-family: 'Arimo', sans-serif !important;
	font-optical-sizing: auto
}
.font-ar-rg {
	font-weight: 400
}
.font-ar-bld {
	font-weight: 700
}
.font-ar-itl {
	font-style: italic
}
.font-pr-rg,
.font-pr-smb,
.font-pr-bld,
.font-pr-exb {
	font-family: 'Prompt', sans-serif;
	text-transform: uppercase;
}
.font-pr-rg {
	font-weight: 400;
}
.font-pr-smb {
	font-weight: 600;
}
.font-pr-bld {
	font-weight: 700;
}
.font-pr-exb {
	font-weight: 800;
}
.font-pr-itl {
	font-style: italic
}
a,
.btn {
	-o-transition: color .3s, background .3s, border-color .3s;
	-ms-transition: color .3s, background .3s, border-color .3s;
	-moz-transition: color .3s, background .3s, border-color .3s;
	-webkit-transition: color .3s, background .3s, border-color .3s;
	  transition: color .3s, background .3s, border-color .3s;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #EBF1F4;
}
.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0
}
.b-lazy.b-loaded {
	opacity: 1
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.wrapper-top-contact .top-phone,
.btn,
.categ-nav > li > a,
.mob-menu-cat-head,
.mob-menu-link-head,
.product-finder-heading span,
.categ-cta span,
.thumbnail.card-body .caption .price,
.col-prodmenu-caption .price,
.col-thumblist-caption .price {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
h1,
.h1,
h2,
.h2  {
	line-height: 46px;
	font-size: 46px;
	font-weight: 800;
	font-style: italic;
}
h3,
.h3 {
	line-height: 24px;
	font-size: 24px;
}
h4,
.h4 {
	line-height: 18px;
	font-size: 18px;
}
h5,
.h5 {
	line-height: 14px;
	font-size: 14px;
}
.sub-head {
	margin-bottom: 20px;
}
@media (max-width: 767.98px) {
	h1,
	.h1 {
		line-height: 24px;
		font-size: 24px;
	}
	h2,
	.h2 {
		line-height: 22px;
		font-size: 22px;
	}
	h3,
	.h3 {
		line-height: 18px;
		font-size: 18px;
	}
	hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.wrapper-prod-carousel hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.btn {
	padding: 9px 6px;
	line-height: 14px;
	font-size: 14px;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
}
.btn.btn-lg {
	line-height: 20px;
	font-weight: 700;
	font-size: 20px;
}
.btn-default,
.btn-outline-secondary {
	color: #333;
}
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
}
.btn-warning,
.btn-info {
	color: #fff;
}
.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}
.form-control {
	font-size: 14px;
	color: #333;
	border-color: #EBF1F4;
	border-radius: 0;
}
.form-control::-moz-placeholder {
	color: #666;
}
.form-control:-ms-input-placeholder {
	color: #666;
}
.form-control::-webkit-input-placeholder {
	color: #666;
}
.form-control:focus {
	box-shadow: none !important;
	outline: none !important;
}
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
input[type=search]::-ms-reveal {
	display: none; width : 0; height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
.dropdown-menu {
	border-radius: 0;
}
/*Select*/
.wrap-select {
  position:relative;
	width: 100%;
	height: 35px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #EBF1F4;
}
.wrap-select select {
	line-height:normal !important;
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	-ms-appearance:none !important;
	appearance:none !important;
	border: none !important;
	padding: 3px 25px 3px 14px !important;
	margin:0 !important;
	background-color: transparent !important;
}
.wrap-select select {
	height: 33px !important;
}
.ie8 .wrap-select select {
	padding-right: 3px
}
.wrap-select select:focus {
  outline:none !important;
  box-shadow: none !important;
}
.wrap-select ::-ms-expand {
	display:none !important;
}
.wrap-select:after {
	content: "\f0dc";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	z-index: 2;
	right: 9px;
	top: 50%;
	margin-top: -10px;
	pointer-events: none;
	color: #333;
	font-size: 14px;
}
.wrap-select-inline .wrap-select {
	height: 40px;
}
.wrap-select-inline .wrap-select select {
	height: 38px !important;
	text-transform: uppercase;
}
.content-contact-form .wrap-select,
.returns-form .wrap-select {
	height: 40px;
}
.content-contact-form .wrap-select select,
.returns-form .wrap-select select {
	height: 38px !important;
}
.returns-form .wrap-select {
	border-color: #ddd;
}
.sortby-drop .wrap-select {
	height: 21px;
	overflow: hidden;
	background: #fff;
	border: none;
}
.sortby-drop .wrap-select select {
	padding: 3px 25px 3px 5px !important;
}
.sortby-drop .wrap-select select {
	height: 21px !important;
	text-transform: uppercase;
	font-size: 13px;
	color: #7CC43C;
}
.sortby-drop .wrap-select:after {
	margin-top: -9px;
	color: #888;
	font-size: 12px;
}
/*Radio & Checkbox*/
input[type=radio].chk-radio-custom,
input[type=checkbox].chk-radio-custom {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
input[type=radio].chk-radio-custom ~ label:before,
input[type=checkbox].chk-radio-custom ~ label:before {
  font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f0c8";
	display: inline-block;
	letter-spacing: 10px;
	font-size: 14px;
	color: #666;
	width: 1.1em;
	margin-right: 4px;
}
input[type=radio].chk-radio-custom:checked ~ label,
input[type=checkbox].chk-radio-custom:checked ~ label {
  color: #333;
}
input[type=radio].chk-radio-custom:checked ~ label:before,
input[type=checkbox].chk-radio-custom:checked ~ label:before  {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	letter-spacing: 5px;
	content: "\f14a";
}
input[type=radio].chk-radio-custom ~ label:before {
  content: "\f111";
}
input[type=radio].chk-radio-custom:checked ~ label:before {
  content: "\f192";
}
input[type=radio].chk-radio-custom:focus ~ label,
input[type=checkbox].chk-radio-custom:focus ~ label {
  color: #333;
}
input[type=radio].chk-radio-custom:focus ~ label:before,
input[type=checkbox].chk-radio-custom:focus ~ label:before {
  color: #333;
}
/*badge*/
.badge {
  padding: 5px 14px;
  font-size: 12px;
	line-height: 14px;
	font-family: 'Prompt', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
}
.badge-success,
.badge-danger,
.badge-info,
.badge-warning {
	color: #fff;
}
/*thumbnail*/
.thumbnail.card-body {
	padding: 0;
	border-radius: 0;
	border: 1px solid #ddd
}
.pb-thumb {
	padding-bottom: 20px;
}
.upsell-prod .pb-thumb {
	padding-bottom: 0;
}
.thumbnail.card-body .caption {
	padding: 12px 15px 12px;
	text-align: center
}
.thumbnail.card-body .caption .price {
	margin-bottom: 6px;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
}
.thumbnail.card-body .caption .prod-price,
.thumbnail.card-body .caption .rrp-price {
	display: inline-block;
	vertical-align: middle;
}
.thumbnail.card-body .caption .prod-price {
	font-size: 15px;
	line-height: 19px;
}
.thumbnail.card-body .caption .prod-price.sale-price {
	color: #E52320;
}
.thumbnail.card-body .caption .rrp-price {
	margin-left: 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	color: #888;
}
.thumbnail.card-body .caption .rrp-price span {
	text-decoration: line-through;
}
.thumbnail.card-body .caption h4 {
	height: 45px;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 13px;
	line-height: 15px;
}
.thumbnail.card-body .caption h4 a {
	color: #333;
}
.thumbnail.card-body .caption .speclabel {
	margin-bottom: 0;
	height: 13px;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
	color: #A1A1A1;
	text-transform: uppercase;
}
@media (max-width: 767.98px) {
	.row-categ-thumbs .thumbnail.card-body .caption {
		padding: 5px 10px 10px;
	}
	.row-categ-thumbs .thumbnail.card-body .caption .price {
		margin-bottom: 5px;
	}
	.row-categ-thumbs .thumbnail.card-body .caption .prod-price {
		font-size: 13px;
	}
	.row-categ-thumbs .thumbnail.card-body .caption .rrp-price {
		font-size: 11px;
	}
	.row-categ-thumbs .thumbnail.card-body .caption h4 {
		height: 42px;
		font-size: 12px;
		line-height: 14px;
	}
	.row-categ-thumbs .thumbnail.card-body .caption .speclabel {
		height: 12px;
		font-size: 10px;
		line-height: 12px;
	}
}
/*Thumb List*/
.pb-thumblist {
	padding-bottom: 20px;
}
.thumblist.card {
	border-color: #ddd;
}
.thumblist .card-body {
	padding: 0 10px;
}
.row-thumblist {
	margin-left: -10px;
	margin-right: -10px;
}
.col-thumblist {
	padding-left: 10px;
	padding-right: 10px;
}
.col-thumblist.col-thumblist-img {
	padding-left: 0;
}
.col-thumblist-caption {
	padding-top: 22px;
	padding-bottom: 22px;
}
.col-thumblist-caption .speclabel {
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
	color: #A1A1A1;
	text-transform: uppercase;
}
.col-thumblist-caption h4 {
	margin-bottom: 18px;
	overflow: hidden;
	font-size: 15px;
	line-height: 17px;
}
.col-thumblist-caption h4 a {
	color: #333;
}
.col-thumblist-caption .price {
	line-height: 21px;
	overflow: hidden;
}
.col-thumblist-caption .prod-price,
.col-thumblist-caption .rrp-price {
	display: inline-block;
	vertical-align: middle;
}
.col-thumblist-caption .prod-price {
	font-size: 17px;
	line-height: 21px;
}
.col-thumblist-caption .prod-price.sale-price {
	color: #E52320;
}
.col-thumblist-caption .rrp-price {
	margin-left: 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	color: #888;
}
.col-thumblist-caption .rrp-price span {
	text-decoration: line-through;
}
@media (max-width: 767.98px) {
	.row-categ-thumbs {
		margin-left: -7px;
		margin-right: -7px;
	}
	.row-categ-thumbs .pb-thumb,
	.row-categ-thumbs .pb-thumblist {
		padding-left: 7px;
		padding-right: 7px;
	}
}
@media (max-width: 575.98px) {
	.row-categ-thumbs {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-categ-thumbs .pb-thumb,
	.row-categ-thumbs .pb-thumblist {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.thumblist .card-body {
		padding: 7px 10px;
	}
	.col-thumblist.col-thumblist-img {
		padding-right: 0;
	}
	.col-thumblist-caption {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.col-thumblist-caption .speclabel {
		font-size: 10px;
		line-height: 12px;
	}
	.col-thumblist-caption h4 {
		margin-bottom: 7px;
		font-size: 12px;
		line-height: 14px;
	}
	.col-thumblist-caption h4 a {
		color: #333;
	}
	.col-thumblist-caption .price {
		line-height: 20px;
	}
	.col-thumblist-caption .prod-price {
		font-size: 13px;
		line-height: 20px;
	}
	.col-thumblist-caption .rrp-price {
		font-size: 11px;
		line-height: 20px;
	}
}

/*Badge*/
.savings-container {
	top: -1px;
	right: -1px;
}
.col-thumblist-img .savings-container {
	right: auto;
	left: -1px;
	text-align: left;
}
.prod-badges {
	position: relative;
	margin-bottom: 5px;
	width: 90px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
}
.prod-badges:before {
	position: absolute;
	top: 0;
	left: -6px;
	display: block;
	background: 0 0;
	content: '';
}
.col-thumblist-img .prod-badges:before {
	left: auto;
	right: -6px;
}
.prod-badges.save-badge {
	font-size: 14px !important;
	line-height: 25px !important;
}
.save-badge {
	background: #E52320;
}
.save-badge:before {
	border-right: 6px solid #E52320;
	border-top: 25px solid transparent;
}
.shipping-badge {
	background: #C0C43C;
	text-transform: uppercase;
	width: 100px !important;
	display: block !important;
}
.shipping-badge:before {
	border-right: 6px solid #C0C43C;
	border-top: 21px solid transparent;
}
.col-thumblist-img .save-badge:before {
	border-right: none;
	border-top: none;
	border-left: 6px solid #E52320;
	border-bottom: 25px solid transparent;
}
.col-thumblist-img .shipping-badge:before {
	border-right: none;
	border-top: none;
	border-left: 6px solid #C0C43C;
	border-bottom: 21px solid transparent;
}
/*Header Announcement*/
.header-top-announcement {
	padding: 13px 0 12px;
	background-color: #EBF1F4;
	border-bottom: 1px solid #E2E9EC;
}
.header-top-announcement p {
	margin-bottom: 0;
	line-height: 15px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-top-announcement p a {
	color: #333;
}
.header-top-announcement p .btn-link {
	margin-left: 10px;
	font-weight: 700;
	color: #C0C43C;
}
.header-top-announcement p .btn-link i {
	margin-left: 4px;
}
@media (max-width: 767.98px) {
	.header-top-announcement {
		padding: 0;
	}
	.announcement-col {
		height: 40px;
	}
	.header-top-announcement p {
		line-height: 14px;
		font-size: 12px;
	}
	.prod-badges.save-badge {
		font-size: 13px !important;
		line-height: 23px !important;
	}
	.save-badge:before {
		border-top: 23px solid transparent;
	}
	.col-thumblist-img .save-badge:before {
		border-bottom: 23px solid transparent;
	}
}
/*Header Address and Top Links*/
.header-top-links {
	border-bottom: 1px solid #E2E9EC;
}
.top-address,
.top-links {
	width: auto;
	float: left;
}
.top-address {
	padding: 13px 0 12px;
	line-height: 15px;
	font-size: 13px;
	color: #888;
}
.top-address i {
	margin-right: 5px;
	color: #C0C43C;
}
.top-links {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-links > li {
	float: left;
}
.top-links > li > a {
	padding: 13px 0 12px;
	display: block;
	line-height: 15px;
	font-size: 13px;
	color: #888;
}
.top-links > li > a span {
	position: relative;
	padding-right: 19px;
	padding-left: 15px;
	display: block;
}
.top-links > li > a span:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '\002F';
	color: #E2E9EC;
}
.top-links > li:last-child > a span {
	padding-right: 0;
}
.top-links > li:last-child > a span:after {
	display: none;
}
.top-links > li > a:hover,
.top-links > li > a:focus {
	color: #7CC43C;
}
@media (max-width: 991.98px) {
	.top-address,
	.top-links > li > a {
		font-size: 11px;
	}
	.top-links > li > a span {
		padding-right: 14px;
		padding-left: 10px;
	}
}
/*Header Center*/
.header-center-content {
	padding: 20px 0;
}
.wrapper-top-contact p {
	margin-bottom: 5px;
	line-height: 14px;
	font-size: 12px;
}
.wrapper-top-contact p i {
	color: #C0C43C;
}
.wrapper-top-contact .top-phone {
	font-size: 16px;
	line-height: 16px;
}
.header-search {
	width: 557px;
}
.header-search .form-control {
	height: 40px;
	padding: 9px 14px;
	border: none;
	border-bottom: 2px solid #7CC43C;
	font-size: 14px;
}
.header-search .form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #7CC43C !important;
	z-index: 1;
}
.header-search .input-group-append {
	margin-left: 0;
}
.header-search .form-control::-moz-placeholder {
	color: #CFD0AE;
}
.header-search .form-control:-ms-input-placeholder {
	color: #CFD0AE;
}
.header-search .form-control::-webkit-input-placeholder {
	color: #CFD0AE;
}
.header-search .btn {
	padding: 9px 13px;
	opacity: 1 !important;
	border: none;
	font-size: 16px;
	transform: skew(-16deg);
}
.header-search .btn i {
	transform: skew(16deg);
}
.header-search .search_loading_icon {
	display: none !important;
}
.nsearchinput-pl.well {
	width: calc(100% - 5px);
  margin-top: 40px !important;
	border: 1px solid #ddd;
}
.nsearchinput-pl.well li a {
	color: #333;
	font-size: 12px;
}
.nsearchinput-pl.well li a img,
.nsearchinput-pl.well li a .title {
	display: inline-block;
	vertical-align: top;
}
.nsearchinput-pl.well li a .title {
	width: calc(100% - 46px);
}
.nsearchinput-pl.well li a:hover,
.nsearchinput-pl.well li a:focus{
	color: #333;
}
@media (max-width: 1325.98px) {
	.header-search {
		width: 357px;
	}
}
@media (max-width: 991.98px) {
	.header-search {
		width: 300px;
	}
}
@media (max-width: 767.98px) {
	.header-center-content {
		padding: 15px 0 0;
	}
	.wrapper-logo {
		padding: 0;
	}
	.wrapper-logo .logo {
		width: 150px;
	}
	.wrapper-search {
		margin-top: 15px;
		padding: 0;
		background: #7CC43C;
	}
	.header-search {
		position: relative;
		width: 100%;
		padding-left: 4px;
	}
	.header-search:before,
	.header-search:after {
		position: absolute;
		top: 0;
		z-index: 2;
		display: block;
		background: 0 0;
		content: '';
		border-color: #7CC43C;
	}
	.header-search:before {
		left: 4px;
		border-bottom: 40px solid transparent;
    border-left-width: 12px;
    border-left-style: solid;
	}
	.header-search:after {
		right: 42px;
		border-top: 40px solid transparent;
    border-right-width: 12px;
    border-right-style: solid;
	}
	.header-search .form-control {
		padding: 9px 23px;
		border-top: 2px solid #7CC43C;
	}
	.header-search .btn {
		transform: skew(0deg);
	}
	.header-search .btn i {
		transform: skew(0deg);
	}
	.header-search .btn:hover,
	.header-search .btn:focus {
		background: #7CC43C !important;
		border-color: #7CC43C !important;
	}
}
.wrapper-acct > ul {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.wrapper-acct > ul > li {
	float: left;
}
.wrapper-acct > ul > li > a {
	padding: 3px 20px;
	display: block;
	color: #61A015;
}
.wrapper-acct > ul > li:last-child > a {
	padding-right: 16px;
}
.wrapper-acct > ul > li .acct-icon,
.wrapper-acct > ul > li .acct-text {
	display: inline-block;
	vertical-align: middle;
}
.wrapper-acct > ul > li:first-child .acct-icon {
	margin-right: 9px;
}
.acct-subtext,
.acct-maintext {
	display: block;
}
.acct-subtext {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 14px;
	color: #333;
}
.acct-maintext {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.acct-uname {
	min-width: 70px;
}
.wrapper-acct > ul > li > a.dropdown-toggle:after {
	display: none;
}
#header-cart > a {
	position: relative;
}
.itm-cnt {
	position: absolute;
	top: -10px;
	right: 0;
	width: 26px;
	height: 26px;
	display: block;
	line-height: 26px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #333;
	border-radius: 50%;
}
.thumb_cart .title a {
	color: #333;
}
.thumb_cart .btn {
	padding: 9px 10px;
	font-size: 12px;
	line-height: 12px;
}
.thumb_cart .price {
	font-weight: 700;
}
@media (max-width: 1130.98px) {
	.wrapper-acct > ul > li:first-child .acct-icon {
		margin-right: 0;
	}
	.wrapper-acct > ul > li .acct-text {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.wrapper-acct {
		padding-left: 0;
	}
}
@media (max-width: 767.98px) {
	.wrapper-header {
		margin-bottom: 15px;
	}
	#n_home .wrapper-header {
		margin-bottom: 0;
	}
}
/*Mobile Header*/
.wrapper-mob-menu > span {
	display: block;
	cursor: pointer;
}
.wrapper-mob-cart > a {
	position: relative;
	padding-right: 5px;
	display: block;
}
.wrapper-mob-cart > a .itm-cnt {
	right: -7px;
	top: -13px;
}
/*Nav*/
.header-nav {
	margin-bottom: 25px;
	background: #7CC43C;
}
#n_home .header-nav {
	margin-bottom: 0;
}
.categ-nav {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.categ-nav > li {
	display: inline-block;
}
.categ-nav > li > a {
	display: block;
	padding: 15px 25px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.categ-nav > li:hover > a,
.categ-nav > li:focus > a {
	color: #fff;
}
@media (max-width: 1350.98px) {
	.categ-nav > li > a {
		padding: 15px 18px;
		font-size: 15px;
	}
}
@media (max-width: 1199.98px) {
	.categ-nav > li > a {
		padding: 15px 9px;
		font-size: 14px;
	}
}
@media (max-width: 991.98px) {
	.categ-nav > li > a {
		padding: 15px 7px;
		font-size: 12px;
	}
	.categ-nav > li:first-child > a {
		padding-left: 0;
	}
	.categ-nav > li:last-child > a {
		padding-right: 0;
	}
}
@media (max-width: 825.98px) {
	.categ-nav > li > a {
		font-size: 11px;
	}
}
.categ-nav .menu-products.dropdown {
	position: static;
}
.categ-nav .menu-products .dropdown-menu {
	width: 100%;
	max-height: 900px;
	overflow: auto;
	padding: 25px 15px;
	margin: 0;
	top: auto;
	border: 1px solid #7CC43C;
	border-top: none;
	border-bottom-width: 3px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.wrap-sub-categ-head {
	padding: 0 10px 15px;
	border-bottom: 1px solid #ddd;
}
.wrap-sub-categ-head h4 {
	margin-bottom: 0;
	font-style: italic;
}
.wrap-sub-categ-head h4 a {
	color: #333;
}
.wrap-sub-categ-head h4 span {
	display: inline-block;
	vertical-align: middle;
}
.wrap-sub-categ-head h4 .sub-categ-shop {
	margin-left: 10px;
	line-height: 15px;
	font-size: 13px;
	color: #7CC43C;
}
.wrap-sub-categ {
	padding: 15px 0 0;
}
.categ-nav .column {
	width: 25%;
  padding: 0 15px;
  margin: 0;
  list-style: none;
  float: left;
}
.categ-nav .column a {
	padding: 8px 10px;
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #333;
}
.categ-nav .column .lv2-li {
	margin-bottom: 8px;
}
.categ-nav .column .lv2-li > a {
	position: relative;
	padding: 8px 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	background: #EBF1F4;
	text-transform: uppercase;
}
.categ-nav .column .lv2-li > a.menu-prod-drop {
	padding-right: 22px;
	color: #7CC43C;
}
.categ-nav .column .lv2-li > a.menu-prod-drop.collapsed {
	color: #333;
}
.categ-nav .column .lv2-li > a.menu-prod-drop:after {
	position: absolute;
	right: 10px;
	top: 9px;
	content: '\f068';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 14px;
	color: #7CC43C;
}
.categ-nav .column .lv2-li > a.menu-prod-drop.collapsed:after {
	content: '\f067';
	color: #333;
}
.categ-nav .column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.categ-nav .column a:hover,
.categ-nav .column a:focus {
	color: #7CC43C;
	text-decoration: none;
}
@media (max-width: 1199.98px) {
	.wrap-sub-categ {
		padding: 15px 8px 0;
	}
	.categ-nav .column {
	  padding: 0 7px;
	}
	.categ-nav .column .lv2-li > a {
		font-size: 13px;
	}
}
@media (max-width: 991.98px) {
	.categ-nav .column a {
		font-size: 11px;
	}
	.categ-nav .column .lv2-li > a {
		font-size: 11px;
	}
	.categ-nav .column .lv2-li > a.menu-prod-drop:after {
		font-size: 10px;
	}
}
@media (max-width: 891.98px) {
	.wrap-sub-categ {
		padding: 15px 12px 0;
	}
	.categ-nav .column {
	  padding: 0 3px;
	}
	.categ-nav .column .lv2-li > a {
		padding: 8px 5px;
	}
	.categ-nav .column .lv2-li > a.menu-prod-drop:after {
		right: 4px;
		font-size: 7px;
	}
}
.upsell-menu-head {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.upsell-menu-head h4 {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
.row-prodmenu {
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 17px;
}
.col-prodmenu {
	padding-left: 5px;
	padding-right: 5px;
}
.col-prodmenu-img img {
	max-width: 100%;
}
.col-prodmenu-caption .speclabel {
	margin-bottom: 5px;
	font-size: 11px;
	color: #A1A1A1;
	text-transform: uppercase;
}
.col-prodmenu-caption h4 {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 17px;
}
.col-prodmenu-caption h4 a {
	color: #333;
}
.col-prodmenu-caption .price {
	margin-bottom: 9px;
	line-height: 20px;
}
.col-prodmenu-caption .price .prod-price,
.col-prodmenu-caption .price .rrp-price {
	display: inline-block;
	vertical-align: middle;
}
.col-prodmenu-caption .price .prod-price {
	font-size: 17px;
	line-height: 19px;
}
.col-prodmenu-caption .price .prod-price.sale-price {
	color: #E52320;
}
.col-prodmenu-caption .price .rrp-price {
	margin-left: 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	color: #888;
}
.col-prodmenu-caption .price .rrp-price span {
	text-decoration: line-through;
}
.prodmenu-saving {
	padding-left: 4px;
}
.save-badge-menu {
	width: 85px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	background: #E52320;
	transform: skew(-16deg);
}
.save-badge-menu span {
	transform: skew(16deg);
	display: inline-block;
}
/*Mobile Menu*/
.menu-logo {
	padding-right: 0;
}
.menu-logo .logo {
	height: 31px;
}
.wrap-mob-acct {
	padding-right: 0;
}
.mob-nav-acct {
	width: auto;
	float: left;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.mob-nav-acct > li {
	float: left;
}
.mob-nav-acct > li > a {
	position: relative;
	padding: 0 8px;
	display: block;
}
.mob-nav-acct .itm-cnt {
	right: -8px;
	top: -13px;
}
.mob-nav-close {
	padding-left: 20px;
}
.close-menu-top {
	display: block;
	font-size: 20px;
	line-height: 24px;
}
.wrap-mob-welcome {
	width: 100%;
	float: left;
	padding: 8px 15px 20px;
}
.mob-acct-text {
	width: 100%;
	float: left;
	padding: 8px;
	background: #EBF1F4;
	font-size: 12px;
}
.mob-acct-subtext,
.mob-acct-link {
	width: auto;
	line-height: 14px;
}
.mob-acct-subtext {
	float: left;
	color: #666;
}
.mob-acct-link {
	float: right;
}
.mob-menu-cat-head,
.mob-menu-link-head {
	width: 100%;
	float: left;
	padding: 0 15px 10px;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
}
.mob-menu-link-head {
	padding: 20px 15px 10px;
}
.mob-links-panel {
	width: 100%;
	float: left;
	padding: 0 15px;
}
.mob-links {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mob-links > li {
	padding-bottom: 10px;
}
.mob-links > li > a {
	display: block;
	padding: 8px 9px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	border: 1px solid #EBF1F4;
	text-transform: uppercase;
}
@media (max-width: 767.98px) {
	.off-canvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(51, 51, 51, 0.8);
    opacity: 0;
    pointer-events: none !important;
    z-index: 999;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
	}
	body.mobile-menu-active .off-canvas-overlay {
    opacity: 1;
    height: 100%;
    pointer-events: auto !important;
	}
	body.mobile-menu-active {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	.sidebar-off-canvas {
		position: fixed;
		top: 0;
		z-index: 9999999999;
		width: 90%;
		max-width: 336px;
		padding: 0;
		height: 100%;
		background: #fff;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		left: -336px;
	}
	body.mobile-menu-active .sidebar-off-canvas {
		left: 0;
	}
	.sidebar-off-canvas .navbar-default {
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 62px;
		background: #fff;
		zoom: 1;
		overflow-x: hidden;
	}
	.mob-nav-head {
    position: fixed;
    width: 90%;
    max-width: 336px;
    top: 0;
    left: -336px;
    z-index: 1000;
    background: #fff;
    padding: 15px;
		border-bottom: 1px solid #EBF1F4;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
	}
	body.mobile-menu-active .sidebar-off-canvas .mob-nav-head {
		left: 0;
	}
	.sidebar-off-canvas .navbar-nav-mob {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0 15px;
	}
	.wrap-slide-nav {
		width: 100%;
		float: left;
		transition: transform .3s ease-in-out;
    will-change: transform;
		transform: translateX(0);
	}
	.wrap-slide-nav.active {
		transform: translateX(-100%);
	}
	#mob-menu-cat {
		position: relative;
		list-style: none;
	}
	#mob-menu-cat ul {
		list-style: none;
	}
	#mob-menu-cat > li {
		padding-bottom: 10px;
	}
	#mob-menu-cat > li > a,
	#mob-menu-cat > li > span {
		position: relative;
		display: block;
		padding: 8px 9px;
		font-size: 14px;
		line-height: 16px;
		color: #333;
		border: 1px solid #EBF1F4;
		text-transform: uppercase;
	}
	#mob-menu-cat > li > .mob-drop {
		padding-right: 20px;
	}
	#mob-menu-cat > li > .mob-drop:after {
		position: absolute;
		top: 50%;
		right: 16px;
		margin-top: -8px;
		content: '\f105';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #7CC43C;
		font-size: 14px;
	}
	.collapse-slide-menu {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		position: absolute;
		top: 0;
		left: 100%;
		bottom: 0;
		background: #fff;
		z-index: 10006;
		list-style: none;
		display: none;
	}
	.collapse-slide-menu.active {
		display: block;
	}
	.collapse-slide-menu > li {
		padding-bottom: 8px;
	}
	.collapse-slide-menu > li > a,
	.collapse-slide-menu > li > span {
		padding: 8px 10px;
		display: block;
		font-size: 14px;
		line-height: 16px;
		color: #333;
		background: #EBF1F4;
	}
	.collapse-slide-menu > li.back-to-menu > span {
    position: relative;
		padding: 10px;
		padding-left: 22px;
		font-size: 14px;
		background: none;
		text-transform: uppercase;
		font-weight: 700;
	}
	.collapse-slide-menu > li.back-to-menu > span:before {
		position: absolute;
		top: 50%;
		left: 8px;
		margin-top: -8px;
		content: '\f104';
		font-family: "Font Awesome 5 Free";
		font-size: 14px;
		font-weight: 900;
	}
	.collapse-slide-menu > li > a.menumob-prod-drop {
		position: relative;
		padding-right: 28px;
	}
	.collapse-slide-menu > li > a.menumob-prod-drop:after {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -8px;
		content: '\f068';
		font-family: "Font Awesome 5 Free";
		color: #7CC43C;
		font-size: 14px;
		font-weight: 900;
	}
	.collapse-slide-menu > li > a.menumob-prod-drop.collapsed:after {
		content: '\f067';
	}
	.collapse-slide-menu ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.collapse-slide-menu ul > li {
		padding-bottom: 5px;
	}
	.collapse-slide-menu ul > li > a {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 16px;
		color: #333;
		display: block;
	}
	#mob-menu-cat a:hover,
	#mob-menu-cat a:focus {
		text-decoration: none;
	}
}
.wrapper-finder {
	margin-bottom: 25px;
}
#n_home .wrapper-finder {
	position: relative;
	z-index: 100;
	margin-top: -32px;
}
.finder-container {
	width: 100%;
	float: left;
	position: relative;
	background: #333;
	border-radius: 4px;
}
@media (max-width: 767.98px) {
	.wrapper-finder {
		margin-top: 2px;
		margin-bottom: 0;
	}
	#n_home .wrapper-finder {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.col-finder {
		padding: 0;
	}
	.finder-container:before,
	.finder-container:after {
		display: none;
	}
}
.finder-mob {
	width: 100%;
	float: left;
}
.product-finder-heading {
	position: relative;
	width: 210px;
	float: left;
	background: #7CC43C;
	text-align: center;
	border-radius: 4px 0 0 4px;
	color: #fff;
}
.product-finder-heading:after {
	position: absolute;
	top: 0;
	right: -25px;
	display: block;
	background: 0 0;
	content: '';
	border-left: 25px solid #7CC43C;
	border-bottom: 90px solid transparent;
}
.finder-head-conts {
	height: 90px;
}
.product-finder-heading i {
	font-size: 24px;
}
.product-finder-heading span {
	margin-left: 8px;
	font-size: 18px;
	line-height: 26px;
}
.product-finder-fields {
	width: calc(100% - 210px);
	float: left;
	padding: 25px;
	padding-left: 35px;
}
@media (min-width: 768px) {
	.product-finder-fields.collapse {
		display: inline-block;
	}
}
@media (max-width: 991.98px) {
	.product-finder-heading {
		width: 180px;
	}
	.product-finder-fields {
		width: calc(100% - 180px);
	}
}
@media (max-width: 767.98px) {
	.finder-container {
		border-radius: 0;
	}
	.product-finder-heading {
		width: 100%;
		padding: 0;
		border-radius: 0;
	}
	.product-finder-heading:after {
		display: none;
	}
	.part-finder-filter-active .product-finder-heading {
		width: 100%;
		padding: 7px 0;
	}
	.finder-head-conts {
		height: auto;
	}
	.product-finder-heading .btn {
		padding: 6px;
	}
	.product-finder-heading .btn span,
	.product-finder-heading .btn i {
		vertical-align: middle;
		display: inline-block;
	}
	.product-finder-fields {
		width: 100%;
		padding: 0;
	}
	.part-finder-filter-active .product-finder-fields {
		width: 100%;
		padding: 25px 15px;
		text-align: center;
	}
	.compcat-listwrap {
		width: 100%;
    float: left;
		padding: 20px 15px;
	}
}
.wrap-select-inline {
	width: 310px;
	padding: 0 15px;
	float: left;
}
.wrap-select-inline.wrap-select-btn {
	width: 210px;
}
.wrap-select-inline.wrap-select-btn .btn {
	padding: 12px 6px;
}
@media (max-width: 1479.98px) {
	.wrap-select-inline {
		width: calc((100% - 180px) / 3);
	}
	.wrap-select-inline.wrap-select-btn {
		width: 180px;
	}
}
@media (max-width: 1199.98px) {
	.wrap-select-inline {
		padding: 0 10px;
	}
}
@media (max-width: 991.98px) {
	.wrap-select-inline {
		width: calc((100% - 120px) / 3);
		padding: 0 5px;
	}
	.wrap-select-inline.wrap-select-btn {
		width: 120px;
	}
}
@media (max-width: 767.98px) {
	.wrap-select-inline {
		width: 100%;
		padding: 5px 0;
	}
	.wrap-select-inline.wrap-select-btn {
		width: 100%;
	}
}
.wrap-select-inline .wrap-select {
	border-color: #fff;
}
.wrap-select-inline .wrap-select select:disabled {
	background: #f1f1f1 !important;
	color: #888 !important;
}
.wrap-select.wrap-select-disabled:after {
	color: #888;
}
@media (max-width: 991.98px) {
	.wrap-select-inline .wrap-select select {
		font-size: 13px;
	}
	.wrap-select-inline.wrap-select-btn .btn {
		padding: 12px 0;
		font-size: 12px;
	}
}
@media (max-width: 767.98px) {
	.wrap-select-inline .wrap-select select {
		font-size: 14px;
	}
	.wrap-select-inline.wrap-select-btn .btn {
		padding: 12px 6px;
		font-size: 14px;
	}
}
.wrap-part-result {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}
.wrap-part-result-btns .btn {
	padding: 12px 18px 11px;
	margin-left: 17px;
}
.wrap-part-result-btns .btn i {
	margin-right: 5px;
}
.wrap-part-result-btns .btn span {
	margin-left: 4px;
}
@media (max-width: 1199.98px) {
	.wrap-part-result {
		font-size: 14px;
		line-height: 16px;
	}
	.wrap-part-result-btns .btn {
		margin-left: 7px;
	}
}
@media (max-width: 991.98px) {
	.wrap-part-result-btns .btn {
		padding: 12px 8px 11px;
	}
	.wrap-part-result-btns .btn span {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.wrap-part-result {
		margin-bottom: 25px;
		font-size: 18px;
		line-height: 20px;
	}
	.wrap-part-result-btns .btn {
		margin: 0;
		width: calc((100% - 10px) / 2);
		padding: 9px 6px;
		font-size: 14px;
	}
}
/*USP List*/
.wrapper-usp-list {
	padding: 20px 0 30px;
}
.usp-list-conts {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.usp-list-icon {
	width: 90px;
	float: left;
	text-align: center;
}
.usp-list-text {
	width: calc(100% - 90px);
	padding-left: 15px;
	float: left;
}
.usp-list-text h4 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
}
.usp-list-text p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 15px;
}
@media (max-width: 767.98px) {
	.wrapper-usp-list {
		padding: 15px 0 20px;
	}
	.wrapper-usp-list.usp-list-mb {
		padding: 0;
	}
	.wrapper-usp-list.usp-list-mb .sub-head {
		margin-top: 10px;
	}
	.usp-list-conts {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.usp-list-icon {
		width: 100%;
		padding-bottom: 13px;
	}
	.usp-list-icon img {
		height: 26px;
	}
	.usp-list-text {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.usp-list-text h4 {
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 15px;
	}
	.usp-list-text p {
		margin-bottom: 0;
		font-size: 12px;
		line-height: 14px;
	}
}
/*USP Box*/
.wrapper-usp-box {
	position: relative;
	z-index: 100;
	margin-top: -32px;
	margin-bottom: 50px;
}
.usp-container {
	width: 100%;
	float: left;
	position: relative;
	background: #333;
	border-radius: 4px;
}
.usp-heading {
	position: relative;
	width: 260px;
	float: left;
	background: #7CC43C;
	text-align: center;
	border-radius: 4px 0 0 4px;
	color: #fff;
}
.usp-heading:after {
	position: absolute;
	top: 0;
	right: -25px;
	display: block;
	background: 0 0;
	content: '';
	border-left: 25px solid #7CC43C;
	border-bottom: 90px solid transparent;
}
.usp-head-conts {
	height: 90px;
}
.usp-heading h4 {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 20px;
}
.usp-block-list {
	width: calc(100% - 260px);
	float: left;
	text-align: center;
}
.usp-block-conts {
	height: 90px;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
}
.usp-block-col {
	display: inline-block;
	padding: 0 30px;
	max-width: 390px;
	vertical-align: middle;
}
.usp-block-icon,
.usp-block-text {
	display: inline-block;
	vertical-align: middle;
}
.usp-block-icon img {
	height: 36px;
}
.usp-block-text {
	padding-left: 20px;
}
.usp-block-text h4 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.usp-block-text h4 a {
	position: relative;
	display: block;
	padding-right: 17px;
	color: #fff;
}
.usp-block-text h4 a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '\f05a';
	font-family: "Font Awesome 5 Free";
	color: #C0C43C;
	font-weight: 900;
}
.usp-block-text h4 a:hover,
.usp-block-text h4 a:focus {
	color: #fff;
}
@media (max-width: 1479.98px) {
	.usp-block-list {
		padding: 0 25px;
	}
	.usp-block-col {
		width: calc(100% / 3);
		float: left;
		display: block;
		max-width: 100%;
	}
	.usp-block-icon {
		width: 36px;
		text-align: center;
	}
	.usp-block-text {
		width: calc(100% - 40px);
		text-align: left;
	}
}
@media (max-width: 1199.98px) {
	.usp-block-icon {
		width: 26px;
	}
	.usp-block-icon img {
		height: 26px;
	}
	.usp-block-text {
		width: calc(100% - 30px);
		padding-left: 10px;
	}
	.usp-block-text h4 {
		font-size: 13px;
		line-height: 15px;
	}
}
@media (max-width: 991.98px) {
	.usp-block-col {
		padding: 0 8px;
	}
	.usp-block-text h4 {
		font-size: 11px;
		line-height: 13px;
	}
	.usp-block-text h4 a {
		padding-right: 0;
	}
	.usp-block-text h4 a:after {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.wrapper-usp-box {
		margin-top: 0;
		margin-bottom: 0;
	}
	.usp-container {
		background: #fff;
		border-radius: 0;
	}
	.col-usp {
		padding: 0;
	}
	.usp-heading {
		width: 100%;
		text-align: center;
		border-radius: 0;
	}
	.usp-heading:after {
		display: none;
	}
	.usp-head-conts {
		height: 40px;
	}
	.usp-heading h4 {
		font-size: 18px;
		line-height: 18px;
	}
	.usp-block-list {
		width: 100%;
		padding: 20px 0;
	}
	.usp-block-conts {
		height: auto;
		display: block!important;
	}
	.usp-block-col {
		width: 100%;
		padding: 0 15px 20px;
	}
	.usp-block-icon,
	.usp-block-text {
		width: 100%;
		display: block;
		float: left;
	}
	.usp-block-icon {
		padding-bottom: 13px;
	}
	.usp-block-icon img {
		height: 26px;
	}
	.usp-block-text {
		padding-left: 0;
		text-align: center;
	}
	.usp-block-text h4 {
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 15px;
		color: #333;
	}
	.usp-block-text p {
		margin-bottom: 0;
		font-size: 12px;
		line-height: 14px;
	}
}
.tooltip.tooltipusp {
	font-family: 'Arimo', sans-serif;
}
.tooltip.tooltipusp.bs-tooltip-top .arrow:before {
  border-color: #EBF1F4 transparent transparent transparent
}
.tooltip.tooltipusp.bs-tooltip-bottom .arrow:before {
  border-color: transparent transparent #EBF1F4 transparent
}
.tooltip.tooltipusp.show {
  opacity: 1!important
}
.tooltipusp .tooltip-inner {
	position: relative;
	max-width: 230px;
	min-height: 25px;
	padding: 10px;
	color: #333;
	text-align: left;
	background-color: #EBF1F4;
	border-radius: 0;
	font-size: 11px;
	line-height: 11px;
}
.tooltipusp .tooltip-inner p {
	margin: 0;
}
/*Home Banner Carousel*/
.home-carousel-item img {
	max-width: 100% !important;
}
#homepageCarousel .slick-dots {
	position: absolute;
	bottom: 57px;
	margin-top: 0;
	width: 100%;
}
#homepageCarousel .slick-dots {
	position: absolute;
	bottom: 57px;
	margin-top: 0;
	width: 100%;
}
#homepageCarousel .slick-dots li button {
  border: 1px solid #EBF1F4;
}
#homepageCarousel .slick-dots li.slick-active button {
	background: #C0C43C;
  opacity: 1
}
#homepageCarousel .slick-prev,
#homepageCarousel .slick-next {
	background: #7cc43c;
	border-color: #7cc43c;
	width: 26px;
	height: 26px;
	margin-top: -13px;
}
#homepageCarousel .slick-prev {
	left: 0;
}
#homepageCarousel .slick-next {
	right: 0;
}
#homepageCarousel .slick-nav-sm .slick-prev:before,
#homepageCarousel .slick-nav-sm .slick-next:before {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 767.98px) {
	.home-carousel-def {
		border-bottom: 10px solid #7cc43c;
		margin-bottom: 2px;
	}
}
/*Home Categories*/
.col-home-categ {
	padding-bottom: 25px;
}
.col-home-categ a {
	position: relative;
	display: block;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	  transition: opacity .3s;
}
.col-home-categ a:hover,
.col-home-categ a:focus {
	opacity: 0.8;
}
.col-home-categ img {
	width: 100%;
	max-width: 100%;
}
.home-categ-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.categ-title {
	position: relative;
	width: 276px;
	height: 50px;
	padding: 0 20px;
	background: #7CC43C;
}
.categ-title:after {
	position: absolute;
	top: 0;
	right: -12px;
	display: block;
	background: 0 0;
	content: '';
	border-left: 12px solid #7CC43C;
	border-bottom: 50px solid transparent;
}
.home-categ-sm .categ-title {
	width: 170px;
}
.categ-title h4 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.categ-cta {
	padding-right: 10px;
	height: 50px;
}
.categ-cta span {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}
.categ-cta span i {
	margin-left: 6px;
	color: #C0C43C;
}
@media (max-width: 1479.98px) {
	.home-categ-sm .categ-title {
		width: 55%;
		padding-right: 10px;
	}
}
@media (max-width: 1199.98px) {
	.home-categ-caption {
		background: rgba(124, 196, 60, 0.9);
	}
	.categ-title,
	.home-categ-sm .categ-title {
		width: 100%;
		background: none;
		justify-content: center!important;
		padding: 0 10px;
	}
	.categ-title:after {
		display: none;
	}
	.categ-cta {
		display: none !important;
	}
}
@media (max-width: 991.98px) {
	.row-home-categ {
		margin-left: -8px;
		margin-right: -8px;
	}
	.col-home-categ {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 15px;
	}
}
@media (max-width: 767.98px) {
	.wrapper-home-categories .container-xxl {
		padding-left: 2px;
		padding-right: 2px;
	}
	.row-home-categ {
		margin-left: -1px;
		margin-right: -1px;
	}
	.col-home-categ {
		padding-left: 1px;
		padding-right: 1px;
		padding-bottom: 2px;
	}
}
/*Upsell Carousel*/
.upsell-head {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/upsell-head-bg.jpg) no-repeat center top;
	background-size: cover;
}
.upsell-head:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(124, 196, 60, 0.8);
	content: '';
}
.wrapper-home-trending .upsell-head:before{
	background: rgba(0, 0, 0, 0.8);
}
.upsell-head-conts {
	position: relative;
	padding: 0 35px;
	text-align: center;
	color: #fff;
}
.wrapper-home-trending .upsell-head-conts {
	color: #7CC43C;
}
.upsell-head-conts h2 {
	margin-bottom: 0;
	line-height: 50px;
}
.upsell-head-conts p {
	margin-top: 24px;
	margin-bottom: 0;
}
.upsell-head-conts a {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}
.upsell-head-conts a i {
	margin-left: 7px;
}
.upsell-subhead {
	padding-top: 6px;
	padding-bottom: 6px;
}
.upsell-subhead h3 {
	margin-bottom: 20px;
}
.wrapper-prod-carousel {
	padding-bottom: 25px;
}
.row-upsell {
	padding-top: 25px;
}
.upsell-prod .slick-list {
	width: 100%;
}
@media (max-width: 1479.98px) {
	.upsell-head-conts {
		padding: 0 15px;
	}
	.upsell-head-conts h2 {
		font-size: 36px;
		line-height: 40px;
	}
}
@media (max-width: 991.98px) {
	.wrapper-prod-carousel {
		padding-bottom: 15px;
	}
	.row-upsell {
		padding-top: 15px;
	}
}
@media (max-width: 767.98px) {
	.wrapper-prod-carousel {
		padding-bottom: 0;
	}
	.row-upsell {
		padding-top: 0;
	}
	.upsell-prod {
		padding-left: 35px;
		padding-right: 35px;
	}
	.upsell-subhead {
		padding-top: 0;
		padding-bottom: 0;
	}
	.upsell-subhead h3 {
		margin-bottom: 18px;
		text-align: center;
	}
}
/*Slick Arrows*/
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -56px;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #ddd;
  outline: none;
  background: #fff;
	text-align: center;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fff;
	border-color: #bbb;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  opacity: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #333
}
.slick-prev {
  left: auto;
	right: 63px;
}
.slick-prev:before {
  content: '\f104'
}
.slick-next {
  right: 15px
}
.slick-next:before {
  content: '\f105'
}
.slick-dots {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  list-style: none;
  text-align: center;
	line-height: 0;
}
.slick-dots li {
  padding: 0 6px;
  display: inline-block
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: #EBF1F4;
  text-indent: -9999px;
  opacity: 1;
	transform: skew(-16deg);
}
.slick-dots li.slick-active button {
	background: #C0C43C;
  opacity: 1
}
.slick-nav-sm .slick-prev,
.slick-nav-sm .slick-next {
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
}
.slick-nav-sm .slick-prev:before,
.slick-nav-sm .slick-next:before {
	font-size: 14px;
	line-height: 18px;
}
.slick-nav-sm .slick-prev {
	left: 5px;
	right: auto;
}
.slick-nav-sm .slick-next {
	right: 5px
}
.cts_slickMainImg .slick-prev,
.cts_slickMainImg .slick-next {
	top: auto;
	bottom: 0;
	margin-top: 0;
}
.cts_slickMainImg .slick-prev {
	right: 44px;
}
.cts_slickMainImg .slick-next {
  right: 0
}
.cts_slickMainImg .slick-dots {
  margin-top: 22px;
	margin-bottom: 12px;
  display: inline-block;
}
.cts_slickMainImg .slick-dots li {
	padding: 0 4px;
	height: 12px;
}
.cts_slickMainImg .slick-dots li button {
  width: 12px;
  height: 12px;
}
@media (max-width: 767.98px) {
	.slick-prev,
	.slick-next {
		top: 50%;
		margin-top: -18px;
	}
	.slick-prev {
	  left: 9px;
		right: auto;
	}
	.slick-next {
	  right: 9px
	}
	.cts_slickMainImg .slick-prev,
	.cts_slickMainImg .slick-next {
		width: 20px;
		height: 20px;
	}
	.cts_slickMainImg .slick-prev {
		left: auto;
		right: 28px;
	}
	.cts_slickMainImg .slick-next {
	  right: 0
	}
	.cts_slickMainImg .slick-prev:before,
	.cts_slickMainImg .slick-next:before {
		font-size: 14px;
		line-height: 18px;
	}
	.cts_slickMainImg .slick-dots {
	  margin-top: 14px;
		margin-bottom: 4px;
	}
}
@media (max-width: 575.98px) {
	.cts_slickMainImg .slick-prev {
		right: 38px;
	}
	.cts_slickMainImg .slick-next {
	  right: 10px
	}
	.cts_slickMainImg .slick-dots {
	  padding-left: 10px;
	}
}
/*Home Two Subbanners*/
.row-home-subban {
	padding-top: 25px;
}
.col-home-subban {
	padding-bottom: 25px;
}
.col-home-subban a {
	position: relative;
	display: block;
}
.col-home-subban a:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.55);
	-o-transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	  transition: background .3s;
}
.col-home-subban img {
	width: 100%;
	max-width: 100%;
}
.home-subban-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding: 0 25px 25px;
}
.home-subban-caption h3 {
	position: relative;
	padding-top: 15px;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
.home-subban-caption h3:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 10px;
	background: #7CC43C;
	transform: skew(-16deg);
	content: '';
}
.home-subban-caption p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
}
.home-subban-caption .btn-outline-subban {
	padding: 9px 13px;
	border-color: #fff;
	color: #fff;
}
.home-subban-caption .btn-outline-subban i {
	margin-left: 7px;
}
.col-home-subban a:hover:after,
.col-home-subban a:focus:after {
	background: rgba(0, 0, 0, 0.40);
}
@media (max-width: 1199.98px) {
	.home-subban-caption h3 {
		padding-top: 10px;
		margin-bottom: 6px;
		font-size: 20px;
		line-height: 20px;
	}
	.home-subban-caption h3:before {
		width: 30px;
		height: 5px;
	}
	.home-subban-caption p {
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 700;
	}
	.home-subban-caption .btn {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.row-home-subban {
		padding-top: 15px;
		margin-left: -8px;
		margin-right: -8px;
	}
	.col-home-subban {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 15px;
	}
}
@media (max-width: 767.98px) {
	.wrapper-home-subban .container-xxl {
		padding-left: 2px;
		padding-right: 2px;
	}
	.row-subban-divider {
		margin-left: -1px;
		margin-right: -1px;
	}
	.col-subban-divider {
		padding-left: 14px;
		padding-right: 14px;
	}
	.row-home-subban {
		padding-top: 0;
		margin-left: -1px;
		margin-right: -1px;
	}
	.col-home-subban {
		padding-left: 1px;
		padding-right: 1px;
		padding-bottom: 2px;
	}
	.home-subban-caption {
		padding: 0 15px 15px;
	}
}
/*Home Brands*/
.row-home-slick-head {
	padding-top: 25px;
	padding-bottom: 30px;
	text-align: center;
}
.row-home-slick-head h3 {
	margin-bottom: 10px;
}
.row-home-slick-head p {
	margin-bottom: 0;
	text-transform: uppercase;
}
.row-home-slick-head p a i {
	margin-left: 7px;
}
.col-home-brands {
	padding-bottom: 20px;
}
.col-home-brands a {
	width: 100%;
  height: 100px;
  padding: 0 10px;
  border: 1px solid #EBF1F4;
  background: #fff;
}
.col-home-brands img {
	max-width: 100%;
  max-height: 100%;
}
.col-home-brands a:hover,
.col-home-brands a:focus {
	border-color: #ddd;
}
.col-home-brands .brandlist-name a {
	border: none !important;
	padding: 5px 0 !important;
	height: auto !important;
	display: block;
	text-align: center;
	color: #333;
}
@media (max-width: 991.98px) {
	.row-home-slick-head {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.col-home-brands {
		padding-bottom: 15px;
	}
}
@media (max-width: 767.98px) {
	.row-home-slick-head h3 {
		margin-bottom: 6px;
	}
	.row-home-slick-head p {
		font-size: 12px;
		line-height: 14px;
	}
	.row-home-brands {
		padding-left: 35px;
		padding-right: 35px;
	}
	.col-home-brands {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 0;
	}
	.row-brand-list .col-home-brands {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.col-home-brands a {
	  height: 60px;
	}
	.col-home-brands img {
	  max-height: 75%;
	}
}
/*Home Testi*/
.testi-conts {
	padding: 25px;
	text-align: center;
	border: 1px solid #EBF1F4;
	background: #fff;
}
.testi-rating {
	margin-bottom: 15px;
	font-size: 13px;
}
.testi-rating i {
	color: #FAB31E;
}
.testi-rating i.star-light {
	color: #ede0d4;
}
.testi-conts p {
	margin-bottom: 15px;
	font-size: 13px;
}
.testi-conts p.testi-name {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 17px;
}
.testi-conts p.testi-name i {
	margin-right: 8px;
	font-size: 15px;
	color: #C0C43C;
}
@media (max-width: 767.98px) {
	.testi-conts {
		padding: 23px 10px;
	}
	.row-home-testi {
		padding-left: 35px;
		padding-right: 35px;
	}
	.col-home-testi {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/*BreadCrumb*/
.breadcrumb {
	margin-bottom: 40px;
	display: block;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a {
  font-size: 12px;
  color: #888
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 12px
}
.breadcrumb-item+.breadcrumb-item:before {
  padding-right: 9px;
  color: #E2E9EC;
  float: none
}
.breadcrumb li:last-child a {
  color: #666;
  font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 991.98px) {
	.breadcrumb {
		margin-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	.breadcrumb {
		margin-bottom: 15px;
		text-align: center;
	}
}
/*Content*/
.content-head {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	padding: 34px 0;
	min-height: 200px;
	background: url(../img/upsell-head-bg.jpg) no-repeat center top;
	background-size: cover;
}
.content-head:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
	content: '';
}
.content-head-conts {
  position: relative;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}
.content-head-conts h1 {
	margin-bottom: 0;
	font-size: 2.4vw;
	line-height: 2.4vw;
}
.page-head {
	margin-bottom: 40px;
}
.content-main-desc {
	line-height: 18px;
}
.content-main-desc p {
	margin-bottom: 20px;
}
.content-main-desc p,
.content-main-desc div,
.content-main-desc span {
	font-size: 14px !important;
}
.content-about-desc p,
.content-about-desc div,
.content-about-desc span {
	font-size: 16px !important;
	line-height: 20px !important;
}
@media (max-width: 991.98px) {
	.content-head {
		margin-bottom: 0;
		padding: 0;
		min-height: 0;
		background: none;
	}
	.content-head:before {
		display: none;
	}
	.content-head-conts {
		padding: 0;
		text-align: left;
		color: #333;
	}
	.content-head-conts h1 {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 30px;
	}
	.page-head {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 30px;
	}
	.content-about-desc p,
	.content-about-desc div,
	.content-about-desc span {
		font-size: 14px !important;
		line-height: 18px !important;
	}
}
@media (max-width: 767.98px) {
	.content-head-conts {
		text-align: center;
	}
	.content-head-conts h1 {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 24px;
	}
	.page-head {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}
	.content-main-desc {
		padding-bottom: 7px;
		text-align: center;
	}
}
/*About*/
.about-imgs {
	display: none;
}
.row-about-main,
.row-about-sub {
	margin-bottom: 40px;
}
.content-about-img img {
	max-width: 100%;
}
@media (max-width: 991.98px) {
	.row-about-main {
		margin-bottom: 0;
	}
	.content-about-img {
		margin-bottom: 25px;
	}
}
@media (max-width: 575.98px) {
	.content-about-img img {
		width: 100%;
	}
}
/*Contact*/
#contact-sidebar .content-head {
	margin-bottom: 40px;
	background: url(../img/contact-head-bg.jpg) no-repeat center top;
}
#contact-sidebar .content-head ul {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	text-align: center;
	list-style: none;
}
#contact-sidebar .content-head ul li {
	display: inline-block;
	padding: 0 10px;
}
#contact-sidebar .content-head ul li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}
#contact-sidebar .content-head ul li a i {
	margin-right: 8px;
	color: #7CC43C;
}
@media (max-width: 991.98px) {
	#contact-sidebar .content-head {
		margin-bottom: 30px;
		background: none;
	}
	#contact-sidebar .content-head-conts h1 {
		margin-bottom: 0;
	}
	#contact-sidebar .content-head ul {
		margin-top: 15px;
		text-align: left;
	}
	#contact-sidebar .content-head ul li {
		padding: 0;
		padding-right: 20px;
	}
	#contact-sidebar .content-head ul li a {
		padding: 5px 0;
		color: #333;
		font-weight: 400;
	}
}
@media (max-width: 767.98px) {
	#contact-sidebar .content-head ul {
		text-align: center;
	}
	#contact-sidebar .content-head ul li {
		padding: 0 5px;
	}
	#contact-sidebar .content-head ul li a {
		padding: 5px;
	}
}
#contact-sidebar h4 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 20px;
}
#contact-sidebar h4 i {
	margin-right: 8px;
	color: #7CC43C;
}
@media (max-width: 767.98px) {
	#contact-sidebar h4 {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
	}
}
.wrapper-storehours-announcement {
	margin-bottom: 15px;
	padding: 15px;
	background: #EBF1F4;
}
.storehours-conts {
	font-size: 14px;
	line-height: 16px;
}
.storehours-conts span {
	font-weight: 700;
}
.storehours-conts i {
	color: #E52320;
}
#contact-sidebar .table-container {
	margin-bottom: 25px;
}
#contact-sidebar table.table-custom td.tc-head {
	text-transform: none;
}
.contact-address {
	margin-bottom: 17px;
	font-size: 14px;
	line-height: 16px;
}
.contact-address span {
	font-weight: 700;
}
.contact-address-map {
	margin-bottom: 34px;
}
.contact-address-map .btn {
	padding: 9px 15px;
}
@media (max-width: 767.98px) {
	.contact-address {
		text-align: center;
	}
	.contact-address-map {
		text-align: center;
	}
}
.wrapper-contact-sideban {
	margin-bottom: 35px;
}
.wrapper-contact-sideban a {
	position: relative;
	display: block;
}
.wrapper-contact-sideban a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(124, 196, 60, 0.6);
  -o-transition: background .3s;
  -ms-transition: background .3s;
  -moz-transition: background .3s;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.contact-sideban-caption {
	position: relative;
	z-index: 2;
  padding: 38px 20px;
	text-align: center;
	color: #fff;
}
.contact-sideban-caption h3 {
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 38px;
}
.contact-sideban-caption p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}
.contact-sideban-caption span {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
.contact-sideban-caption span i {
	margin-left: 8px;
}
@media (max-width: 767.98px) {
	.contact-sideban-caption {
	  padding: 38px 10px;
	}
	.contact-sideban-caption h3 {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 28px;
	}
	.contact-sideban-caption p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 17px;
	}
	.contact-sideban-caption span {
		font-size: 15px;
		line-height: 17px;
	}
}
/*Contact Form*/
.content-contact-form h3 {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 26px;
	font-style: italic;
}
.content-contact-form h3 span {
	color: #7CC43C;
}
.content-contact-form p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px;
}
.wrap-contact-form {
	padding: 20px 20px 10px;
	border: 1px solid #ddd;
}
.wrap-contact-form label {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}
.wrap-contact-form label .text-danger {
	color: #7CC43C !important;
}
.wrap-contact-form input.form-control {
	padding: 9px 14px;
	height: 40px;
}
.wrap-contact-form .form-group {
	margin-bottom: 35px;
}
.wrap-contact-form textarea {
	height: 130px;
}
.wrap-contact-form .btn {
	font-size: 20px;
	line-height: 20px;
	min-width: 250px;
	padding: 15px;
}
@media (max-width: 767.98px) {
	.content-contact-form h3 {
		text-align: center;
	}
	.content-contact-form p {
		text-align: center;
	}
	.wrap-contact-form {
		padding: 0;
		border: none;
	}
	.wrap-contact-form .form-group {
		margin-bottom: 20px;
	}
	.wrap-contact-form .btn {
		width: 100%;
		display: block;
	}
}
/*Store Location*/
.wrap-store-map {
	margin-bottom: 25px;
}
.wrap-store-map iframe {
	width: 100% !important;
	max-width: 100% !important;
}
/*Returns*/
.wrapper-returns-header {
	margin-bottom: 60px;
}
.row-returns-bg {
	background: #EBF1F4;
}
.col-returns-text {
	padding: 30px !important;
}
.col-returns-text p {
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 23px;
}
.col-returns-text .btn {
	padding: 11px 24px;
	font-size: 16px;
	line-height: 18px;
}
.col-returns-img {
	text-indent: -9999px;
	min-height: 300px;
	height: 100%;
}
@media (max-width: 767.98px) {
	.wrapper-returns-header {
		margin-bottom: 65px;
	}
	.row-returns-bg {
		background: none;
	}
	.col-returns-text {
		padding: 0 !important;
		text-align: center;
	}
	.col-returns-text p {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 16px;
	}
	.col-returns-img {
		display: none;
	}
}
.returns-policy-head {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 28px;
}
#returnsPolicy .card,
#faqs .card {
	border: none;
	margin-bottom: 20px;
}
#returnsPolicy .card-header,
#faqs .card-header {
	margin: 0;
  padding: 0;
  background: none;
  border: none;
}
#returnsPolicy .card-header .btn,
#faqs .card-header .btn {
	position: relative;
	padding: 15px 40px 15px 15px;
	line-height: 16px;
	background: #333;
	color: #C0C43C;
}
#returnsPolicy .card-header .btn.collapsed,
#faqs .card-header .btn.collapsed {
	color: #fff;
}
#returnsPolicy .card-header .btn:after,
#faqs .card-header .btn:after {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	content: "\f068";
}
#returnsPolicy .card-header .btn.collapsed:after,
#faqs .card-header .btn.collapsed:after {
	content: "\f067";
}
#returnsPolicy .card-body,
#faqs .card-body {
	padding: 20px 15px 0;
}
@media (max-width: 767.98px) {
	.returns-policy-head {
		display: none;
	}
	#returnsPolicy {
		padding-bottom: 20px;
	}
}
.returns-form-col {
	margin-top: 60px;
	margin-bottom: 40px;
	padding-left: 120px;
	padding-right: 120px;
}
@media (max-width: 1479.98px) {
	.returns-form-col {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 767.98px) {
	.returns-form-col {
		padding: 0;
		margin-top: 40px;
	}
}
.returns-form-conts {
	background: #EBF1F4;
}
.returns-form-head {
	padding: 55px 40px;
	border-bottom: 1px solid #ddd;
}
.returns-form-head h3 {
	margin-bottom: 0;
	font-size: 36px;
	line-height: 38px;
	text-align: center;
}
.returns-form-head h3 span {
	color: #7CC43C;
}
.returns-form-body {
	padding: 60px 135px 65px;
}
@media (max-width: 1199.98px) {
	.returns-form-head h3 {
		font-size: 30px;
		line-height: 32px;
	}
	.returns-form-body {
		padding: 60px 40px 65px;
	}
}
@media (max-width: 767.98px) {
	.returns-form-head {
		padding: 30px 15px;
	}
	.returns-form-head h3 {
		font-size: 26px;
		line-height: 26px;
	}
	.returns-form-body {
		padding: 30px 15px;
	}
}
.returns-form {
	padding: 35px 20px;
	border: 1px solid #ddd;
}
.returns-form h4 {
	margin-bottom: 35px;
	font-size: 26px;
	line-height: 28px;
}
.prod-return-head p {
	margin-bottom: 35px;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #7CC43C;
	text-transform: uppercase;
}
.prod-return-subhead p {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}
.prod-return-subhead p .text-danger {
	color: #7CC43C !important;
}
.row-prod-table {
	margin-left: -10px;
	margin-right: -10px;
}
.col-prod-table {
	padding-left: 10px;
	padding-right: 10px;
}
.col-action {
	width: 50px;
}
.col-action .btn {
	padding: 13px 6px 12px;
	border: none;
	color: #E52320;
	font-size: 15px;
}
.returns-form label {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}
.returns-form label .text-danger {
	color: #7CC43C !important;
}
.returns-form input.form-control {
	padding: 9px 14px;
	height: 40px;
	border-color: #ddd;
}
.returns-form .form-group {
	margin-bottom: 35px;
}
.row-prod-table .form-group {
	margin-bottom: 25px;
}
.returns-form .form-group.form-group-btn {
	margin-bottom: 0;
}
.returns-form textarea {
	height: 130px;
	border-color: #ddd;
}
.returns-form .form-group-btn .btn {
	font-size: 20px;
	line-height: 20px;
	min-width: 250px;
	padding: 15px;
}
.refund-info ul {
	padding-left: 20px;
	margin-bottom: 35px;
	font-size: 16px;
}
.add_new_frm_field_btn.disabled {
	color: #333 !important;
	pointer-events: none;
	cursor: pointer;
}
@media (max-width: 767.98px) {
	.returns-form {
		padding: 0;
		border: none;
	}
	.returns-form h4 {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 22px;
		text-align: center;
	}
	.returns-form .form-group {
		margin-bottom: 30px;
	}
	.returns-form .form-group-btn .btn {
		min-width: 0;
		width: 100% !important;
		display: block !important;
		padding: 15px 10px;
	}
	.row-prod-table {
		margin-left: -5px;
		margin-right: -5px;
	}
	.col-prod-table {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/*Category Head*/
.wrap-subcateg-conts {
	margin-bottom: 30px;
}
.subcateg-conts-head {
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #EBF1F4;
}
.subcateg-conts-head h4 {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 16px;
	color: #7CC43C;
}
.subcateg-block {
	width: auto;
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
.subcateg-block a {
	display: block;
	padding: 11px 8px;
	border: 1px solid #EBF1F4;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	background: #fff;
}
.subcateg-block a i {
	margin-left: 12px;
	color: #7CC43C;
}
.subcateg-block a:hover,
.subcateg-block a:focus {
	border-color: #ddd;
	background: #EBF1F4;
}
@media (max-width: 991.98px) {
	.subcateg-list {
		padding: 0 35px;
	}
	.subcateg-block {
		padding-right: 4px;
		padding-left: 4px;
		padding-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	.subcateg-conts-head h4 {
		text-align: center;
	}
	.col-subcateglist {
		padding-left: 0;
		padding-right: 0;
	}
}
/*Filter*/
.list-group-item {
	margin-bottom: -1px;
	padding: 0;
	border: none;
	border-radius: 0;
}
.list-group-item h4 {
	font-size: 14px;
	line-height: 16px;
}
.list-group-item h4 a {
	position: relative;
	padding: 12px 37px 12px 12px;
	display: block;
	border-top: 1px solid #EBF1F4;
	border-bottom: 1px solid #EBF1F4;
	border-radius: 0;
	cursor: pointer;
	color: #333;
	margin-top: -1px;
}
.list-group-item h4 a:before {
	position: absolute;
	top: 12px;
	right: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	content: "\f068";
	color: #7CC43C;
}
.list-group-item h4 a.collapsed:before {
	content: "\f067";
	color: #333;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	  transition: color .3s;
}
.list-group-item h4 a:hover,
.list-group-item h4 a:focus {
	color: #333;
}
.list-group-item h4 a.collapsed:hover:before,
.list-group-item h4 a.collapsed:focus:before {
	color: #7CC43C;
}
.filter-name-conts,
.filter-active-conts {
	display: block;
}
.filter-active-conts {
	color: #888;
	font-size: 12px;
	line-height: 14px;
}
.filter-active-conts span {
	display: inline-block;
	padding-top: 3px;
}
.filter-active-conts span:before {
	padding-right: 3px;
	content:'\002C';
}
.filter-active-conts span:first-child:before {
	display: none;
}
a.list-group-item {
	margin: 0;
  padding: 6px 12px;
  background-color: #fff;
  border: none;
	border-radius: 0;
	color: #666;
}
a.list-group-item i {
	margin-right: 9px;
}
a.list-group-item.filter-remove i {
	color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
	background: #fff;
	color: #333;
}
.filtervar-container {
	margin: 6px 0;
}
.filtervarprice-container {
	margin: 25px 0;
}
.filtervarprice-container .list-group-item {
	padding: 0 15px;
	margin: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 5px solid #333;
  background: none;
	background: #fff;
	border-radius: 10px;
}
.ui-widget-header {
  background: #7CC43C !important;
	border-color: #7CC43C !important;
}
.ui-widget-content {
  border-color: #EBF1F4 !important;
	background: #EBF1F4;
	border-radius: 10px;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 5px solid #333 !important;
	background: #fff !important;
}
.ui-state-default:focus-visible {
	outline-color: #333;
}
#price-range-text {
	margin-bottom: 13px;
}
#pricesearch .btn {
	margin-bottom: 4px;
	margin-right: 8px;
	font-size: 12px;
	padding: 5px 8px;
}
.filter-count {
	color: #888;
}
@media (max-width: 991.98px) {
	.off-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(51, 51, 51, 0.8);
    opacity: 0;
    pointer-events: none !important;
    z-index: 999;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
	}
	body.filter-active .off-filter-overlay {
    opacity: 1;
    height: 100%;
    pointer-events: auto !important;
	}
	body.filter-active {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	.filter-container {
		position: fixed;
		top: 0;
		z-index: 9999999999;
		width: 90%;
		max-width: 336px;
		padding: 0;
		height: 100%;
		background: #fff;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		right: -336px;
	}
	body.filter-active .filter-container {
		right: 0;
	}
	.card-head-mob {
		padding: 15px;
		border-bottom: 1px solid #EBF1F4;
	}
	.mob-filter-head h3 {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 18px;
		color: #333;
	}
	.mob-filter-head h3 i {
		margin-right: 8px;
		color: #C0C43C;
	}
	.close-filter {
    display: block;
    font-size: 20px;
    line-height: 24px;
	}
	.filter-contents {
		position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    zoom: 1;
    overflow-x: hidden;
	}
	.filter-contents .card-filters {
		padding: 0 15px;
		border: none;
	}
	.filter-contents .list-group-flush>.list-group-item {
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.list-group-item h4 a {
		padding: 8px 37px 8px 12px;
		border: 1px solid #EBF1F4;
		margin-top: 0;
	}
	.list-group-item h4 a:before {
		top: 8px;
	}
	.wrap-sort-conts label {
		margin-bottom: 0;
		padding: 6px 0;
		color: #666;
	}
	.filter-sort {
		font-size: 13px;
		line-height: 15px;
		color: #666;
		padding-left: 6px;
		display: inline-flex;
		vertical-align: middle;
		text-transform: uppercase;
	}
	.filter-sort i {
		margin-right: 4px;
		color: #7CC43C;
		vertical-align: middle;
		line-height: 15px;
	}
	.filter-sort span {
		vertical-align: middle;
		display: inline-block;
	}
}
@media (max-width: 767.98px) {
	.wrap-sortby-container .item-text {
		display: none;
	}
}
/*Card*/
.card {
	border: 1px solid #EBF1F4;
	border-radius: 0;
}
.card.card-filters {
	overflow: hidden;
}
.card-header {
	padding: 12px;
	background: #fff;
	border-color: #EBF1F4;
}
.card-header h3 {
	font-size: 16px;
	line-height: 18px;
	color: #333;
}
.card-header h3 {
	color: #333;
}
.card-header h3 i {
	margin-right: 8px;
	color: #C0C43C;
}
.card-body {
	padding: 20px 15px;
}
@media (max-width: 991.98px) {
	.card.card-filters .card-header {
		padding: 15px 0 10px;
		border: none;
	}
	.card.card-filters .card-header h3 {
		font-style: italic;
	}
	.card.card-filters .card-header h3 span {
		color: #7CC43C;
	}
}
/*Sort*/
.wrap-sortby-container {
	padding: 9px 0 12px;
	border-bottom: 1px solid #EBF1F4;
}
.item-text {
	display: inline-flex;
	vertical-align: middle;
	font-size: 13px;
	color: #666;
	text-transform: uppercase;
}
.sortby-label,
.sortby-drop {
	display: inline-flex;
	vertical-align: middle;
}
.sortby-label {
	padding-left: 6px;
	font-size: 13px;
	line-height: 21px;
	color: #666;
	text-transform: uppercase;
}
.sortby-label i {
	margin-right: 8px;
	font-size: 18px;
}
.sortby-drop {
	width: 136px;
}
.viewby {
	padding-right: 6px;
}
.viewby .btn {
	padding: 1px 6px;
	border: none;
	color: #666;
	font-size: 18px;
	line-height: 18px;
}
.viewby .btn.active {
	color: #7CC43C;
}
@media (max-width: 575.98px) {
	.col-sort-container {
		padding: 0;
	}
	.wrap-sortby-container {
		padding: 9px 6px 12px;
	}
	.viewby {
		padding-right: 0;
	}
}
/*Active Filters*/
.active-filters ul {
	display: block;
	margin: 0;
	margin-top: 11px;
	padding: 0;
	list-style: none;
}
.active-filters ul li {
	display: inline-block;
	padding: 0 4px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 15px;
	color: #666;
	text-transform: uppercase;
}
.active-filters ul li a {
	display: block;
	padding: 3px 6px;
	background: #EBF1F4;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-transform: none;
}
.active-filters ul li a:after {
	width: 7px;
	height: 7px;
	margin-left: 8px;
	display: inline-block;
	background: url(../img/filter-rem.png) no-repeat left top;
	content: '';
}
@media (max-width: 991.98px) {
	.card-filters .active-filters ul {
		margin-top: 15px;
		padding: 10px 8px 6px;
		background: #EBF1F4;
	}
	.card-filters .active-filters ul li {
		display: inline-block;
		padding: 0 4px 4px;
	}
	.card-filters .active-filters ul li a {
		background: #dedede;
	}
}
/*Category Thumbs*/
.row-categ-thumbs {
	margin-top: 30px;
}
@media (max-width: 575.98px) {
	.row-categ-thumbs {
		margin-top: 0;
	}
}
/*Pagination*/
.pagination {
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #EBF1F4;
}
.page-link {
  padding: 12px;
  margin-left: -1px;
  line-height: 16px;
	font-size: 14px;
  color: #666;
  background-color: #fff;
  border: none;
  font-weight: 700
}
.page-link:hover {
  color: #7CC43C;
  background-color: #fff;
}
.page-item.active .page-link {
  color: #7CC43C;
  background-color: #fff;
}
@media (max-width: 575.98px) {
	.pagination {
		margin-top: 0;
		padding-top: 5px;
	}
}
/*Pager*/
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline-block;
}
.pager li > a,
.pager li > span {
  display: block;
	width: 34px;
	height: 34px;
	margin: 3px 1px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
	color: #333;
	border-radius: 0;
	line-height: 32px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
	color: #7CC43C;
}
.pager li:first-child > a,
.pager li:first-child > span {
	padding: 0 11px;
	width: auto;
	height: 34px;
	border-radius: 0;
}
.pager li.active > a {
	color: #7CC43C;
  background-color: #fff;
  border-color: #333;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
/*Product Page - Image Slick*/
.row-product-buying-opt {
	margin-bottom: 20px;
}
.cts_slickMainImg .slick-list {
	border: 1px solid #EBF1F4;
	text-align: center;
}
.cts_slickMainImg img {
	max-width: 100%;
	max-height: 568px;
	display: inline-block !important;
}
@media (max-width: 991.98px) {
	.main-image {
		margin-bottom: 20px;
	}
}
@media (max-width: 575.98px) {
	.col-prod-main-image {
		padding: 0;
	}
}
/*Product Page - Head*/
.product-page-head {
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 36px;
}
@media (max-width: 991.98px) {
	.product-page-head {
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 767.98px) {
	.product-page-head {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 24px;
		text-align: center;
	}
}
/*Product Page - SKU & Brand*/
.col-prod-sku-share {
	line-height: 16px;
}
.prod-sku,
.prod-share {
	display: inline-block;
	vertical-align: top;
}
.prod-sku {
	font-size: 14px;
	line-height: 16px;
	color: #888;
}
.prod-sku span {
	color: #666;
}
.prod-share {
	margin-left: 17px;
}
.prod-share .btn {
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	color: #888;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	border: none;
	vertical-align: top;
}
.prod-share .btn i {
	color: #7CC43C;
}
.prod-share .btn:after {
	display: none;
}
.wrap-prodbrand-img img {
	max-height: 40px;
}
.wrap-prodbrand-name {
	font-size: 14px;
	line-height: 16px;
	color: #888;
	text-transform: uppercase;
}
.wrap-prodbrand-name a {
	color: #7CC43C;
}
@media (max-width: 767.98px) {
	.col-prod-sku-share {
		justify-content: space-between;
	}
	.prod-share .dropdown-menu {
		left: auto !important;
		right: 0;
		transform: translate3d(0px, 16px, 0px) !important;
	}
	.wrap-prodbrand-img,
	.wrap-prodbrand-name {
		margin-bottom: 15px;
	}
}
/*Product Page - Pricing*/
.wrapper-pricing .productprice,
.wrapper-pricing .productsave {
	display: inline-block;
	vertical-align: top;
}
.wrapper-pricing .sprice {
	font-size: 36px;
	line-height: 38px;
	font-weight: 800;
}
.wrapper-pricing .productpricepromo .sprice {
	color: #E52320;
}
.wrapper-pricing .productrrp {
	margin-top: 10px;
	font-size: 18px;
	line-height: 18px;
	color: #888;
}
.wrapper-pricing .productrrp span {
	text-decoration: line-through;
}
.wrapper-pricing .productsave {
	padding-top: 5px;
	margin-left: 17px;
}
.prod-save-badge {
	padding: 4px 15px;
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	background: #E52320;
	transform: skew(-16deg);
}
.prod-save-badge span {
	transform: skew(16deg);
	display: inline-block;
}
@media (max-width: 767.98px) {
	.wrapper-pricing .productprice,
	.wrapper-pricing .productsave {
		display: block;
		text-align: center;
	}
	.wrapper-pricing .sprice {
		font-size: 24px;
		line-height: 26px;
	}
	.wrapper-pricing .productrrp {
		margin-top: 8px;
		font-size: 15px;
		line-height: 15px;
	}
	.wrapper-pricing .productsave {
		padding-top: 8px;
		margin-left: 0;
	}
	.prod-save-badge {
		padding: 3px 15px;
		font-size: 16px;
		line-height: 18px;
	}
}
/*Product Page - Variation */
.variation-name {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 16px;
}
.variation-name label {
	margin-bottom: 0;
}
.variation-wrapper .var-drop-select {
	padding-bottom: 12px;
}
.variation-wrapper ._itmspec_listitm {
	display: inline-block;
	padding-right: 8px;
	padding-bottom: 12px;
}
.variation-wrapper ._itmspec_listitm a {
	min-width: 40px;
	height: 40px;
	padding: 0 5px;
	display: block;
	line-height: 38px;
	border: 1px solid #EBF1F4;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.variation-wrapper ._itmspec_listitm a:hover,
.variation-wrapper ._itmspec_listitm a:focus {
	border-color: #7CC43C;
}
.variation-wrapper ._itmspec_listitm a._itmspec_selected {
	line-height: 36px;
	border: 2px solid #7CC43C;
}
.col-size-guide .btn {
	padding: 9px 15px;
	line-height: 15px;
	border-radius: 4px
}
.col-size-guide .btn i {
	margin-right: 7px;
	color: #7CC43C;
}
@media (max-width: 991.98px) {
	.col-size-guide {
		padding-top: 8px;
	}
}
@media (max-width: 767.98px) {
	.variation-name,
	.variation-wrapper .specific {
		text-align: center;
	}
	.variation-wrapper ._itmspec_listitm {
		padding-left: 6px;
		padding-right: 6px;
	}
}
/*Product Page - After Pay & Est Shipping */
.col-prod-ap {
	border-right: 1px solid #ddd;
}
.prod-ap-img,
.prod-ap-payment,
.est-ship-label,
.est-ship-day {
	display: block;
}
.wrap-prod-ap {
	padding: 10px 0;
}
.wrap-prod-ap a {
	color: #333;
}
.prod-ap-img img {
	width: 110px;
}
.prod-ap-payment {
	margin-top: 6px;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #666;
}
.prod-ap-payment span {
	font-weight: 700;
	color: #333;
}
.wrap-prod-est-ship {
	padding: 10px 0;
	text-transform: uppercase;
}
.est-ship-label {
	font-size: 16px;
	line-height: 18px;
	color: #666;
}
.est-ship-day {
	margin-top: 6px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
}
@media (max-width: 767.98px) {
	.col-prod-ap {
		border-right: none;
	}
	.col-prod-estship,
	.col-prod-ap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.wrap-prod-ap,
	.wrap-prod-est-ship {
		padding: 20px 0;
	}
	.wrap-prod-ap {
		border-bottom: 1px solid #ddd;
	}
	.prod-ap-payment,
	.est-ship-day {
		font-size: 16px;
		line-height: 18px;
	}
}
.wrapper-free-shipping {
	padding: 15px 10px;
	background: #EBF1F4;
}
.wrapper-free-shipping h4 {
	margin: 0;
	text-align: center;
}
.wrapper-free-shipping h4 i {
	margin-right: 10px;
	color: #C0C43C;
}
/*Product Page Cross Sell*/
.wrap-crosssell {
	margin-bottom: 0
}
.cross-sell-head {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cross-sell-head h4 {
	margin-bottom: 0;
	color: #7CC43C;
}
.wrap-crosssell-block {
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
	border: 1px solid #EBF1F4;
}
.row-crosssell-block {
	margin-left: -5px;
	margin-right: -5px;
}
.crosssell-block {
	padding-left: 5px;
	padding-right: 5px;
}
.crosssell-img {
	width: 94px;
}
.crosssell-caption {
	width: calc(100% - 94px)
}
.crosssell-caption .title {
  margin-bottom: 5px;
	height: 32px;
	overflow: hidden;
  font-size: 14px;
  line-height: 16px;
	text-transform: uppercase;
}
.crosssell-caption .prod-eta {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #888;
}
.crosssell-caption .price {
  margin-bottom: 9px;
  font-size: 14px;
}
.crosssell-caption p {
  margin-bottom: 0;
  font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	color: #666;
}
.crosssell-caption p label {
  margin: 0;
}
@media (max-width: 767.98px) {
	.crosssell-caption .title {
		height: auto;
	}
}
/*Product Page - Add To Cart*/
.row-wrap-buy-opt {
	margin: 0;
}
.col-buy-opt {
	padding: 0;
}
.col-buyopt-inp {
	width: 280px;
}
.col-buyopt-inp .form-control {
	height: 60px;
	font-size: 24px;
	border-color: #888;
}
.col-buyopt-inp .btn {
	padding: 20px 12px;
	border-color: #ddd;
	font-size: 16px;
	line-height: 18px;
	border-color: #888;
}
.col-buyopt-inp .btn:active {
	border-color: #888 !important;
}
.col-buyopt-wishlist {
	width: 70px;
}
.col-buyopt-wishlist .btn {
	padding: 15px 6px;
	font-size: 26px;
	line-height: 26px;
}
.col-buyopt-wishlist .btn .fas {
	color: #7CC43C;
}
.col-buy-opt-btn {
	width: calc(100% - 350px);
}
.col-buy-opt-btn .btn {
	padding: 16px 6px;
	font-size: 26px;
	line-height: 26px;
}
@media (max-width: 1199.98px) {
	.col-buyopt-inp {
		width: 200px;
	}
	.col-buy-opt-btn {
		width: calc(100% - 270px);
	}
}
@media (max-width: 767.98px) {
	.col-buy-opt-qty {
		margin-bottom: 10px;
	}
	.col-buyopt-inp {
		width: 100%;
	}
	.col-buy-opt-btn {
		width: calc(100% - 70px);
	}
}
/*Product Page - Shipping Calculator*/
#shipbox .card-header {
  padding: 0;
	margin-bottom: -1px;
}
#shipbox .card-header h3 a {
  position: relative;
  padding: 12px 27px 12px 15px;
  display: block;
	color: #333;
}
#shipbox .card-header h3 a:before {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  content: "\f068";
  color: #333
}
#shipbox .card-header h3 a.collapsed:before {
  content: "\f067"
}
#shipcalc {
  padding: 0!important;
}
.wrap-shipcalc {
  padding: 20px;
}
.row-calc {
	margin-left: -10px;
	margin-right: -10px;
}
.col-calc {
  padding-left: 10px;
  padding-right: 10px;
}
/*Product Page - Description*/
.tabbable .card {
  border: none;
}
.product-tab-content .tab-pane {
	padding: 40px 0;
	margin-top: -1px;
	border-top: 1px solid #EBF1F4;
	border-bottom: 1px solid #EBF1F4;
}
.product-tab-content .card-header {
	padding: 0;
	border: none;
}
.product-tab-content .card-header h4 {
	font-size: 20px;
	line-height: 20px;
}
.product-tab-content .card-header h4 .btn {
	position: relative;
	padding: 14px 20px 14px 0;
	font-size: 20px;
	line-height: 20px;
	color: #333;
	border: none;
}
.product-tab-content .card-header h4 .btn i {
	font-size: 14px;
	color: #FAB31E;
	line-height: 1.4;
	vertical-align: top;
}
.product-tab-content .card-header h4 .btn:after {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	line-height: 16px;
	content: "\f068";
	color: #7CC43C;
}
.product-tab-content .card-header h4 .btn.collapsed:after {
	content: "\f067";
	color: #333;
}
.product-tab-content #reviews.tab-pane {
	margin-bottom: 0;
	border-bottom: none;
}
.prod-desc-head-md {
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 28px;
}
.prod-desc-head-md i {
	font-size: 18px;
	color: #FAB31E;
	line-height: 1.4;
	vertical-align: top;
}
.product-tab-content .productdetails,
.product-tab-content .productdetails p,
.product-tab-content .productdetails span,
.product-tab-content .productdetails div {
	font-size: 16px !important;
	line-height: 18px !important;
}
.product-tab-content .productdetails p {
	margin-bottom: 25px;
}
@media (max-width: 767.98px) {
	.tabbable {
		margin-bottom: 40px;
	}
	.product-tab-content .tab-pane {
		padding: 0;
	}
	.product-tab-content #reviews.tab-pane {
		margin-bottom: 0;
		border-bottom: 1px solid #EBF1F4;
	}
	.product-tab-content .card-body {
		padding: 0 0 10px;
	}
	.product-tab-content .productdetails,
	.product-tab-content .productdetails p,
	.product-tab-content .productdetails span,
	.product-tab-content .productdetails div {
		font-size: 14px !important;
		line-height: 16px !important;
	}
	.product-tab-content .productdetails p {
		margin-bottom: 15px;
	}
}
/*Product Page - Reviews*/
.prodrev-block {
	padding: 25px 25px 30px;
	margin-bottom: 20px;
	border: 1px solid #EBF1F4;
}
.rev-subhead {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
}
.rev-author {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 16px;
	color: #666;
}
.rev-desc {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 16px;
}
.rev-rate {
	color: #666;
}
.rev-rate i {
	color: #FAB31E;
}
.btn-prodrev {
	padding: 12px;
}
/*Product Page - Product Upsell*/
.wrapper-more-from-categ .upsell-head:before{
	background: rgba(0, 0, 0, 0.8);
}
/*Custom Table*/
.table-container {
	margin-bottom: 30px;
	padding: 4px;
	border: 1px solid #ddd;
}
table.table-custom {
	margin-bottom: 0;
	border: 1px solid #EBF1F4;
}
table.table-custom td {
	padding: 11px;
	font-size: 14px;
	border: 1px solid #EBF1F4;
}
table.table-custom td.tc-head {
	width: 40%;
	font-weight: 700;
	text-transform: uppercase;
	background: #FAFAFA;
}
table.table-custom td.tc-full {
	text-align: center;
	font-weight: 700;
	background: #FAFAFA;
}
@media (max-width: 767.98px) {
	.table-container {
		margin-bottom: 15px;
	}
	table.table-custom td {
		padding: 11px 7px;
	}
}
/*Footer*/
.wrapper-footer {
	margin-top: 50px;
}
#n_checkout .wrapper-footer,
#n_customer .wrapper-footer,
#n_customer_account .wrapper-footer {
	margin-top: 84px;
}
.wrapper-footer-conts {
	margin-top: 20px;
	background: #333;
}
@media (max-width: 991.98px) {
	.wrapper-footer {
		text-align: center;
	}
}
@media (max-width: 767.98px) {
	.wrapper-footer {
		margin-top: 40px;
	}
	#n_checkout .wrapper-footer,
	#n_customer .wrapper-footer,
	#n_customer_account .wrapper-footer {
		margin-top: 74px;
	}
	.wrapper-footer-conts {
		margin-top: 10px;
	}
}
/*Footer Small Banners*/
.col-subban-sm {
	padding-bottom: 10px;
	text-align: center;
}
.col-subban-sm a {
	display: block;
}
.col-subban-sm img {
	max-width: 100%;
}
@media (max-width: 767.98px) {
	.row-subban-sm {
		margin-left: -7px;
		margin-right: -7px;
	}
	.col-subban-sm {
		padding-left: 7px;
		padding-right: 7px;
	}
}
/*Newsletter*/
.wrapper-newslet {
	padding: 40px 0;
	border-bottom: 1px solid #424242;
}
.wrapper-newslet h3 {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 30px;
	color: #7CC43C;
}
.wrapper-newslet h3 span {
	color: #fff;
}
.wrapper-newslet p {
	margin-bottom: 30px;
	font-size: 16px;
	color: #fff;
}
.wrapper-newslet form {
	width: 557px;
	display: inline-block;
}
.wrapper-newslet .form-control {
	height: 40px;
	padding: 9px 14px;
	border: none;
	border-bottom: 2px solid #7CC43C;
	font-size: 14px;
	color: #fff;
	background: #333;
}
.wrapper-newslet .form-control:focus {
	box-shadow: none;
	outline: none;
	border-color: #7CC43C !important;
	z-index: 1;
}
.wrapper-newslet .input-group-append {
	margin-left: 0;
}
.wrapper-newslet .form-control::-moz-placeholder {
	color: #CFD0AE;
}
.wrapper-newslet .form-control:-ms-input-placeholder {
	color: #CFD0AE;
}
.wrapper-newslet .form-control::-webkit-input-placeholder {
	color: #CFD0AE;
}
.wrapper-newslet .btn {
	padding: 9px 13px;
	opacity: 1 !important;
	border: none;
	font-size: 16px;
	transform: skew(-16deg);
}
.wrapper-newslet .btn i {
	transform: skew(16deg);
}
@media (max-width: 767.98px) {
	.wrapper-newslet {
		padding: 30px 0 35px;
	}
	.wrapper-newslet h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.wrapper-newslet p {
		margin-bottom: 25px;
		font-size: 13px;
	}
	.wrapper-newslet form {
		width: calc(100% - 8px);
		display: block;
	}
}
/*Footer Links*/
.wrapper-footer-links {
	padding: 40px 0;
	border-bottom: 1px solid #424242;
}
.footer-links .navlinks {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}
.footer-links h4,
.footer-contact h4 {
	margin-bottom: 6px;
	line-height: 27px;
	color: #fff;
	padding: 0 !important;
}
.footer-links h4.footer-shop {
	color: #7CC43C;
}
.footer-links a.nav-link {
	padding: 8px 0;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}
.footer-links a.nav-link:hover,
.footer-links a.nav-link:focus {
	color: #7CC43C;
}
.footer-contact h5 {
	padding-top: 14px;
	margin-bottom: 10px;
	line-height: 16px;
	color: #fff;
}
.footer-contact h5.h-add {
	padding-top: 8px;
}
.footer-comp-info .comp-text {
	margin-bottom: 10px;
	line-height: 16px;
	color: #fff;
}
.comp-whours span {
	font-weight: 700;
}
.footer-comp-info .comp-text.comp-addr,
.footer-comp-info .comp-text.comp-whours,
.footer-comp-info .comp-text a {
	position: relative;
	padding-left: 18px;
}
.footer-comp-info .comp-text a {
	display: block;
	color: #fff;
}
.footer-comp-info .comp-text.comp-addr:before,
.footer-comp-info .comp-text.comp-whours:before,
.footer-comp-info .comp-text a:before {
	position: absolute;
	top: 1px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: #7CC43C;
}
.footer-comp-info .comp-addr:before {
	content: "\f3c5";
}
.footer-comp-info .comp-whours:before {
	content: "\f017";
}
.footer-comp-info .comp-phone a:before {
	content: "\f879";
}
.footer-comp-info .comp-eadd a:before {
	content: "\f0e0";
}
.footer-comp-info .comp-text a:hover,
.footer-comp-info .comp-text a:focus {
	color: #7CC43C;
}
@media (max-width: 991.98px) {
	.footer-comp-info .comp-text.comp-addr,
	.footer-comp-info .comp-text.comp-whours,
	.footer-comp-info .comp-text a {
		padding-left: 0;
	}
	.footer-comp-info .comp-text.comp-addr:before,
	.footer-comp-info .comp-text.comp-whours:before,
	.footer-comp-info .comp-text a:before {
		position: static;
		top: 0;
		left: 0;
		margin-right: 6px;
	}
}
.footer-social {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 4px;
	margin-bottom: 10px;
	list-style: none;
}
.footer-social li {
	margin-right: 14px;
	margin-bottom: 10px;
	display: inline-block
}
.footer-social li a {
	width: 34px;
	height: 34px;
	display: block;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	transform: skew(-16deg);
}
.footer-social li a i {
	transform: skew(16deg);
}
.bg-fb {
	background: #3b5998;
}
.bg-tw {
	background: #00acee;
}
.bg-gp {
	background: #dd4b39;
}
.bg-yt {
	background: #c4302b;
}
.bg-ig {
	background: #3f729b;
}
.bg-pn {
	background: #c8232c;
}
.bg-tl {
	background: #34526f;
}
.bg-ln {
	background: #0e76a8;
}
@media (min-width: 992px) {
	.footer-links .navlinks {
		display: block !important;
	}
}
@media (max-width: 991.98px) {
	.footer-links {
		margin-bottom: 36px;
	}
	.footer-links .navlinks {
		margin-bottom: 0;
		text-align: left;
	}
	.footer-links h4 {
		margin-top: 8px;
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 16px;
		text-align: left;
	}
	.footer-links h4 span {
		position: relative;
		padding: 8px 27px 8px 15px;
		display: block;
		color: #fff;
		border: 1px solid #fff;
	}
	.footer-links h4.footer-shop span {
		color: #7CC43C;
	}
	.footer-links h4 span:after {
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 15px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 14px;
		content: "\f068";
	}
	.footer-links h4.footer-shop span:after {
		color: #fff;
	}
	.footer-links h4 span.collapsed:after {
		content: "\f067";
	}
	.footer-links a.nav-link {
		padding: 8px 16px;
	}
}
@media (max-width: 767.98px) {
	.wrapper-footer-links {
		padding: 27px 0;
	}
	.footer-links {
		margin-bottom: 20px;
	}
}
/*Footer Copyright*/
.wrapper-footer-copyr {
	padding: 25px 0 35px;
	text-align: center;
}
.footer-payment {
  padding: 0;
  margin: 0;
	margin-bottom: 20px;
  list-style: none
}
.footer-payment li {
  display: inline-block;
  margin: 0 5px 10px;
}
.footer-payment .payment-icon-container {
  padding: 5px;
  height: 40px;
  background: #fff;
  border-radius: 4px
}
.footer-payment .payment-icon {
  background-repeat: no-repeat
}
.wrapper-footer-copyr p {
	margin-bottom: 0;
	font-size: 13px;
	color: #888;
}
@media (max-width: 767.98px) {
	.wrapper-footer-copyr {
		padding-bottom: 32px;
	}
	.footer-payment {
		margin-bottom: 8px;
	}
}
/*Shopping Cart*/
.row-top-cart-btns {
	margin-bottom: 30px;
}
.col-quote-btn .btn {
	min-width: 255px;
	padding: 12px 6px 11px;
}
.col-checkout-btn .btn {
	padding: 13px 6px;
	font-size: 20px;
	line-height: 22px;
}
.col-cont-shop-btn .btn,
.col-update-change-btn .btn {
	padding: 12px 6px 11px;
}
.wrap-cart-table {
	margin-bottom: 45px;
	padding: 20px 20px 30px;
	border: 1px solid #ddd;
	background: #fff;
}
.table-buy-opts.table {
	margin-bottom: 30px;
	border-bottom: 2px solid #7CC43C;
	background: #fff;
}
.table-buy-opts.table thead th {
	padding: 13px 20px;
	font-weight: 700;
	border-top: none;
	border-bottom: 2px solid #7CC43C;
	background: #FAFAFA;
	text-transform: uppercase;
	color: #333;
}
.table-buy-opts.table td {
	border-top: 1px solid #EBF1F4;
	vertical-align: middle;
}
.table-buy-opts.cartTable.table td {
	border-top: 2px solid #EBF1F4;
}
.table-buy-opts.table-shopcart.table td {
	border-top: 2px solid #EBF1F4;
}
.table-buy-opts.cartTable.table td .form-control {
	text-align: center;
}
.cart-model {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}
.cart-model-sub {
	margin-top: 10px;
	margin-bottom: 0;
}
.table-buy-opts.cartTable.table td {
	padding: 8px;
}
.cart-price-sub {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 16px;
}
.cart-price-sub-sm {
	margin-bottom: 2px;
	font-size: 13px;
}
.btn-cart-del {
	font-size: 15px;
	color: #E52320;
	border: none !important;
}
.btn-cart-del:hover,
.btn-cart-del:focus {
	color: #E52320;
}
.wrap-cart-pricing-list {
	margin-bottom: 25px;
	padding: 20px 15px;
	border: 2px solid #4E8E00;
	background: #fff;
}
.table-cart-total {
	margin-bottom: 0 !important;
}
.table-cart-total.table th,
.table-cart-total.table td {
	padding: 15px;
}
.table-cart-total.table th {
	font-weight: 700;
	border-top: 2px solid #FAFAFA;
	border-bottom: none;
	font-size: 16px;
}
.table-cart-total.table td {
	border-top: 2px solid #FAFAFA;
	font-size: 16px;
}
.table-cart-total.table .cart-total-sub th {
	border-top: none;
	border-bottom: 2px solid #4E8E00;
	text-transform: uppercase;
}
.table-cart-total.table .cart-total-sub td {
	border-top: none;
	border-bottom: 2px solid #4E8E00;
}
.text-cart-total-head {
	text-transform: uppercase;
	font-weight: 700 !important;
	vertical-align: middle !important;
}
.text-cart-total {
	font-size: 20px !important;
}
.table-cart-total.table h4 {
	font-size: 16px;
	text-transform: none;
	line-height: 16px;
}
.card-cart-calc {
	margin-bottom: 40px;
	border-color: #4E8E00;
}
.card-cart-calc .card-header {
	padding: 13px 12px 12px;
	color: #fff;
	background: #4E8E00;
	border-radius: 0 !important;
}
.card-cart-calc .card-header h3 {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.card-cart-calc .btn {
	background: #4E8E00;
	border-color: #4E8E00;
}
.card-disc-code {
	margin-bottom: 25px;
}
.card-disc-code .card-header {
	color: #fff;
	background: #BF1B21;
}
.card-cart-calc .form-group {
	margin-bottom: 20px;
}
.card-cart-calc p {
	margin-bottom: 15px;
}
.wrapper-cart-ap {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #EBF1F4;
	text-align: center;
}
.wrapper-cart-ap .cart-ap-img,
.wrapper-cart-ap .cart-ap-payment {
	display: block;
}
.wrapper-cart-ap .cart-ap-img img {
	max-width: 110px;
}
.wrapper-cart-ap .cart-ap-payment {
	padding-top: 6px;
	font-size: 18px;
	line-height: 21px;
	color: #666;
	text-transform: uppercase;
}
.wrapper-cart-ap .cart-ap-payment span {
	font-weight: 700;
	color: #333;
}
.btn-ppal {
	padding: 0;
	background: #FFC439;
	border-color: #FFC439;
}
.btn-stack.row-btm-cart-btns .col-12+.col-12 {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.cartTable--heading-quantity {
		width: 136px;
	}
	.cartTable--heading-price {
		width: 190px;
	}
	.cartTable--heading-remove {
		width: 64px;
	}
}
@media (max-width: 991.98px) {
	.card-disc-code {
		margin-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	.btn-stack.row-top-cart-btns .col-12+.col-12,
	.btn-stack.row-btm-cart-btns .col-12+.col-12 {
		margin-top: 15px;
	}
	.row-top-cart-btns {
		margin-bottom: 25px;
	}
	.cartTable--heading span {
		display: none;
	}
	.col-quote-btn .btn {
		min-width: 0;
		width: 100%;
		display: block;
		padding: 9px 6px;
	}
	.col-checkout-btn .btn {
		padding: 10px 6px;
		font-size: 16px;
		line-height: 18px;
	}
	.col-cont-shop-btn .btn,
	.col-update-change-btn .btn {
		padding: 9px 6px;
	}
	.wrap-cart-table {
    margin-bottom: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
		background: none;
	}
	.table-buy-opts.table td {
		padding: 8px 5px;
	}
	.cartTable--heading-quantity {
		width: 80px;
	}
	.cartTable--heading-price {
		width: 80px;
	}
	.cartTable--column-image {
		width: 35px;
	}
	.cart-price-sub {
		font-size: 12px;
		line-height: 14px;
	}
	.cart-price-sub-sm {
		font-size: 11px;
	}
	.cart-model,
	.cart-model-sub {
		font-size: 12px;
	}
	.table-buy-opts.table {
		margin-bottom: 25px;
	}
	.table-buy-opts.table td {
		padding: 8px 4px;
		vertical-align: top !important;
	}
	.table-buy-opts.table thead th {
		padding: 17px 10px;
		font-size: 13px;
		line-height: 15px;
	}
	.btn-stack.row-btns-cart-update .col-12+.col-12  {
		margin-top: 15px;
	}
	.card-cart-calc .form-group {
		margin-bottom: 15px;
	}
	.wrap-cart-pricing-list {
    margin-bottom: 30px;
    padding: 0;
    border: none;
    border-radius: 0;
	}
	.table-cart-total.table th,
	.table-cart-total.table td {
		padding: 12px 5px;
	}
	.table-cart-total {
		border-bottom: 2px solid #4E8E00;
	}
	.table-cart-total.table th {
		font-size: 13px;
	}
	.table-cart-total.table .cart-total-sub th,
	.table-cart-total.table td {
		font-size: 14px;
	}
	.table-cart-total.table td h4 {
		font-size: 13px;
		line-height: 13px;
	}
	.table-cart-total.table td p {
		font-size: 13px;
	}
	.text-cart-total {
		font-size: 16px !important;
	}
	.wrapper-cart-ap {
		margin-top: 25px;
	}
	.cart-ppal img {
		height: 38px !important;
	}
}
/*Login Register*/
.card.card-acct-log {
	padding: 20px 15px;
	border-color: #ddd;
}
.card.card-acct-log .card-header {
	padding: 16px 15px;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	background: #FAFAFA;
	border-bottom: 2px solid #7CC43C;
}
.card-acct-log .card-body {
	padding: 30px 0 0;
}
.card-acct-log .form-row {
	margin-left: -10px;
	margin-right: -10px;
}
.card-acct-log .form-row>[class*=col-] {
	padding-left: 10px;
	padding-right: 10px;
}
.card-acct-log .form-group {
	margin-bottom: 20px;
}
.card-acct-log label {
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 16px;
	text-transform: none;
}
.card-acct-log .form-control {
	height: 40px;
}
.card-acct-log .form-text {
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
}
.card-acct-log hr {
	margin-top: 0;
	margin-bottom: 20px;
	border-top: 2px solid #7CC43C;
}
.card-acct-log .checkbox label {
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px;
	text-transform: none;
}
.card-acct-log .checkbox label a {
	font-weight: 700;
}
.card-acct-log .btn {
	padding: 14px 6px;
	font-size: 20px;
}
@media (max-width: 991.98px) {
	.card-acct-log .btn {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.card.card-acct-log {
		padding: 0;
	}
	.card.card-acct-log .card-header {
		font-size: 16px;
		line-height: 22px;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.card-acct-log .card-body {
		padding: 30px 10px 20px;
	}
	.card-acct-log .checkbox label {
		margin-bottom: 10px;
	}
	.card-acct-log .btn {
		font-size: 16px;
		line-height: 18px;
		padding: 10px 6px;
	}
}
/*My Account*/
.account-page-header {
	padding-bottom: 25px;
}
.account-page-header h1 {
	margin-bottom: 20px;
}
.account-page-header p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 16px;
}
.account-page-header p span {
	color: #7CC43C;
	font-weight: 700;
	text-transform: uppercase;
}
.account-page-header p.page-welcome {
	font-size: 20px;
	line-height: 22px;
}
@media (max-width: 767.98px) {
	.account-page-header {
		text-align: center;
	}
	.account-page-header h1 {
		margin-bottom: 15px;
	}
	.account-page-header p.page-welcome {
		font-size: 16px;
		line-height: 18px;
	}
}
.col-acct-opts {
	padding-bottom: 40px;
}
.acct-col-link {
	margin-bottom: 20px;
}
.acct-col-link .btn {
	padding: 20px 6px 25px;
	border-color: #ddd !important;
	text-transform: none;
}
.acct-col-link h3 {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
}
.acct-col-link h3 i {
	color: #7CC43C;
}
.acct-col-link p {
	font-size: 13px;
	line-height: 15px;
}
@media (max-width: 767.98px) {
	.col-acct-opts {
		padding-bottom: 25px;
	}
	.acct-col-link {
		margin-bottom: 15px;
	}
	.acct-col-link h3 {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 17px;
	}
}
.col-acct-section {
	padding-bottom: 30px;
}
.col-acct-section h4 {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 28px;
}
.wrapper-acct-norec {
	margin-bottom: 30px;
	padding: 28px 20px;
	border: 1px solid #ddd;
}
.wrapper-acct-norec p {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.col-acct-section {
		padding-bottom: 25px;
	}
	.col-acct-section h4 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 22px;
		text-align: center;
	}
	.wrapper-acct-norec {
		margin-bottom: 15px;
		text-align: center;
	}
}
.card-body-myorder {
	position: relative;
	padding: 30px 15px 20px;
	border-color: #ddd;
	margin-bottom: 30px;
}
.myorder-badge-conts {
	position: absolute;
	top: -1px;
	right: -1px;
}
.badge-myorder {
  position: relative;
  min-width: 70px;
	padding: 0 10px;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
}
.badge-myorder:before {
  position: absolute;
  top: 0;
  left: -6px;
  display: block;
  background: 0 0;
  content: '';
}
.myorder-success {
	background: #7CC43C;
}
.myorder-success:before {
  border-right: 6px solid #7CC43C;
  border-top: 21px solid transparent;
}
.myorder-dark {
	background: #333;
}
.myorder-dark:before {
  border-right: 6px solid #333;
  border-top: 21px solid transparent;
}
.my-orderid {
	margin-bottom: 0;
	font-weight: 700;
	line-height: 16px;
}
.my-orderid a {
	color: #333;
}
.my-order-div {
	margin-top: 10px;
	border-top: 2px solid #7CC43C;
}
.account-order-card p {
	margin-bottom: 10px;
}
.account-order-card p span {
	font-weight: 700;
}
.row-myorder-btns {
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
}
.col-myorder-btns {
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 767.98px) {
	.card-body-myorder {
		margin-bottom: 15px;
	}
}
.form-row-wish {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #ddd;
}
.wish-head label {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.form-row-wish .form-control {
	height: 40px;
}
.form-row-wish .btn {
	padding: 10px 6px;
	font-size: 16px;
	line-height: 18px;
}
@media (max-width: 767.98px) {
	.form-row-wish {
		margin-top: 0;
		padding: 20px 15px;
	}
	.row-wishform.btn-stack .col-12+.col-12 {
		margin-top: 20px;
	}
	.wish-head label {
		margin-bottom: 15px;
	}
}
.edit-acct-det-inst {
	margin-bottom: 40px;
}
.edit-det-form {
	padding: 20px 15px;
	border: 1px solid #ddd;
	background: #fff;
}
.edit-sub-head {
	margin-bottom: 30px;
	padding: 15px;
	background: #FAFAFA;
	border-bottom: 2px solid #7CC43C;
}
.edit-sub-head h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	color: #333;
	font-style: normal;
}
.edit-det-form .form-group {
	margin-bottom: 20px;
}
.edit-det-form .form-group label {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: none;
}
.edit-det-form .form-control {
	height: 40px;
}
.edit-det-form textarea {
	height: 150px !important;
	border-radius: 4px;
}
.edit-det-form .wrap-select {
	height: 40px;
}
.edit-det-form .wrap-select select {
	height: 38px !important;
}
.edit-det-form .form-group.form-group-subscribe label {
	margin-bottom: 0;
	font-weight: 400;
	text-transform: none;
}
.edit-det-btn .btn {
	min-width: 380px;
	padding: 13px 6px;
	font-size: 20px;
	line-height: 22px;
}
@media (max-width: 767.98px) {
	.edit-acct-det-inst {
		text-align: center;
	}
	.edit-det-form {
		padding: 0;
		border-radius: 0;
		border: none;
		background: none;
	}
	.edit-form-container {
		margin-bottom: 25px;
		border: 1px solid #ddd;
		overflow: hidden;
		background: #fff;
	}
	.edit-form-body {
		padding: 30px 10px 20px;
	}
	.edit-sub-head {
		padding: 15px 10px;
		margin-bottom: 0;
	}
	.edit-sub-head h2 {
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}
	.edit-det-btn .btn {
		min-width: 0;
		width: 100%;
		display: block;
	}
}
/*Newsletter Popup*/
#popup_newsletter .modal-dialog {
	width: 750px !important;
	max-width: 750px !important;
}
#popup_newsletter .modal-body {
	padding: 0;
	display: flex;
}
#popup_newsletter .modal-body .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #bbb;
}
.modal-body-image {
	width: 350px;
}
.modal-body-text {
	display: flex;
	align-items: center;
	width: 400px;
	padding: 25px;
	border-bottom: 5px solid #7CC43C;
	border-top: 5px solid #7CC43C;
}
.newsletter-head {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 32px;
}
.newsletter-head span {
	color: #7CC43C;
}
.newsletter-text {
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 18px;
}
#popup_newsletter .form-control {
	height: 54px;
}
#popup_newsletter .btn {
	padding: 16px 6px;
	font-size: 20px;
	line-height: 20px;
}
#popup_newsletter .form-group-last {
	margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
	#popup_newsletter .modal-dialog {
		width: auto !important;
		max-width: 100% !important;
	}
	.modal-body-image {
		display: none;
	}
	.modal-body-text {
		width: 100%;
		padding: 50px 15px;
		border-bottom: 5px solid #7CC43C;
		border-top: 5px solid #7CC43C;
	}
}
