/** Shopify CDN: Minification failed

Line 724:115 Unexpected "}"

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

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 OTHER HOMEPAGE BLOCKS
7.7 FOOTER

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

9. SIDEBAR WIDGETS
9.1 LINKS LIST
9.2 SIDEBAR PRODUCT LISTING

10. SEARCH RESULTS PAGE

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

12. BLOG
12.1 POSTS LISTING
12.2 SINGLE POST

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

14. CART PAGE
14.1 CART PRODUCTS
14.2 GUEST CHECKOUT

15. CONTACTS PAGE

16. PAGE 404

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



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

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

.addthis_button_facebook_like .fb_iframe_widget {display: block;}

.addthis_button_tweet {width: 79px;}

.addthis_counter.addthis_pill_style a.atc_s .atm-f {padding: 0px 8px;}

#_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(../images/bx_loader547b.gif?v=48914817761367347031666157791) 50% 50% no-repeat #eaf5f8;position: fixed;left: 0;top: 0;z-index: 1000;}


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


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

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

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


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

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

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


/* NEWSLETTER POPUP */
#newsletter_popup__wrap {max-width: 820px !important;}
#newsletter_popup__wrap .fancybox-skin {padding: 30px 30px 62px !important;
    background:  url(newsletter_imaged10e.png?v=2499721201103676381666157792) no-repeat right bottom;
    
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  -webkit-border-radius: 24px;-moz-border-radius: 24px;border-radius: 24px;
}

#newsletter_popup__wrap .fancybox-inner {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

#newsletter_popup #logo {padding-top: 0px;float: none;text-align: right;margin-top: -14px;margin-right: 102px;}
#newsletter_popup .newsletter_cnt {display: inline-block;text-align: center;margin-left: 235px;}

#newsletter_popup__wrap .fancybox-close {}
#newsletter_popup__wrap .fancybox-close:before{height: 41px;width: 41px;content: '\f00d';display: block;font: 20px/41px 'FontAwesome';color: #ffffff;text-align: center;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;background: #c7161d;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
#newsletter_popup__wrap .fancybox-close {top: -12px;right: -12px;}
#newsletter_popup__wrap .fancybox-close:hover:before{background: #35c99d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}


#newsletter_popup h4 {font-weight: bold;font-size: 30px;line-height: 36px;text-align: center;text-transform: uppercase;text-transform: none;}
#newsletter_popup h6 {font-size: 20px;line-height: 22px;text-transform: none;font-weight: normal;}
#newsletter_popup p {font-size: 14px;line-height: 22px;color: #c7161d;padding: 0px 54px;}
#newsletter_popup form {margin: 30px 0 0 0;position: relative;}
#newsletter_popup input {display: inline-block; width: 236px;height: 48px;font-size: 20px;line-height: 34px;color: #359dc9;margin-right: 8px;}
#newsletter_popup .btn {padding: 0px 12px 0px 17px;height: 48px;font-size: 20px;line-height: 20px;background: #fb5959 ! important;border: 0px solid;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
#newsletter_popup .btn:hover {background: #35c99d ! important;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}

#newsletter_popup .newsletter_off__wrap {margin: 30px 0 0 0;}
#newsletter_popup .newsletter_off__wrap .btn {height: auto;font-size: 11px;display: none;}

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


/* GOOGLE MAPS */
#google_map,
#google_map iframe {width: 100% !important;height: 264px !important;background: #e7e7e6;-webkit-border-radius: 22px;-moz-border-radius: 22px;border-radius: 22px;}

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




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

body {font: normal 17px "Noto Sans";color: #888888;}




/* 4.1 HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {margin: 15px 0;font: bold 30px "Noto Sans";color: #359dc9;text-transform: uppercase;}

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

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

.page_heading {margin: 0;font-size: 30px;text-transform: none;}
.page_heading a {float: right;}




/* 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: #359dc9;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: #ff6f42;}




/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {font-weight: bold;font-size: 14px;color: #ff6f42;}
.product_name a {font-weight: regular;color: #ff6f42;

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

}
.product_name a:hover {color: #35c99d;text-decoration: underline;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}


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


.money {color: #35c99d;}
.compare-at-price {text-decoration: line-through;}




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

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

.rte 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;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;background: #ffffff;}




/********************************************************************************************************
                           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 #cde0e5;font: normal 13px 'Arial';color: ;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border-radius: 14px;
box-shadow: none;
line-height: 26px;
}

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 {margin-bottom: 30px;}
.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: 14px;
   -moz-border-radius: 14px;
        border-radius: 14px;
}

.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 {background: #35c99d !important;border-color: #35c99d !important;color: #ffffff !important;
border-radius: 14px !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:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {background: #359dc9 !important;border-color: #359dc9 !important;}

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

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




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

html, body {height: 100%;}

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

.container {padding: 0;}


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

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

hr {border-color: #cde0e5 ;}


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

/* 7.1 HEADER */
#header {position: relative; background: #ffffff;}
#header .collections_title {background: #c7161d;
-webkit-border-top-left-radius: 24px;
-webkit-border-top-right-radius: 24px;
-moz-border-radius-topleft: 24px;
-moz-border-radius-topright: 24px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;
padding: 4px 18px 9px;
margin-top: 0px;
}

#header .col-sm-3 {top: 15px;}
#header .col-sm-9 {top: 15px;}

#header .collections_title a {color: #ffffff;font-size: 30px;line-height: 57px;font-weight: bold;text-transform: none;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
#header .collections_title a:hover {color: #cde0e5;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}

.page_bg {background: url(../images/page_bg_img_top09f3.png?v=159017125975594117761666157792) repeat-x;position: absolute;top: 0px;left: 0px;right: 0px;height: 10px;}
.page_bg_2 {background: url(../images/page_bg_img_bottomf521.png?v=136889425577899996331666157792) repeat-x;position: absolute;bottom: 0px;left: 0px;right: 0px;height: 10px;}
.page_bg_white {background: url(../images/page_bg_img_top27c73.png?v=148798977979798513001666157792) repeat-x;position: absolute;top: 0px;left: 0px;right: 0px;height: 10px;}
.page_bg_2_white {background: url(../images/page_bg_img_bottom24cb7.png?v=121174359061509387141666157792) repeat-x;height: 10px;}


#logo {float: left;padding-top: 19px;}
#logo a b {font-size: 80px;line-height: 42px;letter-spacing: -4.5px;}
#logo a .wrap-1 {font-weight: 700;}
#logo a .wrap-2 {color: #35c99d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
#logo a:hover .wrap-2{color: #5589e9;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
#logo b {font-size: 20px;}


.header_user {display: inline-block;}
.header_user li {display: inline-block;}
.header_user li a {border-right: 1px solid #cde0e5;padding: 2px 15px 3px 0px;}
.header_user li a i {margin: 0 5px 0 0;line-height: 1.5em;}
.header_user li i {line-height: 28px;color: #35c99d;margin-right: 12px;}
.header_user li .fa-unlock-alt {padding-left: 15px;}
.header_user .checkout {padding-left: 15px;}

.header_currency {display: inline-block;border-right: 1px solid #cde0e5;padding: 1px 8px 2px 0px;margin-top: -1px;}}
.header_currency select {width: 0 !important;height: 0 !important;overflow: hidden !important;}
.header_currency .jq-selectbox {width: 60px;}
.header_currency .jq-selectbox__select {height: 25px;padding: 0 25px 0 5px;border: 0px solid #cde0e5;}
.header_currency .jq-selectbox__select-text {line-height: 29px;font-size: 14px;color: #359dc9;}
.header_currency .jq-selectbox__trigger i {right: 5px;top: 5px;}

.header_currency .jq-selectbox__dropdown {width: 79px !important;background: #ffffff;border: 1px solid #cde0e5;top: 32px !important;left:-10px;}
.header_currency .jq-selectbox__dropdown ul {}
.header_currency .jq-selectbox__dropdown ul li {font-size: 12px;text-align: center;color: #359dc9;}

.header_currency .jq-selectbox__dropdown ul li:hover {background: #eee;}
.header_currency .jq-selectbox__dropdown ul li.sel {font-weight: bold;color: #c7161d;}


.header_cart {display: inline-block;margin-top: -6px;margin-left: 12px;}
.header_cart a {}
.header_cart a .cart {margin-right: 9px;}
.header_cart a i {font-size: 32px;line-height: 37px;color: #c7161d;margin-right: 8px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_cart a i:hover {color: #ffcc00;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_cart a b {}
.header_cart a span {}
.header_cart a span.count {display: inline-block;text-align: center;width: 38px;height: 38px;line-height: 38px; background: ;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}


.header_search {display: inline-block;}
.header_search .search-form {border:1px solid #cde0e5;height: 41px;margin-top: -5px;background: ;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;overflow: hidden;}
.header_search #search-field {border: 0px;width: 129px;}
.header_search #search-submit {padding: 10px 11px 10px 8px;height: 41px;border-left: 1px solid #cde0e5; color: #35c99d;background: #ffffff;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_search #search-submit:hover {color: #359dc9;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}


.custom_header {}

.header_social {display: inline-block;margin-right: 23px;}
.header_social_list li {display: inline-block;}
.header_social_list li + li {margin-left: 3px;}
.header_social_list li i {font-size: 30px;}
.header_social_list .fa-facebook-square {color: #5589e9;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_social_list .fa-facebook-square:hover {color: #35c99d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_social_list .fa-twitter-square {color: #64e1fc;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_social_list .fa-twitter-square:hover {color: #c7161d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_social_list .fa-google-plus-square {color: #c7161d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_social_list .fa-google-plus-square:hover {color: #bc6dd3;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_social_list .fa-youtube-square {color: #fb5959;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.header_social_list .fa-youtube-square:hover {color: #64e1fc;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}

.header_right {float: right;}
.header_right__line2 {text-align: right;padding-top: 45px;}
.header_right__line3 {text-align: right;padding-top: 24px;padding-bottom: 12px;}

/* 7.2 MEGAMENU */
#megamenu {height: 70px;position: relative;z-index: 999;}

#megamenu,
#megamenu .submenu,
.megamenu_mobile .level_1 {background-color: #ffffff;}

#megamenu .submenu {
-webkit-border-bottom-left-radius: 24px;
-moz-border-radius-bottomleft: 24px;
border-bottom-left-radius: 24px;

-webkit-border-bottom-right-radius: 24px;
-moz-border-radius-bottomright: 24px;
border-bottom-right-radius: 24px;
}

.sf-menu {position: relative;max-width: 1073px;}
.sf-menu > li {float: left;width: 16.6667%;}
.sf-menu > li > a {position: relative;z-index: 0;}
.sf-menu > .megamenu_item_1 > a {color: #ffffff;display: block;font-size: 20px;line-height: 70px;text-transform: uppercase;position: relative;text-align: center;text-transform: none;
background: #bc6dd3;
-webkit-border-top-left-radius: 24px;
-webkit-border-top-right-radius: 24px;
-moz-border-radius-topleft: 24px;
-moz-border-radius-topright: 24px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;

-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 > .megamenu_item_2 > a {color: #ffffff;display: block;font-size: 20px;line-height: 70px;text-transform: uppercase;position: relative;text-align: center;text-transform: none;
background: #ffcc00;
-webkit-border-top-left-radius: 24px;
-webkit-border-top-right-radius: 24px;
-moz-border-radius-topleft: 24px;
-moz-border-radius-topright: 24px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;

-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 > .megamenu_item_3 > a {color: #ffffff;display: block;font-size: 20px;line-height: 70px;text-transform: uppercase;position: relative;text-align: center;text-transform: none;
background: #fb5959;
-webkit-border-top-left-radius: 24px;
-webkit-border-top-right-radius: 24px;
-moz-border-radius-topleft: 24px;
-moz-border-radius-topright: 24px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;

-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 > .megamenu_item_4 > a {color: #ffffff;display: block;font-size: 20px;line-height: 70px;text-transform: uppercase;position: relative;text-align: center;text-transform: none;
background: #35c99d;
-webkit-border-top-left-radius: 24px;
-webkit-border-top-right-radius: 24px;
-moz-border-radius-topleft: 24px;
-moz-border-radius-topright: 24px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;

-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 > .megamenu_item_5 > a {color: #ffffff;display: block;font-size: 20px;line-height: 70px;text-transform: uppercase;position: relative;text-align: center;text-transform: none;
background: #359dc9;
-webkit-border-top-left-radius: 24px;
-webkit-border-top-right-radius: 24px;
-moz-border-radius-topleft: 24px;
-moz-border-radius-topright: 24px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;

-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 > .megamenu_item_6 > a {color: #ffffff;display: block;font-size: 20px;line-height: 70px;text-transform: uppercase;position: relative;text-align: center;text-transform: none;
background: #c7161d;
-webkit-border-top-left-radius: 24px;
-webkit-border-top-right-radius: 24px;
-moz-border-radius-topleft: 24px;
-moz-border-radius-topright: 24px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;

-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.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li > a.active {margin-top: 10px;position: relative;z-index: 0;line-height: 60px;
-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.sfHover ,
.sf-menu > li:hover,
.sf-menu > li.active {margin-top: 10px;}*/


.sf-menu .menu_badge {display: block;padding: 2px 5px;background: #35c99d;font-size: 9px;color: #ffffff;text-transform: uppercase;position: absolute;/*right: 43px*/;top: -10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

.sf-menu > li > ul {width: 100%;background: #ffffff;position: absolute;left: 0;top: 70px;display: none;
-webkit-border-bottom-left-radius: 24px;
-moz-border-radius-bottomleft: 24px;
border-bottom-left-radius: 24px;

-webkit-border-bottom-right-radius: 24px;
-moz-border-radius-bottomright: 24px;
border-bottom-right-radius: 24px;

-webkit-box-shadow: 0px 2px 15px -2px rgba(225,240,244,1);
-moz-box-shadow: 0px 2px 15px -2px rgba(225,240,244,1);
box-shadow: 0px 2px 15px -2px rgba(225,240,244,1);
}
.sf-menu .submenu {padding: 20px}




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




/* 2: CATALOG */
.megamenu_item_2 {
}

.submenu_2 {

}

.submenu_2 .col-sm-4 {padding-left: 36px;}
.submenu_2 img {-webkit-box-shadow: 0px 0px 12px 12px rgba(244,249,250,1);
-moz-box-shadow: 0px 0px 12px 12px rgba(244,249,250,1);
box-shadow: 0px 0px 12px 12px rgba(244,249,250,1);
-webkit-border-radius: 22px;-moz-border-radius: 22px;border-radius: 22px;
}

.submenu_2 h4 {margin: 0;font-size: 20px;line-height: 52px;text-transform: none;border-bottom: 1px solid #cde0e5;}
.submenu_2 h4 a {}

.submenu_2 ul {margin: 16px 0 0 0;}
.submenu_2 ul li {text-transform: none;}
.submenu_2 ul li a {color: #35c99d;font-size: 14px;line-height: 38px;}
.submenu_2 ul li a:hover {color: #c7161d;}
.submenu_2 ul li a:before {content: '-';font-weight: bold;color: #359dc9;margin-right: 10px;}

.submenu_2 .btn {margin: 10px 0 0 0;}

.submenu_2 .banner1-wrapper {position: relative;margin-top: 19px;}
.submenu_2 .banner2-wrapper {position: relative;margin-top: 19px;}
.submenu_2 .banner1-wrapper {margin-left: 18px;}
.submenu_2 .megamenu2_banner1-cnt {position: absolute;top: 8px;right: 18px;text-align: center;}
.submenu_2 .megamenu2_banner2-cnt {position: absolute;top: 8px;right: 45px;text-align: right;}

.submenu_2 .megamenu2_banner1-cnt h3 {text-transform: none;font-size: 30px;line-height: 36px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.submenu_2 .megamenu2_banner2-cnt h3 {text-transform: none;color: #35c99d;font-size: 48px;line-height: 34px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}

.submenu_2 .megamenu2_banner1-cnt p {color: #c7161d;font-size: 14px;line-height: 0px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.submenu_2 .megamenu2_banner2-cnt p {color: #35c99d;font-size: 18px;line-height: 6px;font-weight: bold;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}

.submenu_2 .banner1-wrapper a:hover h3 {color: #c7161d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.submenu_2 .banner2-wrapper a:hover h3 {color: #c7161d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.submenu_2 .banner1-wrapper a:hover p {color: #64e1fc;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.submenu_2 .banner2-wrapper a:hover p {color: #ffcc00;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}


/* 3: BLOG */
.megamenu_item_3 {
}
.megamenu_item_3 .blog_date {font-size: 14px;line-height: 40px;color: #c7161d;}
.megamenu_item_3 .blog_title {margin-top: -15px;}
.megamenu_item_3 .blog_title a {font-size: 19px;color: #35c99d;text-transform: none;}
.megamenu_item_3 .blog_content p {font-size: 14px;text-transform: none;color: #c7161d;}

.submenu_3 .blog_header_title {font-size: 20px;line-height: 50px;font-weight: normal;text-transform: none;border-bottom: 1px solid #cde0e5;margin: 15px 35px;}
.submenu_3 img {-webkit-box-shadow: 0px 0px 12px 12px rgba(244,249,250,1);
-moz-box-shadow: 0px 0px 12px 12px rgba(244,249,250,1);
box-shadow: 0px 0px 12px 12px rgba(244,249,250,1);
-webkit-border-radius: 22px;-moz-border-radius: 22px;border-radius: 22px;
}

.submenu_3 .col-sm-4 {padding-left: 30px;} 
.submenu_3 .blog_btn {font-size: 20px;line-height: 50px;border: 1px solid #cde0e5;color: #359dc9;background: #ffffff;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;padding: 7px 16px 12px;}
.submenu_3 .blog_btn:hover {border: 1px solid #359dc9;color: #ffffff;background: #35c99d;}

.submenu_3 .banner1-wrapper {position: relative;margin-top: 14px;margin-bottom: 28px;}
.submenu_3 .banner1-wrapper a:hover .megamenu3_banner1-cnt {background: #bc6dd3;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}

.megamenu3_banner1-cnt {position: absolute;bottom: 0;background: #35c99d;width:230px;text-align: center;
-webkit-border-bottom-left-radius: 22px;
-moz-border-radius-bottomleft: 22px;
border-bottom-left-radius: 22px;
-webkit-border-bottom-right-radius: 24px;
-moz-border-radius-bottomright: 24px;
border-bottom-right-radius: 24px;

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

}



.megamenu3_banner1-cnt h3 {color: #ffffff;text-transform: none;}

.megamenu3_banner2-cnt {background: #fb5959;-webkit-border-radius: 26px;-moz-border-radius: 26px;border-radius: 26px;margin-right: 12px;text-align: center;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.megamenu3_banner2-cnt h3 {font-size: 30px;line-height: 36px;color: #ffffff;text-transform: none;padding-top: 19px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.megamenu3_banner2-cnt:hover h3 {color: #ffcc00;}
.megamenu3_banner2-cnt:hover {background: #5589e9;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.megamenu3_banner2-cnt .banner_btn {font-size: 20px; display: inline-block;color: #fb5959;background: #ffffff;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;padding: 7px 14px 11px;margin-top: -5px;margin-bottom: 20px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.megamenu3_banner2-cnt .banner_btn:hover {background: #ffcc00;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}



/* 4: SALE */
.megamenu_item_4 {
}
.megamenu_item_4 .product_img {}
.megamenu_item_4 .product_name {font-weight: 300;}
.megamenu_item_4 .product_price {}
.megamenu_item_4 .product_price .money {font-size: 20px;line-height: 32px;color: #fb5959;}
.megamenu_item_4 .product_price .compare-at-price {font-size: 20px;line-height: 32px;color: #35c99d;}

.submenu_4 .sale_header_title {font-size: 20px;line-height: 50px;font-weight: normal;text-transform: none;border-bottom: 1px solid #cde0e5;margin: 15px 30px;}
.submenu_4 .col-sm-3 + .col-sm-3 {border-left: 1px solid #cde0e5;}
.submenu_4 .col-sm-3 {padding: 30px;}

.megamenu4_banner1-cnt {-webkit-border-radius: 22px;-moz-border-radius: 22px;border-radius: 22px;text-align: center;background: #c7161d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;margin-top: 25px;}
.megamenu4_banner1-cnt h3 {text-transform: none;color: #ffffff;font-size: 30px;line-height: 36px;padding-top: 22px;}
.megamenu4_banner1-cnt p {color: #ffffff;font-size: 14px;padding-bottom: 23px;margin-top: -12px;}
.megamenu4_banner2-cnt {-webkit-border-radius: 22px;-moz-border-radius: 22px;border-radius: 22px;text-align: center;background: #35c99d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;margin-top: 25px;}
.megamenu4_banner2-cnt h3 {text-transform: none;color: #ffffff;font-size: 30px;line-height: 36px;padding-top: 22px;}
.megamenu4_banner2-cnt p {color: #ffffff;font-size: 14px;padding-bottom: 23px;margin-top: -12px;}

.megamenu4_banner1-cnt:hover {background: #bc6dd3;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.megamenu4_banner2-cnt:hover {background: #5589e9;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}



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


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


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

}
#megamenu.isStuck .menu_badge {display: none;}

#megamenu.isStuck .sf-menu {left: 300px;}


/* 7.3 NIVOSLIDER */
.nivoSlider {width: 100%;height:300px;overflow: hidden;position: relative;z-index: 1;
-webkit-border-bottom-left-radius: 24px;
-moz-border-radius-bottomleft: 24px;
border-bottom-left-radius: 24px;

-webkit-border-bottom-right-radius: 24px;
-moz-border-radius-bottomright: 24px;
border-bottom-right-radius: 24px;
}
.nivoSlider img {max-width: none;position: absolute;top: 0;left: 0;z-index: 1;}
.nivo-main-image {width: 100% !important;display: block !important;position: relative !important;}

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

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

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

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


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

.nivoSlider {}

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


.slider_nav {display: none;}
.slider_nav .container {}

.slider_nav a {width: 30px;height: 30px;display: block;vertical-align: top;margin: -15px 0 0 0;background: #359dc9;position: absolute;top: 50%;z-index: 9;cursor: pointer;}
.slider_nav a:before {display: block;font: 20px/28px 'FontAwesome';color: #ffffff;text-align: center;}
.slider_nav a:hover {}

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

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


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

.slider_controls a {display: inline-block;vertical-align: top;color: #ffffff;cursor: pointer;width: 18px;height: 18px;text-align: center;
border-radius: 50%;
display: inline-block;
border: 3px solid;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;
}
.slider_controls a ~ a {margin: 0 0 0 5px;}
.slider_controls a span {display: none;}
/*.slider_controls a:before {content: '\f111';display: block;font: 20px 'FontAwesome';}*/

.slider_controls a:hover {border: 9px solid;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.slider_controls a.active {border: 9px solid;cursor: default;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}




/* 7.4 SHOWCASE */

#showcase {padding-top: 30px;}
.custom_showcase {margin-bottom: 30px;}

.custom_showcase img {-webkit-border-radius: 24px;-moz-border-radius: 24px;border-radius: 24px;}
.custom_showcase h3 {color: #ffffff;text-transform: none;font-size: 30px;line-height: 50px;}
.custom_showcase .custom_showcase_cnt {text-align: center;left: 15px;right: 15px;position: absolute;bottom: 0;
-webkit-border-bottom-left-radius: 24px;
-moz-border-radius-bottomleft: 24px;
border-bottom-left-radius: 24px;

-webkit-border-bottom-right-radius: 24px;
-moz-border-radius-bottomright: 24px;
border-bottom-right-radius: 24px;

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

}

.custom_showcase__1 .custom_showcase_cnt {background: #359dc9;}
.custom_showcase__2 .custom_showcase_cnt {background: #35c99d;}
.custom_showcase__3 .custom_showcase_cnt {background: #ffcc00;}
.custom_showcase__4 .custom_showcase_cnt {background: #bc6dd3;}
.custom_showcase__5 .custom_showcase_cnt {background: #c7161d;}
.custom_showcase__6 .custom_showcase_cnt {background: #fb5959;}
.custom_showcase__1 a:hover .custom_showcase_cnt {background: #fb5959;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.custom_showcase__2 a:hover .custom_showcase_cnt {background: #c7161d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.custom_showcase__3 a:hover .custom_showcase_cnt {background: #bc6dd3;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.custom_showcase__4 a:hover .custom_showcase_cnt {background: #ffcc00;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.custom_showcase__5 a:hover .custom_showcase_cnt {background: #35c99d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.custom_showcase__6 a:hover .custom_showcase_cnt {background: #359dc9;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}

.banner7 {padding-left: 0px;}
.banner8 {padding-right: 0px;}

.showcase_item__7 {background: #c7161d;-webkit-border-radius: 22px;-moz-border-radius: 22px;border-radius: 22px;margin-top: 30px;margin-bottom: 30px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}

.showcase_item__7 .showcaseitem7-cnt {color: #ffffff;padding: 0px 19px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.showcase_item__7 .showcaseitem7-cnt:hover {color: #64e1fc;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.showcase_item__7 .showcaseitem7-cnt h3 {font-size: 30px;line-height: 50px; color: #ffffff;text-transform: none;
-webkit-box-shadow: 0px 6px 4px -3px rgba(245,104,58,1);
-moz-box-shadow: 0px 6px 4px -3px rgba(245,104,58,1);
box-shadow: 0px 6px 4px -3px rgba(245,104,58,1);
padding: 8px 0px;
}
.showcase_item__7 .showcaseitem7-cnt p {font-size: 20px;line-height: 31px;}
.showcase_item__7 .showcaseitem7-cnt span {font-size: 14px;line-height: 22px;margin-top: -7px;display: inline-block;margin-bottom: 30px;}


.showcase_item__8 {background: #359dc9;-webkit-border-radius: 22px;-moz-border-radius: 22px;border-radius: 22px;margin-top: 30px;padding: 0px 19px;margin-bottom: 30px;}
.showcase_item__8 h3 {font-size: 30px;line-height: 50px; color: #ffffff;text-transform: none;
-webkit-box-shadow: 0px 6px 4px -3px rgba(51,154,198,1);
-moz-box-shadow: 0px 6px 4px -3px rgba(51,154,198,1);
box-shadow: 0px 6px 4px -3px rgba(51,154,198,1);
padding: 8px 0px 8px;
}
.showcase_item__8 a {margin-left: 13px;display: inline-block; color: #ffffff;max-width: 260px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.showcase_item__8 a:hover {color: #ffcc00;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.showcase_item__8 a p {margin: 10px 0px;font-size: 20px;line-height: 25px;}
.showcase_item__8 .index-list {counter-reset: li;}
.showcase_item__8 .index-list li:before{display: inline-block;content: counter(li, decimal-leading-zero)"/";counter-increment: li;font-size: 50px;line-height: 31px;color: #ffffff;}
.showcase_item__8 .showcaseitem8-cnt {padding-bottom: 37px;}

/* 7.5 MAIN PRODUCT LISTING */
.product_listing_main .product_wrapper {padding: 0px  20px 0px;border-left:1px solid #cde0e5;margin-top: 20px;}
.product_listing_main .product_wrapper .btn-cart {overflow: hidden; padding: 7px 0px 11px 16px;font-size: 20px;border:1px solid #cde0e5 ! important;background: #ffffff ! important;color: #359dc9 ! important;-webkit-border-radius: 14px ! important;-moz-border-radius: 14px ! important;border-radius: 14px ! important;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.product_listing_main .product_wrapper .btn-cart i {font-size: 23px;line-height: 30px;color: #ffffff;}
.product_listing_main .product_wrapper .shopping-cart {background: #35c99d;margin-left: 14px;padding: 9px 10px 13px 11px;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
;}
.product_listing_main .product_wrapper .btn-cart:hover .shopping-cart {background: #c7161d ! important;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.product_listing_main .product_wrapper .btn-cart:hover {background:  ! important;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}

.featured_products .bx-wrapper + .bx-wrapper {border-top:1px solid #cde0e5;}
.featured_products .bx-wrapper {margin-bottom: 20px;}
 
.featured_products .col-sm-3 {padding-left: 14px;}

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

.product_listing_main .product_img span.product_badge {display: block;padding: 0px 7px;color: #ffffff;position: absolute;top: 0;z-index: 100;}
.product_listing_main .product_img span.new {font-size: 14px;line-height: 22px;background: #ffcc00;left: 0;-webkit-border-radius: 24px;-moz-border-radius: 24px;border-radius: 24px;}
.product_listing_main .product_img span.sale {background: #35c99d;right: 0;font-size: 14px;line-height: 22px;-webkit-border-radius: 24px;-moz-border-radius: 24px;border-radius: 24px;}

.product_listing_main .product_info {margin-top: 15px;}

.product_listing_main .product_name {margin-top: -9px;}

.product_listing_main .product_desc {display: none;}

.product_listing_main .product_price {}
.product_listing_main .product_price .money {font-size: 20px;line-height: 50px;}
.product_listing_main .product_price .money_sale {font-size: 20px;line-height: 50px;color: #c7161d;text-decoration: line-through;}

.product_listing_main .product_links {margin-top: 13px;}
.product_listing_main .product_links form {display: inline-block;}
.product_listing_main .product_links a {}

#collection_sorted .product_img {padding: 15px;background: #ffffff;}

/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.featured_products {
position: relative;
background: #ffffff;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
padding-bottom: 10px;
}

.featured_products .page_bg {top: 70px;}

.featured_products h2 {padding: 12px 18px 15px;margin-top: 0px;border-bottom:1px solid #cde0e5;
-webkit-border-top-left-radius: 24px;
-webkit-border-top-right-radius: 24px;
-moz-border-radius-topleft: 24px;
-moz-border-radius-topright: 24px;
border-top-left-radius: 24px;
border-top-right-radius: 24px;
}

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

.featured_products .bx-controls a {width: 30px;height: 30px;display: block;overflow: hidden;margin: -15px 0 0 0;text-align: center;position: absolute;top: 106%;z-index: 99;
background: rgba(53,157,201,1);
-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}
.featured_products .bx-controls a:hover {background: #c7161d;}

.featured_products .bx-controls a:before {display: block;font: 17px/30px 'FontAwesome';color: #ffffff;}

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

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


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


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

.view_list {}
.view_list .product {width: 100%;float: none;overflow: hidden;}
.view_list .product_img {width: 200px;float: left;}
.view_list .product_info {margin: 0 0 0 215px;}
.view_list .product_desc {display: block;}




/* 7.6 OTHER HOMEPAGE BLOCKS */

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

}




/* 7.7 FOOTER */
footer {background: #ffffff;padding-top: 26px;}
footer h3 {text-transform: none;}

.footer_block {}
.footer_block__5 {padding-top: 24px;}

ul.footer_links {padding-top: 3px;}
ul.footer_links li {}
ul.footer_links li + li {border-top: 1px solid #cde0e5;}

ul.footer_links li a {line-height: 46px;}


ul.footer_links li.active a,
ul.footer_links li a:hover {}


.footer_newsletter {}
.footer_newsletter input {}
.footer_newsletter button {}
.footer_newsletter .form_status {margin: 10px 0 0 0;font-weight: bold;}
.footer_newsletter .form_status.error {color: #f00;}
.footer_newsletter .form_status.success {color: #119000;}

footer .footer_social li a {line-height: 46px;}
footer .footer_social li + li {border-top: 1px solid #cde0e5;}

footer .clearfix {display: none;}

footer hr {margin-top: 61px;}

footer .copyright {margin-top: -13px;margin-bottom: 28px;}
footer .copyright p {font-size: 14px;color: #359dc9; }
footer .copyright a {}
footer .copyright a:hover {}


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



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

/* 8.1 BREADCRUMBS */
.breadcrumb_wrap {margin: 15px 0 30px;}
.breadcrumb {margin: 0;padding: 7px 15px;background: #dbe6e9;
-webkit-border-radius: 14px;
        border-radius: 14px;
}




/* 8.2 DESCRIPTIONS & TAGS */
.collection_info {}
.collection_info .collection_img {margin-top: 15px;text-align: center;background: #ffffff;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;}
.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 {font-size: 14px; display: block;padding: 5px 9px;background: #35c99d;color: #ffffff;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;}

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




/* 8.3 PRODUCTS SORTING */
.product_listing_controls {overflow: hidden;margin: 30px 0 30px 0;padding: 0 10px 10px 10px;background: #dbe6e9;border: 1px solid #cde0e5;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;}

.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: #35c99d;text-align: center;cursor: pointer;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;

-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: #cde0e5;color: #359dc9;cursor: default;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;}
.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(../images/bx_loader547b.gif?v=48914817761367347031666157791) 50% 0 no-repeat;position: absolute;left: 0;top: 0;}




/* 8.4 COLLECTION LISTING */
.collection_listing_main {margin-bottom: 30px;}

.collection_listing_item {margin: 30px 0 0 0;}
.collection_listing_item.item_4_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;}
.collection_listing_item .collection_products {margin: 5px 0 0 0;}
.collection_listing_item .collection_desc {margin: 5px 0 0 0;}
.collection_listing_item .btn {margin: 15px 0 0 0;}




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

#pagination {display: inline-block;overflow: hidden;float: right;margin: 10px 0 0 10px;font-size: 0;}
#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 #cde0e5;font-size: 13px;line-height: 29px;color: #359dc9;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;}
#pagination span.page a {width: 30px;padding: 0;text-align: center;}

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

#pagination span.current {width: 30px;height: 30px;background: #359dc9;border: 1px solid #359dc9;font-weight: bold;font-size: 13px;line-height: 29px;color: #ffffff;text-align: center;cursor: default;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;}




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

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

.sidebar_widget .widget_header {margin: 0;font-size: 30px;background: #ffffff;text-transform: none;
border-top-left-radius: 24px;
border-top-right-radius: 24px;
padding: 12px 18px 15px;
margin-top: 0px;
border-bottom:1px solid #cde0e5;
}

.sidebar_widget .widget_content {position: relative;margin: 0px 0 0 0;background: #ffffff;
-webkit-border-bottom-left-radius: 24px;
-moz-border-radius-bottomleft: 24px;
border-bottom-left-radius: 24px;

-webkit-border-bottom-right-radius: 24px;
-moz-border-radius-bottomright: 24px;
border-bottom-right-radius: 24px;
}
.sidebar_widget__collections .widget_header {display: none;}
.sidebar_widget__collections .page_bg {display: none;}


/* 9.1 LINKS LIST */
.sidebar_widget ul {padding: 4px 20px;}
.sidebar_widget ul li {}
.sidebar_widget ul li ~ li {margin: 0px 0 0 0;border-top: 1px solid #cde0e5;}
.sidebar_widget ul li a {display: block;font-size: 20px;line-height: 50px;}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {}


.sidebar_widget-fb {background: #ffffff;padding-bottom: 38px; -webkit-border-radius: 24px;-moz-border-radius: 24px;border-radius: 24px;margin-bottom: 30px;}
.sidebar_widget-fb h4 {font-size: 30px;line-height: 37px; background: #ffffff;text-transform: none;
border-top-left-radius: 24px;
border-top-right-radius: 24px;
padding: 11px 40px 15px 18px;
border-bottom:1px solid #cde0e5;
}
.sidebar_widget-fb .widget_content {position: relative;}
.sidebar_widget-fb .widget_content .page_bg {top: -15px;}

/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {padding: 15px;border: 0px solid #cde0e5;}
.sidebar_widget .product ~ .product {margin: 1px 0 0 0;border-top: 1px solid #cde0e5;}

.sidebar_widget .product_img {display: inline-block;max-width: 29%;margin-top: 20px;}
.sidebar_widget .product_cnt {display: inline-block;max-width: 69%;padding-left: 25px;margin-top: -4px;}

.sidebar_widget .product_info {}

.sidebar_widget .product_name {margin-top: -9px;}

.sidebar_widget .product_desc {}

.sidebar_widget .product_price {}
.sidebar_widget .product_price .money {font-size: 20px;line-height: 50px;color: #fb5959;}
.sidebar_widget .product_price .compare-at-price {font-size: 20px;line-height: 50px;color: #35c99d;}

.sidebar_widget .product_links {}
.sidebar_widget .product_links form {}
.sidebar_widget .product_links a {}




/********************************************************************************************************
                           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: #359dc9;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
#searchresults .search-form button:hover {color: #c7161d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
#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 #cde0e5;}
#searchresults ol li {overflow: hidden;margin: 0;padding: 15px 0;border-top: 1px solid #cde0e5;}
#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 #cde0e5;}

.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 29px;position: relative;}

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

.product_images .bx-controls a {width: 20px;height: 20px;display: block;overflow: hidden;margin: -10px 0 0 0;line-height: 0em;text-align: center;position: absolute;top: 50%;
background: rgba(53,157,201,.7);

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

}
.product_images .bx-controls a:hover {
background: rgba(53,157,201,1);
}

.product_images .bx-controls a:before {font: 10px/21px 'FontAwesome';color: #ffffff;}

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




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

.product_wrap .product-price {margin: 15px 0 0 0;padding: 0;font-size: 18px;}
.product_wrap .product-price .money {margin: 0 5px 0 0;}
.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 #cde0e5;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 15px 0;}

ul.product_listing_related {list-style-type: none;}
ul.product_listing_related .product {padding-bottom: 80px;}

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 {margin-bottom: 30px;}

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

.article_header {padding: 15px 0;border-bottom: 1px solid #cde0e5;}
.article_header .product_name {}
.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;font-size: 14px;}




/* 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 {margin-bottom: 30px;}

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



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

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

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

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

.cart-list .row h3.item_vendor {border-bottom: 1px solid #cde0e5;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;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;line-height: 26px;}

.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 #cde0e5;}
.cart_subtotal h3 .money {float: right;font-size: inherit;}

.cart_buttons {margin: 30px 0;}

.cart_instructions {}
.cart_instructions h4 {}
.cart_instructions textarea {width: 100%;-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;}

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

.cart-scope h3 a {color: #c7161d;font-weight: bold;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.cart-scope h3 a:hover {color: #35c99d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}

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

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea {-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;}

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

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




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

.template-404 h2 {vertical-align: baseline;}
.template-404 h2 a {vertical-align: baseline;color: #c7161d;font-weight: bold;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}
.template-404 h2 a:hover {color: #35c99d;
-webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
     -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
}