/** Shopify CDN: Minification failed

Line 583:4 Unexpected "{"
Line 589:4 Unexpected "{"

**/
/********************************************************************************************************

1. CSS RESET

2. VARIABLES
2.1 COLOR VARIABLES
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

4. TYPOGRAPHY
4.1 HEADINGS
4.2 PARAGRAPHS & LISTS
4.3 LINKS
4.4 PRODUCT ATTRIBUTES (name, description, price)
4.5 RTE

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. MAIN PAGE
7.1 HEADER
7.2 MEGAMENU
7.3 NIVOSLIDER
7.4 SHOWCASE
7.5 MAIN PRODUCT LISTING
7.6 OTHER HOMEPAGE BLOCKS
7.7 FOOTER

8. COLLECTION PAGES
8.1 BREADCRUMBS
8.2 DESCRIPTIONS & TAGS
8.3 PRODUCTS SORTING
8.4 COLLECTION LISTING
8.5 PAGINATION

9. SIDEBAR WIDGETS
9.1 LINKS LIST
9.2 SIDEBAR PRODUCT LISTING

10. SEARCH RESULTS PAGE

11. PRODUCT PAGE
11.1 PRODUCT IMAGES
11.2 PRODUCT INFO
11.3 PRODUCT PAGINATION
11.4 RELATED PRODUCTS

12. BLOG
12.1 POSTS LISTING
12.2 SINGLE POST

13. CUSTOMER PAGES
13.1 LOG IN
13.2 ACCOUNT
13.3 ADDRESSES
13.4 ORDERS

14. CART PAGE
14.1 CART PRODUCTS
14.2 GUEST CHECKOUT

15. CONTACTS PAGE

16. PAGE 404

********************************************************************************************************/



/********************************************************************************************************
                           1. CSS RESET
********************************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none !important;
	vertical-align: top;
	background: transparent;
	font-weight: normal;
	line-height: 1.45em;
}

ol, ul {
	list-style:none;
}
a, span {
	vertical-align:baseline;
	line-height:inherit;
	font-weight:inherit;
}
b, strong {
	font-weight: bold;
	vertical-align:baseline;
}
i, dfn {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
}



/********************************************************************************************************
                           2. VARIABLES
********************************************************************************************************/

/* 2.1 COLOR VARIABLES */

/* COLOR SHADES CONVERTER */











































































/*#ededed*/








































/*#fd9404*/



/* 2.2 CSS3 TRANSITIONS */









/********************************************************************************************************
									3. GLOBAL THEME STYLES
********************************************************************************************************/

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}


/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {
	display: none;
}
 
.left {
	float: left;
}
.right {
	float: right;
}

/* addthis styles */
.addthis_toolbox {
	margin: 15px 0 0 0;
	border-top: none;
}

.addthis_toolbox > a {
	margin: 15px 15px 0 0 !important;
	padding: 0 !important;
}

.addthis_toolbox .at300b {
	height: 21px;
}

.addthis_button_tweet {
	width: 79px;
}

#_atssh {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

/* jquery.formstyler styles for selects */
.jq-selectbox {
	display: block;
	z-index: 1000 !important;
	cursor: pointer;
}
.jq-selectbox__select-text {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger i {
	position: absolute;
	top: 0;
	right: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.jq-selectbox__dropdown {
	width: 100%;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.jq-selectbox.opened .jq-selectbox__trigger i {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* misc */
hr {
    margin-top: 35px;
    margin-bottom: 35px;
}

#at15s {
	z-index: 999 !important;
}

#habla_window_div {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

/* hex2rgb color converter */


















/* PAGE PRELOADER */
#page_preloader {
	width: 100%;
	height: 100%;
	background: url(//pandpsmallengines.com/cdn/shop/t/9/assets/bx_loader.gif?v=48914817761367347031763148752) 50% 50% no-repeat #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

/* ADD TO CART MESSAGE */
.cart_popup {
	width: 100%;
	height: 86px;
	font-size: 25px;
	line-height: 85px;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(245,130,38,.7);
	display: none;
}

/* COOKIES POLICY MESSAGE */
.cookies_container {
	min-height: 60px;
	background: #191919;
	display: none;
}

.cookies_container p {
	display: inline-block;
	margin: 0;
	font-size: 17px;
	line-height: 60px;
	color: #888;
}
.cookies_container p b {
	vertical-align: baseline;
	color: #fff;
}

.cookies_container .cookie_btn {
	height: 40px;
	display: inline-block;
	margin: 10px 0 10px 6px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.cookies_container .cookie_ok {
	margin: 10px 0 10px 20px;
	background: #18a439;
	border-color: #18a439;
}
.cookies_container .cookie_no {
	border-color: #585858;
}

.cookies_container .cookie_btn:hover {
	background: #585858;
	border-color: #585858;
}

/* NEWSLETTER POPUP */
#newsletter_popup__wrap .fancybox-skin {
	padding: 30px !important;
}
#newsletter_popup__wrap .fancybox-close {
}

#newsletter_popup h4 {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
#newsletter_popup form {
	margin: 30px 0 0 0;
	position: relative;
}
#newsletter_popup input[type=email] {
	width: 250px;
	height: 35px;
}
#newsletter_popup .btn {
	height: 35px;
}

#newsletter_popup .newsletter_off__wrap {
	margin: 30px 0 0 0;
	text-align: center;
}
#newsletter_popup .newsletter_off__wrap .btn {
	height: auto;
	font-size: 11px;
}

#newsletter_popup .newsletter_error {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #f00;
	position: absolute;
	left: 0;
	top: 41px;
}
#newsletter_popup .newsletter_success {
	font-weight: bold;
	color: #119000;
	text-align: center;
}

/* GOOGLE MAPS */
#google_map,
#google_map iframe {
	width: 100% !important;
	height: 300px !important;
	background: #e7e7e6;
}

#google_map img {
	max-width: none !important;
}

/********************************************************************************************************
                           4. TYPOGRAPHY
********************************************************************************************************/

body {
	background: #eeeeee;
	/* font: normal 15px "Lato"; */
	font-family: "acumin-pro", sans-serif;
	font-weight: 400;
	color: #202020;
	overflow-x: hidden;
}

/* 4.1 HEADINGS */
h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
	font-family: "acumin-pro", sans-serif;
	font-weight: 900;
	font-style: italic;
	line-height: 1;
	margin-bottom: 30px;
	color: #000000;
	text-transform: uppercase;
}

h1, {
	font-size: 72px;
}

h2,
h3,
h4, {
	font-size: 24px;
}

h5,
h5 *,
h6,
h6 * {
	font-size: 18px;
}

.page_heading {
	margin: 0;
	margin-bottom: 23px;
	padding: 15px 20px;
	background: #f58226;
	color: #ffffff;
	font-size: 24px;
}
.page_heading a {
	float: right;
	color: #ffffff;
}
.page_heading a:hover {
	color: #f58226;
}



/* 4.2 PARAGRAPHS & LISTS */
p {
	margin-bottom: 30px;
	padding: 0;
}

.column_center ul {
	list-style-type: square;
	list-style-position: inside;
}
.column_center ol {
	list-style-type: decimal;
	list-style-position: inside;
}

/* 4.3 LINKS */
a {
	color: #f58226;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover,
a:active {
	color: #f58226;
}

/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-size: 18px;
	color: #555555;
}

.product_name a {
	color: #202020;
	font-weight: 800;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.product_name a:hover {
	color: #000000;
}

.product_desc {
	font-size: 12px;
	color: #555555;
}

.money {
	font-weight: 800;
	color: #555555;
}
.compare-at-price {
	text-decoration: line-through;
}

/* 4.5 RTE */
.rte {
	margin-top: 15px;
	margin-bottom: 15px;
	color: inherit;
}

.rte a {
	color: inherit;
	text-decoration: underline;
}
.rte a:hover {
	text-decoration: none;
}

.rte a.btn {color: #fff; text-decoration: none; font-weight:bold;}
.rte a.btn:hover {color: #fff; opacity:0.8; background:#7e7e7e;}

.rte h1 {
	font-size: 30px;
}
.rte h2 {
	font-size: 28px;
}
.rte h3 {
	font-size: 23px;
	text-align: left;
}
.rte h4 {
	font-size: 20px;
}
.rte h5 {
	font-size: 18px;
}
.rte h6 {
	font-size: 16px;
}

.rte img {
	margin-top: 15px;
	margin-bottom: 15px;
}



/********************************************************************************************************
                           5. FORMS & COMPONENTS
********************************************************************************************************/

/* 5.1 FORMS */
label {
	font-weight: bold;
	font-size: ;
}

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
	padding: 6px;
	border:1px solid #bcbcbc;
	font: normal 13px 'Arial';
	color: #202020;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
    height:34px;
    line-height:18px;
    padding:7px;
}

select,
select.form-control {
	padding: 8px 3px;
}

textarea,
textarea.form-control {
	min-width: 100%;
	max-width: 100%;
}

select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="telephone"]:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}

.form-group {
	vertical-align: top !important;
	margin-top: 15px;
	margin-bottom: 0;
}

.form-horizontal label {
	padding-top: 0 !important;
	text-align: right;
	line-height: 34px;
}
.form-horizontal select {
	width: 100%;
}

.action_bottom span.note {
	margin-left: 5px;
}
.action_bottom span.note a {
	margin-left: 5px;
}

/* 5.2 ALERTS */
.alert {
	margin: 15px 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.alert.alert-warning {clear:both;}

.alert > p,
.alert > ul,
.alert > ol {
	list-style-type: none;
	margin: 0;
}

.alert > p + p,
.alert > ul + ul {
	margin: 10px 0 0 0;
}

/* 5.3 BUTTONS */
.btn,
.btn:focus,
.btn a,
.btn-info,
.btn-primary,
#ga-product_related button.ga-product_addtocart, 
#ga-product_related button.ga-addalltocart {
	padding: 15px 50px !important;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	background: #f58226 !important;
	height: auto !important;
	border: 2px solid transparent !important;
	border-radius: 0;
	color: #ffffff !important;
	box-shadow: none !important;
	text-transform: none;
	text-decoration: none;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.btn.btn-outline {
	background-color: transparent !important;
	border: 2px solid #fff !important;
	color: #fff !important;
}

@media (max-width: 991px) {
	.btn,
	.btn:focus,
	.btn a,
	.btn-info,
	.btn-primary,
	#ga-product_related button.ga-product_addtocart, 
	#ga-product_related button.ga-addalltocart {
		padding: 15px 25px !important;
	}
}

.btn a {
	padding: 0 !important;
	border: none !important;
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover,
#ga-product_related button.ga-product_addtocart:hover, 
#ga-product_related button.ga-addalltocart:hover {
	color: #ffffff !important;
	background-color: #202020 !important;
	border: 2px solid #202020 !important;
	text-decoration: none !important;
}

.btn.btn-outline:hover {
	background: #f58226 !important;
	border: 2px solid transparent !important !important;
}

.btn-cart,
.btn-cart:focus {
	padding: 15px 30px;
	vertical-align: middle;
	font-weight: 800;
	font-size: 18px;
	line-height: 1;
	color: #f58226;
	background-color: #f58226;
}

.btn-cart i {
	padding-right: 4px;
	font-size: 31px;
	line-height: 45px;
	color: #f58226;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.btn-cart:hover {
	color: #ffffff;
	background: #f58226;
}

.btn-cart:hover i {
	color: #f58226;
}

.btn-alt,
.btn-alt a {
	background: #f58226 !important;
	border-color: #f58226 !important;
}

.btn-alt:hover,
.btn-alt:hover a {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #202020 !important;
}

.link:not(.pagination__item) {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 900;
	color: #202020;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.link:not(.pagination__item):hover {
	color: #202020;
}

.link:not(.pagination__item):before {
	content: "\f101";
	font-family: "FontAwesome";
	position: absolute;
	right: -7px;
	top: 0;
	opacity: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.link:not(.pagination__item):hover:before {
	right: -17px;
	opacity: 1;
}


/********************************************************************************************************
                           6. GLOBAL PAGE LAYOUT
********************************************************************************************************/

html, body {
	height: 100%;
}

#wrapper1 {
	position: relative;
	z-index: 1;
	background:  #ffffff;
}

.container {
	padding: 0;
}

/* outdated browsers notification */
.old_browsers a {
	display: block;
	padding: 20px 0;
	background: #ffa200;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.old_browsers a i {
	margin: 0 5px 0 0;
	font-size: 30px;
	color: #e90b00;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}
.old_browsers a:hover {
	color: #e90b00;
}

/********************************************************************************************************
                           7. MAIN PAGE
********************************************************************************************************/

/* 7.1 HEADER */
#header {
	margin-bottom: 40px;
}

#header section.container {
  padding: 20px 0;
}

.header_top {
	background: #eeeeee;
}

header #logo {
	margin-top: 40px;
	position: relative;
}

header #logo a {
	display: inline-block;
}

header #logo b {
	font-size: 70px;
	line-height: 1em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -3px;
	color: #f58226;
}

header #logo span {
	margin-top: -3px;
	text-transform: uppercase;
	display: block;
	font-size: 22px;
	color: #202020;
}

.header_container {
	display: flex;
}

.header_user, 
.header_info {
	flex: 0 1 50%;
	font-size: 0;
	padding: 8px 0;
}

.header_info {
	text-align: right;
}

.header_user li, .header_info li {
	display: inline-block;
	position: relative;
	padding: 0px 15px;
}

.header_user li:first-child, 
.header_info li:first-child {
	padding-left: 0;
}

.header_user li, 
.header_info li,
.header_user li a, 
.header_info li a {
	font-size: 16px;
	text-transform: none;
	color: #fff;
}

.header_user li a:hover, 
.header_info li a:hover {
	color: #f58226;
}

.header_user li a i {
	margin: 0 5px 0 0;
	line-height: 1.5em;
}

.header_user li + li:before, 
.header_info li + li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	bottom: 0;
	border-left: 1px solid #bcbcbc;
}

.header_currency {
	float: right;
	margin-top: 8px;
}
.header_currency label {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 25px;
}
.header_currency select {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.header_currency .jq-selectbox {
	width: 60px;
}
.header_currency .jq-selectbox__select {
	height: 25px;
	padding: 0 25px 0 5px;
	font-size: 11px;
	color:#777777;
}
.header_currency .jq-selectbox__select-text {
	line-height: 24px;
}
.header_currency .jq-selectbox__trigger i {
	right: 5px;
	top: 2px;
}
.header_currency .jq-selectbox__trigger i:before {
	content: "\f0dd";
	font-size: 11px;
	color: #f58226;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: #ffffff;
	border: 1px solid #bcbcbc;
	top: 24px !important;
}
.header_currency .jq-selectbox__dropdown ul {
	text-align: center;
}

.header_currency .jq-selectbox__dropdown ul li:hover,
.header_currency .jq-selectbox__dropdown ul li.sel {
	color: #ffffff;
	background: #f58226;
}

@media screen and (min-width: 992px) {
	.header_right_content {
		display: flex;
		justify-content: space-between;
		align-content: center;
		flex-wrap: wrap;
	}
}

.header_cart {
	display: inline-block;
	margin: 30px 0;
}

.header_cart a {
	position: relative;
	display: block;
	z-index: 1;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.header_cart a img {
	margin-right: 10px;
	vertical-align: middle;
}

.header_cart a > span {
	color: #f58226;
}

.header_cart a > span.cart-total-price {
	font-size: 24px;
	font-weight: 800;
	vertical-align: middle;
}

.header_cart a > span.cart-items {
	color: #9e9e9e;
	font-size: 18px;
	margin-left: 5px;
	vertical-align: middle;
}

.header_cart a:hover {
	color: #f58226;
}

.header_search {
	display: inline-block;
	text-align: center;
	margin: 30px 0;
	padding: 0;
}

form.search-form {
	position: relative;
	display: inline-block;
}

#search-field {
	background-color: #fff;
	border: 3px solid #e1e1e1;
	display: inline-block;
	height: 39px;
	margin-right: 12px;
	padding: 8px;
	padding-top: 8px;
}

@media only screen and (min-width: 1200px) {
	#search-field {
		min-width: 255px;
	}	
}

#search-submit {
	display: inline-block;
	font-size: 25px;
	width: 41px;
	height: 39px;
	vertical-align: middle;
	text-align: center;
	background: #f58226;
	color:#ffffff;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	 
}

#search-submit:hover {
	background-color: #363636;
}

#search-submit i {
	line-height: 1;
}

#search-submit i:before {
	display: block;
	content: "\f002";
	font-family: FontAwesome;
	line-height: 39px;
	text-align: center;
	vertical-align: middle;
	opacity: 1;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.header_center {
	overflow: hidden;
	padding-top: 30px;
}

.custom_header {
	text-align: center;
}

.custom_header h3 {
	display: inline-block;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}

.custom_header h3 span {
	font-weight: 900;
	color: #f58226}
.custom_header i {
	padding-right: 3px;
	margin-top: -3px;
	display: inline-block;
	font-size: 30px;
	color: #f58226;
}

/* 7.2 MEGAMENU */
#megamenu {
	background-color: #363636;
	border-bottom-left-radius: 20px;
	position: relative;
	z-index: 999;
}

@media (min-width: 1200px) {
	#megamenu {
		margin-right: calc((-100vw + 1170px) / 2);
		padding-right: calc((100vw - 1170px) / 2);
	}	
}

@media (min-width: 992px) and (max-width: 1199px) {
    #megamenu {
		margin-right: calc((-100vw + 970px) / 2);
		padding-right: calc((100vw - 970px) / 2);
	}
}

#megamenu ul.sf-menu {
	font-size: 0;
	display: flex !important;
	position: relative;
}

.sf-menu > li {
  display: inline-block;
  text-align: center;
}

.sf-menu > li > a {
	display: block;
	line-height: 1;
	padding: 30px 19px;
	text-transform: none;
	position: relative;
	font-size: 18px;
	font-weight: 800;
	overflow: hidden;
	border-right: 1px solid #fff;
	color: #fff;
    -webkit-transition: all .3s .3s ease;
	transition: all .3s .3s ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.sf-menu > li > a {
		padding: 30px 15px;
	}
}

.sf-menu > li > a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    left: -100%;
    top: 0;
    content: "";
    z-index: 0;
    -moz-box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .3s cubic-bezier(.72,.38,.73,.27);
    transition: left .3s cubic-bezier(.72,.38,.73,.27);
    background: #f58226;
}

.sf-menu > li > a .menu-text {
	position: relative;
}

.sf-menu > li > a:hover:before {
    left: 0;
}

/*.sf-menu > li > a.sf-with-ul:after {
	content: "\f107";
	padding-left: 5px;
	font-family: FontAwesome;
}*/

.sf-menu > li:first-child > a {
	border-bottom-left-radius: 20px;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li > a.active {
	color: #ffffff;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a.active {
	background: #f58226;
}

.sf-menu .menu_badge {
	position: absolute;
	text-transform: none;
	right: 3px;
	top: 6px;
	display: none;
	padding: 1px 5px;
	border-radius: 2px 2px 2px 0px;
	line-height: 1em;
	background: #f58226;
	font-size:9px;
	color: #ffffff;
}
.sf-menu .menu_badge:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	border: 2px solid;
	border-color: #f58226 transparent transparent  #f58226;
}
.sf-menu > li > ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 78px;
	background: #ffffff;
	display: none;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}
.sf-menu .submenu {
	padding: 32px 30px;
}
.submenu .submenu_row1 {
	margin: 0 -22px;
}
.submenu .submenu_col1 {
	padding: 0 15px;
}

.submenu h3.submenu_title {
	margin: 0;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: #f58226;
}
.submenu h3.submenu_title:not(.submenu_title_a),
.submenu h3.submenu_title_a a {
	display: block;
	padding: 15px 18px;
	color: #ffffff;
}
.submenu h3 a:hover {
	background: #f58226;
}



/* 2: CATALOG */
.submenu_2 ul {
	margin: 20px 0 0 0;
}
.submenu_2 ul li {
	padding: 6px 0 7px 21px;
	position: relative;
	display: block;
}
.submenu_2 ul li a {
	font-size: 12px;
	color: #202020;
}
.submenu_2 ul li:before {
	left: 0;
	top: 7px;
	position: absolute;
	content: "•";
	font-size: 15px;
	color: #f58226;
}
.submenu_2 ul li a:hover {
	color: #f58226;
}

.submenu2_banner__1 a {
	background: #feb204;
}
.submenu2_banner__2 a {
	background: #1338a9;
}

.submenu_banner {
	padding: 0;
}
.submenu_banner a {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
  min-height: 140px;
}
.submenu_banner a .banner_ins {
	padding: 20px 20px 20px 28px;
	transition: all .4s .1s ease-in-out;
}
.submenu_banner a img {
	width: 100%;
	opacity: 1;
	transition: all .9s ease;
}
.submenu_banner a .banner_with_img {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	max-width: 330px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.submenu_banner a .banner_ins h3 {
	font-size: 42px;
	margin: 0;
	font-weight: 900;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.submenu_banner a:hover {
	background: #f46426;
}
.submenu_banner a .link:hover,
.submenu_banner a:hover h3 {
	/* color: #f58226; */
  color: #fff;
}
.submenu2_banner__1 a h3 {
	color: #202020;
}
.submenu_banner.submenu2_banner__1 a .banner_ins .link {
	color: #202020;
}
.submenu_banner.submenu2_banner__2 a:hover .banner_ins .link {
	color: #f58226;
}
.submenu2_banner__2 a h3 {
	color: #ffffff;
}
.submenu_banner .link {
	margin-top: 10px;
}

.megamenu_banners .row {
	margin: 0 -10px;
}
.submenu_banner {
	padding: 25px 15px 0;
}



/* 3: BLOG */
.megamenu_blog_info {
	font-size: 14px;
	color: #f58226;
}
.megamenu_item_3 .art_comments {
	font-size: 14px;
	margin-left: 8px;
}
.megamenu_item_3 .art_comments i {
	margin: 5px 5px 0 0;
	color: #f58226;
}
.megamenu_item_3 .blog_title {
	font-weight: 400;
	margin-top: 5px;
}
.megamenu_item_3 .blog_content {
	font-size: 14px;
	color: #f58226;
}
.megamenu_blog_articles {
	margin-top: 25px;
}
.megamenu_item_3 .blog_img img {
	max-width: 100%;
	display: none;
	margin: 0 !important;
}
.megamenu_item_3 .blog_img img:first-child {
	display: block;
}
.megamenu_item_3 .blog_img {
	margin: 16px 0 0;
}
.megamenu_item_3 .blog_content p {
	margin: 11px 0;
}
.megamenu_item_3 .btn {
	text-transform: none;
	font-weight: bold;
	font-size: 17px;
	padding: 11px 40px;
	background: #f58226;
	color: #ffffff;
}
.megamenu_item_3 .btn:hover {
	color: #ffffff;
	background: #f58226;
}

.megamenu_item_3 .submenu_banner {
	padding: 0;
}
.submenu3_banner__1.submenu_banner a {
	background: #000000;
}
.submenu3_banner__2.submenu_banner a {
	background: #1338a9;
}
.megamenu_item_3 .submenu_banner img {
	opacity: .5;
}
.megamenu_item_3 .megamenu_banners a .banner_ins h3 {
	text-align: right;
	color: #ffffff;
}

.megamenu_blog_articles,
.megamenu_item_3 .submenu .submenu_col1 {
	padding: 0 15px;
}
.megamenu_item_3 .submenu .submenu_row1 {
	margin: 0 -15px;
}

.col-sm-6.megamenu_blog_articles {
	width: 50%;
}
.col-sm-4.megamenu_blog_articles {
	width: 32.3%;
}
.megamenu_item_3 .megamenu_banners {
	width: 35.4%;
}
.megamenu_item_3 a .banner_ins h3 {
	font-size: 36px;
	line-height: 43px;
}
.megamenu_item_3 a .banner_with_img {
	top: 0;
	left: auto;
	right: 0;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
.megamenu_item_3 .submenu .megamenu_banners {
	padding-top: 30px;
}

.submenu3_banner__2 {
	margin-top: 17px;
}

.megamenu_item_3 .megamenu_banners a .banner_without_img h3 {
	text-align: left;
}
.megamenu_item_3 .megamenu_banners .link {
	color: #f58226;
}

.megamenu_item_3 .submenu_banner a:hover img {
	opacity: .3;
}
.submenu3_banner__2.submenu_banner a:hover {
	background: #f58226;
}


/* 4: SALE */
.megamenu_item_4 .product_img a {
	display: block;
	padding: 15px;
}
.megamenu_item_4 .product_name {
	height: 41px;
}
.megamenu_item_4 .product_price {
	margin-top: 8px;
}
.megamenu_item_4 .product_price .money {
	font-size: 25px;
	color: #f58226;
}
.megamenu_item_4 .product_price .compare-at-price {
	font-size: 18px;
	color: #202020}
.submenu4_banner__1 a {
	background: #000000;
}
.submenu4_banner__2 a {
	background: #000000;
}
.submenu4_banner__3 a {
	background: #000000;
}
.submenu4_banner__1 h3 {
	color: #ffffff;
}
.submenu4_banner__2 h3 {
	color: #ffffff;
}
.submenu4_banner__3 h3 {
	color: #ffffff;
}
.megamenu_item_4 h3 span {
	color: #202020;
}
.megamenu_item_4 .megamenu_banners {
	margin-top: 0px;
}
.megamenu_item_4 a .banner_ins h3 {
	font-size: 30px;
	line-height: 36px;
}
.submenu_banner a .banner_ins .link {
	color: #f58226;
}
.submenu_banner a .banner_ins h3 span {
	font-size: 56px;
}

.megamenu_item_4 a .banner_ins {
	padding: 14px 20px 20px 28px;
}
.megamenu_item_4 a .banner_text_with_span {
	padding: 23px 13px 25px 20px;
}
.megamenu_item_4 a .banner_text_with_span h3 {
	font-size: 40px;
	line-height: 48px;
}
.megamenu_item_4 .submenu_banner a:hover .banner_ins .link {
	/* color: #f58226; */
  color: #000;
}
.megamenu_item_4 h3.submenu_title {display:none !important;}


/* STICK UP MENU STYLES */
#megamenu.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}

#megamenu.isStuck .menu_badge, #megamenu #logo-sticky {
	display: none;
}

@media (min-width: 992px) {
	#megamenu.isStuck {
		background-color: #fff;
		border-bottom-left-radius: 0;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#megamenu.isStuck ul.sf-menu {
		background-color: #363636;
		display: inline-block !important;
		border-bottom-left-radius: 20px
	}

	#megamenu.isStuck #logo-sticky {
		display: inline-block !important;
		visibility: visible !important;
		padding: 10px 15px;
	}
}

#megamenu.isStuck #logo-sticky img {
	max-height: 58px;
}
/* 7.3 NIVOSLIDER */
.homepage_top {
	background-color: #f58226;
	background-image: url(//pandpsmallengines.com/cdn/shop/t/9/assets/homepage_top_bg.jpg?v=20425715018932260721763668513);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 70px;
}

.nivoSlider {
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
}

.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}

.nivo-main-image {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

.nivoSlider a.nivo-imageLink {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}

.nivo-box img {
	display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
	display: none;
}

.slider_wrap {
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.nivo-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	z-index: 8;
	text-align: center;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    display: none;
}

.nivo-caption h4 {
	font-weight: 900;
	margin: 0;
	font-size: 37px;
	color: #f58226;
}
.nivo-caption h3 {
	font-weight: 900;
	margin: 0;
	font-size: 67px;
}
.nivo-caption p {
	margin: 7px 0px 12px;
	color: #202020;
}
.nivo-caption .btn {
	font-size: 18px;
	font-weight: 800;
}
.nivo-caption .btn:hover {
	color: #ffffff;
	background: #202020;
}

.block_circle {
	position: absolute;
	left: 12%;
	top: 50%;
	margin-top: -119px;
	padding-top: 33px;
	width: 176px;
	height: 176px;
	text-align: center;
	border-radius: 50%;
	font-size: 47px;
	color: #ffffff;
	background: #202020;
}
.block_circle span {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
}
.block_circle span + span {
	margin-top: -9px;
	font-size: 70px;
}

.slider_block_right {
	text-align: left;
	max-width: 612px;
	display: inline-block;
	padding: 11px 20px 0 20px;
}

.slider_nav a {
	width: 30px;
	height: 56px;
	display: block;
	vertical-align: middle;
	margin: -33px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
}

.slider_nav a:before {
	display: block;
	font: 67px/67px 'FontAwesome';
	text-align: center;
	color: #f58226;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.slider_nav a:hover:before {
	color: #ffffff;
}

.slider_nav .slider_nav__prev {
	left: 25px;
}

.slider_nav .slider_nav__prev:before {
	content: '\f104';
}

.slider_nav .slider_nav__next {
	right: 25px;
}

.slider_nav .slider_nav__next:before {
	content: '\f105';
}

.slider_controls {
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
}

.slider_controls a {
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	border: 2px solid #202020;
	border-radius: 50%;
	cursor: pointer;
	width: 10px;
	height: 10px;
}

.slider_controls a ~ a {
	margin: 0 0 0 10px;
}

.slider_controls a span {
	display: none;
}

.slider_controls a:hover,
.slider_controls a.active {
	border: 2px solid #202020;
	background-color: #202020;
}

.slider_controls a.active {
	cursor: default;
}

/* 7.4 SHOWCASE */
#showcase {
	position: relative;
	border-top: 0px solid ;
	}
#showcase .row {
	margin: 0;
}
#showcase:before,
#showcase:after {
	content: "";
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
	border-left: 1px solid #f46426;
}
#showcase:before {
	left: 33.33%;
}
#showcase:after {
	right: 33.33%;
}
.custom_showcase {
	padding: 0;
}
.custom_showcase a {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	background: #e3e0df;
}
.custom_showcase a .showc_ins {
	padding: 20px 20px 20px 28px;
	transition: all .4s .1s ease-in-out;
}
.custom_showcase a .showc_without_img {
}
.custom_showcase a img {
	width: 100%;
	opacity: 1;
	transition: all .9s ease, opacity .4s ease;
}
.custom_showcase a .showc_with_img {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	max-width: 330px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.custom_showcase a .showc_ins h3 {
	font-size: 42px;
	margin: 0;
	font-weight: 900;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.custom_showcase a .showc_ins p {
	margin: 10px 0 15px;
	font-size: 11px;
	color: #202020
}
.custom_showcase a:hover {
	background: #f46426;
}
.custom_showcase a .link:hover,
.custom_showcase a:hover h3 {
	color: #f58226;
}
.custom_showcase a:hover img {
	opacity: .6;
	-webkit-transform: translate(30px,0px);
	-moz-transform: translate(30px,0px);
	-ms-transform: translate(30px,0px);
	transform: translate(30px,0px);
}

.custom_showcase a:before,
.custom_showcase a:after {
	position: absolute;
	opacity: 0;
	content: "";
	width: 0;
	height: 0;
	content: "";
	z-index: -1;
}
.custom_showcase a:before {
	left: 5px;
	top: 5px;
	border-left: 2px solid #f58226;
	border-top: 2px solid #f58226;
}
.custom_showcase a:after {
	right: 5px;
	bottom: 5px;
	border-right: 2px solid #f58226;
	border-bottom: 2px solid #f58226;
}

.shop_by_brand {
	background-color: #fff;
	padding: 50px 0 10px 0;
	overflow: hidden;
}

h2.heading-border {
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 50px;
}

h2.heading-border-center {
	text-align: center;
}

h2.heading-border:after {
	content: '';
	display: block;
	border-bottom: 3px solid #e1e1e1;
	margin-top: -10px;
}

h2.heading-border span {
	background-color: #fff;
	display: inline-block;
	padding-right: 20px;
}

h2.heading-border-center span {
	padding-left: 20px;
	padding-right: 20px;
}

.shop_by_brand ul.vendor-logos li {
	margin: 0;
	padding: 0 15px;
	max-width: none;
}

.shop_by_brand ul.vendor-logos li a img {
	display: inline-block;
}

.slick-slider .slick-arrow {
	color: #ccc;
	display: inline-block;
	font: 67px / 67px FontAwesome;
	position: absolute;
	top: 15%;
	z-index: 100;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.slick-slider .slick-prev.slick-arrow {
	left: -7%;
	}

.slick-slider .slick-next.slick-arrow {
	right: -7%;
}

@media (max-width: 1199px) {
	.slick-slider .slick-prev.slick-arrow {
		left: 0;
	}

	.slick-slider .slick-next.slick-arrow {
		right: 0;
	}
}

.slider-nav-box .slick-arrow:hover,
.slick-slider .slick-arrow:hover {
  color: #f58226;
}

.slider-dots {
  display: inline-block;
  margin-bottom: 0 !important;
  text-align: center;
  width: 100%;
}

.slider-dots {
  line-height: 1;
  margin-top: 25px !important;
}

.slider-dots li {
  display: inline-block;
  list-style: none !important;
  line-height: 1;
  margin-left: 4px !important;
  margin-right: 4px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.slider-dots li span {
  display: inline-block;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  width: 9px;
  height: 9px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #e2e2e2;
  vertical-align: middle;
}

.slider-dots li.slick-active span,
.slider-dots li span:hover {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

/* 7.5 MAIN PRODUCT LISTING */
.product .product_img a {
	display: block;
	position: relative;
	padding: 0px 36px 25px;
}

.product .product_img a .product_img__ins {
	display: block;
	position: relative;
}

@media (min-width: 991px) {
	.featured_products .product .product_img a .product_img__ins {
		width: 450px !important;
		height: 450px !important;
		overflow: hidden;
	}
}

.product .product_links form {
	display: block;
	margin-bottom: 9px;
}

.product_listing_main .product_links {
    margin-top: 9px;
    display: flex;
    flex-direction: column;
    width: max-content;
    row-gap: 10px;
}

.product_links form b {
  margin-left: 10px; 
}

.product .product_price {
	margin-top: 9px;
}

.product .product_price .money {
	font-size: 25px;
}

.product .product_price .money_sale,
.product .product_price .compare-at-price {
	font-size: 15px;
	color: #202020;
}

.product_listing_main .product_wrapper {
	padding: 0;
}

.product_listing_main .product_img img {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

@media (min-width: 991px) {
	.featured_products .product_listing_main .product_img img {
		object-fit: contain;
		width: 100% !important;
		height: 100% !important;
		aspect-ratio: 1 / 1;
	}
}

.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
}

.product_listing_main .product_img span.product_badge {
	display: block;
	padding: 3px 8px;
	border: 1px solid #f58226;
	background: #ffffff;
	color: #f58226;
	position: absolute;
	top: 0;
	z-index: 100;
}
.product_listing_main .product_img span.new {
	border: 1px solid #f58226;
	background: #ffffff;
	color: #f58226;
	left: 0;
}
.product_listing_main .product_img span.sale {
	border: 1px solid #202020;
	background: #ffffff;
	color: #202020;
	right: 0;
}

.product_listing_main .product_name {
	min-height: 41px;
}

.product_listing_main .product_desc {
	display: none;
}

/* HOMEPAGE PRODUCT LISTING */
.featured_products_section .product_part_homepage, 
.featured_products {
	margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .featured_products_section .col-lg-3:nth-child(2n+1) {
    clear: left;
  }
}

.featured_products .bx-wrapper {
	max-width: 100% !important;
}

.featured_products .bx-controls a {
	z-index: 99;
	width: 30px;
	height: 56px;
	display: block;
	vertical-align: middle;
	margin: -21px 0px 0px;
	position: absolute;
	top: 100%;
	cursor: pointer;
}

.featured_products .bx-controls a:before {
	display: block;
	font: 67px/67px "FontAwesome";
	color: #f58226;
}

.featured_products .bx-controls a:hover:before {
	color: #f58226;
}

.featured_products .bx-prev:before {
	content: '\f104';
	padding: 0 1px 0 0;
}
.featured_products .bx-next:before {
	content: '\f105';
	padding: 0 0 0 1px;
}

.featured_products .bx-prev {
	left: -41px;
}
.featured_products .bx-next {
	right: -41px;
}

.product_homepage {
	margin: 0;
}

.product_homepage .product-card-reverse-style {
 	display: flex;
}

.product_homepage .product-card-reverse-style .col-sm-6 {
	padding: 0;
}

.product_homepage.item_1 .product_wrapper {
	background-image: url(//pandpsmallengines.com/cdn/shop/t/9/assets/featured-1.jpg?v=47293082631855789191764008497);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;

}

.product_homepage.item_2 .product_wrapper {
	background-image: url(//pandpsmallengines.com/cdn/shop/t/9/assets/featured-2.jpg?v=144222377853291823071764008497);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;

}

.product_homepage.item_2 .product-card-reverse-style .product_img {
 	order: 2;
}

.product_homepage .product-card-reverse-style .product_img a {
	border: 3px solid #e1e1e1;
	padding: 35px 15px;
	text-align: center;
}

.featured_products_parts .product-card-reverse-style .product_img a,
.featured_products_top_sellers .product-card-reverse-style .product_img a {
	padding: 15px;
}

.featured_products_parts,
.featured_products_top_sellers,
.featured_products_parts .product-card-reverse-style .product_img,
.featured_products_top_sellers .product-card-reverse-style .product_img {
	margin-bottom: 40px;
}

.featured_products_top_sellers {
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	.featured_products_parts .product-card-reverse-style .product_img a img,
	.featured_products_top_sellers .product-card-reverse-style .product_img a img {
		height: 174px;
		width: auto;
		object-fit: contain;
	}
}

.product_homepage .product-card-reverse-style .product_info {
	padding: 60px 80px;
}

@media (max-width: 1199px) {
	.product_homepage .product-card-reverse-style .product_info {
		padding: 30px 40px;
	}
}

.product-card-reverse-style .product_vendor {
	margin-bottom: 30px;
	max-width: 74px;
}

.product-card-reverse-style .product_name {
	margin-bottom: 15px;
}

.product-card-reverse-style .product_name a,
#ga-product_related .ga-product_title, 
#ga-product_related select.ga-product_variant_select {
	color: #202020;
	font-size: 24px;
	font-weight: 800;
}

.featured_products_parts .product-card-reverse-style .product_name a,
.featured_products_top_sellers .product-card-reverse-style .product_name a,
#ga-product_related .ga-product_title, 
#ga-product_related select.ga-product_variant_select {
	font-size: 18px !important;
	min-height: auto !important;
}

#ga-product_related span.ga-product_price,
#ga-product_related .ga-product_oldprice {
    font-size: 18px !important;
	font-weight: 800;
}

span.ga-product_price-container {
	margin-top: 9px;
	margin-bottom: 30px !important;
}

.product-card-reverse-style .product_price {
	color: #f58226;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 35px;
}

.product-card-reverse-style .product_price .money {
	color: #f58226;
	font-size: 24px;
	font-weight: 800;
}

.product-card-reverse-style .product_price .money.money_sale {
	color: #9e9e9e;
	font-size: 24px;
	font-weight: 800;
	text-decoration: line-through;
}

.featured_products_parts .product-card-reverse-style .product_price .money,
.featured_products_parts .product-card-reverse-style .product_price .money.money_sale,
.featured_products_top_sellers .product-card-reverse-style .product_price .money,
.featured_products_top_sellers .product-card-reverse-style .product_price .money.money_sale {
	font-size: 18px;
}

/* COLLECTION PRODUCT LISTING (GRID/LIST) */
.product_collection.item3_1 {
	clear: left;
}

.view_list .product {
	width: 100%;
	float: none;
	overflow: hidden;
}
.view_list .product + .product {
	margin-top: 15px;
	border-top: 1px solid #bcbcbc;
}
.product_listing_main .view_list  .product_wrapper {
	padding-top: 15px;
}
.view_list .product_img {
	width: 200px;
	float: left;
}
.view_list .product_desc {
	display: block;
}

/*CUSTOM BOTTOM*/
#custom_bottom {
	position: relative;
	display: block;
	margin-top: 35px;
}
#custom_bottom h3 {
	margin:0px;
	font-size: 42px;
	font-weight: 900;
	color: #ffffff;
}
#custom_bottom p {
	margin-top: 12px;
	font-size: 11px;
	color: #ffffff;
}
#custom_bottom a {
	padding: 23px 30px 25px;
	display: block;
	background: #202020;
}
#custom_bottom figure {
	padding: 0;
}
#custom_bottom .row {
	margin: 0;
}
#custom_bottom .link {
	color: #f58226;
}
#custom_bottom:before,
#custom_bottom:after {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid rgba(255,255,255,0.1);
	z-index: 10;
}
#custom_bottom:before {
	left: 33.335%;
}
#custom_bottom:after {
	right: 33.335%;
}

#custom_bottom a:hover {
	background: #f58226;
}
#custom_bottom a:hover .link {
	color: #ffffff;
}
#custom_bottom a .link:hover {
	color: #fff;
}



/* HOMEPAGE BLOG */
.homepage_blog {
	position: relative;
	
}



/* 7.7 FOOTER */
footer {
	background: #eeeeee;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.footer_social {
	float: right;
	padding-top: 11px;
}

.footer_social li {
	display: inline-block;
	padding: 0 7px;
}

.footer_social li a {
	color: #f58226;
	font-size: 23px;
	font-family: "Font Awesome 7 Brands";
	font-style: normal;
}

.footer_social li a i {
	font-family: "Font Awesome 7 Brands";
	font-style: normal;
}

@media (min-width: 1200px) {
	.footer-info:after {
		content: '';
		background-color: #7e7e7e;
		width: 1px;
		height: 100%;
		position: absolute;
		right: 20%;
		top: 0;
	}
}

footer .copyright p {
	margin: 12px 0px;
	font-size: 14px;
	color: #7e7e7e;
}

footer .copyright a {
	color: #7e7e7e;
}

footer .copyright a:hover {
	color: #ffffff;
}



/* BACK TO TOP BUTTON */
#back_top {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0 0 615px;
	background: #f58226;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 50px;
	z-index: 999;
}
#back_top i {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
}
#back_top:hover {
	background: #f58226;
}



/********************************************************************************************************
                           8. COLLECTION PAGES
********************************************************************************************************/

/* 8.1 BREADCRUMBS */
.breadcrumb_wrap {
	margin: 15px 0 30px;
}
.breadcrumb {
	margin: 0px;
	color:#ffffff;
	background:#f58226;
	padding:10px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.breadcrumb a,
.breadcrumb > li + li:before {
	color:#ffffff;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}
.breadcrumb a:hover {
	color:#f58226;
}



/* 8.2 DESCRIPTIONS & TAGS */
.collection_info .collection_img {
	margin-top: 15px;
	text-align: center;
}
.collection_info .collection_desc {
	margin-top: 15px;
}
.collection_info .collection_desc .rte {
	margin: 0;
}

ul.tags {
	margin: 10px 0 0 0;
	list-style-type: none;
}
ul.tags li {
	float: left;
	margin: 5px 5px 0 0;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	background: #f58226;
	color: #ffffff;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}

ul.tags li a:hover,
ul.tags li.active a {
	background: #f58226;
	color: #ffffff;
}



/* 8.3 PRODUCTS SORTING */
.product_listing_controls {
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0 10px 10px 10px;
	background: #f0f0f0;
	border: 1px solid #bcbcbc;
}

.product_listing_toggle {
	float: left;
	font-size: 0;
}
.product_listing_toggle li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 10px 10px 0 0;
	border: 1px solid transparent;
	color: #202020;
	text-align: center;
	cursor: pointer;
	
-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	   -moz-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	    -ms-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	     -o-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	
}
.product_listing_toggle li.active {
	background: #ffffff;
	border-color: #bcbcbc;
	color: #f58226;
	cursor: default;
}
.product_listing_toggle li i {
	font-size: 17px;
	line-height: 30px;
}

.sort_by {
	float: right;
	margin: 10px 0 0 10px;
}
.sort_by label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.sort_by select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}

.show_products {
	float: right;
	margin: 10px 0 0 10px;
}
.show_products label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.show_products select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}
#product_listing_preloader {
	position: relative;
}
#product_listing_preloader p {
	width: 100%;
	height: 32px;
	background: url(//pandpsmallengines.com/cdn/shop/t/9/assets/bx_loader.gif?v=48914817761367347031763148752) 50% 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}



/* 8.4 COLLECTION LISTING */
.collection_listing_item {
	margin: 30px 0 0 0;
}
.collection_listing_item.item_4_1 {
	clear: left;
}
.collection_listing_item .collection_name {
	margin: 15px 0 0 0;
}
.collection_listing_item .collection_products {
	margin: 5px 0 0 0;
}
.collection_listing_item .collection_desc {
	margin: 5px 0 0 0;
}
.collection_listing_item .btn {
	margin: 15px 0 0 0;
}



/* 8.5 PAGINATION */
.products_count {
	height: 30px;
	float: left;
	margin: 10px 10px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

#pagination {
	display: inline-block;
	overflow: hidden;
	float:right;
	margin: 12px 10px 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
	margin-left: 1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 4px 16px;
	background: #f58226;
	color: #ffffff;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	;
}

#pagination span.current,
#pagination span a:hover {
	background: #f58226;
	color: #ffffff;
}
#pagination span.current {
	cursor: default;
}



/********************************************************************************************************
                           9. SIDEBAR WIDGETS
********************************************************************************************************/

.sidebar_widget ~ .sidebar_widget {
	margin: 30px 0 0 0;
}

.sidebar_widget .widget_header {
	margin: 0;
	font-size: 24px;
}

.sidebar_widget .widget_content {
	margin: 15px 0 0 0;
}



/* 9.1 LINKS LIST */
.sidebar_widget ul li ~ li {
	margin: 1px 0 0 0;
}
.sidebar_widget ul li a {
	display: block;
	padding: 7px 15px;
	color: #ffffff;
	background: #f58226;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
	color: #f58226;
}



/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {
	margin-top:30px;
	padding: 15px;
	border: 1px solid #bcbcbc;
}
.sidebar_widget .product ~ .product {
	margin: 5px 0 0 0;
}
.sidebar_widget .product_img {
	float:left;
	margin-right:10px;
	width: 100px;
}
.sidebar_widget .product_img a {
	padding: 10px;
}
.sidebar_widget .product_info {
	overflow:hidden;
	text-align:left;
}
.sidebar_widget .product_links form i {
	display: none;
}



/********************************************************************************************************
                           10. SEARCH RESULTS PAGE
********************************************************************************************************/

#searchresults {
	margin: 0;
}
#searchresults .search-form {
	margin: 15px 0 0 0;
}
#searchresults .search-form input {
	width: 100%;
	float: left;
	padding: 7px 34px 7px 10px;
}
#searchresults .search-form button {
	width: 34px;
	height: 34px;
	float: left;
	margin: 0 0 0 -34px;
	background: none;
	border: none;
	font-size: 20px;
	color: #f58226;
}
#searchresults .search-form button:hover {
	color: #f58226;
}
#searchresults .search-form button i {
	line-height: 32px;
}

#searchresults h3 {
	margin: 0;
	padding: 0;
} 

#searchresults ol {
	list-style-type: none;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #bcbcbc;
}
#searchresults ol li {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #bcbcbc;
}
#searchresults ol li .search-result_image {
	float: left;
	margin-right: 15px;
}
#searchresults ol li .search-result_container {
	padding: 15px 0 0 0;
}




/********************************************************************************************************
                           11. PRODUCT PAGE
********************************************************************************************************/


/* 11.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {
	border: 3px solid #e1e1e1;
	width: 100% !important;
	height: auto !important;
	position: relative !important;
}

#elevatezoom_big {
	object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1;
}

#elevatezoom_big ~ #elevatezoom_big {
	width: 0 !important;
	height: 0 !important;
}

.zoomWrapper {
    border: 1px solid #bcbcbc;
    width: 600px !important;
    height: 600px !important;
    overflow: hidden;
}

.zoomContainer {
	z-index: 1 !important;
}

.zoomLens {
	z-index: 1 !important;
}

.zoomWindow {
	margin: -1px 0 0 0 !important;
}

/* THUMBS */
.product_images .bx-wrapper {
	max-width: 100% !important;
	margin: 12px 0 0 0;
	padding: 0 30px;
	position: relative;
	z-index: 15;
}

#elevatezoom_gallery a {
	width: 100px !important;
	display: block;
	margin: 0 4px;
	border: 3px solid #e1e1e1;
}

.product_images .bx-wrapper img {
    max-width: 100%;
    height: auto;
    max-height: 64px;
}

.product_images .bx-controls a {
	display: block;
	overflow: hidden;
	margin: -10px 0 0 0;
	line-height: 1em;
	text-align: center;
	position: absolute;
	top: 35%;
	background: transparent;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.product_images .bx-controls a:hover {
	opacity: 0.7;
}

.product_images .bx-controls a:before {
	font: 40px/40px FontAwesome;
	font-weight: 400;
	color: #cbcbcb;
}

.product_images .bx-controls a.bx-prev {
	left: 0;
}

.product_images .bx-controls a.bx-prev:before {
	content: "\f104";
}

.product_images .bx-controls a.bx-next {
	padding: 0 0 0 1px;
	right: 0;
}

.product_images .bx-controls a.bx-next:before {
	content: "\f105";
}



/* 11.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -2px 0 0 0;
	font-size: 20px;
}

.product_wrap .product-price {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
}
#purchase label {
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0 !important;
	line-height: 50px;
}
#purchase #quantity {
	border: #e1e1e1 solid 3px;
	font-size: 18px;
	font-style: italic;
	width: 57px;
	height: 50px;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 9px 0 8px;
	outline: none;
	text-align: center;
}

.product_wrap .variants-wrapper {
	margin: 0 -10px;
	overflow: hidden;
}
.product_wrap .selector-wrapper {
	width: 33.33333333333333%;
	float: left;
	padding: 15px 10px 0 10px;
}
.product_wrap .selector-wrapper label {
	display: block;
	line-height: 1.5em;
	text-align: left;
}
.product_wrap .selector-wrapper select {
	width: 100%;
	height: 37px;
	padding: 5px;
}

.product_wrap .product_details {
	margin: 0;
	padding-left: 25px;
	border: none !important;
}

.product_wrap .product_details > div {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.product_wrap .product_details > div:first-child {
	margin-right: 40px;
}

.product_wrap .product_details div strong {
    font-weight: 800;
    letter-spacing: 1px;
}

.product_wrap .product_details div a {
    color: #202020;
}

.product_wrap #product_description h4 {
	padding-bottom: 0;
	border: none;
	text-transform: none;
}

#ga-product_related h2.ga-title.section-title {
	color: #202020;
	font-size: 24px;
	font-family: acumin-pro, sans-serif;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    letter-spacing: 2px;
	margin-bottom: 45px;
	text-transform: uppercase;
}

#ga-product_related h2.ga-title.section-title span {
    background-color: #fff;
    display: inline-block;
    padding-right: 20px;
}

#ga-product_related h2.ga-title.section-title:after {
    content: "";
    display: block;
    border-bottom: 3px solid #e1e1e1;
    margin-top: -10px;
}

/* 11.3 PRODUCT PAGINATION */
.product_wrap .pagination_product {
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}
.product_wrap .pagination_product li.left-arrow {
	float: left;
}
.product_wrap .pagination_product li.right-arrow {
	float: right;
}

/* 11.4 RELATED PRODUCTS */
.widget_related_products h3 {
	margin: 30px 0 0 0;
}

ul.product_listing_related {
	list-style-type: none;
}

ul.product_listing_related .product_img {
	margin-bottom: 40px;
}

ul.product_listing_related .product_img a {
	border: 3px solid #e1e1e1;
    padding: 15px;
    text-align: center;
}

@media (min-width: 600px) {
    ul.product_listing_related .product_img a img {
        height: 174px;
        width: auto;
        object-fit: contain;
    }
}

ul.product_listing_related .product_name {
	min-height: 0;
}



/********************************************************************************************************
                           12. BLOG
********************************************************************************************************/

/* 12.1 POSTS LISTING */
.blog-article {
	padding: 15px 0 0 0;
}
.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #bcbcbc;
}
.article_header .product_name {
	font-size:20px;
}
.article_header .product_name a {
	font-size:20px;
}
.article_header .product_name a:hover {
}

.blog-article_meta-comments {
	float: right;
	padding: 8px 0 0 15px;
}

.blog-article_date,
.blog-article_meta-tags {
	font-style: italic;
}

.blog-article_meta-tags a {
	text-decoration: underline;
}



/* 12.2 SINGLE POST */
.article_meta-comments {
	float: right;
	padding: 8px 0 0 15px;
}
.article_meta-tags a {
	text-decoration: underline;
}

.article_date,
.article_meta-tags,
.article_meta {
	font-style: italic;
}


#comments ul {
	list-style-type: none;
}
#comments .comment-author {
	word-wrap: break-word;
}

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
	width: 100%;
}

.comment-form #comment-body {
	min-height: 100px;
	margin-bottom: 15px;
}

.article_comments-form {
	padding-bottom: 10px;
	margin-top: 1em;
	padding-top: 10px;
}

.section-title {
	margin-bottom: 2px;
	padding-bottom: 8px;
}

.comment-form .row {
	margin-bottom: 1em;
}



/********************************************************************************************************
                           13. CUSTOMER PAGES
********************************************************************************************************/

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */
.customer_name {
	text-transform: none !important;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: ;
}
.customer_name a {
	float: right;
}



/* 13.3 ADDRESSES */
.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.customer_addresses ul.customer_addresses_actions li a i {
	margin: 0 5px 0 0;
	line-height: inherit;
}

.customer_addresses .col-sm-offset-4 label {
	line-height: 1.6em;
}
.address_table .address_title {
	vertical-align: baseline;
}
.address_table .address_title .address_actions {
	vertical-align: baseline;
	float: right;
	margin: 0 0 0 15px;
	text-transform: none;
}
.address_table .address_title .address_actions span {
	vertical-align: baseline;
}

ul.address {
	list-style-type: none;
}



/* 13.4 ORDERS */
.order_date {
	margin: 15px 0 0 0;
}
#customer_orders  {
	margin-top: 20px;
}
#customer_orders th {
	vertical-align: middle;
	border-top: 1px solid #dedcdc;
}
#order_details {
	margin: 30px 0 0 0;
}



/********************************************************************************************************
                           14. CART PAGE
********************************************************************************************************/

/* 14.1 CART PRODUCTS */
.cart-list {
	overflow: hidden;
}

.cart-list > .row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bcbcbc;
}

.cart-list .item_image {
	text-align: center;
}
.cart-list .item_image a {
	width: 195px;
	display: block;
}
.cart-list .item_image a img {
	max-width: 100%;
}

.cart-list .product_name {
	margin: 0 10px 0 0;
}

.cart-list .item_remove {
	margin: 0 0 0 10px;
}
.cart-list .item_remove a {
	font-size: 20px;
	color: #fe2a2a;
}
.cart-list .item_remove a:hover {
	color: #f58226;
}

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #bcbcbc;
	color: #888;
  padding-bottom:5px;
}

/*.wallet-cart-grid, shopify-accelerated-checkout-cart shop-pay-wallet-button {
  align-items: center !important;
  justify-content: right !important;
} */

.cart-list .item_price {
	padding: 10px 0 0 0;
}
.cart-list .item_price .price {
	line-height: 37px;
}

.cart-list .item_price label {
	padding: 0;
	line-height: 37px;
}
.cart-list .item_price .input-small {
	width: 60px !important;
	height: 37px;
	display: inline-block;
	padding: 9px 5px 8px;
	text-align: center;
}
.cart-list .item_price .total {
	text-align: right;
}
.cart-list .item_price .total h3 {
	vertical-align: baseline;
	border: none;
}

.cart_subtotal h3 {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #bcbcbc;
}
.cart_subtotal h3 .money {
	float: right;
	font-size: inherit;
}

.cart_buttons {
	margin: 30px 0; display: block !important;
  float: right;
  text-align: right;
}
.cart_buttons .btn {min-height:54px; font-weight:bold; min-width:150px;}
.cart_buttons .btn:hover {opacity:0.8; color:#fff !important;}
.cart_buttons .or {margin:0 10px;}

.cart_instructions textarea {
	width: 100%;
}
#payment-methods {
	overflow: hidden;
}
#payment-methods ul {
	list-style-type:none;
	list-style-position: outside;
}
#payment-methods ul li {
	float:left;
	padding: 15px 15px 0 0;
}



/* 14.2 GUEST CHECKOUT */
#guest {
	padding: 30px 0 0 0;
}
#guest form {
	padding: 15px 0 0 0;
}




/********************************************************************************************************
                           15. CONTACTS PAGE
********************************************************************************************************/

.contact-scope #google_map {
	margin: 15px 0;
}
.contact-scope iframe {
	width: 100%;
	margin: 15px 0;
	border: 1px solid #bcbcbc;
}


.contact-form textarea {
	width: 100%;
}



/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/

.template-404 h2,
.template-404 h2 a {
	vertical-align: baseline;
}

/********************************************************************************************************
                           17. P AND P CUSTOMIZATIONS
********************************************************************************************************/

ul#product-manuals li {
  width: 31%;
  display: inline-block;
  margin: 10px 1%;
  background: #efefef;
  text-align: center;
  min-height: 200px;
  padding:10px;
}
.manuals-list li {
  list-style: inside;
  margin: 5px 0;
  font-weight:600;
}