/* reset.css */
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
{margin: 0;padding: 0;border: 0;outline: none !important;vertical-align: top;background: transparent;font-weight: normal;line-height: 1.5em;}


ol, ul {list-style:none;}
a, span {vertical-align:baseline;}
b, strong {font-weight: bold;}
i, dfn {font-style: italic;}
img {max-width: 100%;}


/* ************************************* GLOBAL THEME STYLES ************************************* */

html, body {height: 100%;}


/* 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;}


/* custom selects global styles */
.customselect_wrap {position: relative;cursor: pointer;}
.customselect_wrap select {margin: 0;padding: 0;border: none;z-index: 100;cursor: pointer;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.customselect_wrap span.customSelect {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


/* hover transitions */
.trs_hover {
-webkit-transition: 0.6s ease-in-out;
   -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
     -o-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
}
.trs_hover:hover {
-webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
}



/* ************************************* TYPOGRAPHY ************************************* */




body {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #888888;}


/* HEADINGS */



.column_center h1,
.column_center h2,
.column_center h3,
.column_center h4,
.column_center h5,
.column_center h6 {margin: 15px 0;padding: 0 0 5px 0;border-bottom: 1px solid #6bb700;font: normal 15px Open Sans;color: #6bb700;text-transform: uppercase;}

.column_center h2,
.column_center h3,
.column_center h4 {font-size: 0.9em;}

.column_center h5,
.column_center h6 {font-size: 0.7em;}

.column_center .page_heading {margin: 0;padding: 14px 30px;font: normal 15px Open Sans;color: #ffffff;
background: #ff5200; /* Old browsers */
background: -webkit-linear-gradient(top, #ff5200 0%,#bb4b01 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5200), color-stop(100%,#bb4b01)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ff5200 0%, #bb4b01 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ff5200 0%,#bb4b01 100%); /* IE10+ */
background: -o-linear-gradient(top, #ff5200 0%,#bb4b01 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ff5200 0%,#bb4b01 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5200', endColorstr='#bb4b01',GradientType=0 ); /* IE6-8 */
}
.column_center .page_heading a {float: right;color: #ffffff;text-transform: uppercase;}
.column_center .page_heading a:hover {text-decoration: underline;}


/* PARAGRAPHS */
p {margin: 15px 0;padding: 0;}


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


/* LINKS */
a {color: #6e6e6e;text-decoration: none;}
a:hover, a:focus {color: #88bb48;}


/* PRODUCT NAME */
.product_name {font-size: 12px;color: #8e8e8e;text-transform: uppercase;}
.product_name a {color: #8e8e8e;}
.product_name a:hover {color: #8fbf4d;}


/* PRODUCT DESCRIPTION */
.product_desc {font-size: 12px;color: #bbbbbb;}


/* PRODUCT PRICE */
.money {font-weight: bold;color: #3f3f3f;}
.compare-at-price {color: #bbb;text-decoration: line-through;}


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

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

.rte h1 {font-size: 19px;}
.rte h2 {font-size: 17px;}
.rte h3 {font-size: 16px;}
.rte h4 {font-size: 14px;}
.rte h5 {font-size: 13px;}
.rte h6 {font-size: 12px;}



/* ************************************* GRADIENTS ************************************* */

.gradient1 {
background: #6bb700; /* Old browsers */
background: -webkit-linear-gradient(top, #6bb700 0%,#569004 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bb700), color-stop(100%,#569004)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #6bb700 0%, #569004 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #6bb700 0%,#569004 100%); /* IE10+ */
background: -o-linear-gradient(top, #6bb700 0%,#569004 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #6bb700 0%,#569004 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb700', endColorstr='#569004',GradientType=0 ); /* IE6-8 */
}

.gradient2 {
background: #ff5200; /* Old browsers */
background: -webkit-linear-gradient(top, #ff5200 0%,#bb4b01 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5200), color-stop(100%,#bb4b01)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ff5200 0%, #bb4b01 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ff5200 0%,#bb4b01 100%); /* IE10+ */
background: -o-linear-gradient(top, #ff5200 0%,#bb4b01 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ff5200 0%,#bb4b01 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5200', endColorstr='#bb4b01',GradientType=0 ); /* IE6-8 */
}

.gradient3 {
background: #313131; /* Old browsers */
background: -webkit-linear-gradient(top, #313131 0%,#313131 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(100%,#313131)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #313131 0%, #313131 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #313131 0%,#313131 100%); /* IE10+ */
background: -o-linear-gradient(top, #313131 0%,#313131 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #313131 0%,#313131 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#313131',GradientType=0 ); /* IE6-8 */
}

.gradient4 {
background: #dbdbdb; /* Old browsers */
background: -webkit-linear-gradient(top, #dbdbdb 0%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #dbdbdb 0%, #c2c2c2 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #dbdbdb 0%,#c2c2c2 100%); /* IE10+ */
background: -o-linear-gradient(top, #dbdbdb 0%,#c2c2c2 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #dbdbdb 0%,#c2c2c2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-8 */
}

.gradient5 {
background: #ffffff; /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
}

.gradient6 {
background: #f7f7f7; /* Old browsers */
background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #f7f7f7 0%,#ffffff 100%); /* IE10+ */
background: -o-linear-gradient(top, #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}



/* ************************************* FORMS ************************************* */

label {font-weight: bold;font-size: 12px;}

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 #d9d9d9;font: normal 13px 'Arial';color: #888888;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border-radius: 0;
box-shadow: none;
}

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

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

.form-control: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;}


/* HORIZONTAL FORMS */
.form-horizontal {}
.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;}



/* ************************************* ALERT ************************************* */

.alert {margin: 15px 0;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}

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

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



/* ************************************* BUTTONS ************************************* */

.btn,
.btn a,
.btn-info,
.btn-primary {min-height: 33px;padding: 9px 15px 9px 15px;border: none !important;color: #ffffff !important;font: normal 12px 'Arial';text-transform: uppercase;
background: #ff5200; /* Old browsers */
background: -webkit-linear-gradient(top, #ff5200 0%,#bb4b01 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5200), color-stop(100%,#bb4b01)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ff5200 0%, #bb4b01 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ff5200 0%,#bb4b01 100%); /* IE10+ */
background: -o-linear-gradient(top, #ff5200 0%,#bb4b01 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ff5200 0%,#bb4b01 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5200', endColorstr='#bb4b01',GradientType=0 ); /* IE6-8 */
border-radius: 0 !important;
box-shadow: none !important;
}

.btn-cart {width: 33px;height: 33px;padding: 0;border: none !important;
background: #6bb700; /* Old browsers */
background: -webkit-linear-gradient(top, #6bb700 0%,#569004 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bb700), color-stop(100%,#569004)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #6bb700 0%, #569004 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #6bb700 0%,#569004 100%); /* IE10+ */
background: -o-linear-gradient(top, #6bb700 0%,#569004 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #6bb700 0%,#569004 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb700', endColorstr='#569004',GradientType=0 ); /* IE6-8 */
}
.btn-cart i {vertical-align: top;font-size: 22px;line-height: 1em;}

.btn:hover,
.btn:focus,
.btn:hover a,
.btn:focus a,
.btn-info:hover,
.btn-info:focus,
.btn-primary:hover,
.btn-primary:focus {border: none !important;
background: #dbdbdb; /* Old browsers */
background: -webkit-linear-gradient(top, #dbdbdb 0%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #dbdbdb 0%, #c2c2c2 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #dbdbdb 0%,#c2c2c2 100%); /* IE10+ */
background: -o-linear-gradient(top, #dbdbdb 0%,#c2c2c2 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #dbdbdb 0%,#c2c2c2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-8 */
}



/* ************************************* GLOBAL LAYOUT ************************************* */

body {background: #313131;}

#wrapper {overflow: hidden;

	background-color: #ffffff;

}

.page_container {max-width: 1238px;margin: 0 auto;}

.page_container_main {margin-top: 52px;border-top: 8px solid #6bb700;position: relative;z-index: 2;}
.page_container_main:after {content: '';width: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 100px;z-index: -2;
-webkit-box-shadow: 0 55px 45px 1px rgba(0,0,0,0.3);
        box-shadow: 0 55px 45px 1px rgba(0,0,0,0.3);
}
.page_container_main_inner {background: #ffffff;}

.container {padding: 0;}

#main {padding-top: 15px;}
.template-index #main {padding-top: 30px;}

#main_content,
.column .widget {margin-bottom: 30px !important;}

#bottom {background: #1b1b1b;
background: #1b1b1b; /* Old browsers */
background: -moz-linear-gradient(bottom,  #1b1b1b 0%, #252525 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#1b1b1b), color-stop(100%,#252525)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(bottom,  #1b1b1b 0%,#252525 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(bottom,  #1b1b1b 0%,#252525 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(bottom,  #1b1b1b 0%,#252525 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b1b1b 0%,#252525 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#252525',GradientType=0 ); /* IE6-8 */
}



/* ************************************* SIDEBAR CONFIGURATION ************************************* */

/* NO SIDEBAR */
.sidebar_none {}


/* LEFT SIDEBAR */
.sidebar_left {}
.sidebar_left .column_center {width: 100%;}
.sidebar_left .column_center #main_content {margin: 0 0 0 25%;}
.sidebar_left .column_left {margin-left: -100%;}


/* RIGHT SIDEBAR */
.sidebar_right {}


/* BOTH SIDEBARS */
.sidebar_both {}
.sidebar_both .column_center {width: 100%;}
.sidebar_both .column_center #main_content {margin: 0 25%;}
.sidebar_both .column_left {margin-left: -100%;}
.sidebar_both .column_right {margin-left: -25%;}


/* NOSIDEBAR PAGES */
.sidebar_off .column_center #main_content {margin: 0;}



/* ************************************* HEADER ************************************* */

#header {}


#logo {float: left;margin: 22px 0 0 0;}
#logo a {}


.header_cart {float: right;margin: 38px 0 0 0;}
.header_cart a {display: block;overflow: hidden;}
.header_cart a i.fa-shopping-cart {width: 59px;height: 59px;display: block;float: left;font-size: 38px;color: #fff;text-align: center;line-height: 58px;}
.header_cart a b {display: block;padding: 11px 0 0 0;}
.header_cart a span.gradient5 {width: 90px;height: 59px;display: block;float: left;padding: 0 0 0 15px;border: 1px solid #d9d9d9;border-left: none;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.header_cart a span.count {margin: 0 3px 0 0;}
.header_cart a span.cart-total-items {color: #b3b3b3;text-transform: uppercase;}

.header_cart a:hover i {background: #6bb700;}

.header_cart a:hover b,
.header_cart a:hover span {color: #88bb48;}


.header_currency {float: right;margin: 54px 22px 0 0;}
.header_currency .customselect_wrap {display: inline-block;}
.header_currency .customselect_wrap span.customSelect {width: 65px;height: 26px;padding: 0 0 0 6px;background: #f7f7f7;border: 1px solid #d9d9d9;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.header_currency .customselect_wrap span.customSelect span {font: bold 12px/24px 'Arial';color: #6e6e6e;}
.header_currency .customselect_wrap i {width: 23px;height: 26px;display: block;font-size: 14px;color: #fff;text-align: center;line-height: 26px;position: absolute;right: 0;top: 0;z-index: 1;}
.header_currency #currencies {width: 65px;height: 26px;}
.header_currency #currencies option {}

.header_user {float: right;margin: 54px 22px 0 0;line-height: 26px;}
.header_user a {}
.header_user b {margin: 0 7px;vertical-align: baseline;}
.header_user i {margin: 0 3px 0 0;vertical-align: baseline;}


#navigation {height: 63px;clear: both;margin: 28px 0 0 0;border-bottom: 8px solid #569004;
-webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
        box-sizing: content-box;
}
#navigation .container {}

.sf-menu {}
.sf-menu li {position: relative;}

.sf-menu > li {float: left;border-right: 1px solid #4e4e4e;}
.sf-menu > li > a {height: 63px;display: block;padding: 0 24px 0 25px;border-right: 1px solid #222;font: normal 14px/63px 'Arial';color: #ffffff;text-transform: uppercase;}

.sf-menu > li.active,
.sf-menu > li:hover {border-color: #6bb700;}

.sf-menu > li.active > a,
.sf-menu > li:hover > a {border-color: #569004;
background: #6bb700; /* Old browsers */
background: -webkit-linear-gradient(top, #6bb700 0%,#569004 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bb700), color-stop(100%,#569004)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #6bb700 0%, #569004 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #6bb700 0%,#569004 100%); /* IE10+ */
background: -o-linear-gradient(top, #6bb700 0%,#569004 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #6bb700 0%,#569004 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb700', endColorstr='#569004',GradientType=0 ); /* IE6-8 */	
}


.sf-menu ul {width: 230px !important;background: #569004;border-top: 8px solid #569004;position: absolute;left: 0;top: 63px;z-index: 1000;}
.sf-menu ul li {border-top: 1px solid #6bb700;}
.sf-menu ul li + li {}
.sf-menu ul li a {display: block;padding: 8px 10px;color: #ffffff;}

.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {background: #6bb700;}

.hidden-lg {width: 100%;padding: 5px;background: #eee;border: none;cursor: pointer;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


.header_search {width: 213px;height: 34px;float: right;margin: 15px 15px 0 0;}
.header_search #search-field {width: 100%;height: 34px;float: left;padding: 0 34px 0 10px;background: #272727;border: 1px solid #222;border-right-color: #646464;border-bottom-color: #646464;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
}
.header_search #search-field:focus {color: #fff;}
.header_search #search-submit {width: 34px;height: 34px;float: left;margin: 0 0 0 -34px;padding: 0 !important;background: none;border: none;font-size: 20px;color: #707070;}
.header_search #search-submit:hover {color: #fff;}



/************************************* NIVOSLIDER *************************************/

.nivoSlider {width: 100%;height: auto;overflow: hidden;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 {position: relative;z-index: 1;}

.nivoSlider {}

/*Changed 8-14-14*/
/*.nivo-caption {width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 8;
display: none;
}*/

.nivo-caption {width:0;height: 100%;position: absolute;left: 0;top: 0;z-index: 8;
  display: none;}

.nivo-caption > div {width: 440px;position: absolute;right: 20px;top: 0;}

.nivo-caption h2 {margin: 0;padding: 112px 0 0 0;font: 300 40px Open Sans;color: #ffffff;}
.nivo-caption h3 {margin: 0;padding: 3px 0 0 0;font: 600 60px/54px Open Sans;color: #ffffff;text-transform: uppercase;}
.nivo-caption h4 {margin: 0;padding: 0;}
.nivo-caption h5 {margin: 34px 0 0 0;padding: 0 18px;display: inline-block;font: 400 15px/41px Open Sans;color: #ffffff;text-transform: uppercase;}
.nivo-caption h5:hover {background: #6bb700;}

.nivo-caption-1 {width: 470px;right: auto;left: 700px;}

.nivo-caption-2 {width: 470px;right: auto;left: 107px;}
.nivo-caption-2 h2 {margin: 0;padding: 112px 0 0 0;font: 300 40px Open Sans;color: #888888;}
.nivo-caption-2 h3 {margin: 0;padding: 3px 0 0 0;font: 600 60px/54px Open Sans;color: #6bb700;text-transform: uppercase;}
.nivo-caption-2 h4 {margin: 0;padding: 0;}
.nivo-caption-2 h5 {}

.nivo-caption-3 {width: 470px;right: auto;left: 107px;}
.nivo-caption-3 h2 {margin: 0;padding: 70px 0 0 0;font: 300 40px Open Sans;color: #ffeacb;}
.nivo-caption-3 h3 {margin: 0px 0 0 0; padding: 0;font: 300 90px Open Sans;color: #ffffff;text-transform: none;line-height:90px;}
.nivo-caption-3 h4 {margin: 0px 0 0 0;padding: 0;font: 300 25px Open Sans;color: #5d574c;text-transform: uppercase;}
.nivo-caption-3 h5 {margin: 36px 0 0 0;}

.nivo-caption-4 {width: 470px;right: auto;left: 700px;}


.nivo-controlNav {padding: 0 25px;position: absolute;right: 0;bottom: 25px;z-index: 10;}
.nivo-controlNav a {width: 22px;height: 0;display: inline-block;overflow: hidden;vertical-align: top;padding: 22px 0 0 0;background: #6bb700;cursor: pointer;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
}
.nivo-controlNav a + a {margin: 0 0 0 9px;}
.nivo-controlNav a:hover {
background: #6bb700; /* Old browsers */
background: -webkit-linear-gradient(top, #6bb700 0%,#569004 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bb700), color-stop(100%,#569004)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #6bb700 0%, #569004 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #6bb700 0%,#569004 100%); /* IE10+ */
background: -o-linear-gradient(top, #6bb700 0%,#569004 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #6bb700 0%,#569004 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb700', endColorstr='#569004',GradientType=0 ); /* IE6-8 */
}
.nivo-controlNav a.active {cursor: default;
background: #6bb700; /* Old browsers */
background: -webkit-linear-gradient(top, #6bb700 0%,#569004 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bb700), color-stop(100%,#569004)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #6bb700 0%, #569004 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #6bb700 0%,#569004 100%); /* IE10+ */
background: -o-linear-gradient(top, #6bb700 0%,#569004 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #6bb700 0%,#569004 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb700', endColorstr='#569004',GradientType=0 ); /* IE6-8 */
}



/* ************************************* BREADCRUMBS ************************************* */

.breadcrumb {margin: 0 0 15px 0;background: #f7f7f7;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}



/* ************************************* SHOWCASE ************************************* */

#showcase {overflow: visible;}

#showcase .row {}

#showcase .custom_showcase {margin-top: 30px;}
#showcase .custom_showcase a {display: block;position: relative;z-index: 2;}
 
#showcase .custom_showcase a:before {content: "";position: absolute;top: 50%;bottom: 0px;left: 35px;right: 35px;z-index: -2;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.25);
   -moz-box-shadow: 0 0 20px rgba(0,0,0,0.25);
        box-shadow: 0 0 20px rgba(0,0,0,0.25);
-moz-border-radius: 100px / 15px;
     border-radius: 100px / 15px;
-webkit-transition: 0.6s ease-in-out;
   -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
     -o-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
}

#showcase .custom_showcase a:hover:before {
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
-webkit-transition: 0.2s ease-in-out;
   -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
}






#showcase .custom_showcase1 {}

#showcase .custom_showcase2 {}

#showcase .custom_showcase3 {}

#showcase .custom_showcase4 {}



/* ************************************* BOTTOM ************************************* */

#bottom {padding-bottom: 81px;}

#bottom .page_container {position: relative;z-index: 100;}

#bottom h3 {margin: 0;padding: 54px 0 0 0;font: normal 12px 'Arial';color: #ffffff;text-transform: uppercase;}

#bottom .custom_footer {}
#bottom .custom_footer ul {padding: 9px 0 0 0;}
#bottom .custom_footer ul li {padding: 4px 0 0 0;}
#bottom .custom_footer ul li a {color: #888888;}
#bottom .custom_footer ul li a:hover {color: #88bb48;}

#bottom .custom_footer1 {}

#bottom .custom_footer2 {}

#bottom .custom_footer3 {}
#bottom .custom_footer3 ul {}
#bottom .custom_footer3 ul li {}
#bottom .custom_footer3 ul li a {}
#bottom .custom_footer3 ul li a i {width: 14px;display: inline-block;margin: 0 7px 0 0;font-size: 14px;color: #ffffff;text-align: center;position: relative;top: 1px;}

#bottom .custom_footer4 {}
#bottom .custom_footer4 ul {}
#bottom .custom_footer4 ul li {}
#bottom .custom_footer4 ul li i {display: inline-block;vertical-align: middle;margin: 0 7px 0 0;color: #ffffff;}
#bottom .custom_footer4 ul li i.fa-phone-square {font-size: 25px;}
#bottom .custom_footer4 ul li i.fa-envelope {font-size: 21px;}



/* ************************************* FOOTER ************************************* */

#footer {border-top: 1px solid #6bb700;}
#footer .copyright {padding: 18px 0;font: normal 11px 'Arial';color: #707070;}
#footer .copyright a {font: normal 11px 'Arial';color: #707070;}
#footer .copyright a:hover {color: #ffffff;}



/* ************************************* PRODUCT LISTING ************************************* */

.product-listing .product_alpha {clear: left;}

#main_content .product {margin-top: 30px;}
#main_content .product > div {border: 1px solid #d9d9d9;}

#main_content .product .product_img {border-bottom: 1px solid #d9d9d9;}
#main_content .product .product_img:hover {
background: #f7f7f7; /* Old browsers */
background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #f7f7f7 0%,#ffffff 100%); /* IE10+ */
background: -o-linear-gradient(top, #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
#main_content .product .product_img a {display: block;padding: 50px;}

#main_content .product .product_info {padding: 0 20px 20px 20px;border-top: 1px solid #ffffff;}

#main_content .product .product_name {padding: 15px 0;}
#main_content .product .product_desc {}

#main_content .product .product_price_links {overflow: hidden;}

#main_content .product .product_price {float: left;padding: 5px 0 0 0;}
#main_content .product .product_price .money {font: normal 19px 'Arial';}
#main_content .product .product_price .compare-at-price {padding: 0 0 0 3px;font: bold 12px 'Arial';}

#main_content .product .product_links {float: right;}
#main_content .product .product_links form {float: left;margin: 0 5px 0 0;}
#main_content .product .product_links a {}




/* ************************************* PAGINATION ************************************* */

.pagination {margin: 30px 0 0 0;}

.pagination > li > a,
.pagination > li > span {border: 1px solid #d9d9d9;
-webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
        border-radius: 0 !important;
}

.pagination span.current {font-weight: bold;color: #88bb48;}

.pagination > li > span {display: block;padding: 0;}
.pagination > li > span a {display: block;padding: 6px 12px;}
.pagination > li > span.current {display: block;padding: 6px 12px;background: none;cursor: default;}



/* ************************************* SIDEBAR WIDGETS ************************************* */

.column .widget {}

.column .widget h3.widget_header {margin: 0;padding: 14px 30px;font: normal 15px Open Sans;color: #ffffff;text-transform: uppercase;
background: #dbdbdb; /* Old browsers */
background: -webkit-linear-gradient(top, #dbdbdb 0%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #dbdbdb 0%, #c2c2c2 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #dbdbdb 0%,#c2c2c2 100%); /* IE10+ */
background: -o-linear-gradient(top, #dbdbdb 0%,#c2c2c2 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #dbdbdb 0%,#c2c2c2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-8 */
}


/* COLLECTIONS */
.column .widget__collections h3.widget_header {
background: #6bb700; /* Old browsers */
background: -webkit-linear-gradient(top, #6bb700 0%,#569004 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bb700), color-stop(100%,#569004)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #6bb700 0%, #569004 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #6bb700 0%,#569004 100%); /* IE10+ */
background: -o-linear-gradient(top, #6bb700 0%,#569004 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #6bb700 0%,#569004 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb700', endColorstr='#569004',GradientType=0 ); /* IE6-8 */
}

.column .widget ul.list {}
.column .widget ul.list li {padding: 9px 20px 8px 20px;
background: #ffffff; /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */
}
.column .widget ul.list li i {margin: 0 8px 0 0;font-size: 13px;color: #c9c9c9;line-height: 1.3em;}
.column .widget ul.list li a {color: #7f7f7f;text-transform: uppercase;}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {color: #88bb48;}


/* SPECIALS */
.widget__specials {}
.widget__specials .widget_content {overflow: hidden;padding: 20px;border: 1px solid #d9d9d9;}
.widget__specials .product_img {width: 95px;float: left;margin: 0 15px 0 0;}
.widget__specials .product_info {}
.widget__specials .product_info .product_name {padding: 0 0 11px 0;}
.widget__specials .product_info .money {font: normal 19px 'Arial';color: #6bb700;}
.widget__specials .product_info .sale {margin: 0 0 0 5px;font: normal 10px 'Arial';color: #6bb700;}
.widget__specials .product_info .compare-at-price {display: block;font: normal 19px 'Arial';color: #6bb700;}
.widget__specials .product_links {clear: both;padding: 20px 0 0 0;}



/*===========================================*/
/* Collections view*/

ul.tags {margin-bottom: 2em;}

.tags li {margin-right: 1em;margin-bottom: 0.5em;}
.tags li a {}
.tags li a:hover{}
.tags li.active{}
.tags li.active a{}



/* ************************************* SEARCH RESULTS PAGE ************************************* */

#searchresults {margin: 0;}
#searchresults .search-form {margin: 15px 0 0 0;}
#searchresults .search-form input {width: 100%;float: left;padding: 0 34px 0 10px;}
#searchresults .search-form button {width: 34px;height: 34px;float: left;margin: 0 0 0 -34px;padding: 0 !important;background: none;border: none;font-size: 20px;color: #6e6e6e;}
#searchresults .search-form button:hover {color: #88bb48;}

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

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



/* ************************************* PRODUCT PAGE ************************************* */

.product_wrap {}

#product_image-container {overflow: hidden;}

.product_wrap .bxslider {margin: 0;}
.product_wrap .bxslider li {}
.product_wrap .bxslider li a {}

.product_image .bx-wrapper {overflow: hidden;border: 1px solid #d9d9d9;}

.product_wrap #bx-pager {width: 360px;}
.product_wrap #bx-pager a {width: 105px;overflow: hidden;margin: 15px 15px 0 0;border: 1px solid #d9d9d9;}


.product_wrap .product_name {margin: -2px 0 0 0;font-size: 15px;}

.product_wrap .product-price {padding: 0;}
.product_wrap .product-price .money {font: normal 19px 'Arial';}
.product_wrap .product-price .compare_at_price {color: #ccc;text-decoration: line-through;}

.product_wrap .variants-wrapper {padding: 15px 0 0 0;}
.product_wrap .variants-wrapper label {margin-right: 10px;}

.product_wrap #purchase {}
.product_wrap #purchase label {display: inline-block;margin: 0;padding: 0 !important;line-height: 37px;}
.product_wrap #purchase #quantity {width: 50px;height: 37px;display: inline-block;margin: 0 10px;padding: 0 10px;outline: none;text-align: center;}
.product_wrap #purchase #add-to-cart {width: auto;height: 37px;padding: 9px 15px 9px 15px;}
.product_wrap #purchase #add-to-cart i {vertical-align: middle;margin: 0 5px 0 0;font-size: 15px;line-height: 1.5em;position: relative;top: -2px;}

    
.product_wrap .product_details {margin: 15px 0 0 0;padding: 10px 0 15px 0;border: 1px solid #e1e1e1;border-width: 1px 0;}
.product_wrap .product_details > div {padding: 5px 0 0 0;}

.product_wrap #product_description {}
.product_wrap #product_description h3 {padding: 15px 0 10px 0;font-size: 16px;text-transform: none;}

.product_wrap .addthis_toolbox {margin: 15px 0 0 0;padding: 15px 0 0 0;border-top: 1px solid #e1e1e1;}

.product_image-additioanl a {width: 33%;display: block;float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.product_wrap .pagination__product {width: 100%;margin: 15px 0;}
.product_wrap .pagination__product ul {list-style-type: none;margin: 0 !important;padding: 15px !important;}
.product_wrap .pagination__product ul li.left-arrow {float: left;}
.product_wrap .pagination__product ul li.right-arrow {float: right;}


/* RELATED PRODUCTS */
.widget__related-products {}
.widget__related-products h3 {margin-bottom: 0;font-size: 14px;}
.widget__related-products ul {list-style-type: none;}
.widget__related-products ul li {}

.widget__related-products .product_img {}
.widget__related-products .product_img a {padding: 30px !important;}
.widget__related-products .product_info {padding: 0 15px 15px 15px !important;}
.widget__related-products .product_name {padding: 15px 0 10px 0 !important;}
.widget__related-products .product_price {float: none !important;}



/* ************************************* BLOG ************************************* */

#blog {}

.blog-article + .blog-article {padding: 15px 0 0 0;}

.article_header {padding: 15px 0;border-bottom: 1px solid #d9d9d9;}

.article_header .product_name {padding-bottom: 7px;font-size: 19px;color: #88bb48;}
.article_header .product_name a {font-size: 19px;color: #88bb48;}
.article_header .product_name a:hover {font-size: 19px;color: #6e6e6e;}

.blog-article_meta-comments {float: right;}

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

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



/* ************************************* BLOG ARTICLE ************************************* */

.article_meta-comments {float: right;}
.article_meta-tags a {text-decoration: underline;}

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

.article-scope .addthis_toolbox {margin: 20px 0;}


#comments ul {list-style-type: none;}

.comment-form {}

.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;}

.section_content {padding-top: 8px;}

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

.comment-submit {}





/*===========================================*/
/*Page scope*/

.page_image{
  margin-bottom: 1em;
}
.page-row img{
  margin-bottom: 1em;
}
.page-row{
  margin-bottom: 2em;
}


/* ************************************* CUSTOMER PAGES ************************************* */

/* LOG IN */


/* ACCOUNT */
.customer_account {}

.customer_name {font-size: 15px !important;text-transform: none !important;}
.customer_name .divider {margin: 0 7px;}
.customer_name .email {color: #888888;}
.customer_name a {float: right;}


/* ADDRESSES */
.customer_addresses {}

.customer_addresses ul.customer_addresses_actions {list-style-type: none;margin: 15px 0;}
.customer_addresses ul.customer_addresses_actions li {}
.customer_addresses ul.customer_addresses_actions li a {}
.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;}


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










 /*Orders

 #customer_orders{ }

 #customer_orders table{}
  #customer_orders table,
   #customer_orders table th,
    #customer_orders table td{}

  .order_date{
    margin-bottom: 1em
    font-style: italic;
  }

  #order_address{
    margin-bottom: 2em;
  }

  #order_details .sum-label{
    font-weight: bold;
    text-align: right;
  }


  .action_top{
    margin-bottom: 1em;
  }

  #add_address{}
  .action_link{}
  #address_tables .customer_address{}

  #address_tables h4.address_title{}

  .address_actions .btn a{}
  #customer_detail .name{}
  #customer_detail .address.note{}
  #customer_detail .address.note{}
  #customer_detail .address.note p{}
  #customer_detail .address.note #view_address{ }

  #address_form_new{
    margin-bottom: 2em;
  }

*/

/* ************************************* CART PAGE ************************************* */

.cart-list {overflow: hidden;}

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

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

.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: #6e6e6e;}

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

.cart-list .item_price {padding: 10px 0 0 0;}
.cart-list .item_price .price {line-height: 37px;}
.cart-list .item_price .price .money {font: normal 19px 'Arial';}

.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: 5px;text-align: center;}

.cart-list .item_price .total {text-align: right;}
.cart-list .item_price .total h3 {border-bottom: 1px solid #d9d9d9;font-size: 15px !important;}

.cart_subtotal {}
.cart_subtotal h3 {margin: 0;padding: 10px 0;border-bottom: 1px solid #d9d9d9;font-size: 15px !important;}
.cart_subtotal h3 .money {float: right;}

.cart_buttons {margin: 30px 0;}

.cart_instructions {}
.cart_instructions h4 {}
.cart_instructions textarea {width: 100%;}

#payment-methods {overflow: hidden;padding: 15px 0 0 0;}

.cart_buttons {}
.cart_buttons span.or {margin: 0 5px;}



/* ************************************* CONTACTS PAGE ************************************* */

.contact-scope {}
.contact-form {}

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

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea {}

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

.contact-form_buttons {}
.contact-form_buttons .btn-toolbar {}





/* Newsletter*/

#mailing-list-module{}
#mailing-list-module form{ }



/*Related products*/

.product-listing__related{
  overflow: hidden;
}

/*Payment Methods*/

#payment-methods{}
#payment-methods ul{
  margin:0;
  padding:0;
}
#payment-methods ul li{
  list-style:none;
  display:block;
  float:left;
  padding: 0 4px 4px 0;  
}
#bottom .custom_footer4 ul li.lastItem {
  display: none !important;
}
  