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

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 COLOR VARIABLES
2.3 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES

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

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. MAIN PAGE
7.1 HEADER
7.2 MEGAMENU
7.3 NIVOSLIDER
7.4 SHOWCASE
7.5 MAIN PRODUCT LISTING
7.6 HOMEPAGE PRODUCT LISTING (CAROUSEL)
7.7 COLLECTION PRODUCT LISTING (GRID/LIST)
7.8 FOOTER

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

9. SIDEBAR WIDGETS
9.1 LINKS LIST
9.2 SIDEBAR PRODUCT LISTING

10. SEARCH RESULTS PAGE

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

12. BLOG
12.1 POSTS LISTING
12.2 SINGLE POST

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

14. CART PAGE
14.1 CART PRODUCTS
14.2 GUEST CHECKOUT

15. CONTACTS PAGE

16. PAGE 404

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



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

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







































/* 2.3 CSS3 TRANSITIONS */








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

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



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

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

.clearfix:after {clear: both;}



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



/* addthis styles */
.addthis_toolbox {margin: 15px 0 0 0;border-top: 1px solid #eaeae9;}
.addthis_toolbox > a {margin: 15px 15px 0 0 !important;padding: 0 !important;}
.addthis_toolbox .at300b {height: 21px;}

.addthis_button_tweet {width: 79px;}

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



/* jquery.formstyler styles for selects */
.jq-selectbox {display: block;z-index: 1000 !important;cursor: pointer;}
.jq-selectbox.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-backface-visibility: hidden;
-webkit-transform: translateZ(0);
}



/* hex2rgb color converter */




















/* PAGE PRELOADER */
#page_preloader {width: 100%;height: 100%;background: url(//cdn.shopify.com/s/files/1/0856/1776/t/2/assets/bx_loader.gif) 50% 50% no-repeat #ffffff;position: fixed;left: 0;top: 0;z-index: 1000;}



/* ADD TO CART MESSAGE */
.cart_popup {width: 100%;position: fixed;left: 0;top: 0;z-index: 1000;
display: none;
}
.cart_popup .page_container {height: 75px;font-size: 20px;line-height: 74px;color: #fff;text-align: center;text-transform: uppercase;
background: rgba(254,112,138,.75);
}



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

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

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


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

}
.cookies_container .cookie_ok {margin: 10px 0 10px 20px;background: #18a439;border-color: #18a439;}
.cookies_container .cookie_no {border-color: #585858;}

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



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

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

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

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



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

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



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

body {font: normal 14px "Ubuntu";color: #888888;}



/* 4.1 HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {margin: 15px 0;font: 500 20px "Ubuntu";color: #333333;text-transform: uppercase;}

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

h5,
h6 {font-size: 14px;}

.page_heading {margin: 0;font-size: 20px;}
.page_heading a {float: right;}

.template-index .page_heading {margin: 25px 0 0 0;text-align: center;}



/* 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: #333333;text-decoration: none;
-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
}

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



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {font-size: 14px;color: #333333;text-transform: uppercase;}
.product_name a {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: #fe708a;}


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


.money {font-weight: 500;color: #fe708a;}

.money_sale,
.compare-at-price {font-weight: 300;color: #888888;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: 15px;margin-bottom: 15px;}



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

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

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {padding: 6px;border:1px solid #eaeae9;font-size: 13px;color: ;
-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%;}

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


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



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

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



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

.alert > 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 {padding: 9px 12px;background: #333333 !important;border-color: #333333 !important;font-size: 12px;color: #ffffff !important;text-transform: uppercase;
border-radius: 0 !important;
box-shadow: none !important;

-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

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

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

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

.btn-icon {width: 40px;height: 40px;padding: 0;text-align: center;}
.btn-icon i {height: 40px;display: block;font-size: 12px;line-height: 38px;}



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

html, body {height: 100%;}

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

.container {padding: 0;}

.page_container {max-width: 2000px;margin-left: auto;margin-right: auto;}



/* outdated browsers notification */
.old_browsers a {display: block;padding: 20px 0;background: #ffa200;font-size: 20px;color: #fff;text-align: center;text-decoration: none;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

-webkit-transition: color .4s ease-in-out;
        transition: color .4s ease-in-out;
}
.old_browsers a i {margin: 0 5px 0 0;font-size: 30px;color: #e90b00;
text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}
.old_browsers a:hover {color: #e90b00;}



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

/* 7.1 HEADER */
#header {}

.header_row__1 {}

.header_user {float: left;font-size: 0;}
.header_user li {height: 40px;display: inline-block;font-size: 10px;line-height: 38px;}
.header_user li ~ li {margin: 0 0 0 20px;}
.header_user li:before {margin: 0 5px 0 0;font: 10px "FontAwesome";color: #fe708a;}
.header_user li.icon_user:before {content: '\f007';}
.header_user li.icon_lock:before {content: '\f13e';position: relative;top: 1px;}
.header_user li a {color: #888888;text-transform: uppercase;}
.header_user li a:hover {color: #fe708a;}



.header_currency {float: right;}
.header_currency select {width: 0 !important;height: 0 !important;overflow: hidden !important;}
.header_currency .jq-selectbox {width: 40px;}
.header_currency .jq-selectbox__select {}
.header_currency .jq-selectbox__select-text {height: 40px;display: block;font-size: 10px;line-height: 38px;color: #333333;}
.header_currency .jq-selectbox__trigger i {font-size: 13px;color: #fe708a;right: 0;top: 12px;}

.header_currency .jq-selectbox__dropdown {width: 100% !important;background: #888888;top: 40px !important;}
.header_currency .jq-selectbox__dropdown ul {}
.header_currency .jq-selectbox__dropdown ul li {padding: 2px 0;color: #ffffff;text-align: center;}

.header_currency .jq-selectbox__dropdown ul li:hover {background: #fe708a;}
.header_currency .jq-selectbox__dropdown ul li.sel {background: #fe708a;cursor: default;}



.header_cart {float: right;}
.header_cart a {display: inline-block;margin: 0 20px 0 0;font-size: 10px;line-height: 38px;text-transform: uppercase;}

.header_cart a.link_cart {color: #fe708a;}
.header_cart a.link_cart:hover {color: #333333;}
.header_cart a.link_cart b {margin: 0 4px 0 0;line-height: 38px;}
.header_cart a.link_cart i {margin: 0 7px 0 0;font-size: 12px;line-height: 37px;}

.header_cart a.link_checkout {color: #888888;}
.header_cart a.link_checkout:hover {color: #333333;}



.header_row__2 .page_container {min-height: 75px;background: #e20613;position: relative;}
.header_row__2 .page_container:after {content: '';position: absolute;left: 15px;right: 15px;bottom: 10px;z-index: -1;
-webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,.2);
        box-shadow: 0 0 30px 10px rgba(0,0,0,.2);
}
.header_row__2 .container {position: relative;}
.header_row__2 .header_center {position: static;}


.logo_main {}
.logo_main a {}
.logo_main b {font-size: 20px;color: #fe708a;}



.header_search {width: 192px;height: 30px;margin: 23px 0 0 auto;padding: 0 30px 0 0;background: #ffffff;
-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.header_search #search-field {width: 100%;height: 29px;float: left;padding: 0 7px;background: none;border: none;font-size: 12px;color: #888888;text-transform: uppercase;
-webkit-box-shadow: none;
        box-shadow: none;
}
.header_search #search-submit {width: 30px;height: 30px;margin: 0 -33px 0 0;background: #000000;
-webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
}
.header_search #search-submit i {height: 30px;font-size: 16px;line-height: 29px;color: #ffffff;}

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



/* STICK UP MENU STYLES */
#header_fixed {position: relative;z-index: 999;}
#header_fixed.isStuck {width: 100%;left: 0;top: 0;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0);
}
#header_fixed.isStuck .menu_badge {display: none;}



/* 7.2 MEGAMENU */
#megamenu {}

#megamenu,
#megamenu .submenu,
.megamenu_mobile .level_1 {
/*background-color: #f0f0f0;*/
}



.sf-menu {font-size: 0;text-align: center;}
.sf-menu > li {height: 75px;display: inline-block;font-size: 14px;line-height: 75px;}
.sf-menu > li ~ li {margin: 0 0 0 15px;}
.sf-menu > li > a {color: #000000;text-transform: uppercase;position: relative;}
.sf-menu > li > a.sf-with-ul:after {content: '\f107';margin: 0 0 0 6px;font: 14px 'FontAwesome';color: #fe708a;}

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

.sf-menu .menu_badge {width: 100%;display: block;text-align: center;position: absolute;left: 0;top: -25px;}
.sf-menu .menu_badge span {height: 17px;display: inline-block;padding: 0 5px;background: #fe708a;font-size: 10px;line-height: 16px;color: #ffffff;text-transform: uppercase;position: relative;}
.sf-menu .menu_badge span:after {content: '';width: 6px;height: 6px;display: block;margin: 0 0 0 -3px;border: 3px solid transparent;border-top-color: #fe708a;position: absolute;left: 50%;bottom: -6px;}

.sf-menu > li > ul {width: 27%;background: #ffffff;position: absolute;left: 60;top: 75px;
display: none;

-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.sf-menu .submenu {padding: 10px;}
.sf-menu .submenu .row {margin: 0 400px;}
.sf-menu .submenu .col-sm-2 {padding: 0 390px;}



/* 1: CUSTOM LINK */
.megamenu_item_1 {}



/* 2: CATALOG */
.megamenu_item_2 {}

.submenu_2 {text-align: left;}

.submenu_2 h4 {margin: 0;font-size: 14px;text-transform: uppercase;}
.submenu_2 h4 a {}

.submenu_2 ul {padding: 6px 0 0 0;}
.submenu_2 ul li {padding: 3px 0 0 0;}
.submenu_2 ul li a {font-size: 10px;color: #888888;text-transform: uppercase;}
.submenu_2 ul li a:hover {color: #fe708a;}

.submenu_2 p {margin: 15px 0 0 0;}
.submenu_2 .btn {}



/* 3: BLOG */
.megamenu_item_3 {}

.submenu_3 {text-align: left;}
.submenu_3 .blog_date {font-size: 10px;color: #fe708a;text-transform: uppercase;}
.submenu_3 .blog_title {margin: 7px 0 0 0;}
.submenu_3 .blog_title a {font-size: 14px;}
.submenu_3 .blog_content {}
.submenu_3 .btn {margin: 5px 0 0 0;}



/* 4: SALE */
.megamenu_item_4 {}

.megamenu_product ~ .megamenu_product {border-left: 1px solid #eaeae9;}

.megamenu_item_4 .product_img {margin: 0 10px;}
.megamenu_item_4 .product_name {margin: 10px 10px 0 10px;padding: 15px 0 0 0;border-top: 1px solid #eaeae9;}
.megamenu_item_4 .product_price {margin: 10px 10px 0 10px;}
.megamenu_item_4 .product_price .money {font-weight: 500;font-size: 17px;}
.megamenu_item_4 .product_price .compare-at-price {margin: 0 0 0 5px;font-weight: 300;color: #888888;}
.megamenu_item_4 .product_links {padding: 15px 0 0 0;}
.megamenu_item_4 .product_links form {display: inline-block;}
.megamenu_item_4 .product_links a {margin: 0 0 0 7px;}



/* 5: CUSTOM LINK */
.megamenu_item_5 {}



/* 6: CUSTOM LINK */
.megamenu_item_6 {}



/* 7.3 NIVOSLIDER */
.nivoSlider {width: 100%;height: auto;position: relative;}
.nivoSlider img {max-width: none;position: absolute;top: 0;left: 0;}
.nivo-main-image {width: 100% !important;display: block !important;position: relative !important;}

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

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

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

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



.slider_wrap {height: 100%;margin: 30px 0 0 0;position: relative;z-index: 1;}

.nivoSlider {}

.nivo-caption {width: 405px;text-align: center;position: absolute;right: 85px;top: 0;z-index: 8;
display: none;
}
.nivo-caption h2 {margin: 0;padding: 130px 0 0 0;font-weight: 500;font-size: 34px;line-height: 1em;color: #e20613;}
.nivo-caption h3 {margin: 15px 0 0 0;padding: 15px 0 0 0;border-top: 1px solid #333333;font-weight: 500;font-size: 25px;line-height: 1em;color: #9C9C9C;}
.nivo-caption .btn {margin: 25px 0 0 0;padding: 14px 30px;font-size: 14px;}



.slider_nav {}
.slider_nav .container {}

.slider_nav a {width: 40px;height: 40px;display: block;vertical-align: top;margin: -20px 0 0 0;color: #000000;position: absolute;top: 50%;z-index: 9;cursor: pointer;}
.slider_nav a:before {display: block;font: 34px/38px 'FontAwesome';text-align: center;}
.slider_nav a:hover {color: #e20613;}

.slider_nav .slider_nav__prev {padding: 0 2px 0 0;left: -55px;}
.slider_nav .slider_nav__prev:before {content: '\f104';}

.slider_nav .slider_nav__next {padding: 0 0 0 2px;right: -55px;}
.slider_nav .slider_nav__next:before {content: '\f105';}



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

.slider_controls a {display: inline-block;vertical-align: top;color: #ffffff;cursor: pointer;}
.slider_controls a ~ a {margin: 0 0 0 10px;}
.slider_controls a span {display: none;}
.slider_controls a:before {content: '\f111';display: block;font: 20px 'FontAwesome';}

.slider_controls a:hover {color: #333333;}
.slider_controls a.active {color: #333333;cursor: default;}



/* 7.4 SHOWCASE */
#showcase {}

.custom_showcase {margin: 30px 0 0 0;}
.custom_showcase a {height: 100%;display: block;}

.custom_showcase a .wrap_1 {width: 100%;height: 100%;
-webkit-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
}
.custom_showcase a .wrap_2 {width: 100%;height: 100%;display: table;}
.custom_showcase a .wrap_3 {display: table-cell;vertical-align: middle;text-align: center;}

.custom_showcase a h3 {margin: 0;font-weight: 300;font-size: 34px;line-height: 1em;color: #ffffff;}
.custom_showcase a h4 {margin: 0;padding: 10px 0 17px 0;font-weight: 500;font-size: 34px;line-height: 1em;color: #e20613;position: relative;}
.custom_showcase a h4:after {content: '';width: 150px;height: 1px;margin: 0 0 0 -75px;background: #333333;font-size: 0;line-height: 0;position: absolute;left: 50%;bottom: 0;}
.custom_showcase a .btn {margin: 22px 0 0 0;padding: 9px 19px;font-size: 14px;}

.custom_showcase__1 {}
.custom_showcase__1 a {position: relative;}
.custom_showcase__1 a .wrap_1 {position: absolute;left: 0;top: 0;}
.custom_showcase__1 a:hover .wrap_1 {
-webkit-box-shadow: inset 0 0 0 10px #e20613;
        box-shadow: inset 0 0 0 10px #e20613;
}

.custom_showcase__2 {}
.custom_showcase__2 a {background: #333333;}
.custom_showcase__2 a:hover .wrap_1 {
-webkit-box-shadow: inset 0 0 0 10px #fe708a;
        box-shadow: inset 0 0 0 10px #fe708a;
}
.custom_showcase__2 a h4:after {background: #ffffff;}
.custom_showcase__2 a .btn {background: #ffffff !important;border-color: #ffffff !important;color: #333333 !important;}
.custom_showcase__2 a .btn:hover {background: #fe708a !important;border-color: #fe708a !important;color: #ffffff !important;}

.custom_showcase__3 {}
.custom_showcase__3 a {background: #fe708a;}
.custom_showcase__3 a:hover .wrap_1 {
-webkit-box-shadow: inset 0 0 0 10px #333333;
        box-shadow: inset 0 0 0 10px #333333;
}
.custom_showcase__3 a h4 {color: #ffffff;}
.custom_showcase__3 a h4:after {background: #ffffff;}
.custom_showcase__3 a .btn {background: #ffffff !important;border-color: #ffffff !important;color: #333333 !important;}
.custom_showcase__3 a .btn:hover {background: #333333 !important;border-color: #333333 !important;color: #ffffff !important;}



/* FEATURED COLLECTIONS */
.featured_collections {}

.featured_collection__item {width: 20%;float: left;margin: 25px 0 0 0;padding: 0 15px;}
.featured_collection__item a {display: block;padding: 15px 25px;border: 1px solid #eaeae9;color: #333333;text-align: center;}
.featured_collection__item a span {display: block;margin: 10px 0 0 0;padding: 13px 0 0 0;border-top: 1px solid #eaeae9;font-size: 14px;text-transform: uppercase;}

.featured_collection__item a:hover {border-color: #fe708a;color: #fe708a;
-webkit-box-shadow: inset 0 0 0 6px #fe708a;
        box-shadow: inset 0 0 0 6px #fe708a;
}



/* 7.5 MAIN PRODUCT LISTING */
.product_listing_main .product {}
.product_listing_main .product > div {padding: 30px;border: 1px solid #eaeae9;}

.product_listing_main .product_img {}
.product_listing_main .product_img a {display: block;position: relative;}
.product_listing_main .product_img img {background-color: #ffffff;position: relative;z-index: 1;}
.product_listing_main .product_img .img__2 {position: absolute;left: 0;top: 0;z-index: 10;
opacity: 0;
}

.product_listing_main .product_img .product_badges {width: 100%;text-align: center;position: absolute;left: 0;top: 0;z-index: 100;}
.product_listing_main .product_img .product_badges span {height: 30px;display: inline-block;padding: 0 10px;font-size: 10px;line-height: 28px;text-transform: uppercase;}
.product_listing_main .product_img .product_badges span ~ span {margin: 0 0 0 7px;}
.product_listing_main .product_img .product_badges span.new {background: #fe708a;color: #ffffff;}
.product_listing_main .product_img .product_badges span.sale {background: #f0f0f0;color: #fe708a;}

.product_listing_main .product_info {text-align: center;}

.product_listing_main .product_name {margin: 15px 0 0 0;padding: 15px 0 0 0;border-top: 1px solid #eaeae9;}

.product_listing_main .product_desc {display: none;}

.product_listing_main .product_price {padding: 3px 0 0 0;}
.product_listing_main .product_price .money {font-size: 20px;}
.product_listing_main .product_price .money_sale {}

.product_listing_main .product_links {padding: 10px 0 0 0;}
.product_listing_main .product_links form {display: inline-block;}
.product_listing_main .product_links a {}



/* 7.6 HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.featured_products .bx-wrapper {max-width: 100% !important;margin: 25px 0 0 0;}

.featured_products .bx-controls a {width: 40px;height: 40px;display: block;vertical-align: top;margin: -20px 0 0 0;color: #333333;position: absolute;top: 50%;z-index: 99;cursor: pointer;}
.featured_products .bx-controls a:before {display: block;font: 34px/38px 'FontAwesome';text-align: center;}
.featured_products .bx-controls a:hover {color: #fe708a;}

.featured_products .bx-prev {padding: 0 2px 0 0;left: -55px;}
.featured_products .bx-prev:before {content: '\f104';}

.featured_products .bx-next {padding: 0 0 0 2px;right: -55px;}
.featured_products .bx-next:before {content: '\f105';}


.product_homepage {width: 300px !important;margin: 0;}


.product_listing_main__btn {margin: 30px 0 0 0;text-align: center;}
.product_listing_main__btn .btn {padding: 9px 17px;background: #fe708a !important;border-color: #fe708a !important;font-size: 14px;}
.product_listing_main__btn .btn:hover {background: #333333 !important;border-color: #333333 !important;}



/* 7.7 COLLECTION PRODUCT LISTING (GRID/LIST) */
.product_collection {margin: 30px 0 0 0;}
.product_collection.item3_1 {clear: left;}

.view_list {}
.view_list .product {width: 100%;float: none;}
.view_list .product > div {overflow: hidden;}

.view_list .product_img {width: 200px;float: left;}
.view_list .product_img span.new {float: left;}
.view_list .product_img span.sale {float: right;}

.view_list .product_info {margin: 0 0 0 230px;text-align: left;}
.view_list .product_name {margin: 0;padding: 0;border: none;}
.view_list .product_desc {display: block;margin: 20px 0 0 0;font-size: 10px;text-transform: uppercase;}



/* HOMEPAGE INFO BLOCKS */
.homepage_info {overflow: hidden;margin-top: 30px;padding: 110px 0;text-align: center;

background: url(homepage_info_bg_img1.jpg) 50% 0 repeat-y;

}
.homepage_info h3 {margin: 0;padding: 0 50px;font-size: 20px;color: #ffffff;}
.homepage_info h4 {margin: 0;padding: 25px 50px 0 50px;font-size: 14px;line-height: 2em;color: #ffffff;}
.homepage_info p {
    margin: 0;
    padding: 17px 100px 0 100px;
    font-size: 14px;
    line-height: 1.5em;
    color: #ffffff;
    text-align: justify;}



/* HOMEPAGE BLOG */
.homepage_blog {}

.homepage_blog__article {margin: 25px 0 0 0;}
.homepage_blog__date {font-size: 10px;color: #fe708a;text-transform: uppercase;}

.homepage_blog__title {margin: 9px 0 0 0;font-size: 14px;line-height: 1.5em;}
.homepage_blog__title a {}

.homepage_blog__content,
.homepage_blog__content p {margin: 15px 0 20px 0;}

.homepage_blog__article .btn {}



/* GOOGLE MAP */
.page_container__googlemap {margin-top: 30px;}



/* 7.8 FOOTER */
footer {margin-top: 45px;background: #333333;}
footer h3 {margin: -4px 0 0 0;font-weight: 400;font-size: 14px;color: #ffffff;}


.footer_content {width: 100%;display: table;margin: 30px 0;}
.footer_content_row {display: table-row;}
.footer_content_section {display: table-cell;}

.footer_content_section.section_1 {width: 368px;padding: 0 30px 30px 0;
-webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,.1);
        box-shadow: inset -1px 0 0 0 rgba(255,255,255,.1);
}
.footer_content_section.section_2 {padding: 0 0 30px 30px;}
.footer_content_section.section_3 {width: 368px;padding: 0 30px 0 0;
-webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,.1);
        box-shadow: inset -1px 0 0 0 rgba(255,255,255,.1);
}
.footer_content_section.section_4 {padding: 0 0 0 30px;}

.footer_content_section .section_content {width: 100%;padding: 30px 0 0 0;
-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 0 rgba(255,255,255,.1);
}


.footer_block__1 {}
.footer_block__1 p {margin: 20px 0 0 0;font-size: 10px;line-height: 19px;text-transform: uppercase;}


.footer_links {width: 25%;float: left;padding: 0 20px 0 0;}
.footer_links ul {padding: 4px 0 0 0;}
.footer_links ul li {padding: 9px 0 0 0;font-size: 10px;color: #888888;text-transform: uppercase;s}
.footer_links ul li a {color: #888888;}

.footer_links ul li a:hover,
.footer_links ul li.active a {color: #e20613;}

.footer_links ul li i {margin: 0 5px 0 0;font-size: 13px;line-height: 1.2em;color: #e20613;}


.footer_social {padding: 10px 0 0 0;font-size: 0;}
.footer_social li {display: inline-block;margin: 7px 7px 0 0;font-size: 15px;}
.footer_social li a {width: 40px;height: 40px;display: block;color: #888888;text-align: center;
-webkit-border-radius: 50%;
        border-radius: 50%;

-webkit-box-shadow: inset 0 0 0 25px rgba(255,255,255,.1);
        box-shadow: inset 0 0 0 25px rgba(255,255,255,.1);
}
.footer_social li a i {line-height: 39px;}
.footer_social li a:hover {background: #e20613;color: #ffffff;}


.instafeed_wrap {padding: 7px 0 0 0;}
.instafeed_item {width: 105px;display: inline-block;margin: 10px 10px 0 0;}
.instafeed_item a {display: block;position: relative;z-index: 1;}

.instafeed_item a:after {content: '';width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;z-index: 100;
-webkit-box-shadow: inset 0 0 0 0 #fe708a;
        box-shadow: inset 0 0 0 0 #fe708a;


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

}
.instafeed_item a:hover:after {
-webkit-box-shadow: inset 0 0 0 6px #fe708a;
        box-shadow: inset 0 0 0 6px #fe708a;
}


footer .copyright {
-webkit-box-shadow: inset 0 0 0 100px rgba(0,0,0,.25);
        box-shadow: inset 0 0 0 100px rgba(0,0,0,.25);
}
footer .copyright p {margin: 0;padding: 12px 0;font-size: 10px;color: #888888;text-transform: uppercase;}
footer .copyright a {color: #ffffff;}
footer .copyright a:hover {color: #e20613;}



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

#back_top:hover {background: #888888;}



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

/* 8.1 BREADCRUMBS */
.breadcrumb_wrap {margin-bottom: 45px;background: #f0f0f0;}
.breadcrumb {margin: 0;padding: 7px 0;background: none;text-transform: uppercase;
-webkit-border-radius: 0;
        border-radius: 0;
}



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

ul.tags {margin: 10px 0 0 0;list-style-type: none;}
ul.tags li {float: left;margin: 5px 5px 0 0;}
ul.tags li a {display: block;padding: 5px 10px;background: #333333;font-size: 11px;color: #ffffff;text-transform: uppercase;}

ul.tags li a:hover,
ul.tags li.active a {background: #fe708a;}



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

.product_listing_toggle {float: left;font-size: 0;}
.product_listing_toggle li {width: 30px;height: 30px;display: inline-block;margin: 10px 10px 0 0;border: 1px solid transparent;color: #888888;text-align: center;cursor: pointer;

-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
   -moz-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -ms-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
     -o-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;

}
.product_listing_toggle li.active {background: #ffffff;border-color: #eaeae9;color: #333333;cursor: default;}
.product_listing_toggle li i {font-size: 17px;line-height: 30px;}

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

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

#product_listing_preloader {position: relative;}
#product_listing_preloader p {width: 100%;height: 32px;background: url(//cdn.shopify.com/s/files/1/0856/1776/t/2/assets/bx_loader.gif) 50% 0 no-repeat;position: absolute;left: 0;top: 0;}



/* 8.4 COLLECTION LISTING */
.collection_listing_main {}

.collection_listing_item {margin: 30px 0 0 0;text-align: center;}
.collection_listing_item > div {padding: 30px;border: 1px solid #eaeae9;}
.collection_listing_item.item_1 {clear: left;}

.collection_listing_item .collection_img {}
.collection_listing_item .collection_img a {}

.collection_listing_item .collection_info {}
.collection_listing_item .collection_name {margin: 15px 0 0 0;padding: 15px 0 0 0;border-top: 1px solid #eaeae9;}
.collection_listing_item .collection_products {margin: 5px 0 0 0;font-size: 10px;color: #fe708a;text-transform: uppercase;}
.collection_listing_item .collection_desc {margin: 5px 0 0 0;font-size: 10px;text-transform: uppercase;}
.collection_listing_item .btn {margin: 15px 0 0 0;}



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

#pagination {display: inline-block;overflow: hidden;float: right;margin: 10px 0 0 10px;font-size: 0;text-transform: uppercase;}
#pagination span {display: inline-block;vertical-align: top;}
#pagination span ~ span {margin: 0 0 0 2px;}

#pagination span a {height: 30px;display: block;padding: 0 10px;background: #ffffff;border: 1px solid #eaeae9;font-size: 13px;line-height: 26px;color: #333333;}
#pagination span.page a {width: 30px;padding: 0;text-align: center;}

#pagination span a:hover {background: #333333;border-color: #333333;color: #ffffff;}

#pagination span.current {width: 30px;height: 30px;background: #fe708a;border: 1px solid #fe708a;font-weight: bold;font-size: 13px;line-height: 26px;color: #ffffff;text-align: center;cursor: default;}



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

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

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

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



/* 9.1 LINKS LIST */
.sidebar_widget ul {}
.sidebar_widget ul li {}
.sidebar_widget ul li ~ li {margin: 3px 0 0 0;}
.sidebar_widget ul li a {display: block;padding: 7px 15px;border: 1px solid #eaeae9;text-transform: uppercase;}

.sidebar_widget ul li a:hover {background: #333333;border-color: #333333;color: #ffffff;}
.sidebar_widget ul li.active a {background: #fe708a;border-color: #fe708a;color: #ffffff;}



/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {padding: 15px;border: 1px solid #eaeae9;text-align: center;}
.sidebar_widget .product ~ .product {margin: 3px 0 0 0;}

.sidebar_widget .product_img {padding: 15px 0;}
.sidebar_widget .product_img a {display: inline-block;}
.sidebar_widget .product_img a img {width: 150px;}

.sidebar_widget .product_info {}

.sidebar_widget .product_name {padding: 15px 0 0 0;}

.sidebar_widget .product_desc {}

.sidebar_widget .product_price {padding: 10px 0 0 0;}
.sidebar_widget .product_price .money {font-size: 20px;}
.sidebar_widget .product_price .compare-at-price {}



/********************************************************************************************************
                           10. 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: #333333;}
#searchresults .search-form button:hover {color: ;}
#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 #eaeae9;}
#searchresults ol li {overflow: hidden;margin: 0;padding: 15px 0;border-top: 1px solid #eaeae9;}
#searchresults ol li .search-result_image {float: left;margin-right: 15px;}
#searchresults ol li .search-result_container {padding: 15px 0 0 0;}



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

.product_wrap {}



/* 11.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {width: 345px !important;height: auto !important;position: relative !important;}

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

.zoomWrapper {border: 1px solid #eaeae9;}

.zoomContainer {z-index: 1 !important;}
.zoomLens {z-index: 1 !important;}
.zoomWindow {margin: -1px 0 0 0 !important;}



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

#elevatezoom_gallery {}
#elevatezoom_gallery a {width: 87px !important;display: block;margin: 0 12px 0 0;border: 1px solid #eaeae9;}

.product_images .bx-controls a {width: 20px;height: 20px;display: block;overflow: hidden;margin: -10px 0 0 0;color: #333333;text-align: center;position: absolute;top: 50%;}
.product_images .bx-controls a:hover {color: #fe708a;}

.product_images .bx-controls a:before {font: 25px/20px 'FontAwesome';}

.product_images .bx-controls a.bx-prev {left: 0;}
.product_images .bx-controls a.bx-prev:before {content: '\f104';}
.product_images .bx-controls a.bx-next {padding: 0 0 0 1px;right: 0;}
.product_images .bx-controls a.bx-next:before {content: '\f105';}



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

.product_wrap .product-price {margin: 15px 0 0 0;padding: 0;font-size: 18px;}
.product_wrap .product-price .money {margin: 0 7px 0 0;font-size: 20px;}
.product_wrap .product-price .compare-at-price {}



#purchase {}
#purchase label {display: inline-block;margin: 15px 10px 0 0;padding: 0 !important;line-height: 37px;}
#purchase #quantity {width: 50px;height: 37px;display: inline-block;margin: 15px 10px 0 0;padding: 0;outline: none;text-align: center;}
#purchase #add-to-cart {height: 37px;margin: 15px 10px 0 0;padding: 8px 15px;}

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

.product_wrap .product_details {margin: 15px 0 0 0;padding: 10px 0 15px 0;border: 1px solid #eaeae9;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;}



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



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

ul.product_listing_related {list-style-type: none;}
ul.product_listing_related .product {margin: 30px 0 0 0;}
ul.product_listing_related .product > div {padding: 20px;}

ul.product_listing_related .product_img {}
ul.product_listing_related .product_name {}
ul.product_listing_related .product_price {}



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

/* 12.1 POSTS LISTING */
#blog {}
#blog #pagination {margin: 30px 0 0 0;}

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

.article_header {padding: 15px 0;border-bottom: 1px solid #eaeae9;}
.article_header .product_name {font-size: 17px;}
.article_header .product_name a {}
.article_header .product_name a:hover {}

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

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

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



/* 12.2 SINGLE POST */
.article_meta-comments {float: right;padding: 2px 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 {}



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

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */
.customer_account {}

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



/* 13.3 ADDRESSES */
.customer_addresses {}

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


.address_table .address_title {vertical-align: baseline;}
.address_table .address_title .address_actions {vertical-align: baseline;float: right;margin: 0 0 0 15px;text-transform: none;}
.address_table .address_title .address_actions span {vertical-align: baseline;}


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



/* 13.4 ORDERS */
.order_date {margin: 15px 0 0 0;}

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

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



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

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

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

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

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

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

.cart-list .row h3.item_vendor {border-bottom: 1px solid #eaeae9;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 #eaeae9;}
.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;}



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



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

.contact-scope {}
.contact-scope #google_map {margin: 15px 0;}

.contact-form {}

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

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



/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/
.template-404 h2,
.template-404 h2 a {vertical-align: baseline;}