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

1. CSS RESET

2. VARIABLES
2.1 GRADIENTS
2.2 CSS3 TRANSITIONS

3. GLOBAL THEME STYLES
3.1 HOVERS

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

5. FORMS & COMPONENTS
5.1 FORMS
5.2 ALERTS
5.3 BUTTONS

6. GLOBAL PAGE LAYOUT

7. SIDEBAR CONFIGURATION

8. MAIN PAGE
8.1 HEADER
8.2 NAVIGATION
8.3 NIVOSLIDER
8.4 SHOWCASE
8.5 MAIN PRODUCT LISTING
8.6 FOOTER

9. COLLECTION PAGES
9.1 PAGES CONTENT
9.2 BREADCRUMBS
9.3 COLLECTION LISTING
9.4 PAGINATION

10. SIDEBAR WIDGETS
10.1 LINKS LIST
10.2 SIDEBAR PRODUCT LISTING

11. SEARCH RESULTS PAGE

12. PRODUCT PAGE
12.1 PRODUCT IMAGES
12.2 PRODUCT INFO
12.3 PRODUCT PAGINATION
12.4 RELATED PRODUCTS

13. BLOG
13.1 POSTS LISTING
13.2 SINGLE POST

14. CUSTOMER PAGES
14.1 LOG IN
14.2 ACCOUNT
14.3 ADDRESSES
14.4 ORDERS

15. CART PAGE
15.1 CART PRODUCTS
15.2 GUEST CHECKOUT

16. CONTACTS PAGE

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



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

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

ol, ul {
    list-style:none;
}
ul li a {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    color: #777777;
}
ul li a:hover {
    color: #fe2a2a;
}
a, span {
    vertical-align:inherit;
    line-height: inherit;
    font-weight: inherit;
}
b, strong {
    font-weight: bold;
}
i, dfn {
    font-style: italic;
}

img {
    max-width: 100%;
}


/***************************************************************************
                           2. VARIABLES
***************************************************************************/

/* 2.1 GRADIENTS */






















/* 2.2 CSS3 TRANSITIONS */






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

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



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

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

.clearfix:after {
    clear: both;
}



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



/* fancybox styles */
#fancybox-wrap {
    padding: 0 !important;
}
#fancybox-content {
    width: 100% !important;
    text-align: center;
}

#fancybox-title {
    left: 50% !important;
}
#fancybox-title #fancybox-title-float-wrap {
    margin: 0 0 0 -50% !important;
}



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



/* jquery.formstyler styles for selects */
.jq-selectbox {
    display: block;
    z-index: 1000 !important;
    cursor: pointer;
}
.jq-selectbox.opened {
}
.jq-selectbox.focused {
}

.jq-selectbox__select {
}

.jq-selectbox__select-text {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jq-selectbox__trigger i {
    position: absolute;
    top: 0;
    right: 0;
    
-webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    
}
.jq-selectbox__dropdown {
    width: 100%;
    
-webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    
}

.jq-selectbox.opened .jq-selectbox__trigger i {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    }



/* misc */
#at15s {
    z-index: 999 !important;
}







.search_form
{
    padding: 6px;
    border: 0px solid #d3d3d3 !important;
    font: normal 13px 'Arial';
    color: #777777;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
}















/* 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(22,22,22,.7);
    display: none;
}



/* 3.1 HOVERS */
.hover__1 {
    overflow: hidden;
    position: relative;
}

.hover__1:before,
.hover__1:after {
    content: '';
    width: 100%;
    height: 50%;
    display: block;
    background: rgba(22,22,22,.2);
    position: absolute;
    left: 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;
    
}

.hover__1:before {
    top: -100%;
}
.hover__1:after {
    bottom: -100%;
}

.hover__1:hover:before {
    top: 0;
}
.hover__1:hover:after {
    bottom: 0;
}



.hover__2 {
    overflow: hidden;
    position: relative;
}

.hover__2:before,
.hover__2:after {
    content: '';
    width: 50%;
    height: 100%;
    display: block;
    background: rgba(22,22,22,.2);
    position: absolute;
    top: 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;
    
}

.hover__2:before {
    left: -100%;
}
.hover__2:after {
    right: -100%;
}

.hover__2:hover:before {
    left: 0;
}
.hover__2:hover:after {
    right: 0;
}



.hover__3 {
    overflow: hidden;
    position: relative;
}

.hover__3:before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    background: rgba(22,22,22,.2);
    position: absolute;
    left: 0;
    top: 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;
    
}

.hover__3:hover:before {
    height: 100%;
    top: 0;
}



.hover__4 {
    overflow: hidden;
    position: relative;
}

.hover__4:before {
    content: '';
    width: 0;
    height: 100%;
    display: block;
    background: rgba(22,22,22,.2);
    position: absolute;
    left: 50%;
    top: 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;
    
}

.hover__4:hover:before {
    width: 100%;
    left: 0;
}



.hover__5 {
    overflow: hidden;
    position: relative;
}

.hover__5:before {
    content: '';
    width: 200%;
    height: 200%;
    display: block;
    position: absolute;
    left: -50%;
    top: -50%;
    -webkit-box-shadow: inset 0 0 0 0 rgba(22,22,22,.2);
            box-shadow: inset 0 0 0 0 rgba(22,22,22,.2);
    
-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;
    ;
}

.hover__5:hover:before {
    -webkit-box-shadow: inset 0 0 0 300px rgba(22,22,22,.2);
            box-shadow: inset 0 0 0 300px rgba(22,22,22,.2);
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}



.hover__6 {
    overflow: hidden;
    position: relative;
}

.hover__6:before,
.hover__6:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(22,22,22,.1);
    position: absolute;
    
-webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    
}

.hover__6:before {
    left: -100%;
    top: -100%;
}
.hover__6:after {
    right: -100%;
    bottom: -100%;
}

.hover__6:hover:before {
    left: 0;
    top: 0;
}
.hover__6:hover:after {
    right: 0;
    bottom: 0;
}



.hover__7 {
    overflow: hidden;
    position: relative;
}

.hover__7:before {
    content: '';
    width: 200%;
    height: 200%;
    display: block;
    position: absolute;
    left: -50%;
    top: -50%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 0 rgba(22,22,22,.2);
            box-shadow: inset 0 0 0 0 rgba(22,22,22,.2);
    
-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;
    
}

.hover__7:hover:before {
    -webkit-box-shadow: inset 0 0 0 300px rgba(22,22,22,.2);
            box-shadow: inset 0 0 0 300px rgba(22,22,22,.2);
}



.hover__8 {
    overflow: hidden;
    position: relative;
}

.hover__8:before {
    content: '';
    width: 200%;
    height: 200%;
    display: block;
    position: absolute;
    left: -50%;
    top: -50%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 300px rgba(22,22,22,.2);
            box-shadow: inset 0 0 0 300px rgba(22,22,22,.2);
    -webkit-transform: scale(.001);
       -moz-transform: scale(.001);
        -ms-transform: scale(.001);
         -o-transform: scale(.001);
            transform: scale(.001);
    
-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;
    
}

.hover__8:hover:before {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    }



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




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


/* 4.1 HEADINGS */



.column_center h1,
.column_center h2,
.column_center h3,
.column_center h4,
.column_center h5,
.column_center h6 {
    margin: 15px 0;
    padding: 0 0 5px 0;
    font: bold 16px Roboto;
    color: #333333;
    text-transform: uppercase;
}

.column_center h2,
.column_center h3,
.column_center h4 {
    font-size: 15px;
}

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

.column_center .page_heading,
.column .widget h3.widget_header {
    padding: 18px 20px 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #161616;
    
background: #444444;
     /* Old browsers */
background: -webkit-linear-gradient(top, #444444 0%,#363535 100%);
     /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#363535));
     /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #444444 0%, #363535 100%);
     /* FF3.6+ */
background: -ms-linear-gradient(top, #444444 0%,#363535 100%);
     /* IE10+ */
background: -o-linear-gradient(top, #444444 0%,#363535 100%);
     /* Opera 11.10+ */
background: linear-gradient(to bottom, #444444 0%,#363535 100%);
     /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#363535',GradientType=0 );
     /* IE6-8 */
;
    font: bold 16px/1.1em Roboto;
    color: #ffffff;
    margin: 0px;
}
.column_center .page_heading a {
    float: right;
}
.column_center .page_heading a:hover {
    color: #ffffff;
}


/* 4.2 PARAGRAPHS & LISTS */
p {
    margin: 10px 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: #fe2a2a;
    text-decoration: none;
}
a:hover, a:focus {
    color: #333333;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product > div {
    border: 1px solid #d3d3d3;
}
.product_img {
    text-align: center;
    position: relative;
}
.product_img a {
    padding: 20px 23px;
    display: block;
}
.product_img .sale {
    position: absolute;
    text-align: center;
    top: 10px;
    right: 10px;
    font: bold 11px/18px "Roboto", sans-serif;
    color: #ffffff;
    background: #fe2a2a;
    text-transform: uppercase;
    padding: 6px 20px;
    display: block;
    z-index: 1;
  
    display: inline-block;
    box-shadow: 0 0 1px transparent;
}
.product_info {
    position: relative;
    padding: 16px 19px 22px;
}
.product_info .prod_shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 34px;
    
background: #f4f4f4;
     /* Old browsers */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
     /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#ffffff));
     /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%);
     /* FF3.6+ */
background: -ms-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
     /* IE10+ */
background: -o-linear-gradient(top, #f4f4f4 0%,#ffffff 100%);
     /* Opera 11.10+ */
background: linear-gradient(to bottom, #f4f4f4 0%,#ffffff 100%);
     /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
     /* IE6-8 */
;
    z-index: 0;
}
.product_name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4em;
    color: #333333;
    position: relative;
    z-index: 1;
}
.product_name a {
    font-weight: bold;
    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;
    ;
    text-transform: uppercase;
    font-family: Roboto Condensed;
}
.product_name a:hover {
    color: #fe2a2a;
}
.product_price,
.product-price {
    font: 700 16px/20px Roboto;
    color: #333333;
    padding-top: 6px;
}
.product_price {
    padding-top: 6px;
}
.product_desc {
    font: 11px/1em Arial, Helvetica, sans-serif;
    color: #777777;
    position: relative;
    z-index: 1;
    padding-top: 1px;
}
.product > div {
    
-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 > div:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.money.new_price {
    color: #fe2a2a; 
}

.money {
    color: #333333;
}
.compare-at-price {
    text-decoration: line-through;
    font-weight: 400;
}
.product_links {
    margin-top: 9px; 
}
.product_links > .btn {
    margin-top: 8px;
}
.product_links > form {
    margin-right: 12px;
}

/* 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;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Roboto;
}


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

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

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 #d3d3d3;
    font: normal 13px 'Arial';
    color: #777777;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
    height: 37px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}

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

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

.form-control:focus {
    border-color: #aaa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
    }


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

.form-horizontal 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 {
    background: none;
    border: none;
    color: #fe2a2a;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 0px 26px 0 0;
    
-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;
    ;
    font: bold 14px/18px Roboto;
    color: #fe2a2a;
    text-transform: uppercase;
    position: relative;
}
.btn:before,
.btn:after {
    position: absolute;
    right: 15px;
    top: 1px;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 18px;
    content: "\f054";
    margin-left: 5px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fe2a2a;
}
.btn:hover:after {
    right: 10px;
}
.btn:hover:before,
.btn:hover:after {
    color: #161616; 
}
.btn a {
    padding: 0 !important;
    border: none !important;
}

.btn-cart {
    display: inline-block;
    text-transform: uppercase;
    border: none;
    color: white;
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 8px 12px 9px;
    border-bottom: 1px solid #801212;
    
background: #fe2a2a;
     /* Old browsers */
background: -webkit-linear-gradient(top, #fe2a2a 0%,#e82020 100%);
     /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe2a2a), color-stop(100%,#e82020));
     /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #fe2a2a 0%, #e82020 100%);
     /* FF3.6+ */
background: -ms-linear-gradient(top, #fe2a2a 0%,#e82020 100%);
     /* IE10+ */
background: -o-linear-gradient(top, #fe2a2a 0%,#e82020 100%);
     /* Opera 11.10+ */
background: linear-gradient(to bottom, #fe2a2a 0%,#e82020 100%);
     /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2a2a', endColorstr='#e82020',GradientType=0 );
     /* IE6-8 */
;
    overflow: hidden;
    position: relative;
}
.btn-cart:before,
.btn-cart:after {
    display: none; 
}
.btn-cart i {
    left: -100%;
    top: 0;
    font-size: 20px;
    color: #ffffff;
    height: 100%;
    line-height: 35px;
    width: 100%;
    position: absolute;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-cart:hover i {
    left: 50%;
    margin-left: -56px;
}
.btn-cart:focus {
  	color: #ffffff;
}
.btn-cart span {
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
}
.btn-cart:hover span {
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

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

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

html, body {
    height: 100%;
}

#wrapper {
    
    background: url(body_bg.png?8016007233791346174) 0 0 no-repeat !important;
        background-size: 100% auto;
    
}

#wrapper2 {
    overflow: hidden;
     padding-top: 48px;
}

.container {
    padding: 0;
}

.wrapper3 {
    max-width: 1230px;
    margin: 0 auto;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
}

#main {
    padding-top: 30px;
}

#main_content,
.column .widget {
    margin-bottom: 30px !important;
}
.main_cont {
/*     box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);  */
}


/***************************************************************************
                           7. SIDEBAR CONFIGURATION
***************************************************************************/

/* NO SIDEBAR */
.sidebar_none {
}


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


/* RIGHT SIDEBAR */
.sidebar_right {
}


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


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



/***************************************************************************
                           8. MAIN PAGE
***************************************************************************/

/* 8.1 HEADER */
#header {
    padding-bottom: 2px;
}

#logo {
    float: left;
    padding-top: 31px;
    padding-right: 92px;
    padding-bottom: 25px;
}
#logo a {
    display: inline-block;
    text-transform: uppercase;
    color: #333333;
}
#logo b {
    padding-left: 3px;
    font-family: 'Fugaz One', cursive;
    font-size: 53px;
    line-height: 1em;
    font-weight: 400;
}
#logo span {
    display: block;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    font-family: Roboto;
    color: #777777;
    line-height: 1em;
    margin-top: -8px;
    letter-spacing: -0.1px;
}

.header_right {
    float: right; 
    padding-top: 24px;
}

.header_user {
    float: right;
    padding-top: 25px;
}
.header_user li {
    display: inline-block;
    padding: 0px 9px;
    text-transform: capitalize;
}
.header_user li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    color: #333333;
    text-transform: none;
}
.header_user li a i {
    margin: 0 5px 0 0;
    line-height: 1.5em;
}
.header_user li a:hover {
    color: #777777;
}

.header_currency {
    float: right;   
    padding-top: 1px;
    padding-left: 10px;
  	vertical-align: top;
}
 .header_currency .jq-selectbox {
    width: 47px;
  	vertical-align: top;
}
.header_currency .jq-selectbox__select {
    height: 25px;
    padding: 0 10px 0 0px;
  	vertical-align: top;
}
.header_currency .jq-selectbox__select-text {
/*     line-height: 11px;*/
  	vertical-align: top;
    font-size: 11px;
    color: #333333; 
}
.header_currency .jq-selectbox__trigger i {
    right: 5px;
    top: 2px;
    font-size: 11px;
    color: #777777;
  	vertical-align: top;
} 
.header_currency .jq-selectbox__dropdown {
    width: 100% !important;
    top: 24px !important;
}
.header_currency .jq-selectbox__dropdown ul {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    text-align: center;
}
.header_currency .jq-selectbox__dropdown ul li + li {
    border-top: 1px dotted #d3d3d3;
}

.header_currency .jq-selectbox__dropdown ul li {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 5px 0;
    color: #777777;
}
.header_currency .jq-selectbox__dropdown ul li.sel,
.header_currency .jq-selectbox__dropdown ul li:hover {
    color: #fe2a2a;
}



.header_cart {
    float: right;
    min-width: 200px;
    margin-top: 20px;
}
.header_cart a {
    display: block;
    
background: #444444;
     /* Old browsers */
background: -webkit-linear-gradient(top, #444444 0%,#363535 100%);
     /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#363535));
     /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #444444 0%, #363535 100%);
     /* FF3.6+ */
background: -ms-linear-gradient(top, #444444 0%,#363535 100%);
     /* IE10+ */
background: -o-linear-gradient(top, #444444 0%,#363535 100%);
     /* Opera 11.10+ */
background: linear-gradient(to bottom, #444444 0%,#363535 100%);
     /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#363535',GradientType=0 );
     /* IE6-8 */
;
}
.header_cart a i {
    left: -100%;
    top: 0;
    font-size: 25px;
    color: #ffffff;;
    height: 100%;
    line-height: 37px;
    position: absolute;
    width: 100%;
    position: absolute;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_cart a:hover i {
    left: 50%;
    margin-left: -16px;
}
.header_cart a b {
    padding: 9px 9px 10px 12px;
    display: inline-block;
    color: #ffffff;
    font: bold 16px/18px "Roboto", sans-serif;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    
background: #fe2a2a;
     /* Old browsers */
background: -webkit-linear-gradient(top, #fe2a2a 0%,#e82020 100%);
     /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe2a2a), color-stop(100%,#e82020));
     /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #fe2a2a 0%, #e82020 100%);
     /* FF3.6+ */
background: -ms-linear-gradient(top, #fe2a2a 0%,#e82020 100%);
     /* IE10+ */
background: -o-linear-gradient(top, #fe2a2a 0%,#e82020 100%);
     /* Opera 11.10+ */
background: linear-gradient(to bottom, #fe2a2a 0%,#e82020 100%);
     /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2a2a', endColorstr='#e82020',GradientType=0 );
     /* IE6-8 */
;
}
.header_cart a b span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_cart a:hover b span {
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}
.header_cart a > span {
    text-transform: uppercase;
    font-size: 14px;
   color: #777777;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 9px 0px 0px;
    display: inline-block;
}
.header_cart a span.count {
    padding: 0 5px 0 0;
    font-weight: bold;
}
.header_cart a:hover > span {
    color: #fe2a2a; 
}

.header_search {
    padding-top: 25px;
    float: right;
    padding-right: 6px;
}
.header_search form {
    border: none;
    position: relative;
    padding: 0 100px 0 50px;
    box-shadow: inset 0px 4px 18px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: inset 0px 4px 18px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: inset 0px 4px 18px 0px rgba(0, 0, 0, 0.24);
    width: 225px;
    background: #ffffff;
}
.header_search input {
    border: none !important;
}
.header_search form:before {
    position: absolute;
    top: 6px;
    left: 3px;
    padding: 0 10px;
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 26px;
    border-right: 1px solid #d3d3d3;
}
.header_search #search-field {
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 37px;
    line-height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    width: 100%;
}
.header_search #search-submit {
    display: block;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    right: 0px;
    border: none;
    color: white;
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 9px 15px 9px;
    border-bottom: 1px solid #161616;
    
background: #444444;
     /* Old browsers */
background: -webkit-linear-gradient(top, #444444 0%,#363535 100%);
     /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#363535));
     /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #444444 0%, #363535 100%);
     /* FF3.6+ */
background: -ms-linear-gradient(top, #444444 0%,#363535 100%);
     /* IE10+ */
background: -o-linear-gradient(top, #444444 0%,#363535 100%);
     /* Opera 11.10+ */
background: linear-gradient(to bottom, #444444 0%,#363535 100%);
     /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#363535',GradientType=0 );
     /* IE6-8 */
;
    overflow: hidden;
}
.header_search #search-submit i {
    left: -100%;
    top: 0;
    font-size: 30px;
    color: #ffffff;
    height: 100%;
    line-height: 37px;
    position: absolute;
    width: 100%;
    position: absolute;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_search #search-submit:hover i {
    left: 50%;
    margin-left: -39px;
}
.header_search #search-submit span {
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_search #search-submit:hover span {
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}


/* 8.2 NAVIGATION */



















#navigation:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 30px;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(119,119,119,.9) 0%,rgba(119,119,119,0) 100%);
    background: -moz-linear-gradient(top, rgba(119,119,119,.9) 0%, rgba(119,119,119,0) 100%);
    background: -ms-linear-gradient(top, rgba(119,119,119,.9) 0%,rgba(119,119,119,0) 100%);
    background: -o-linear-gradient(top, rgba(119,119,119,.9) 0%,rgba(119,119,119,0) 100%);
    background: linear-gradient(to bottom, rgba(119,119,119,.9) 0%,rgba(119,119,119,0) 100%);
    background: -webkit-gradient(linear, top left, top right, color-stop(0%,rgba(119,119,119,.9)), color-stop(100%,rgba(119,119,119,0)));
}

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

#navigation.isStuck {
    width: 100%;
    left: 0;
    top: 0;
}
#navigation.isStuck:after {
    display: none; 
}
.sf-menu {
    position: relative;
    padding: 0;
    width: 100%;
    border-left: 1px solid #505050;
}
.sf-menu li {
    position: relative;
}

/*================================>> 1 Level <<========================================*/

.sf-menu > li {
    display: block;
    float: left;
    position: relative;
    border-left: 1px solid #505050;
}
.sf-menu > li > a {
    text-transform: uppercase;
    display: block;
    padding: 16px 10px 18px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
    font: bold 16px/20px Roboto;
    z-index: 10;
    position: relative;
}
.sf-menu > li:before,
.sf-menu > li:after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
    background: #333333;
}
.sf-menu > li:before {
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.sf-menu > li:after {
    z-index: 1;
    background: #fe2a2a;
}
.sf-menu > li.active:before,
.sf-menu > li.active:after,
.sf-menu > li:hover:before,
.sf-menu > li:hover:after {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.sf-menu > li.active > a,
.sf-menu > li:hover > a {
    color: #ffffff;
}

.sf-menu > li > a.sf-with-ul:after {
    position: absolute;
    content:"";
    left: 50%;
    margin-left: -2px;
    right: 0;
    bottom: 7px;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    -webkit-transition: top 0.3s ease-out;
    border: 4px solid;
    border-color: #ffffff transparent transparent transparent;
    width: 0;
    height: 0;
}

/*================================>> 2 Level <<========================================*/

.sf-menu ul {
    width: 180px !important;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 100;
    padding: 12px 10px 18px;
    background: #ffffff;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
}
.sf-menu ul li + li {
    border-top: 1px dotted #d3d3d3;
}
.sf-menu ul li a {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 12px;
    font-weight: bold;
    padding: 5px 0;
    color: #777777;
}

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


/* 8.3 NIVOSLIDER */
.nivoSlider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    min-height: 405px;
}
.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%;
    position: relative;
    z-index: 1;
    padding-top: 32px;
}

.nivo-caption {
    position: absolute;
    z-index: 8;
    display: none;
    left: 7%;
    top: 19%;
}
.nivo-caption h2 {
    font-size: 63px;
    line-height: 1em;
    font-weight: 900;
    margin: -4px 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 155px;
    margin: -15px 0 16px;
    font-family: Roboto;
    color: #ffffff;
}
.nivo-caption h3 {
    font-size: 83px;
    line-height: 1em;
    font-weight: 900;
    margin: -9px 0 29px;
    padding: 0;
    text-transform: uppercase;
    color: #777777;
    font-family: Roboto;
}
.nivo-caption h4 {
    font-size: 63px;
    line-height: 1em;
    font-weight: 900;
    color: #333333;
    margin: -4px 0 0;
    padding: 0;
    text-transform: uppercase;
    font-family: Roboto;
}
.nivo-caption h5 {
    font-size: 33px;
    line-height: 1em;
    font-weight: 900;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fe2a2a;
    font-family: Roboto;
}
.nivo-caption h4.white {
    color: #ffffff;
}
.nivo-caption .btn {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    color: white;
    font-size: 23px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 13px 32px 18px;
    border-bottom: 1px solid #161616;
    
background: #444444;
     /* Old browsers */
background: -webkit-linear-gradient(top, #444444 0%,#363535 100%);
     /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#363535));
     /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #444444 0%, #363535 100%);
     /* FF3.6+ */
background: -ms-linear-gradient(top, #444444 0%,#363535 100%);
     /* IE10+ */
background: -o-linear-gradient(top, #444444 0%,#363535 100%);
     /* Opera 11.10+ */
background: linear-gradient(to bottom, #444444 0%,#363535 100%);
     /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#363535',GradientType=0 );
     /* IE6-8 */
;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.14);
}
.nivo-caption .btn i {
    left: -100%;
    top: 0;
    font-size: 30px;
    color: #ffffff;
    height: 100%;
    line-height: 50px;
    width: 100%;
    position: absolute;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nivo-caption .btn:hover i {
    left: 50%;
    margin-left: -94px;
}
.nivo-caption .btn span {
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 900;
}
.nivo-caption .btn:hover span {
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}
.nivo-caption .btn:after,
.nivo-caption .btn:before {
    display: none; 
}

.nivo-directionNav a {
    display: block;
    vertical-align: top;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.55);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0;
    width: 50px;
    z-index: 9999;
    text-align: center;
    left: -50px;
}
.nivo-directionNav a:hover {
    background: rgba(255, 255, 255, 0.8);
}
.nivo-directionNav a span {
    display: none;
}
.nivo-directionNav a i {
    display: inline-block;
    font-size: 44px;
    color:  #fe2a2a;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 50%;
    margin-right: -8px;
}
.nivo-directionNav .nivo-nextNav i {
    margin-right: -8px;
}
.nivoSlider:hover .nivo-prevNav {
    left: 0;
}
.nivoSlider .nivo-nextNav {
    right: -50px;
  left: auto;
}
.nivoSlider:hover .nivo-nextNav {
    right: 0;
}



/* 8.4 SHOWCASE */
#showcase {
    padding-top: 10px;
}
#showcase .row {
    margin-left: -5px;
    margin-right: -5px;
}

.custom_showcase {
    padding-left: 5px;
    padding-right: 5px;
}

.custom_showcase a {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.custom_showcase a img {
  
-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 a:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}
.custom_showcase a .inside {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -81px;
    padding: 16px 0 11px;
    background: rgba(35, 35, 35, 0.5);
}
.custom_showcase a h2 {
    margin: 0;
    font-size: 53px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fe2a2a;
    font-family: Roboto;
}
.custom_showcase a h2 span {
    margin-top: -8px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    line-height: 1em;
}
.custom_showcase a h3 {
    margin-bottom: 0px;
    margin-top: -3px;
    font-weight: 700;
    font-size: 33px;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
}
.custom_showcase a h4 {
    font-size: 21px;
    text-transform: uppercase;
    font-family: Roboto;
    color: #fe2a2a;
}
.custom_showcase a h3 + h4 {
    margin-top: -5px;
}

.custom_showcase a .link {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 12px;
}
.custom_showcase a > .link {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
.custom_showcase a .link span {
    color: #ffffff;
    text-decoration: underline;
}
.custom_showcase a .link span:hover {
    color: #fe2a2a;
    text-decoration: none;
}


.custom_showcase__1 a .link span {
    color: #777777;
}

.custom_showcase__1 a .link {
    bottom: 37px;
}
.custom_showcase__2 a .inside,
.custom_showcase__3 a .inside {
    margin-top: -27px;
    background: rgba(35, 35, 35, 0.9);
}
.custom_showcase__4 {
    margin-top: 10px;
}
.custom_showcase__4 a .inside {
    padding-left: 7.5%;
    margin-top: -83px;
    background: none;
    text-align: left;
}
.custom_showcase__4 a .inside h2 {
    margin-bottom: 6px;
    color: #333333;
}
.custom_showcase__4 a .inside h4 {
    font-size: 28px;
    line-height: 1em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 8px;
    margin-bottom: 14px;
    color: #ffffff;
    background: #333333;
    margin-bottom: 0px;
    line-height: 1em;
}
.custom_showcase__4 a .inside h4 span {
    color: #fe2a2a;
    line-height: 1em;
    font-weight: bold;
}
.custom_showcase .showcase_sale {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    vertical-align: middle;
    font-family: Roboto;
    background: #fe2a2a;
    color: #ffffff;
}

/* BOTTOM POSITION */

.bottom > a {
    display: block;
}
.bottom1 .bottom > a,
.bottom1 .bottom > div {
    
-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;
    ; 
}
.bottom1 .bottom > a:hover,
.bottom1 .bottom > div:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.bottom1 .inside {
    padding: 18px 20px 21px;
}
.bottom_1 a {
    background: #e82020;
    color: #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;
    ;
}
.bottom_1 a:hover {
    background: #801212;
}
.bottom_2 a {
    border: 1px solid #d3d3d3;
    
-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;
    ;
}
.bottom_2 a:hover {
    background: #e5e5e5;
}
.bottom_3 .inside {
    background: #161616;
}
.bottom1 h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0 13px;
    margin: 0;
    color: #ffffff;
}
.bottom h4 + p {
    margin-top: 0px; 
}
.bottom .inside img {
    float: left;
    margin-right: 19px;
}
.bottom2 {
    position: relative; 
}
.bottom_2 h4 {
  color: #333333; 
}
.bottom_2 a {
    color: #777777;
}

.bottom1 .inside a {
    color: #fe2a2a;
    font-size: 13px; 
    
-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;
    ;
}
.bottom1 .inside a:hover {
    color: #ffffff;
}
.bottom1 .title + p {
    margin-top: 0px;
}



.bottom2 .line1 {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #d3d3d3; 
}
.bottom2 .line2 {
    position: absolute;
    right: 34%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #d3d3d3; 
}
.bottom2 .container {
    margin-top: 27px;
    border: 1px solid #d3d3d3;
}
.bottom2 .inside {
    padding: 19px 14px 0px;
}
.bottom2 h3 {
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 0 8px;
    margin: 0;
    color: #333333;
}
.bottom_content .fb_iframe_widget {
    border: 1px solid #aaaaaa;
    width: 100% !important;
    margin-top: 10px;
    overflow: hidden;
}

.text_block i {
    float: left;
    width: 60px;
    height: 60px;
    margin: 1px 10px 0 0;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    background: #91bd88;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #ffffff;
}
.text_block i + div {
    overflow: hidden; 
}
.text_block h5 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px; 
}
.text_block + .text_block {
    margin-top: 30px; 
}
.bottom_content .list {
    margin-top: 4px; 
}
.bottom_content .list li + li {
    margin-top: 6px; 
}

/* 8.5 MAIN PRODUCT LISTING */
.product_listing_main .product {
    margin-top: 30px;
}

.product_listing_main .product_name {
    min-height: 41px;
}

.product_listing_main .product_links form {
    display: inline-block;
}



/* 8.6 FOOTER */



















footer {
    margin-top: 30px;
    position: relative;
    padding-bottom: 51px;
	padding-left: 100px;
    
        background: url(logo_bg.png) 97.3% 90% no-repeat !important;
    
}
footer:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 41px;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(229,229,229,.9) 0%,rgba(229,229,229,0) 100%);
    background: -moz-linear-gradient(top, rgba(229,229,229,.9) 0%, rgba(229,229,229,0) 100%);
    background: -ms-linear-gradient(top, rgba(229,229,229,.9) 0%,rgba(229,229,229,0) 100%);
    background: -o-linear-gradient(top, rgba(229,229,229,.9) 0%,rgba(229,229,229,0) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,.9) 0%,rgba(229,229,229,0) 100%);
    background: -webkit-gradient(linear, top left, top right, color-stop(0%,rgba(229,229,229,.9)), color-stop(100%,rgba(229,229,229,0)));
}



.footer_block {
    margin-top: 16px; 
}
.footer_block h3 {
    text-transform: uppercase;
    margin: 0 0 13px 0;
    padding-right: 20px;
    color: #333333;
    font: bold 16px/18px Roboto;
    margin-top: 30px;
}
.footer_block ul li {
    padding-bottom: 6px;
}
.footer_block ul li a {
    font-weight: bold;
    font-size: 11px;
    color: #777777;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: none;
}
.footer_block ul li.active a,
.footer_block ul li a:hover {
    color: #fe2a2a;
}

.copyright .wrapper3 {
    background: none;
    box-shadow: none;
}
.copyright p {
    margin: 22px 0px 40px;
}


/***************************************************************************
                           9. COLLECTION PAGES
***************************************************************************/

/* 9.1 PAGES CONTENT */
ul.tags {
    margin-top: 12px;
    list-style-type: none;
}
ul.tags li {
    float: left;
    margin: 3px 3px 0 0;
}
ul.tags li a {
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    background: #161616;
}

ul.tags li a:hover,
ul.tags li.active a {
    background: #fe2a2a;
    color: #ffffff;
}



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



.sort_by {
    margin: 15px 0;
    padding: 10px 0;
    border: 1px solid #d3d3d3;
    border-width: 1px 0;
    text-align: right;
}
.sort_by label {
    margin: 0 4px 0 0;
    line-height: 30px;
}
.sort_by select {
    width: auto !important;
    height: 30px;
    display: inline-block;
    padding: 5px 4px;
    cursor: pointer;
}



/* 9.2 BREADCRUMBS */
.breadcrumb {
    margin: 0 0 15px 0;
    color: #ffffff;
    background: #161616;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.breadcrumb > li + li:before {
    color: #ffffff;
}
.breadcrumb a {
    color: #fe2a2a;
}
.breadcrumb a:hover {
    color: #ffffff;
}


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



/* 9.4 PAGINATION */

#pagination {
    display: inline-block;
    overflow: hidden;
    margin: 30px 0 0 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
#pagination span {
    display: block;
    float: left;
}
#pagination span {
    margin-right: 1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
    display: block;
    padding: 4px 16px;
    color: #ffffff;
    background: #161616;
}

#pagination span a:hover,
#pagination span.current {
    background: #fe2a2a;
    color: #ffffff;
}
#pagination span.current {
    cursor: default;
}



/***************************************************************************
                           10. SIDEBAR WIDGETS
***************************************************************************/


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


/* 10.1 LINKS LIST */
.column .widget ul.list {
    margin-top: 10px;
    border-bottom: 1px solid #d3d3d3;
}
.column .widget ul.list li {
    padding: 5px 0 6px 20px;
    position: relative;
}
.column .widget ul.list li + li {
    border-top: 1px solid #d3d3d3;
}
.column .widget ul.list li a:before {
    content: "\f105";
    display: inline;
    font-family: "FontAwesome";
    padding-right: 8px;
    color: #333333;
}
.column .widget ul.list li a {
    text-transform: none;
    color: #777777;
}

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


/* 10.2 SIDEBAR PRODUCT LISTING */
.product_listing_sidebar {
    margin-top: 25px; 
}
.product_listing_sidebar .product + .product {
    margin-top: 20px;
}
.product_listing_sidebar .product > div {
    margin-top: 5px;
    border: none; 
    padding: 0px;
    box-shadow: none;
    z-index: 1;
}
.product_listing_sidebar .product_img {
    float: left;
    border: 1px solid #d3d3d3 !important;
}
.product_listing_sidebar .product_info .prod_shadow {
    display: none; 
}
.product_listing_sidebar .product_info {
    z-index: 0;
    border: none;
    overflow: hidden;
}
.product_listing_sidebar .product_img {
    margin-right: 12px; 
}
.product_listing_sidebar .product_img a {
    padding: 4px; 
    
-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_sidebar .product_img a:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.product_listing_sidebar .product_name {
    min-height: 38px;
}

.product_listing_sidebar .product_links form {
    display: inline-block;
}


/***************************************************************************
                           11. SEARCH RESULTS PAGE
***************************************************************************/

#searchresults {
    margin: 0;
}
#searchresults .search-form {
    margin: 15px 0 0 0;
}
#searchresults .search-form input {
    width: 100%;
    float: left;
    padding: 7px 34px 7px 10px;
}
#searchresults .search-form button {
    width: 34px;
    height: 34px;
    float: left;
    margin: 0 0 0 -34px;
    background: none;
    border: none;
    font-size: 20px;
    color: #fe2a2a;
}
#searchresults .search-form button:hover {
    color: #333333;
}
#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 #d3d3d3;
}
#searchresults ol li {
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #d3d3d3;
}
#searchresults ol li .search-result_image {
    float: left;
    margin-right: 15px;
    position: relative;
    z-index: 5;
}
#searchresults ol li .search-result_container {
    padding: 15px 0 0 0;
}



/***************************************************************************
                           12. PRODUCT PAGE
***************************************************************************/

.product_wrap {
}



/* 12.1 PRODUCT IMAGES */
.product_img_big {
    max-height: 345px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
}



.product_img_thumbs {
    max-height: 120px;
    padding: 12px 0 0 0;
}

.product_img_thumbs__list {
}
.product_img_thumbs__list a {
    width: 107px !important;
    display: block;
}
.product_img_thumbs__list a img {
    width: 100%;
}
.product_img_thumbs__list a:after {
    position: absolute;
    left:0px;
    right: 1px;
    top: 0px;
    bottom: 0px;
    content: "";
    border: 1px solid #d3d3d3;
}



.bx-wrapper {
    max-width: 345px !important;
}
.bx-pager {
    display: none !important;
}

.bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 0;
    display: block;
    overflow: hidden;
    margin: -15px 0 0 0;
    padding: 30px 0 0 0;
    position: absolute;
    top: 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABZlJREFUeNrsWu9LW1cYvt6oGbpGh424pdGudtCCcbpqv2wZ+9E5EDbNhsvwg/phdIpuf4Df3R+wgX7YKIID/aCt4NyEisKCQsGyCNMEDaHTJLRLuq5xpGaQufcN75EYjDnn3Jt82O4DD3i9OffNc8657znnfVKi8KEa+ArwIvAC0Aq00L04MAoMAR8Ad4F/KvoA47QCm4CXgXZgDd17DNwHBoC/An+h73EmSvLcfwl4DdhCQnmAwr3A+8CIpNBLwBvAt6mjeYAdvQpcBgZFBeP/ncR6yS+9B/QQjzjbYNyPgC7gFcm4fuAd4O3T4ppOaYBT9QNgN7BKw3TEts1AM416Ms/ncareBA4Dz2uIe54GqoJG/dlZgpnYdxT90Ah8DvjbGaJR7OdAt45xsbMrgduZok1Z00lvsQwN9Hxfjml8U2exDFfp+fdOE/wmTeNCAUf6KY10Jj6maVwoNFNGT3e2mpGNnUrh4aRYmdnYVYS4Lop1LPiabDa22WxmgY/XUyyGG7LZ2Gq1mgQ+foVipQVX0zorjImJiZadnZ1PBwYGbALNWiimldZZYYyNjdUFAgFHd3e3RaAZxrLiC90O/ExG7ODg4HX8OxgMxhobG28LNP8O+ALwKxmxo6Oj6Q7e2tpKNDU1+QSaj5bSdlFabDQajbvd7mXBR1ykbaK02FAolOzp6QkKPqJJFdgyniq2s7Pzx42Njbhg4Au0N5YW29HRsevz+ZKCcS+r9C4VUyw7FNiLLBZhVzNOPXmzcV9f36vsemVlJSgplu3oaniz8cjISB27XlhYeCIpNr2jw9TemWNPfQIHBwepSCQSg95tKCsrK4VkUQdILS4uPpQI/A/wRZ64iUTiyO/3J2A2VZvNZrW9vf358vLyI+jwvyTipjDgG7TRzguv13uQKbqtrc0mKRrPy+eI+Y8/fn8yU7TT6bRIiv7dRFsv7tOJTqLx6IgrBPf6rZNon0pHNyFMTk6Gh4eHl2G6pd8lh8MhepwLUaVCCPPz8/H+/v5gPB5P4XVra2uF4CMCJjpCvSYaHEd6c3MzbDKZktDrHsHmK5gWgO8Kn+5hpNfW1uKHh4ep3t7ePcHm0yW0zftCdD3WABzdb4BlwK8FSjhagcWAL1VKIF6lePBSzCjVoIoFjBVlp6X7lEgKjT2KxbBMNahCw0+xjo+HESq2FRoe5WQlM0gFt0LjDsU6sfDvUcGtsUBB7wKXcvR+BS2PhcD3uLDkKuKFqODWoHPQn4E/nVHE26XV4qrOcfHIegs3bLkEJ6nmVKLjSN8lsWftu7GquE1xm3Uc2VtUz1JyCWaifVRwwyWrSkOC+oGmMc9mH0Xfoy9oVeRr0/iKfEvTOJF907BacuA/Y6apyv8MxpTO+L/hHgrCcA8Vwz08jmu4hzqPtOEeCrmHgo5hJjS5h4KOYSbk3UN0CtExRBdCMriUe4hOITqG6EJIxk27h9hjDuBbvK3m5ubeq62ttWioSVvoPX4Z+Alvo9nZ2Ut2u92soSaNK8E2Cn6dzW8erK+vh10uV31lZaVZg+g/aAfl4C5Ira4edHV1VVksllINoh+h4PdFFvpIJJKE4HsaRf9NgrkL8bFYLLW0tPRUo+hnKPhDhdNq0VF0CQk+JxJXB9Eqt3uYDXQO0UFk1+gsCmRvbvcwG+gcooPIrtFZFMjeNdLHQ8zSbrc7nanRckHrJRwOy9qY3MAsPTQ0lM7UaLmg9RKNRlO87dU8taacYpkxzsSi3yTwiHh2rYlXLDPGmVj0mwQe8VjlqRLoLFahmPtFFovYF3YPmVOoQSwrEgi5h8wp1CAWEZD62dLMzMz1qampIGTlmOSrKPWzpfHxcdv09PQTj8eTkIw7ariHRYDhHhYhruEest433EOdYLiH2acYxXAPDfeQZ5013MNs/CvAAN+q3yxd1e4sAAAAAElFTkSuQmCC) !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    }
.bx-wrapper .bx-controls-direction a.disabled {
    display: none !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
    background-position: 0 0 !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: -30px 0 !important;
}
.bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
    background-position: 0 -30px !important;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: -30px -30px !important;
}



/* 12.2 PRODUCT INFO */
.product_wrap .product_name {
    margin: -2px 0 0 0;
    font-size: 20px;
    text-transform: uppercase;
}



.product_wrap .product-price {
    margin: 15px 0 0 0;
    padding: 0;
}
.product_wrap .product-price .money {
    margin: 0 5px 0 0;
}
#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: 9px 0 8px;
    outline: none;
    text-align: center;
}

#purchase .variants-wrapper {
    display: inline-block;
    margin: 15px 10px 0 0;
}
#purchase .variants-wrapper select {
    width: auto;
    height: 37px;
    max-width: 150px;
    padding: 9px 6px;
}

#purchase #add-to-cart {
    margin: 15px 10px 0 0;
}
    
.product_wrap .product_details {
    margin: 15px 0 0 0;
    padding: 10px 0 15px 0;
    border: 1px solid #d3d3d3;
    border-width: 1px 0;
}
.product_wrap .product_details > div {
    padding: 5px 0 0 0;
}

.product_wrap #product_description h4 {
    padding-bottom: 0;
    border: none;
    text-transform: none;
}



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



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



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

ul.product_listing_related {
    list-style-type: none;
}
ul.product_listing_related .product_name {
    min-height: 0px;
}


/***************************************************************************
                           13. BLOG
***************************************************************************/

/* 13.1 POSTS LISTING */
#blog {
}

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

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

.blog-article_meta-comments {
    float: right;
    padding: 2px 0 0 15px;
    position: relative;
    z-index: 5;
}

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

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



/* 13.2 SINGLE POST */
.article_meta-comments {
    float: right;
    padding: 2px 0 0 15px;
    position: relative;
    z-index: 5;
}
.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-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;
}


/***************************************************************************
                           14. CUSTOMER PAGES
***************************************************************************/

/* 14.1 LOG IN */

/* 14.2 ACCOUNT */
.customer_account {
}

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



/* 14.3 ADDRESSES */
.customer_addresses {
}

.customer_addresses ul.customer_addresses_actions {
    list-style-type: none;
    margin: 15px 0;
}
.customer_addresses ul.customer_addresses_actions li a i {
    margin: 0 5px 0 0;
    line-height: inherit;
}

.customer_addresses .col-sm-offset-4 label {
    line-height: 1.6em;
}


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



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

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



/***************************************************************************
                           15. CART PAGE
***************************************************************************/

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

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

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

.cart-list .product_name {
    margin-top: 15px;
}

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

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

.cart-list .item_price {
    padding: 10px 0 0 0;
}
.cart-list .item_price .price {
    line-height: 37px;
    font-size: 25px;
}

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

.cart-list .item_price .total {
    text-align: right;
}
.cart-list .item_price .total h3 {
    vertical-align: baseline;
    border: none;
}
.cart_subtotal h3 {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d3d3d3;
}
.cart_subtotal h3 .money {
    float: right;
    font-size: inherit;
}

.cart_buttons {
    margin: 30px 0;
}
.cart_instructions textarea {
    width: 100%;
}

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



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



/***************************************************************************
                           16. CONTACTS PAGE
***************************************************************************/


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

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