/* 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, button
{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%;}





/* ************************************* VARIABLES ************************************* */

/* GRADIENTS */

/* CSS3 TRANSITION */

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


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


#fancybox-content {background: #ffffff;}


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

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


/* 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 #dadada;font: normal 18px ;color: #3b3b3b;text-transform: uppercase;}
.column_center h2,
.column_center h3,
.column_center h4 {font-size: 15px;}

.column_center h5,
.column_center h6 {font-size: 13px;}

.column_center .page_heading {margin: 0;padding: 9px 20px 11px 20px;border: none;border: 1px solid #dadada;font: normal 18px Anton;color: #3b3b3b;text-transform: uppercase;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;

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

}
.column_center .page_heading a {float: right;}


/* 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: #111111;text-decoration: none;}
a:hover, a:focus {color: #000;}


/* PRODUCT NAME */
.product_name {font-weight: bold;font-size: 13px;color: #000;}
.product_name a {font-weight: bold;color: #000;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

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


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


/* PRODUCT PRICE */
.money {font-size: 22px;color: #3b3b3b;}
.compare-at-price {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;}

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



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

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

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 #dadada;font: normal 13px 'Arial';color: #000;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
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 {padding: 8px 12px 7px 12px;border: none !important;font: normal 12px/1em Arial, Helvetica, sans-serif;color: #ffffff !important;

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

-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
        border-radius: 2px;
box-shadow: none !important;
}
.btn a {padding: 0;}

.btn-cart {height: 27px;overflow: visible;padding: 8px 40px 7px 12px;position: relative;
-webkit-border-radius: 2px 7px 7px 2px;
   -moz-border-radius: 2px 7px 7px 2px;
        border-radius: 2px 7px 7px 2px;
}
.btn-cart i {width: 27px;height: 27px;display: block;font-size: 14px;line-height: 29px;color: #111111;text-align: center;position: absolute;right: 0;top: 0;

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

-webkit-border-radius: 0 2px 2px 0;
   -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
}

.btn-cart:hover i,
.btn-cart:focus i {color: #99c236;

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

}

.btn:hover,
.btn:focus,
.btn:hover a,
.btn:focus a,
.btn-info:hover,
.btn-info:focus,
.btn-primary:hover,
.btn-primary:focus {color: #111111 !important;
filter: none;

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

}



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

html, body {height: 100%;}

#wrapper {height: 100%;}

#wrapper2 {min-height: 100%;overflow: hidden;background: url(body_bg.jpg?5914) 50% 0 no-repeat #fdfdfd;}

.page_container {max-width: 1230px;margin: 30px auto;background: #ffffff;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.container {padding: 0;}



#main {margin-top: 15px;}



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



/* ************************************* 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 {padding: 0px 0 0 0;}



#logo {}
#logo a {}



.header_currency {float: right;}
.header_currency label {display: inline-block;padding: 1px 2px 0 0;font-weight: normal;line-height: 23px;color: #3b3b3b;}
.header_currency .customselect_wrap {display: inline-block;}
.header_currency .customselect_wrap span.customSelect {width: 60px;height: 24px;border: 1px solid #dadada;padding: 0 5px;line-height: 23px;}
.header_currency .customselect_wrap i {font-size: 12px;color: #3b3b3b;position: absolute;right: 7px;top: 5px;z-index: 1;}
.header_currency #currencies {width: 60px;height: 24px;}
.header_currency #currencies option {}



.header_cart {width: 250px;height: 58px;overflow: hidden;float: right;margin: 10px 0 0 30px;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}
.header_cart a {display: block;}
.header_cart a i {width: 58px;height: 58px;display: block;float: left;background: #99c236;font-size: 36px;line-height: 57px;color: #111111;text-align: center;
-webkit-box-shadow: inset 0 0 0 30px #99c236;
        box-shadow: inset 0 0 0 30px #99c236;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

}
.header_cart a:hover i {background: #111111;color: #99c236;
-webkit-box-shadow: inset 0 0 0 0 #99c236;
        box-shadow: inset 0 0 0 0 #99c236;
}

.header_cart a div {height: 29px;margin: 0 0 0 58px;padding: 0 0 0 10px;

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

-webkit-box-shadow: inset 0 0 0 0 #333333;
        box-shadow: inset 0 0 0 0 #333333;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

}
.header_cart a:hover div {
-webkit-box-shadow: inset 0 29px 0 0 #333333;
        box-shadow: inset 0 29px 0 0 #333333;
}

.header_cart a b {font: normal 16px/27px Anton;color: #99c236;text-transform: uppercase;}

.header_cart a span {vertical-align: baseline;font-size: 12px !important;line-height: 27px;color: #ffffff;}
.header_cart a span.count {margin: 0 4px 0 0;}



.header_content {float: right;margin: 10px 0 0 0;text-align: right;}


.custom_header1 {height: 29px;}
.custom_header1 h3 {display: inline-block;padding: 0 10px 0 0;font: normal 12px/29px Arial, Helvetica, sans-serif;color: #000;}
.custom_header1 h4 {height: 29px;display: inline-block;padding: 0 8px;background: #99c236;font: normal 16px/27px Anton;color: #111111;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}



.header_user {height: 29px;float: right;}
.header_user li {float: left;margin: 0 0 0 15px;line-height: 30px;}
.header_user li a {}
.header_user li.account a {font-weight: bold;}
.header_user li a i {margin: 0 5px 0 0;line-height: 1.5em;}



#navigation {width: 1170px;height: 39px;margin: 0px 0 0 0;z-index: 999;

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

-webkit-box-shadow: inset 0 -5px 0 0 #ab0f13;
        box-shadow: inset 0 -5px 0 0 #ab0f13;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}
#navigation.isStuck {margin: 0;}



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

.sf-menu > li {float: left;border-right: 1px solid #ab0f13;
-webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,0.1);
        box-shadow: inset -1px 0 0 0 rgba(255,255,255,0.1);
}
.sf-menu > li > a {height: 39px;display: block;padding: 0 54px ;font: normal 14px/35px Georgia;  font-family: Arial ; color: #ffffff;text-transform: uppercase;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

}

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


.sf-menu ul {width: 230px !important;padding: 10px 20px;background: #ab0f13;position: absolute;left: 0;top: 42px;z-index: 1000;}
.sf-menu ul li {}
.sf-menu ul li + li {border-top: 1px solid #680306;
-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
}
.sf-menu ul li a {display: block;padding: 8px 0 6px 0;color: #ffffff;text-transform: uppercase;}

.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {color: #99c236;}



.header_search {width: 200px;height: 30px;overflow: hidden;float: right;margin: 10px 10px 0 0;}
.header_search #search-field {width: 130px;height: 30px;float: left;background: #ffffff;border: none;
-webkit-border-radius: 3px 0 0 3px;
   -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
-webkit-box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.3);
        box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.3);
}
.header_search #search-submit {width: 60px;height: 30px;background: #99c236;font: normal 14px/29px Anton;color: #111111;text-transform: uppercase;
-webkit-border-radius: 0 3px 3px 0;
   -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

}
.header_search #search-submit:hover {background: #dadada;}



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

#showcase {}



/* NIVOSLIDER */
.nivoSlider {width:100%;height: auto;}
.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 {overflow: hidden;margin-top: 15px;position: relative;z-index: 1;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

.nivoSlider {}


.nivo-directionNav a {display: block;position: absolute;top: 50%;z-index: 9;cursor: pointer;}
.nivo-directionNav a:hover {}
.nivo-directionNav a span {display: none;}
.nivo-directionNav a i {display: inline-block;}



.nivo-controlNav {position: absolute;right: 20px;bottom: 20px;z-index: 10;}
.nivo-controlNav a {width: 14px;height: 0;display: block;overflow: hidden;float: left;padding: 14px 0 0 0;background: #111111;cursor: pointer;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

}
.nivo-controlNav a + a {margin: 0 0 0 7px;}
.nivo-controlNav a:hover {background: #3b3b3b;}
.nivo-controlNav a.active {background: #3b3b3b;cursor: default;}



/* BANNERS */
.custom_showcase {margin-top: 15px;}
.custom_showcase a {display: block;overflow: hidden;position: relative;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

.custom_showcase a:after {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;
-webkit-box-shadow: inset 0 0 0 0 #111111;
        box-shadow: inset 0 0 0 0 #111111;
opacity: 0.3;
filter:alpha(opacity=30);

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

}
.custom_showcase a:hover:after {
-webkit-box-shadow: inset 0 0 0 500px #111111;
        box-shadow: inset 0 0 0 500px #111111;
}

.custom_showcase a div {text-transform: uppercase;position: absolute;left: 0;top: 0;z-index: 10;}
.custom_showcase a h3 {padding: 104px 0 0 25px;font: normal 29px/1em Anton;color: #ffffff;}
.custom_showcase a h4 {margin: -8px 0 0 45px;font: normal 46px/1em Anton;color: #99c236;}



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

#footer {background: #fff;
-webkit-border-radius: 0 0 3px 3px;
   -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
}


#bottom {background: #ffffff;cursor: default;}
#bottom h3 {padding: 7px 0;font: normal 18px/29px Arial, Helvetica, sans-serif;color: #111111;text-transform: uppercase;}
#bottom h3 i {margin: 0 10px 0 0;font-size: 29px;}



.custom_footer {}
.custom_footer h3 {padding: 22px 0 0 0;font: normal 18px Anton;color: #111111;text-transform: uppercase;}
.custom_footer ul {padding: 8px 0 0 0;}
.custom_footer ul li {padding: 2px 0 0 0;color: #111;}
.custom_footer ul li a {color: #aaaaaa;}

.custom_footer ul li.active a,
.custom_footer ul li a:hover {color: #99c236;}



.custom_footer1 {}

.custom_footer2 {}

.custom_footer3 {}

.custom_footer4 {}
.custom_footer4 .custom_footer4__phone h3 {padding: 4px 0 0 0;}
.custom_footer4 .custom_footer4__phone span {display: block;padding: 6px 0 0 0;font-size: 18px;color: #111;}



.custom_footer5 form {padding: 14px 0 0 0;}
.custom_footer5 #email-input {width: 238px;height: 30px;float: left;background: #ffffff;border: none;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
-webkit-box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.3);
        box-shadow: inset 2px 2px 7px 0 rgba(0,0,0,0.3);
}
.custom_footer5 #email-submit {width: 30px;height: 30px;float: left;color: #99c236;}
.custom_footer5 #email-submit:hover {color: #ffffff;}
.custom_footer5 #email-submit i {font-size: 20px;line-height: 28px;}

.custom_footer5 p.error {margin: 10px 0 0 0;font-weight: bold;color: #fc0000;}
.custom_footer5 p.success {margin: 10px 0 0 0;font-weight: bold;color: #0cb000;}



.custom_footer5 ul {overflow: hidden;padding: 14px 0 0 0;}
.custom_footer5 ul li {float: left;padding: 0 5px 0 0;}
.custom_footer5 ul li a {display: block;}
.custom_footer5 ul li a i {width: 30px;height: 30px;display: block;font-size: 20px;line-height: 30px;color: #ffffff;text-align: center;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
        border-radius: 2px;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

}

.custom_footer5 ul li a i.fa-twitter {background: #00bbf1;}
.custom_footer5 ul li a i.fa-twitter:hover {background: #ffffff;color: #00bbf1;}

.custom_footer5 ul li a i.fa-facebook {background: #43609a;}
.custom_footer5 ul li a i.fa-facebook:hover {background: #ffffff;color: #43609a;}

.custom_footer5 ul li a i.fa-youtube {background: #cd2026;}
.custom_footer5 ul li a i.fa-youtube:hover {background: #ffffff;color: #cd2026;}

.custom_footer5 ul li a i.fa-instagram {background: #89523b;}
.custom_footer5 ul li a i.fa-instagram:hover {background: #ffffff;color: #89523b;}

.custom_footer5 ul li a i.fa-pinterest {background: #cd2026;}
.custom_footer5 ul li a i.fa-pinterest:hover {background: #ffffff;color: #cd2026;}

.custom_footer5 ul li a i.fa-google-plus {background: #dd4c39;}
.custom_footer5 ul li a i.fa-google-plus:hover {background: #ffffff;color: #dd4c39;}

.custom_footer5 ul li a i.fa-tumblr {background: #33587c;}
.custom_footer5 ul li a i.fa-tumblr:hover {background: #ffffff;color: #33587c;}



#footer .copyright {margin: 25px 0 0 0;padding: 15px 0;color: #111;
-webkit-box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.5), inset 0 2px 0 0 rgba(255,255,255,0.15);
        box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.5), inset 0 2px 0 0 rgba(255,255,255,0.15);
}
#footer .copyright a {color: #99c236;}
#footer .copyright a:hover {color: #ffffff;}



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

.breadcrumb {margin: 0 0 15px 0;background: #ab0f13;color: #ffffff;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}
.breadcrumb a {color: #99c236;}
.breadcrumb a:hover {color: #ffffff;}

/* ************************************* BREADCRUMBSSs ************************************* */

.breadcrumbs {margin: 0 0 15px 0;background: #ab0f13;color: #ffffff;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}
.breadcrumbs a {color: #99c236;}
.breadcrumbs a:hover {color: #ffffff;}

/* ************************************* COLLECTION page ************************************* */

ul.tags {margin-top: 15px;list-style-type: none;}
ul.tags li {float: left;}
ul.tags li + li {margin: 0 0 0 5px;}
ul.tags li a {display: block;padding: 5px 10px;color: #3b3b3b;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
        border-radius: 2px;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;

}

ul.tags li a:hover,
ul.tags li.active a {background: #3b3b3b;color: #99c236;}


.collection_info {margin-top: 15px;}
.collection_info .collection_img {text-align: center;}
.collection_info .collection_desc .rte {margin: 0;}



/* ************************************* COLLECTION LISTING ************************************* */
.collection_listing {}
.collection_listing .collection {margin: 30px 0 0 0;}



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

#main_content .product {margin: 30px 0 0 0;}
#main_content .product ~ .product {border-left: 1px solid #dadada;}

#main_content .product .product_img {}
#main_content .product .product_img a {display: block;padding: 15px;}

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

#main_content .product .product_price {}
#main_content .product .product_price .money {}
#main_content .product .product_price .compare-at-price {margin: 0 0 0 3px;font-size: 16px;color: #000;}

#main_content .product form {margin: 3px 0 0 0;}



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

#pagination {display: inline-block;overflow: hidden;margin: 30px 0 0 0;background: #3b3b3b;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}
#pagination span {display: block;float: left;}
#pagination span ~ span {
-webkit-box-shadow: inset 1px 0 0 0 rgba(0,0,0,0.3);
        box-shadow: inset 1px 0 0 0 rgba(0,0,0,0.3);
}

#pagination span a,
#pagination span.current {display: block;padding: 7px 10px;color: #ffffff;}

#pagination span a:hover {color: #99c236;}
#pagination span.current {font-weight: bold;background: #111111;color: #99c236;cursor: default;}



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

.column .widget {}

.column .widget h3.widget_header {height: 34px;display: block;padding: 0 50px ;font: normal 14px/35px Georgia;  font-family: Arial ; color: #ffffff;text-transform: uppercase;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;

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

}
.column .widget .widget_content {margin: 15px 0 0 0;border: 1px solid #dadada;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}


/* SIDEBAR LINKS LIST */
.column .widget ul.list {}
.column .widget ul.list li {}
.column .widget ul.list li + li {border-top: 1px solid #dadada;}
.column .widget ul.list li a {display: block;padding: 10px 20px;}

.column .widget ul.list li.active a {font-weight: bold;}


/* SIDEBAR PRODUCTS LISTING */
.column .product {overflow: hidden;padding: 15px 15px 15px 20px;}
.column .product ~ .product {border-top: 1px solid #dadada;}

.column .product .product_img {width: 80px;float: left;}
.column .product .product_info {margin: 0 0 0 95px;}

.column .product .product_name {}

.column .product .product_price {}

.column .product form {margin: 4px 0 0 0;}



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

#searchresults {margin: 0;}
#searchresults .search-form {margin: 40px 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;background: none;border: none;font-size: 20px;color: #111111;}
#searchresults .search-form button:hover {color: #000;}
#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 #dadada;}
#searchresults ol li {overflow: hidden;margin: 0;padding: 15px 0;border-top: 1px solid #dadada;}
#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 #dadada;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

.product_wrap #bx-pager {width: 360px;}
.product_wrap #bx-pager a {width: 105px;overflow: hidden;margin: 15px 15px 0 0;border: 1px solid #dadada;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}


.product_wrap .product_name {margin: -5px 0 0 0;font-weight: normal;font-size: 18px;}

.product_wrap .product-price {padding: 0;}
.product_wrap .product-price .money {margin: 0 7px 0 0;}
.product_wrap .product-price .compare-at-price {font-size: 16px;color: #000;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 52px 9px 15px;}
.product_wrap #purchase #add-to-cart i {width: 37px;height: 37px;font-size: 14px;line-height: 37px;}

    
.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 h4 {padding-bottom: 0;border: none;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 .product {clear: none !important;}

#main_content .widget__related-products .product ~ .product ~ .product ~ .product {}

.widget__related-products h3 {margin: 25px 0 0 0;}

.widget__related-products ul {list-style-type: none;}
.widget__related-products ul li {}

.widget__related-products .product_img {}
.widget__related-products .product_name {}
.widget__related-products .product_price {}



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

#blog {}

.blog-article {padding: 10px 0 0 0;}

.article_header {padding: 15px 0;border-bottom: 1px solid #dadada;}
.article_header .product_name {font: normal 18px Anton;text-transform: uppercase;}
.article_header .product_name a {font-weight: normal;}
.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;}



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



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

/* LOG IN */


/* ACCOUNT */
.customer_account {}

.customer_name {text-transform: none !important;}
.customer_name .divider {margin: 0 7px;}
.customer_name .email {color: #000;}
.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 */

.order_date {margin: 15px 0 0 0;}

#order_details {margin: 30px 0 0 0;}



/* ************************************* 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 .product_name {margin-top: 15px;}

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

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

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

.cart-list .item_price .total {text-align: right;}
.cart-list .item_price .total h3 {vertical-align: baseline;border: none;}

.cart_subtotal {}
.cart_subtotal h3 {margin: 0;padding: 10px 0;border-bottom: 1px solid #dadada;}
.cart_subtotal h3 .money {float: right;position: relative;top: -5px;}

.cart_buttons {margin: 30px 0;}

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

#payment-methods {overflow: hidden;padding: 15px 0 0 0;}
#payment-methods ul {list-style-type:none;list-style-position: outside;}
#payment-methods ul li {float:left;padding: 0 7px 0 0;}



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



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

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

.contact-scope iframe {width: 100%;margin: 15px 0;border: 1px solid #dadada;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}

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



/*Page scope*/

.page_image {margin-bottom: 1em;}

.page-row {margin-bottom: 2em;}
.page-row img {margin-bottom: 1em;}
.lien_ref{
    font-weight: bold;
}
.lien_ref2{
    float: left;
    font-weight: bold;
    margin-left: 545px;
    margin-top: 4px;
}
.lien_2{
    color: red;
    float: right;
    margin-right: 658px;
}
.lien_2:hover{
    color: #B60F14;
}
.bouton_page{
    background-color: #d71118;
    border-radius: 8px;
    padding: 10px;
}
.bouton_page:hover{
    background-color: #BBC423;
}