/***********************************************************

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES
3.1 HOVERS

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. SIDEBAR CONFIGURATION

8. MAIN PAGE
8.1 HEADER
8.2 NAVIGATION
8.3 NIVOSLIDER
8.4 SHOWCASE
8.5 MAIN PRODUCT LISTING
8.6 FOOTER

9. COLLECTION PAGES
9.1 PAGES CONTENT
9.2 BREADCRUMBS
9.3 COLLECTION LISTING
9.4 PAGINATION

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

12. PRODUCT PAGE
12.1 PRODUCT IMAGES
12.2 PRODUCT INFO
12.3 PRODUCT PAGINATION
12.4 RELATED PRODUCTS

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

14. CUSTOMER PAGES
14.1 LOG IN
14.2 ACCOUNT
14.3 ADDRESSES
14.4 ORDERS

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

***********************************************************/



/***************************************************************************
                           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.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%;}



/***************************************************************************
                           2. VARIABLES
***************************************************************************/

/* 2.1 GRADIENTS */






















/* 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;}



/* fancybox styles */
#fancybox-wrap {padding: 0 !important;}
#fancybox-content {width: 100% !important;text-align: center;}

#fancybox-title {left: 50% !important;}
#fancybox-title #fancybox-title-float-wrap {margin: 0 0 0 -50% !important;}



/* addthis styles */
.addthis_toolbox {margin: 15px 0 0 0;border-top: 1px solid #d8d8d8;}
.addthis_toolbox > a {margin: 15px 15px 0 0 !important;padding: 0 !important;}



/* jquery.formstyler styles for selects */
.jq-selectbox {display: block;z-index: 1000 !important;cursor: pointer;}
.jq-selectbox.opened {}
.jq-selectbox.focused {}

.jq-selectbox__select {}

.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 */
#at15s {z-index: 999 !important;}

#habla_window_div {
-webkit-transform: translateZ(0);
}























/* 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(0,0,0,.7);
display: none;
}



/* 3.1 HOVERS */
.hover__6 {overflow: hidden;position: relative;}

.hover__6:before,
.hover__6:after {content: '';width: 100%;height: 100%;display: block;background: rgba(0,0,0,.1);position: absolute;

-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;

}

.hover__6:before {left: -100%;top: -100%;}
.hover__6:after {right: -100%;bottom: -100%;}

.hover__6:hover:before {left: 0;top: 0;}
.hover__6:hover:after {right: 0;bottom: 0;}



/***************************************************************************
                           4. TYPOGRAPHY
***************************************************************************/




body {font-family: Lato;font-size: 14px;color: #777777;}



/* 4.1 HEADINGS */



h1,
h2,
h3,
h4,
h5,
h6 {margin: 15px 0;font: 33px Lato;color: #000000;text-transform: uppercase;}

h2,
h3,
h4 {font-size: 15px;}

h5,
h6 {font-size: 13px;}

.page_heading {margin: 0;font: 400 33px Lato;color: #000000;text-transform: uppercase;}
.page_heading a {float: right;font-size: 15px;}

.template-index .page_heading {vertical-align: baseline;padding: 38px 0 0 0;font-weight: 300;text-align: center;}
.template-index .page_heading span {vertical-align: baseline;font-weight: 700;}



/* 4.2 PARAGRAPHS & LISTS */
p {margin: 15px 0;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: #000000;text-decoration: none;}
a:hover, a:focus {color: #888888;}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {font-weight: 400;font-size: 15px;color: #333333;}
.product_name a {font-weight: 400;color: #333333;

-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: #ED1C24;}


.product_desc {font-size: 13px;color: #888888;}


.money {font-weight: 700;color: #000000;}
.compare-at-price {color: #ef4f4f;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 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: 0px;margin-bottom: 15px;}



/***************************************************************************
                           5. FORMS & COMPONENTS
***************************************************************************/

/* 5.1 FORMS */
label {font-weight: bold;font-size: 14px;}

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 #d8d8d8;font: normal 13px 'Arial';color: #777777;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;

-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;

box-shadow: none;
}

select,
select.form-control {padding: 8px 3px;}

textarea,
textarea.form-control {min-width: 100%;max-width: 100%;}

.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;}



.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;}



/* 5.2 ALERTS */
.alert {margin: 15px 0;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
}

.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 a,
.btn-info,
.btn-primary {min-height: 49px;padding: 16px 17px;border: 1px solid #d8d8d8;font-weight: 400;font-size: 15px;line-height: 1em;color: #000000 !important;text-transform: uppercase;

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 */


-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;

box-shadow: none !important;
}

.btn a {padding: 0 !important;border: none !important;}

.btn_alt {padding: 17px 18px;border: none !important;color: #ffffff !important;

background: #ED1C24; /* Old browsers */
background: -webkit-linear-gradient(top, #ED1C24 0%,#ED1C24 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED1C24), color-stop(100%,#ED1C24)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ED1C24 0%, #ED1C24 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ED1C24 0%,#ED1C24 100%); /* IE10+ */
background: -o-linear-gradient(top, #ED1C24 0%,#ED1C24 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ED1C24 0%,#ED1C24 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED1C24', endColorstr='#ED1C24',GradientType=0 ); /* IE6-8 */


-webkit-box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.3) !important;
        box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.3) !important;
}

.btn_cart {width: 49px !important;height: 49px !important;padding: 0;}
.btn_cart i {font-size: 34px;line-height: 14px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {border-color: #333333 !important;background: #333333 !important;color: #ffffff !important;}



/***************************************************************************
                           6. GLOBAL PAGE LAYOUT
***************************************************************************/

html, body {height: 100%;background: #f2f2f2;}

#wrapper {

	background-color: #ffffff;

}

#wrapper2 {overflow: hidden;}

.container {padding: 0;}



#main {}



#main_content,
.column .widget {}



/***************************************************************************
                           7. 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;}



/***************************************************************************
                           8. MAIN PAGE
***************************************************************************/

/* 8.1 HEADER */
#header {padding: 0 0 25px 0;position: relative;z-index: 1000;

background: #e6e6e6; /* Old browsers */
background: -webkit-linear-gradient(top, #e6e6e6 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #e6e6e6 0%, #f2f2f2 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #e6e6e6 0%,#f2f2f2 100%); /* IE10+ */
background: -o-linear-gradient(top, #e6e6e6 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #e6e6e6 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */

}



#logo {padding: 45px 0 0 0;}
#logo a {display: inline-block;text-align: center;text-transform: uppercase;}
#logo b {font-weight: 700;font-size: 76px;line-height: 1em;color: #000000;letter-spacing: -5px;

-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;

}
#logo span {display: block;margin: -5px 0 0 0;font-weight: 300;font-size: 19px;line-height: 1em;color: #777777;

-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;

}

#logo a:hover b,
#logo a:hover span {color: #ED1C24;}



.header_center {}

.header_search {width: 294px;height: 50px;overflow: hidden;margin: 60px auto 0 auto;padding: 0 50px 0 0;background: #ffffff;border: 1px solid #d8d8d8;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
}
.header_search #search-field {width: 100%;height: 48px;float: left;padding: 0 15px;background: none;border: none;}
.header_search #search-submit {width: 50px;height: 50px;margin: -1px -52px 0 0;border: 1px solid #d8d8d8;border-width: 1px 0 1px 1px;color: #000000;

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 */


-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;


-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_search #search-submit:hover {color: #ED1C24;}

.header_search #search-submit i {font-size: 18px;line-height: 20px;}



.header_right {padding-top: 35px;}

.header_currency {float: right;}
.header_currency .jq-selectbox {width: 47px;}
.header_currency .jq-selectbox__select {}
.header_currency .jq-selectbox__select-text {}
.header_currency .jq-selectbox__trigger i {right: 0;top: 4px;}

.header_currency .jq-selectbox__dropdown {width: 100% !important;background: #ffffff;text-align: center;top: 24px !important;
-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
        box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
}
.header_currency .jq-selectbox__dropdown ul {}
.header_currency .jq-selectbox__dropdown ul li {padding: 2px 0 3px 0;color: #777777;}

.header_currency .jq-selectbox__dropdown ul li:hover {color: #ED1C24;}
.header_currency .jq-selectbox__dropdown ul li.sel {background: #ED1C24;color: #ffffff;}



.header_user {float: right;font-size: 0;}
.header_user li {display: inline-block;padding: 0 22px 0 0;}
.header_user li a:before {margin: 0 9px 0 0;font: 14px 'FontAwesome';color: #ED1C24;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.header_user li.link_login a:before {content: '\f023';}
.header_user li.link_user a:before {content: '\f007';font-size: 13px;position: relative;top: -1px;}

.header_user li a {font-size: 14px;color: #777777;}
.header_user li a:hover {color: #ED1C24;}



.header_cart {float: right;padding: 11px 0 0 0;}
.header_cart a {}
.header_cart a i {font-size: 53px;color: #ED1C24;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.header_cart a > span {display: inline-block;margin: 6px 0 0 16px;}
.header_cart a > span span {color: #ED1C24;}
.header_cart a > span span.count {margin: 0 4px;}

.header_cart a b {vertical-align: baseline;font-weight: normal;font-size: 20px;line-height: 23px;color: #000000;text-transform: uppercase;

-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:hover b {color: #ED1C24;}



/* 8.2 NAVIGATION */
#navigation {position: relative;z-index: 100;

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 */


-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
#navigation.isStuck {width: 100%;left: 0;top: 0;z-index: 999;
-webkit-transform: translateZ(0);
}

#navigation nav {height: 70px;}


.sf-menu {}
.sf-menu li {position: relative;}

.sf-menu > li {float: left;}

.sf-menu > li > a {height: 70px;display: block;padding: 0 14px;font-size: 20px;line-height: 70px;color: #000000;text-transform: uppercase;
-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,.15), -1px 0 0 0 rgba(0,0,0,.15);
        box-shadow: 1px 0 0 0 rgba(0,0,0,.15), -1px 0 0 0 rgba(0,0,0,.15);


-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;

}
.sf-menu > li ~ li a {
-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,.15);
        box-shadow: 1px 0 0 0 rgba(0,0,0,.15);
}

.sf-menu > li.active > a,
.sf-menu > li:hover > a {background: #ED1C24;color: #ffffff;
-webkit-box-shadow: 1px 0 0 0 rgba(0,0,0,.25), -1px 0 0 0 rgba(0,0,0,.25);
        box-shadow: 1px 0 0 0 rgba(0,0,0,.25), -1px 0 0 0 rgba(0,0,0,.25);
}


.sf-menu ul {width: 190px !important;padding: 20px 0;background: #333333;position: absolute;left: 0;top: 70px;z-index: 1000;}
.sf-menu ul li {}
.sf-menu ul li a {display: block;padding: 6px 20px 8px 20px;color: #ffffff;}

.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {
-webkit-box-shadow: inset 0 0 0 500px rgba(255,255,255,.12);
        box-shadow: inset 0 0 0 500px rgba(255,255,255,.12);
}



/* 8.3 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;
background: #fff;
}

.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;}

.nivoSlider {}

.nivo-caption {position: absolute;left: 0;top: 0;z-index: 8;
display: none;
}


.nivo-directionNav a {width: 12px;height: 0;display: block;overflow: hidden;margin: -12px 0 0 0;padding: 24px 0 0 0;background-repeat: no-repeat;position: absolute;top: 50%;z-index: 9;cursor: pointer;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAABgCAYAAAApQ5PGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAa5JREFUeNqslUluwzAMRSUaBbIu0Ctkmfufxado16mjSIVoyDKHT6MBCHR4LzJE8jsn/HOrdc8RuNaWI3CtlSJwKeVJEbj9kSKwJqiwJJjwLLjwKEAwCzDMAgyz0OClV0KEtUv3nPMNEZ4RiW8JlsY+QNLcaVeSZsmUtGlVJWsfRAlZ0Y8+Da2xKxoCu7SAwqvWd63P9sujT2xCZ2nrx0HSMhz1Veun1q95Qt+BFT3prw8RaW8cKh06jUin0fAkcZYsSR0+Tcr1H2aj6pQeh88TZonAEeLc2gj4dvyVNcNtCykCq9eqwaJgwSfBgw8CAu8CCnMuwfDpleXBY2pAcOjTh7RE4RKC3VWY4VbWirb+lP5z9kJAhLWYUWEpyEx4jkoXHsMYgjnuYZinFYa997T6SLkvETRYVMEUkXhFYWkMAUiaY8aVpCAzJS0qU/T21AX63xW9FAJSzOBHsXz5+eBbiEjjTu+NsqQ5NVxJyiVT0pJPlaxsFSVybvAkEXDtBymjHea9iOdS5Nvb41EEbqtLEdh8JAm2UkOEtVxSYSn5TPjSAl3KnRJNjhD8FmAAGJK9Lbwvy8wAAAAASUVORK5CYII=);
}
.nivo-prevNav {background-position: 0 0;left: 56px;}
.nivo-prevNav:hover {background-position: 0 -48px;}
.nivo-nextNav {background-position: 0 -24px;right: 56px;}
.nivo-nextNav:hover {background-position: 0 -72px;}


.nivo-controlNav {width: 100%;text-align: center;position: absolute;left: 0;bottom: 0;z-index: 10;}
.nivo-controlNav a {display: inline-block;cursor: pointer;}
.nivo-controlNav a + a {margin: 0 0 0 5px;}
.nivo-controlNav a span {display: none;}
.nivo-controlNav a i {display: block;}
.nivo-controlNav a:hover {}
.nivo-controlNav a.active {cursor: default;}



/* 8.4 SHOWCASE */
#showcase {}

.custom_showcase {margin: 38px 0 0 0;}
.custom_showcase a {display: block;border: 1px solid #d8d8d8;text-align: center;

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 */

}
.custom_showcase a div {padding: 0 25px 30px 25px;}

.custom_showcase h3 {margin: -8px 0 0 0;font-weight: 700;font-size: 30px;color: #000000;text-transform: uppercase;

-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 h3:hover {color: #ED1C24;}
.custom_showcase p {margin: 0;font-weight: 300;font-size: 15px;line-height: 19px;color: #333333;}
.custom_showcase .btn {margin: 18px 0 0 0;padding: 14px 28px 16px 28px;font-size: 20px;}



/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product {margin: 38px 0 0 0;}
.product_listing_main .product > div {display: block;border: 1px solid #d8d8d8;text-align: center;

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 */

}


.product_listing_main .product_img {}
.product_listing_main .product_img a {display: block;padding: 25px;}

.product_listing_main .product_info {padding: 0 25px 30px 25px;}

.product_listing_main .product_price {margin: -5px 0 0 0;}
.product_listing_main .product_price .money {font-weight: 700;font-size: 30px;}
.product_listing_main .product_price .compare-at-price {display: block;font-weight: 400;font-size: 15px;}

.product_listing_main .product_name {min-height: 38px;}
.product_listing_main .product_name a {display: block;line-height: 19px;}

.product_listing_main .product_desc {padding: 5px 0 0 0;}

.product_listing_main .product_links {}
.product_listing_main .product_links form {display: inline-block;margin: 18px 8px 0 0;}
.product_listing_main .product_links a {margin: 18px 0 0 0;}



/* BLOG */
.homepage_blog {}

.homepage_blog__item {margin: 38px 0 0 0;text-align: center;}
.homepage_blog__item p {margin: 0;}

.homepage_blog__date {display: block;padding: 13px 0 0 0;font-size: 13px;color: #ED1C24;

-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;

}
.homepage_blog__title {margin: 0;padding: 4px 0 0 0;font-weight: 700;font-size: 15px;line-height: 19px;color: #333333;text-transform: 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;

}

.homepage_blog a:hover .homepage_blog__date {color: #333333;}
.homepage_blog a:hover .homepage_blog__title {color: #ED1C24;}



/* CUSTOM BOTTOM */
.custom_bottom {margin: 38px 0 0 0;}
.custom_bottom a {display: block;padding: 0 25px 30px 25px;border: 1px solid #d8d8d8;text-align: center;

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 */

}
.custom_bottom i {margin: 23px 0 0 0;font-size: 72px;color: #ED1C24;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);


-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_bottom h2 {margin: 0;padding: 5px 0 0 0;font-weight: 700;font-size: 30px;line-height: 1em;color: #000000;text-transform: uppercase;

-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_bottom h3 {margin: 0;padding: 2px 0 0 0;font-weight: 300;font-size: 30px;line-height: 1em;color: #000000;text-transform: uppercase;

-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_bottom p {margin: 0;padding: 3px 0 5px 0;font-weight: 300;font-size: 15px;line-height: 19px;color: #333333;}
.custom_bottom span {font-size: 13px;color: #ED1C24;text-decoration: underline;}

.custom_bottom a:hover i {color: #333333;}
.custom_bottom a:hover h2 {color: #ED1C24;}
.custom_bottom a:hover h3 {color: #ED1C24;}

.custom_bottom span:hover {text-decoration: none;}



/* 8.6 FOOTER */
footer {margin: 60px 0 0 0;background: #f7f7f7;}

footer h3 {margin: 0;padding: 53px 0 0 0;font-size: 20px;color: #000000;text-transform: uppercase;}
footer ul {padding: 10px 0 0 0;}
footer ul li {padding: 9px 0 0 0;}
footer ul li a {color: #777777;}

footer ul li.active a,
footer ul li a:hover {color: #000000;}



footer .footer_social {padding: 90px 0 0 0;}
footer .footer_social li {float: right;padding: 10px 0 0 10px;}
footer .footer_social a {width: 80px;height: 80px;display: block;background: #ffffff;color: #000000;text-align: center;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;


-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;

}
footer .footer_social a:hover {color: #ED1C24;}
footer .footer_social a i {font-size: 28px;line-height: 80px;}



footer .copyright {margin: 57px 0 0 0;padding: 16px 0;background: #f2f2f2;}
footer .copyright p {margin: 0;font-size: 12px;color: #777777;}
footer .copyright a {color: #777777;}
footer .copyright a:hover {color: #000000;}



/***************************************************************************
                           9. COLLECTION PAGES
***************************************************************************/

/* 9.1 PAGES CONTENT */
ul.tags {margin: 10px 0 0 0;list-style-type: none;}
ul.tags li {float: left;margin: 5px 5px 0 0;}
ul.tags li ~ li {}
ul.tags li a {display: block;padding: 5px 10px;background: #333333;color: #ffffff;text-transform: uppercase;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;


-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;

}

ul.tags li a:hover,
ul.tags li.active a {background: #ED1C24;}



.collection_info {margin-top: 15px;}
.collection_info .collection_img {text-align: center;}
.collection_info .collection_desc .rte {margin: 0;}



.sort_by {margin: 15px 0;padding: 10px 0;border: 1px solid #d8d8d8;border-width: 1px 0;text-align: right;}
.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;}



/* 9.2 BREADCRUMBS */
.breadcrumb_wrapper {margin: 0 0 35px 0;background: #f2f2f2;}
.breadcrumb {margin: 0;padding: 10px 0;background: none;font-size: 12px;text-transform: uppercase;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}



/* 9.3 COLLECTION LISTING */
.collection_listing {}
.collection_listing .collection {margin: 30px 0 0 0;}



/* 9.4 PAGINATION */
#pagination {display: inline-block;overflow: hidden;margin: 30px 0 0 0;background: #333333;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
}
#pagination span {display: block;float: left;color: #ffffff;}
#pagination span ~ span {}

#pagination span a,
#pagination span.deco,
#pagination span.current {display: block;padding: 7px 10px;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 a:hover {color: #ED1C24;}
#pagination span.current {background: #ED1C24;font-weight: bold;cursor: default;}



/***************************************************************************
                           10. SIDEBAR WIDGETS
***************************************************************************/

.column .widget {margin: 8px 0 0 0;}
.column .widget ~ .widget {margin: 30px 0 0 0;}

.column .widget_content {border: 1px solid #d8d8d8;

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 h3.widget_header {margin: 0;padding: 7px 15px 8px 15px;font: 22px Lato;color: #ffffff;text-transform: uppercase;

background: #ED1C24; /* Old browsers */
background: -webkit-linear-gradient(top, #ED1C24 0%,#ED1C24 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED1C24), color-stop(100%,#ED1C24)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #ED1C24 0%, #ED1C24 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ED1C24 0%,#ED1C24 100%); /* IE10+ */
background: -o-linear-gradient(top, #ED1C24 0%,#ED1C24 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #ED1C24 0%,#ED1C24 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED1C24', endColorstr='#ED1C24',GradientType=0 ); /* IE6-8 */

}



/* 10.1 LINKS LIST */
.column .widget ul.list {}
.column .widget ul.list li {}
.column .widget ul.list li ~ li {border-top: 1px solid #d8d8d8;}
.column .widget ul.list li a {display: block;padding: 5px 15px 5px 15px;font-size: 16px;color: #333333;text-transform: uppercase;}

.column .widget ul.list li.active a,
.column .widget ul.list li a:hover {color: #ED1C24;}



/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar .product {padding: 15px;text-align: center;}
.product_listing_sidebar .product ~ .product {border-top: 1px solid #d8d8d8;}

.product_listing_sidebar .product_img {}

.product_listing_sidebar .product_info {}

.product_listing_sidebar .product_name {padding: 10px 0 0 0;}

.product_listing_sidebar .product_desc {}

.product_listing_sidebar .product_price {padding: 10px 0 0 0;}
.product_listing_sidebar .product_price .money {font-size: 22px;}
.product_listing_sidebar .product_price .compare-at-price {display: block;font-size: 15px;}

.product_listing_sidebar .product_links {}
.product_listing_sidebar .product_links form {display: inline-block;margin: 15px 8px 0 0;}
.product_listing_sidebar .product_links a {margin: 15px 0 0 0;}



/***************************************************************************
                           11. 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;background: none;border: none;font-size: 20px;color: #000000;}
#searchresults .search-form button:hover {color: #888888;}
#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 #d8d8d8;}
#searchresults ol li {overflow: hidden;margin: 0;padding: 15px 0;border-top: 1px solid #d8d8d8;}
#searchresults ol li .search-result_image {float: left;margin-right: 15px;}
#searchresults ol li .search-result_container {padding: 15px 0 0 0;}



/***************************************************************************
                           12. PRODUCT PAGE
***************************************************************************/

.product_wrap {padding: 8px 0 0 0;}



/* 12.1 PRODUCT IMAGES */
.product_img_big {max-height: 345px;overflow: hidden;border: 1px solid #d8d8d8;

background: #ffffff; /* Old browsers */
}



.product_img_thumbs {max-height: 120px;padding: 12px 0 0 0;}

.product_img_thumbs__list {}
.product_img_thumbs__list a {width: 107px !important;display: block;}
.product_img_thumbs__list a img {width: 100%;border: 1px solid #d8d8d8;

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 */

}



.bx-wrapper {max-width: 345px !important;}
.bx-pager {display: none !important;}

.bx-wrapper .bx-controls-direction a {width: 30px;height: 0;display: block;overflow: hidden;margin: -15px 0 0 0;padding: 30px 0 0 0;position: absolute;top: 50%;
background-image: url(data:image/png;base64,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) !important;
background-position: 0 0;
background-repeat: no-repeat;
}
.bx-wrapper .bx-controls-direction a.disabled {display: none !important;}
.bx-wrapper .bx-controls-direction a.bx-prev {left: 10px;background-position: 0 0 !important;}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {background-position: -30px 0 !important;}
.bx-wrapper .bx-controls-direction a.bx-next {right: 10px;background-position: 0 -30px !important;}
.bx-wrapper .bx-controls-direction a.bx-next:hover {background-position: -30px -30px !important;}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {margin: -8px 0 0 0;font-size: 27px;text-transform: uppercase;}



.product_wrap .product-price {margin: 15px 0 0 0;padding: 0;}
.product_wrap .product-price .money {margin: 0 10px 0 0;font-weight: 700;font-size: 33px;}
.product_wrap .product-price .compare-at-price {font-weight: 400;font-size: 19px;}



#purchase {}
#purchase label {display: inline-block;margin: 18px 10px 0 0;padding: 0 !important;line-height: 49px;}
#purchase #quantity {width: 50px;height: 49px;display: inline-block;margin: 18px 10px 0 0;padding: 0;outline: none;text-align: center;}

#purchase .variants-wrapper {display: inline-block;margin: 18px 10px 0 0;}
#purchase .variants-wrapper select {width: auto;height: 49px;max-width: 150px;padding: 9px 6px;}

#purchase #add-to-cart {margin: 18px 0 0 0;}
#purchase #add-to-cart i {}


    
.product_wrap .product_details {margin: 15px 0 0 0;padding: 10px 0 15px 0;border: 1px solid #d8d8d8;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_image-additioanl a {width: 33%;display: block;float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}



/* 12.3 PRODUCT PAGINATION */
.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;}



/* 12.4 RELATED PRODUCTS */
.widget_related_products {}
.widget_related_products h3 {margin: 30px 0 0 0;}

ul.product_listing_related {list-style-type: none;}
ul.product_listing_related .product {}

ul.product_listing_related .product_img {}
ul.product_listing_related .product_name {}
ul.product_listing_related .product_price {margin: 0;}
ul.product_listing_related .product_price .money {font-size: 15px;}



/***************************************************************************
                           13. BLOG
***************************************************************************/

/* 13.1 POSTS LISTING */
#blog {}

.blog-article {padding: 15px 0 0 0;}

.article_header {padding: 15px 0;border-bottom: 1px solid #d8d8d8;}
.article_header .product_name {font-size: 22px;color: #ED1C24;}
.article_header .product_name a {color: #ED1C24;}
.article_header .product_name a:hover {color: #333333;}

.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;}



/* 13.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;}

.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;}

.comment-form .row {margin-bottom: 1em;}

.comment-submit {}



/***************************************************************************
                           14. CUSTOMER PAGES
***************************************************************************/

/* 14.1 LOG IN */

/* 14.2 ACCOUNT */
.customer_account {}

.customer_name {text-transform: none !important;}
.customer_name .divider {margin: 0 7px;}
.customer_name .email {color: #777777;}
.customer_name a {float: right;}



/* 14.3 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;}



/* 14.4 ORDERS */
.order_date {margin: 15px 0 0 0;}

#order_details {margin: 30px 0 0 0;}



/***************************************************************************
                           15. CART PAGE
***************************************************************************/

/* 15.1 CART PRODUCTS */
.cart-list {overflow: hidden;}

.cart-list > .row {padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #d8d8d8;}

.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: #000000;}

.cart-list .row h3.item_vendor {border-bottom: 1px solid #d8d8d8;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 #d8d8d8;}
.cart_subtotal h3 .money {float: right;font-size: inherit;}

.cart_buttons {margin: 30px 0;}

.cart_instructions {}
.cart_instructions h4 {}
.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;}



/* 15.2 GUEST CHECKOUT */
#guest {padding: 30px 0 0 0;}
#guest form {padding: 15px 0 0 0;}



/***************************************************************************
                           16. CONTACTS PAGE
***************************************************************************/

.contact-scope {}
.contact-form {}

.contact-scope iframe {width: 100%;height: 300px;margin: 15px 0;border: 1px solid #d8d8d8;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
}

.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 {}