<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button
{margin: 0;padding: 0;border: 0;outline: none !important;vertical-align: top;background: transparent;font-weight: normal;line-height: 1.5em;}

ol, ul {list-style:none;}
a, span {vertical-align:baseline;}
b, strong {font-weight: bold;}
i, dfn {font-style: italic;}

img {max-width: 100%;}



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

/* GRADIENTS */






















/* CSS3 TRANSITION */




/* ************************************* GLOBAL THEME STYLES ************************************* */

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


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

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

.clearfix:after {clear: both;}


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


/* custom selects global styles */
.customselect_wrap {position: relative;cursor: pointer;}
.customselect_wrap select {margin: 0;padding: 0;border: none;z-index: 100;cursor: pointer;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.customselect_wrap span.customSelect {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}


/* hover transitions */
.trs_hover {
-webkit-transition: 0.6s ease-in-out;
   -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
     -o-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
}
.trs_hover:hover {
-webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
}



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




body {font-family: Roboto;font-size: 14px;color: #888888;}


/* 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-family: Roboto;font-weight: bold;font-size: 17px;color: #474747;text-transform: uppercase;}

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

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

.column_center .page_heading {margin: 0;padding: 6px 20px;background: #474747;font: normal 17px Roboto;color: #ffffff;text-transform: none;}
.column_center .page_heading a {float: right;color: #ffffff;text-decoration: underline;}
.column_center .page_heading a:hover {text-decoration: none;}


/* PARAGRAPHS */
p {margin: 15px 0;padding: 0;}


/* LISTS */
.column_center ul {list-style-type: square;list-style-position: inside;}
.column_center ol {list-style-type: decimal;list-style-position: inside;}


/* LINKS */
a {color: #333333;text-decoration: none;}
a:hover, a:focus {color: #fb6427;}


/* PRODUCT NAME */
.product_name {font: 300 14px Roboto;color: #fb6427;}
.product_name a {color: #fb6427;

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

}
.product_name a:hover {color: #333333;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


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


/* PRODUCT PRICE */
.money {font: 300 17px Roboto;color: #333333;}
.compare-at-price {text-decoration: line-through;}


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

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

.rte h1 {font-size: 19px;}
.rte h2 {font-size: 17px;}
.rte h3 {font-size: 16px;}
.rte h4 {font-size: 14px;}
.rte h5 {font-size: 13px;}
.rte h6 {font-size: 12px;}

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



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

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

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {padding: 6px;border:1px solid #dfdfdf;font: normal 13px 'Arial';color: #888888;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
border-radius: 0;
box-shadow: none;
}

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

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

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


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


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

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



/* ************************************* ALERT ************************************* */

.alert {margin: 15px 0;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}

.alert &gt; p,
.alert &gt; ul,
.alert &gt; ol {list-style-type: none;margin: 0;}

.alert &gt; p + p,
.alert &gt; ul + ul {margin: 10px 0 0 0;}



/* ************************************* BUTTONS ************************************* */

.btn,
.btn a,
.btn-info,
.btn-primary {padding: 9px 15px 9px 15px;background: #fb6427;border-color: #fb6427;font: normal 15px Roboto;color: #ffffff !important;
border-radius: 0 !important;
box-shadow: none !important;

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

}

.btn-cart i {margin: 0 5px 0 0;font-size: 20px;line-height: 20px;}

.btn:hover,
.btn:focus,
.btn:hover a,
.btn:focus a,
.btn-info:hover,
.btn-info:focus,
.btn-primary:hover,
.btn-primary:focus {background: #333333;border-color: #333333;}



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

html, body {height: 100%;

	background-color: #f0f0f0;

}

#wrapper {height: 100%;}

#wrapper2 {overflow: hidden;

	background-color: #f0f0f0;

}

.page_container {max-width: 1230px;}
.page_container_main {margin: 40px auto 0 auto;background: #ffffff;border: 1px solid #dfdfdf;border-bottom: none;}
.page_container_bottom {margin: 0 auto;background: #333333;}

.container {padding: 0;}



#main {padding: 15px 0 0 0;}
.template-index #main {padding: 30px 0 0 0;}



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



/* ************************************* SIDEBAR CONFIGURATION ************************************* */

/* NO SIDEBAR */
.sidebar_none {}


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


/* RIGHT SIDEBAR */
.sidebar_right {}


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


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



/* ************************************* HEADER ************************************* */

#header {padding: 25px 0;position: relative;}



#logo {padding: 9px 0 0 0;}
#logo a {}
#logo a img {

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

}
#logo a:hover img {
opacity: 0.7;
filter:alpha(opacity=70);
}



.header_currency {position: absolute;right: 0;top: -40px;}
.header_currency .customselect_wrap {display: inline-block;}
.header_currency .customselect_wrap span.customSelect {width: 50px;height: 40px;line-height: 37px;}
.header_currency .customselect_wrap span.customSelect span {color: #333333;}
.header_currency .customselect_wrap i {font-size: 14px;color: #333333;position: absolute;right: 0;top: 11px;z-index: 1;}
.header_currency #currencies {width: 50px;height: 40px;}
.header_currency #currencies option {}



.header_row1 {}

.header_cart {float: right;}
.header_cart a {width: 50px;height: 50px;display: block;background: #fb6427;color: #ffffff;text-align: center;position: relative;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
-webkit-box-shadow: inset 0 0 0 30px #fb6427;
        box-shadow: inset 0 0 0 30px #fb6427;

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

}
.header_cart a:hover {background: #565656;
-webkit-box-shadow: inset 0 0 0 0 #fb6427;
        box-shadow: inset 0 0 0 0 #fb6427;
}
.header_cart a i {font-size: 19px;line-height: 50px;}
.header_cart a span.count {width: 27px;height: 27px;display: block;background: #565656;line-height: 25px;color: #ffffff;text-align: center;position: absolute;right: -4px;top: -2px;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
-webkit-box-shadow: inset 0 0 0 0 #fb6427;
        box-shadow: inset 0 0 0 0 #fb6427;

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

}
.header_cart a:hover span {background: #fb6427;
-webkit-box-shadow: inset 0 0 0 15px #fb6427;
        box-shadow: inset 0 0 0 15px #fb6427;

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

}



.header_search {float: right;margin: 0 10px 0 0;position: relative;}
.header_search .fa-search {width: 50px;height: 50px;display: block;background: #eaeaea;font-size: 14px;line-height: 48px;color: #333333;text-align: center;cursor: pointer;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
-webkit-box-shadow: inset 0 0 0 30px #eaeaea;
        box-shadow: inset 0 0 0 30px #eaeaea;

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

}
.header_search .fa-search:hover {background: #333333;color: #ffffff;
-webkit-box-shadow: inset 0 0 0 0 #eaeaea;
        box-shadow: inset 0 0 0 0 #eaeaea;
}

.header_search form {width: 220px;position: absolute;right: 60px;top: 10px;
}
.header_search form #search-field {width: 100%;height: 30px;float: left;padding: 0 30px 0 10px;}
.header_search form #search-submit {width: 30px;height: 30px;float: left;margin: 0 0 0 -31px;color: #333333;}
.header_search form #search-submit:hover {color: #fb6427;}
.header_search form #search-submit i {line-height: 29px;}



ul.header_user {float: right;padding: 10px 0 0 0;}
ul.header_user li {float: left;}
ul.header_user li ~ li {margin: 0 0 0 20px;}
ul.header_user li a {}
ul.header_user li a i {margin: 0 5px 0 0;font-size: 12px;line-height: 21px;}



/* ************************************* NAVIGATION ************************************* */

#navigation {height: 60px;position: relative;z-index: 100;}
#navigation .nav_bg {width: 200%;height: 60px;background: #000000;position: absolute;left: -50%;top: 0;z-index: 0;
opacity: 0.7;
filter:alpha(opacity=70);

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

}
#navigation:hover .nav_bg {
opacity: 0.8;
filter:alpha(opacity=80);
}
#navigation nav {}

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

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

}

.sf-menu &gt; li {float: left;}
.sf-menu &gt; li + li {}
.sf-menu &gt; li &gt; a {height: 60px;display: block;padding: 0 15px;font: normal 17px/58px Roboto;color: #ffffff;}

.sf-menu &gt; li.active &gt; a,
.sf-menu &gt; li:hover &gt; a {background: #fb6427;}


.sf-menu ul {width: 260px !important;padding: 7px 20px;background: #ffffff;position: absolute;left: 0;top: 60px;z-index: 1000;
-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
}
.sf-menu ul li {}
.sf-menu ul li + li {border-top: 1px dotted #dfdfdf;}
.sf-menu ul li a {display: block;padding: 8px 0;font-weight: 300;color: #888888;}

.sf-menu ul &gt; li a:hover,
.sf-menu ul &gt; li.active a {color: #fb6427;}

.hidden-lg {width: 100%;height: 60px;padding: 16px 0;background: none;border: none;font: normal 17px Roboto;color: #ffffff;position: relative;z-index: 10;cursor: pointer;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.hidden-lg option {color: #888888;}


/************************************* NIVOSLIDER *************************************/

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

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

.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 &gt; a,
.nivoSlider &gt; img,
.caption_hidden {display: none;}


.slider_wrap {margin-bottom: 30px;position: relative;z-index: 1;}

.nivoSlider {}

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


.nivo-directionNav a {width: 45px;height: 46px;display: block;margin: -23px 0 0 0;border: 1px solid #ffffff;text-align: center;color: #ffffff;position: absolute;top: 50%;z-index: 9;cursor: pointer;

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

}
.nivo-directionNav a:before {content: '';width: 100%;height: 100%;display: block;background: #ffffff;position: absolute;left: 0;top: 0;z-index: -1;
opacity: 0.2;
filter:alpha(opacity=20);

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

}
.nivo-directionNav a:hover {color: #fb6427;}
.nivo-directionNav a:hover:before {
opacity: 0.5;
filter:alpha(opacity=50);
}

.nivo-directionNav a span {display: none;}
.nivo-directionNav a i {display: block;font-size: 30px;line-height: 43px;}
.nivo-directionNav a.nivo-prevNav {border-left: none;left: 0;}
.nivo-directionNav a.nivo-nextNav {border-right: none;right: 0;}


.nivo-controlNav {width: 100%;text-align: center;position: absolute;left: 0;bottom: 0;z-index: 10;}
.nivo-controlNav a {display: inline-block;vertical-align: top;cursor: pointer;}
.nivo-controlNav a + a {margin: 0 0 0 5px;}
.nivo-controlNav a span {display: none;}
.nivo-controlNav a i {display: inline-block;}
.nivo-controlNav a:hover {}
.nivo-controlNav a.active {cursor: default;}



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

#showcase {}

.custom_showcase {padding-bottom: 30px;}
.custom_showcase a {display: block;border: 1px solid #dfdfdf;position: relative;}
.custom_showcase a div {padding: 0 25px 0 30px;position: absolute;left: 0;top: 0;}
.custom_showcase a div h3 {margin: 0;padding: 24px 0 0 0;border: none;font: normal 22px/22px Roboto;color: #333333;text-transform: none;}
.custom_showcase a div h3 span {line-height: 35px;}
.custom_showcase a div h3 span ~ span {display: block;font-weight: 300;color: #fb6427;}
.custom_showcase a div h4 {margin: 0;padding: 5px 0 0 0;border: none;font: 300 14px/18px Roboto;color: #333333;text-transform: none;}
.custom_showcase a span.arrow {width: 56px;height: 56px;display: block;padding: 2px;background: #ffffff;border: 4px solid #fb6427;position: absolute;right: 30px;bottom: 30px;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;
}
.custom_showcase a span.arrow i {width: 100%;height: 100%;display: block;padding: 0 0 0 19px;background: #fb6427;font-size: 30px;line-height: 41px;color: #ffffff;
-webkit-box-shadow: inset 0 0 0 25px #fb6427;
        box-shadow: inset 0 0 0 25px #fb6427;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
        border-radius: 50%;

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

}
.custom_showcase a:hover span.arrow i {background: #565656;
-webkit-box-shadow: inset 0 0 0 0 #fb6427;
        box-shadow: inset 0 0 0 0 #fb6427;
}



/* ************************************* BOTTOM ************************************* */

#bottom {padding: 0 0 30px 0;}

.custom_footer {}
.custom_footer h3 {padding: 25px 0 0 0;font: normal 17px Roboto;color: #fb6427;}
.custom_footer ul {padding: 8px 0 0 0;}
.custom_footer ul li {padding: 6px 0 0 0;}
.custom_footer ul li a {font-weight: 300;color: #ffffff;}

.custom_footer ul li a:hover {color: #999999;}


.custom_footer1 {}
.custom_footer2 {}

.custom_footer3 {}
.custom_footer3 ul {}
.custom_footer3 ul li {}
.custom_footer3 ul li a {}
.custom_footer3 ul li a span {font-weight: 300;}
.custom_footer3 ul li a i {margin: 0 8px 0 0;font-size: 18px;line-height: 21px;}
.custom_footer3 ul li a i.fa-twitter-square {color: #48b2ed;}
.custom_footer3 ul li a i.fa-facebook-square {color: #3067d7;}
.custom_footer3 ul li a i.fa-youtube-square {color: #cc2721;}
.custom_footer3 ul li a i.fa-instagram {color: #9a5e4c;}
.custom_footer3 ul li a i.fa-pinterest-square {color: #cc2721;}
.custom_footer3 ul li a i.fa-google-plus-square {color: #d64636;}
.custom_footer3 ul li a i.fa-tumblr-square {color: #4c78a5;}

.custom_footer4 {}
.custom_footer4 h3 {font-weight: 300;color: #ffffff;}
.custom_footer4 ul {padding: 0;}
.custom_footer4 ul li {padding: 0;font-size: 23px;color: #fb6427;}



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

#footer {}
#footer .copyright {padding: 15px 0 20px 0;font: 300 12px Roboto;}
#footer .copyright a {font: 300 12px Roboto;color: #888888;}
#footer .copyright a:hover {color: #333333;}



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

.breadcrumb {margin: 0 0 15px 0;background: #eaeaea;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
}



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

ul.tags {margin: 15px 0 0 0;list-style-type: none;}
ul.tags li {float: left;}
ul.tags li + li {margin: 0 0 0 5px;}
ul.tags li a {display: block;padding: 5px 10px;color: #fb6427;

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

}

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


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



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



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

#main_content .product {padding-top: 30px;}
#main_content .product &gt; div {padding: 20px;border: 1px solid #dfdfdf;text-align: center;}

#main_content .product .product_img a {display: block;border: 10px solid #ffffff;

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

}
#main_content .product .product_img a:hover {border-width: 0;}

#main_content .product .product_name {padding: 5px 0 0 0; min-height: 72px;}
#main_content .product .product_desc {}
.pn-recomended{
    min-height: 158px !important;
}
#main_content .product .product_price {padding: 4px 0 0 0;}
#main_content .product .product_price .money {}
#main_content .product .product_price .compare-at-price {margin: 0 0 0 5px;color: #888888;}

#main_content .product form {padding: 10px;}
#main_content .product form button {width: 100%;}



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

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

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

#pagination span a:hover {color: #fb6427;}
#pagination span.current {background: #fb6427;color: #ffffff;font-weight: bold;cursor: default;}



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

.column .widget {}

.column .widget h3.widget_header {margin: 0;padding: 13px 20px;background: #474747;font: normal 17px Roboto;color: #ffffff;text-transform: none;}


/* LINKS LIST */
.column .widget ul.list {border: 1px solid #dfdfdf;}
.column .widget ul.list li {}
.column .widget ul.list li + li {border-top: 1px solid #dfdfdf;}
.column .widget ul.list li a {display: block;padding: 12px 20px 13px 20px;font: 300 17px Roboto;}
.column .widget ul.list li a i {float: right;margin: 0 0 0 7px;font-size: 21px;color: #fb6427;}

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



/* PRODUCTS LISTING */
.column .product {margin: 30px 0 0 0;}
.column .product &gt; div {overflow: hidden;padding: 15px;border: 1px solid #dfdfdf;}

.column .product .product_img {max-width: 100px; max-height:100px; width:auto; height:auto; float: left; margin-bottom:10px;}
.column .product .product_img img {max-width: 100px; max-height:100px; width:auto; height:auto}

.column .product .product_name {margin: 0 0 0 115px;}

.column .product .product_price {margin: 0 0 0 115px;padding: 5px 0 0 0;}



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

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



/* ************************************* PRODUCT PAGE ************************************* */

.product_wrap {}

#product_image-container {overflow: hidden;}

.product_wrap .bxslider {margin: 0;}
.product_wrap .bxslider li {}
.product_wrap .bxslider li a {}

.product_image .bx-wrapper {overflow: hidden;border: 1px solid #dfdfdf;}

.product_wrap #bx-pager {width: 360px;}
.product_wrap #bx-pager a {width: 105px;overflow: hidden;margin: 15px 15px 0 0;border: 1px solid #dfdfdf;}


.product_wrap .product_name {margin: -5px 0 0 0;font-size: 20px;}

.product_wrap .product-price {padding: 0;}
.product_wrap .product-price .money {margin: 0 5px 0 0;font-size: 16px;}
.product_wrap .product-price .compare-at-price {text-decoration: line-through;}

.product_wrap .variants-wrapper {padding: 15px 0 0 0;}
.product_wrap .variants-wrapper label {margin-right: 10px;}

.product_wrap #purchase {}
.product_wrap #purchase label {display: inline-block;margin: 0;padding: 0 !important;line-height: 37px;}
.product_wrap #purchase #quantity {width: 50px;height: 37px;display: inline-block;margin: 0 10px;padding: 0 10px;outline: none;text-align: center;}
.product_wrap #purchase #add-to-cart {width: auto;height: 37px;padding: 7px 20px 7px 18px;}
.product_wrap #purchase #add-to-cart i {margin: 0 5px 0 0;font-size: 20px;line-height: 20px;}

    
.product_wrap .product_details {margin: 15px 0 0 0;padding: 10px 0 15px 0;border: 1px solid #e1e1e1;border-width: 1px 0;}
.product_wrap .product_details &gt; div {padding: 5px 0 0 0;}

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

.product_wrap .addthis_toolbox {margin: 15px 0 0 0;padding: 15px 0 0 0;border-top: 1px solid #e1e1e1;}

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

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


/* RELATED PRODUCTS */
.widget__related-products {}
.widget__related-products h3 {margin: 30px 0 0 0;}

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

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



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

#blog {}

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

.article_header {padding: 15px 0;border-bottom: 1px solid #dfdfdf;}
.article_header .product_name {padding-bottom: 7px;font-weight: 300;font-size: 20px;}
.article_header .product_name a {font-weight: 300;}
.article_header .product_name a:hover {}

.blog-article_meta-comments {float: right;}

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

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



/* ************************************* BLOG ARTICLE ************************************* */

.article_meta-comments {float: right;}
.article_meta-tags a {text-decoration: underline;}

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

.article-scope .addthis_toolbox {margin: 20px 0;}


#comments ul {list-style-type: none;}

.comment-form {}

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {width: 100%;}

.comment-form #comment-body {min-height: 100px;margin-bottom: 15px;}

.article_comments-form {padding-bottom: 10px;margin-top: 1em;padding-top: 10px;}

.section-title {margin-bottom: 2px;padding-bottom: 8px;}

.section_content {padding-top: 8px;}

.comment-form .section_content .row {margin-bottom: 1em;}

.comment-submit {}



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

/* LOG IN */


/* ACCOUNT */
.customer_account {}

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


/* ADDRESSES */
.customer_addresses {}

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

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


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


/* ORDERS */

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

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

#main_content td.product {padding: 8px;}



/* ************************************* CART PAGE ************************************* */

.cart-list {overflow: hidden;}

.cart-list &gt; .row {padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #e1e1e1;}

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

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

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

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

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

.cart-list .item_price label {padding: 0;line-height: 37px;}
.cart-list .item_price .input-small {width: 60px !important;height: 37px;display: inline-block;padding: 5px;text-align: center;}

.cart-list .item_price .total {text-align: right;}
.cart-list .item_price .total h3 {border-bottom: 1px solid #dfdfdf;}

.cart_subtotal {}
.cart_subtotal h3 {margin: 0;padding: 10px 0;border-bottom: 1px solid #dfdfdf;}
.cart_subtotal h3 .money {float: right;}

.cart_buttons {margin: 30px 0;}

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

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



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



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

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

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

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="telephone"],
.contact-form textarea {}

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

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



/*Page scope*/

.page_image {margin-bottom: 1em;}

.page-row {margin-bottom: 2em;}
.page-row img {margin-bottom: 1em;}
</pre></body></html>