/* Reset ================================================================================= */
* { margin:0; padding:0; }
body {
    color:#999999; 
    text-align:center; 
    font-size: 12px; 
    line-height: 1.5em;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    cursor: pointer;
    text-decoration: none;
}
a:focus { outline:0; }

/* Headings */
h1 {
    font-size: 30px;
    line-height: 42px;
}
h2 {
    font-size: 24px;
    line-height: 32px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 15px;
}
h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 15px;
}
h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h4.spb_heading, h4.lined-heading {
    margin: 0;
    position: relative;
    text-align: left;
}  
ul, ol {
    margin: 0 0 10px 0;
    padding: 0;
}
.label {
    display: block;
    font-size: 10px;
    font-weight: normal !important;
    text-align: left;
}
label {
    font-weight: normal;
}
.footer-page-three {
    bottom: 10px;
    left: 0;
    max-width: 375px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.footer-page-three .block-footer-icon {
    text-align: center;
}
.footer-page-three ul li {
    display: inline-block;
    margin-right: 25px;
}
.footer-page-three ul li:last-child {
    margin-right: 0;
}
.footer-page-three ul li a {
    color: #d0d0d0;
    font-size: 25px;
}
.footer-page-three ul li a:hover {
	color: #8e8e8e;
}
.footer-page-three address {
    color: #8b8a8a;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 38px;
    text-align: center;
    width: 100%;
}
.footer-page-three address span {     
	color: #202020;
}
.footer-page-three .footer-three address a:hover { 
    color: #202020 !important;
}

/* Ovewrite bootstrap */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.label,
.badge {
    text-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/overlay.png?3531747516428620331) repeat 0 0;
}

.modal {
  border: 0;
  width: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-box-shadow: 0;
     -moz-box-shadow: 0;
          box-shadow: 0;
}
.modal-body {max-height:100%;}
.bootbox {max-width: 560px !important; width: 100%;}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
.my-account .box-account > .box-head > a {
    float: right;
    font-size: 110%;
    line-height: 32px;
}
 

/* Content */
p             { margin:0 0 10px; }
.mini-cart p  { margin: 0px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height: 18px; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* --------------------------------------------
    STANDARD MEDIA STYLING
-------------------------------------------- */

figure {
    margin: 0;
}
figure img {
    width: 100%;
    height: auto;
}
figure a {
    display: block;
}
figure .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    display: block;
    z-index: 4;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;  /* Chrome, Safari, Opera */
    -ms-transition: all 0.5s ease-out 0s;  /* IE 9 */
    transition: all 0.5s ease-out 0s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
figure:hover > a > .overlay {
    opacity: 1;
}


/* Layout ================================================================================ */
.wrapper { overflow: hidden;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:10px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main {
    min-height: 400px;
    padding-bottom: 20px;
    text-align: left;
}
.cms-index .main { min-height:0; }
.custom-col {
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
/* Base Columns */
.col-left { 
    margin-bottom: 32px;
}
.col-main {  }
.col-right { 
    margin-bottom: 32px;
}

/* 1 Column Layout */
.col1-layout .header-background-default {
    margin: 0 0 20px;
    padding: 0;
}
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {}
.col2-right-layout .col-main {}
.col2-right-layout ol.opc .col-md-4{
    margin-right: 15px !important;
}
.col2-left-layout .header-background-default {
    display: inline-block;
    padding: 0;
    width: 100%;
}
/* 3 Columns Layout */
.col3-layout .col-main {}
.col3-layout .col-wrapper { float:left; width: 780px; }
.col3-layout .col-wrapper .col-main { float:right; }
.col3-layout .header-background-default {
    margin-bottom: 20px;
}

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }
.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
.column-5-products .col-md-2 {
    float: left;
    margin: 0 12px !important;
    max-width: 210px;
    width: 100%;
}
/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:transparent; border:1px solid #dddddd; }
input.input-text, textarea, input[type="text"], input[type="email"] {
    padding: 7px;
    width: 100%;
}
#shopping-cart-table input.input-text, #shopping-cart-table textarea {
    padding: 0;
    text-align: center;
    width: 100%;
}
#shopping-cart-table input.qty {
  width: 70px;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
}
select {   padding: 7px;
  width: 100%;
  height: 37px;
  line-height: 37px;}
select option { padding-right:10px; }
select.multiselect option {padding:5px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
input.checkbox { margin-right:3px; }


p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label {
    float: left;
    position: relative;
    z-index: 0;
}
.form-list label.required {}
.form-list label.required em {
    color: #EB340A;
    float: right;
    font-style: normal;
    position: absolute;
    right: -10px;
}
.form-list li.control label { float:none; }
.form-list li.control input.radio, .form-list li.control input.checkbox {
    float: left;
    margin: 0 15px 0 0;
}
/*.form-list li.fields { margin-right:-15px; }*/
.block_contact {
    margin-bottom: 50px;
}
.block_contact .contact-map {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    height: 422px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}
.contact-info .contact-left .block_contact_1 {
    background-color: #f6f6f6;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
}
.contact-info .contact-left .title h2 {
    margin: 12px 0;
    line-height: 33px;
    font-size: 22px;
    text-transform: uppercase;
}
.contact-info .contact-left .contact-custom {
    background-color: #f6f6f6;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
}
.contact-info .contact-right .form-list {
    background-color: #f6f6f6;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px 0;
}
.block-contact-content h2 {
    text-transform: uppercase;
    margin-top: 0;
}
#checkout-step-login .r-no-space .form-list label {
    color: #8b8a8a;
    font-size: 10px;
    padding: 10px 0 0;
    text-transform: uppercase;
}
#checkout-step-login .form-list input.input-text {
    width: 100%;
}
#checkout-step-login .buttons-set .button {
    float: right !important;
}
#contactForm ul.form-list {
    clear: both;
}
#contactForm .form-list input.input-text {
    width: 100%;
}
#contactForm .form-list li.wide .input-box {
    width: 100%;
}
#contactForm .form-list li.wide .input-box textarea {
    width: 100%;
    height: 175px;
}
#contactForm .buttons-set {
    border: none;
    clear: both;
    margin: 20px 0 0;
    padding: 0;
    text-align: right;
}
#contactForm .buttons-set button.button {
    float: right !important;
    padding: 0;
}
#contactForm .buttons-set button.button span span {
    font-size: 12px;
    text-transform: uppercase;
}
#contactForm .buttons-set p.required {
    color: #EB340A;
    display: none;
    font-size: 11px;
    text-align: left;
}
.contact-info .nc {
    clear: left;
    margin-bottom: 10px;
    min-height: 36px;
}
.contact-info span.nv_icon {
  background-color: #8b8a8a;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  display: block;
  float: left;
  height: 38px;
  position: relative;
  transition: all 0.2s ease-in 0s;
  width: 38px;
}
.contact-info div.nc:hover span.nv_icon {
    background-color: #4BB8E2;
}
.contact-info span.nv {
    clear: none;
    display: block;
    padding-left: 50px;
}
#advanced-search-list.form-list {
    clear: both;
    margin-top: 15px;
}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px;}
.form-list li.wide .input-box { width: 100%;}
.form-list li.wide input.input-text {}
.form-list li.wide textarea { width: 100%;}
.form-list li.wide select { width: 100%;}
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.product-box-left .buttons-set {
    display: none;
}

#contactForm .fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
#contactForm .fieldset .legend {
    margin: 12px 0;
    line-height: 33px;
    font-size: 22px;
    text-transform: uppercase;
}
#contactForm .form-list {
    margin: 0;
}
#contactForm .form-list label {
    clear: both;
    color: #808080;
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
}
.cms-about-us .main {
    margin: 0 auto;
    max-width: 1920px;
    min-height: 400px;
    padding: 19px 0 10px;
    text-align: left;
    width: 100%;    
}
.about-us-content {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;    
}
.cms-about-us .main .item {
    text-align: center; 
}
.fieldset {
    border: 1px solid #dddddd;
    margin: 25px 0 15px;
    padding: 15px;
}
.fieldset .legend {
    background-color: #ffffff;
    float: left;
    font-size: 15px;
    margin: -32px 0 0;
}
.products-list-4col {
	margin-bottom: 92px;
}
div h4.spb_heading {
	margin-bottom: 40px;
}
div h4.spb_heading p {
    border-bottom: 2px solid #000000;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 3.5px;
    line-height: 25px;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}
div div.mini-list h5 {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: -4px;
    text-transform: uppercase;
}
div div.mini-list .price-box span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
div div.mini-list .novaworks-quick-act {
	margin: 15px 0;	
}
div div.mini-list .novaworks-add-to-cart {
	
}
div div.mini-list .novaworks-add-to-cart a {
    border: 1px solid #202020;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 33px;
    padding: 0 15px;
    text-transform: uppercase;
}
div div.mini-list .novaworks-add-to-cart a:hover { 
	background-color: #5b7b37;
	border: 1px solid #5b7b37;
	color: #FFF; 
}
.tweets-list .tweet-text {
    line-height: 20px;
}
.tweets-list .twitter_intents {
    text-align: right;
    padding: 5px 0 10px 0;
}
/* Form Validation */
.validation-advice {
    background: url(validation_advice_bg_3531747516428620331.gif) no-repeat 2px 0;
    clear: both;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
    padding-left: 17px;
}
.validation-failed { border:1px dashed #5b7b37 !important; background-color: transparent !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_msg-error.gif?3531747516428620331); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_msg-success.gif?3531747516428620331); color:#3d6611; }
.note-msg,
.notice-msg { 
	border-color:#fcd344; 
	background-color:#fafaec; 
	background-image:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_msg-note.gif?3531747516428620331); 
	color:#3d6611;     
	display: inline-block;
    width: 100%;
}

/* --------------------------------------------
    TOP BAR
-------------------------------------------- */
.promotions-txt-container {
    background:#252525;
    color:#999999;
    font-size: 11px;
}
.promotions-txt {
    line-height: 24px;
}
.top-bar-left {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}
.top-bar-right {
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
}
.header-menu .menu li {
    padding: 2px 0;
    z-index: 100;
}
/* --------------------------------------------
    TOP BAR SOCIAL
-------------------------------------------- */
.promotions-txt ul.social-icons {
    margin-bottom: 0;
}
.top-bar-right ul.social-icons.small {
    float: right;
    margin-bottom: 0;
    margin-right: -10px;
}
.top-bar-right ul.social-icons.small li {
    margin: 0 0 0 5px;
}
.top-bar-left ul.social-icons {
    float: left;
}
/* --------------------------------------------
    HEADER LOGIN
-------------------------------------------- */

#header-login form {
    margin: 20px;
}
#header-login label {
    font-size: 12px;
}
#header-login input {
    font-size: 12px;
}
#header-login input#password {
    margin-bottom: 15px;
}
#header-login .sf-button {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    float: right;
    padding: 6px 12px;
    margin-top: 5px;
    border: 0;
}
#header-login .sf-button:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#header-login a {
    display: inline;
    padding: 0 5px;
    line-height: 24px;
}
#header-login .logout-wrap {
    margin: 20px;
}

/* --------------------------------------------
    HEADER CURRENCY SELECTOR
-------------------------------------------- */

/* --------------------------------------------
    HEADER LANGUAGE SELECTOR
-------------------------------------------- */

.header-language {
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 17px;
}

.header-language .lang-switcher p.label {
    display: inline-block;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.header-language .lang-switcher > div {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.header-language .lang-switcher .flag {
    display: inline-block;
    float: left;
    margin-left: 5px;
}

#header-languages > li > a, #header-languages > li > div {
    padding: 8px 12px;
    display: block;
    white-space: nowrap;
}
#header-languages img {
    margin-right: 10px;
    width: 18px;
    height: 12px;
    display: inline-block;
    margin-top: -2px;
}
/* --------------------------------------------
    HEADER CART VIEW
-------------------------------------------- */

#main-nav .menu > li.shopping-bag-item {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}
nav .menu > li.shopping-bag-item ul.sub-menu {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}
.top-search {
    margin-bottom: 5px;
    margin-top: 22px;
    position: relative;
    width: 100%;
}
.sticky-wrapper.is-sticky .top-search {
    margin: 0;
}
.top-search ul.menu > li {
    margin: 0;
    border-left: 1px solid #e4e4e4;
}
.top-search ul.menu > li:first-child {
    border-left: 0;
}
.top-search ul li form {
    margin: 0;
}
.top-search ul.menu li button.button {
    background-color: transparent !important;
    cursor: pointer;
    height: 27px;
    padding: 0 15px;
    position: absolute;
    right: 7px;
    top: 5px;
}
.top-search ul.menu li a.submit {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/button-search.png?3531747516428620331) no-repeat center center;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 28px;
}
.top-search ul li form input {
    border-radius: 0;
    height: 38px;
    margin: 0 24px 0 0;
    padding: 5px 0 5px 15px;
    transition: all 0.15s linear 0s;
    width: 100%;
}
.top-search ul li form input {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.wishlist-item {
    border-left: 1px solid #e4e4e4;
}
.wishlist-link i {
    vertical-align: 0;
}
.wishlist-link span {
    margin-left: 6px;
}
nav .menu .wishlist-item ul.sub-menu li:first-child:before {
    left: 21px;
}
.header-right nav .menu .wishlist-item ul.sub-menu li:first-child:before {
    right: 21px;
}
.header-right nav .menu .menu-search ul.sub-menu li:first-child:before {
    right: 12px;
}
.wishlist-bag {
    width: 260px;
}
.bag-product .bag-product-title {
    max-width: 155px;
    line-height: 20px;
    margin-top: 5px;
}
.bag-product .bag-product-quantity {
    display: inline-block;
    float: left;
}
.bag-product .bag-product-price {
    display: inline-block;
    float: right;
}
.bag-header {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 20px 20px 0;
    text-align: left;
    text-transform: uppercase;
}
.bag-contents {
    max-height: 470px;
}
.bag-product {
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 20px;
    position: relative;
}
.bag-product figure {
/*
    -webkit-box-shadow: 0 5px 6px -4px #999;
    -moz-box-shadow: 0 5px 6px -4px #999;
    box-shadow: 0 5px 6px -4px #999;
*/
    float: left;
    overflow: hidden;
    position: relative;
}
.bag-product .bag-product-img {
    margin: 0;
    padding: 0;
    width: 72px;
    height: auto;
}
.bag-product .bag-product-details {
    margin-left: 90px;
    text-align: left;
}
.bag-product .bag-product-details a {
    margin: 0;
    padding: 0;
}
.bag-product-title a {
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
}
.bag-product a.remove {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 40px;
}
.bag-product a.edit {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 60px;
}
.bag-product p.mini-cart-act {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -15px;
}
.bag-empty, .wishlist-empty {
    padding: 15px;  
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    line-height: 24px;
}
.slider-menu-products {
    border-top: 5px solid #dddddd;
    margin: 45px -25px 0;
    padding: 20px 20px 0;
}
.slider-menu-products h4.menu_heading {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.product-menu-slider {
    margin: 0 auto;
    max-width: 1055px;
    position: relative;
    width: 100%;
}
.product-menu-slider .slider-items {
    padding: 0;
}
.product-item-left {
    display: inline-block;
    float: left;
    margin-right: 20px;
    max-width: 115px;
    width: 100%;
}
.product-item-left a,
.product-item-right a {
    padding: 0 !important;
}
.product-item-right {
    display: inline-block;
    float: left;
    max-width: 200px;
    width: 100%;
}
.product-item-right h3.product-menu-name {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 15px;
    padding-bottom: 15px;
}
.product-item-right h3.product-menu-name a {
    font-size: 11px !important;
    line-height: 18px !important;
}
.slider-menu-products .item .price-box {
    text-align: left;
}
.product-menu-slider .owl-prev {
      background: transparent url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/left-02.png?3531747516428620331) no-repeat center center !important;
    height: 24px !important;
    left: -30px;
    position: absolute;
    top: 35%;
    width: 12px;
}
.product-menu-slider .owl-next {
    background: transparent url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/right-02.png?3531747516428620331) no-repeat center center !important;
    right: -30px;
    position: absolute;
    top: 35%;
    width: 12px;
    height: 24px !important;
}
.product-menu-slider .owl-carousel:hover .owl-prev {
    background: transparent url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/left-01.png?3531747516428620331) no-repeat center center !important;
}
.product-menu-slider .owl-carousel:hover .owl-next {
    background: transparent url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/right-01.png?3531747516428620331) no-repeat center center !important;
}
/* --------------------------------------------
    TOP SEARCH
-------------------------------------------- */
body:not(.top-search-open) .header-logo,
body:not(.top-search-open) .main-navigation,
body:not(.top-search-open) .slicknav_menu,
body:not(.top-search-open) #cart {
    opacity: 1;
    -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
    transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open .header-logo,
body.top-search-open .main-navigation,
body.top-search-open .slicknav_menu,
body.top-search-open #cart { opacity: 0; }
.nova-header {position: relative;}
.no-relative {position: static !important;}
#top-search,
#cart {
    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease;
}

#top-search {
    float: left;
    margin: 14px 0 15px 90px;
}
.header-container-2 #top-search {
    margin: 14px 0 0 50px;
}
#top-search a#top-search-trigger {
    position: relative;
    float: right;
    font-size: 16px;
    line-height: 41px;
    color: #202020;
    margin-right: 16px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
#top-search a { z-index: 11; }

#top-search a i {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

body.top-search-open #top-search a .fa-search,
#top-search a .fa-times { opacity: 0; }

body.top-search-open #top-search a .fa-times {
    opacity: 1;
    z-index: 11;
    font-size: 16px;
}
#top-search form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
#top-search1 {
    display: inline-block;
    width: 42px;
    float: right;
}
#top-search1 .form-search3 { 
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 4px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 42px;
}
#top-search1 .form-search3:hover { 
	width: 250px;
}
#top-search1 a.top-search {
    display: inline-block;
    height: 45px;
    margin: 0;
    padding: 11px 15px 0 0;
    position: relative;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 100%;
}
#top-search1 .form-search3 .button {
	display: inline-block;
	line-height: 37px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
}
body.top-search-open #top-search form {
    opacity: 1;
    z-index: 10;
}
#top-search form input {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none !important;
  color: #202020;
  font-size: 32px;
  margin-top: 0 !important;
  outline: 0 none !important;
  padding: 5px 80px 5px 0;
}
#top-search form input::-webkit-input-placeholder{ color: #cecece;}
#top-search form input:-moz-placeholder{ color: #cecece;}
#top-search form input::-moz-placeholder{ color: #cecece;}
#top-search form input:-ms-input-placeholder{ color: #cecece;}

#search_mini_form input::-webkit-input-placeholder { color: #cecece;}
#search_mini_form input:-moz-placeholder { color: #cecece;}
#search_mini_form input::-moz-placeholder { color: #cecece;}
#search_mini_form input:-ms-input-placeholder { color: #cecece;}
/* --------------------------------------------
    MAIN HEADER
-------------------------------------------- */
.sticky-wrapper.is-sticky .nav-container {
    background: #fff;
    left: 0;
}
.header-menu ul.menu li.shopping-bag-item {
    margin-top: 18px;
    margin-bottom: 18px;
    height: 45px;
}
.header-menu ul.menu li.shopping-bag-item .cart-contents {
    color: #4bb8e2;
    font-size: 14px;
    font-weight: bold;
}
.header-menu ul.menu li.shopping-bag-item .cart-contents .labels {
    margin-left: 15px;
}
.header-overlay .header-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}
#header div.header-logo {
    margin: 15px 0;
}
#header div.header-right {
    margin-top: 14px;
}
#header-section.header-4 #header, #header-section.header-5 #header {
    padding: 35px 0;
}
#header-section .header-spacer {
    display: block;
    height: 20px;
}
#logo a {
  display: inline-block;
  float: left;
  overflow: hidden;
  text-align: left;
  font-weight: 300;
  font-size: 55px;
  letter-spacing: 5px;
}
#logo a.show-main-nav { 
    float: right;
}
#logo a.show-main-nav i {
    vertical-align: 2px;
}
#logo img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.is-sticky #logo img.standard {
    display: none;	
}
#logo img.retina {
    display: none;
    max-width: 100%;
}
.is-sticky #logo img.retina {
    display: block;
}
#logo.logo-center img {
    margin: 0 auto;
} 
#header-section > #main-nav {
    border-top: 1px solid #e4e4e4;
}
#header-section .header-menu .menu > li {
    font-size: 11px;
    border-left: 1px solid #e4e4e4;
}
#header-section .header-menu .menu > li:first-child {
    border-left: 0;
}
#header-section #main-nav 
#header-section .tb-welcome {
    display: inline-block;
    padding: 2px 0;
    margin: 10px;
}
#header-section .tb-woo-custom {
    display: inline-block;
    padding: 2px 0 2px 10px;
    margin: 10px 0;
}
#header-section .tb-woo-custom a {
    display: inline;
    padding: 0;
}
.header-right > nav {
    float: right;
    margin-right: -10px;
}
.header-1 .main-navigation {
    display: none;
}
.header-1 .header-right > nav, .header-2 .header-right > nav, .header-3 .header-right > nav {
    margin-right: -15px;
}
.header-left > nav .tb-welcome {
    padding-right: 10px;
    line-height: 22px;
}
.header-3 .header-left > nav.header-menu {
    margin-left: -10px;
}

.header-3 .header-right-3 .header-menu {
    width: 100%;
}
.header-3 .header-right-3 .header-menu  .menu {
    float: none;
    margin-left: 45px;
    margin-right: auto;
}

.header-3 .header-right-3 .header-menu  .menu ul.sub-menu {
    left: 0;
    right: auto;
}
.header-3 .header-right-3 .header-menu  .menu ul.sub-menu li:first-child:before {
    left: 20px;
    right: auto;
}
#header-container.sticky-header .nav-container {
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-backface-visibility: hidden;
}
#header-container.sticky-header .nav-container #header-section {
    padding: 25px 0 0 !important;
    -webkit-transition: all .4s ease, opacity .3s ease;
    -o-transition: all .4s ease, opacity .3s ease;
    transition: all .4s ease, opacity .3s ease;
}
#header-container.sticky-header .nav-container #header-section h1.logo img {
    max-height: 40px;
    -webkit-transition: all .4s ease, opacity .3s ease;
    -o-transition: all .4s ease, opacity .3s ease;
    transition: all .4s ease, opacity .3s ease;
}
#nav-section {
    min-height: 50px;
    position: relative;
}
#nav-section.nav-shadow {
    -moz-box-shadow: 0 2px 4px -2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.1);
}
#main-navigation {
    margin-left: -10px;
    position: relative;
}
.header-4 #main-navigation {
    margin-right: 0;
}
nav#main-navigation .menu ul {
    top: 45px;
}
nav#main-navigation .menu > li {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
nav#main-navigation .menu > li > a, .header-4 nav .menu > li > a {
    padding: 12px 0;
}
.header-4 nav .menu > li {
    margin: 0;
}
.logo-right #main-navigation {
    margin-left: -10px;
}
.logo-left .nav-wrap {
    float: right;
}
#main-navigation > div {
    margin-left: 0;
}
#nav-pointer {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0; 
    height: 2px; 
    display: none;
    z-index: 2;
}
.nav-indicator #nav-pointer {
    display: block;
}
.single #nav-pointer {
    display: none;
}
.error404 #nav-pointer {
    display: none;
}
.header-right > nav > .menu { 
    margin-right: 10px;
}
nav .menu {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
}
nav .menu li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 8px 0;
    z-index: 3;
}
.top-header nav .menu li {
    margin: 11px 0;
}
.header-menu .menu li.parent.aux-currency {
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 13px 0;
}
nav .menu li:first-child {
    background: none;
}
nav .menu li > a {
    text-decoration: none;
    padding: 2px 0;
    margin: 0;
    display: block;
    white-space: nowrap;
    background: transparent;
}
nav .menu > li:first-child > a {
    padding-left: 0;
}
nav .menu > li:first-child:before {
    display: none;
}
nav .menu ul.sub-menu {
    position: absolute;
    background: #fff;
    z-index: 101;
    margin: 0;
    top: 50px;
    right: 0;
    min-width: 100px;
    display: none \0/;
    display: none\9;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    pointer-events: none;
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
    box-shadow: 0 0 5px -1px rgba(0,0,0,.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.browser-ie nav .menu ul.sub-menu {
    display: none;
}
nav .menu ul.sub-menu.show-dropdown, .browser-ie nav .menu li.parent:hover > ul.sub-menu {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    pointer-events: all;
    display: block \0/;
    display: block\9;
}
.browser-ie nav .menu li.parent:hover > ul.sub-menu {
    display: block;
}
#header-section .header-topMenu .header-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 21;
}
.header-right nav .menu ul.sub-menu, .tb-right nav .menu ul.sub-menu {
    left: auto;
    right: 0;
}
nav .menu ul.sub-menu li {
    width: 100%;
    position: relative;
    display: block;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid transparent;
    float: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    height: auto;
    z-index: 42;
}
nav .menu ul.sub-menu li:first-child:before {
    content: " ";
    display: block;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: none;
    margin-top: -8px;
    position: absolute;
    right: 0px;
}
.header-right nav .menu ul.sub-menu li:first-child:before, .tb-right nav .menu ul.sub-menu li:first-child:before {
    left: auto;
    right: 20px;
}
nav .menu .sub-menu .parent > a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #CCC;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}
nav .menu ul ul {
    top: -1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
nav .menu ul ul li:first-child:after {
    left: -8px;
    top: 32%;
    margin-top: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #444;
    border-bottom: 6px solid transparent;
}
nav .menu ul li:last-child {
    border: 0;
}
nav .menu ul li > a {
    padding: 10px 15px;
    display: block;
    margin: 0;
    white-space: nowrap;
    max-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
}
nav .menu ul li.parent > a {
    padding-right: 24px;
}
.show-menu {
    margin: 0 auto;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    line-height: 20px;
}
#top-bar .show-menu {
    width: 60%;
    padding: 6px 10px;
}
.show-menu:hover {
    text-decoration: none;
}
.show-menu i {
    float: right;
    line-height: 20px;
    font-size: 18px;
}
#header-shadow {
    background: transparent url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/header-shadow.png?3531747516428620331) no-repeat center top;
    background-size: 100% auto;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 27;
}

/*========== Header Mini Cart ==========*/
.header-container-3 #cart,
.header-container-5 #cart {
    min-height: 52px;
}
#cart {
    position: relative;
  z-index: 9999;
}
.sticky-wrapper.is-sticky #cart .shopping-bag-item {
    top: -8px;
}
.header-container-3 #cart .shopping-bag-item,
.header-container-5 #cart .shopping-bag-item {
    top: 0;
}
#cart .shopping-bag-item .shopping-bag {
    background-color: #f6f6f6;
    clear: both;
    display: none;
    min-height: 150px;
    min-width: 390px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 48px;
}
.header-container-3 #cart .shopping-bag-item .shopping-bag {
	top: 0;
	left: 375px;
	right: auto;
}
#cart .shopping-bag-item .shopping-bag .shopping-no-items {
    text-align: center;
    padding-top: 50px;
}
.cart-contents {
    position: relative;
    float: right;
    font-size: 16px;
    line-height: 41px;
    color: #202020;
    margin-right: 16px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
.header-container-1 .shopping-bag-item .cart-contents,
.header-container-2 .shopping-bag-item .cart-contents {
    border: 1px solid #1b1b1b;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 25px;
    text-transform: uppercase;
}
.header-container-1 .shopping-bag-item .cart-contents i,
.header-container-2 .shopping-bag-item .cart-contents i {
    font-size: 17px;
    margin: 0 -10px 0 10px;
}
#cart .shopping-bag .truncated {
    display: none;
}
.cart-contents span {
	background-color: #1ABC9C;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 17px;
    left: auto;
    line-height: 17px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 0;
    width: 17px;
    z-index: 999;
}
.header-container-1 .cart-contents span,
.header-container-2 .cart-contents span {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 16px;
    left: auto;
    line-height: 16px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 16px;
    z-index: 999;
}
.shopping-bag .bag-contents .item {
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
}
.shopping-bag hr {
	border-color: #303030;
	margin: 0 20px;
}
.shopping-bag hr:last-child {
	border: none !important;
}
.shopping-bag .bag-contents .item .product-image {
    display: inline-block;
    float: left;
    padding: 0 0 0 20px;
}
.shopping-bag .bag-contents .item .product-details {
    float: left;
    max-width: 280px;
    min-width: 280px;
    padding: 0 20px;
    text-align: left;
}
.shopping-bag .bag-contents .item a.btn-edit {
	margin-right: 10px;
}
.shopping-bag .product-details .product-name {
	margin-top: -7px;
}
.shopping-bag .product-details .product-name a {
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}
.shopping-bag .bag-contents .item .quantity {
    float: left;
    font-size: 10px;
    letter-spacing: 2px;
    min-width: 180px;
    text-transform: uppercase;
}
.shopping-bag .bag-contents .item .price {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 10px 0 15px;
    width: 100%;
}
.shopping-bag .bag-buttons {
    background-color: #2b2b2b;
    overflow: hidden;
    padding: 20px 30px;
}
.shopping-bag .mini-cart-total {
    border-bottom: 1px solid #dddddd;
    text-align: right;
}
.shopping-bag .mini-cart-total .sub-total > p {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 15px;
}
.shopping-bag .mini-cart-total .sub-total > span.price {
    display: inline-block;
    margin: 10px 0 15px;
    padding-left: 10px;
}

/*========== Navigation Styles ==========*/
#nav-pointer {background-color: #e4e4e4;}
.show-menu {background-color: #252525;color: #f7f7f7;}
nav .menu > li:before {background: #e4e4e4;}
nav .menu .sub-menu .parent > a:after {border-left-color: #e4e4e4;}
nav .menu ul.sub-menu {background-color: #ffffff;}
nav .menu ul.sub-menu li {border-bottom-color: #f0f0f0;border-bottom-style: solid;}
nav .menu ul.sub-menu li > a, #top-bar nav .menu ul li > a {color: #666666;}
nav .menu ul.sub-menu li:hover > a {background: #252525;}
nav .menu li.parent > a:after, nav .menu li.parent > a:after:hover {color: #aaa;}
nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a {color: #222222;}
nav .menu ul li.current-menu-ancestor > a, nav .menu ul li.current-menu-item > a {color: #ffffff; background: #252525;}
#main-nav .header-right ul.menu > li, .wishlist-item {border-left-color: #f0f0f0;}
#nav-search, #mini-search {background: #252525;}
#nav-search a, #mini-search a {color: #999999;}
.bag-header, .bag-product, .bag-empty, .wishlist-empty {border-color: #f0f0f0;}
/* --------------------------------------------
    MINI HEADER
-------------------------------------------- */

#mini-header {
    border-bottom: 1px solid #e4e4e4;
    display: none;
    position: fixed;
    top: -80px;
    z-index: 999;
    width: 100%;
}
.browser-ie #mini-header {
    display: none!important;
}
.boxed-layout #mini-header {
    width: auto;
    padding: 0 30px;
}
#mini-navigation {
    margin-left: -10px;
}
#mini-navigation .menu ul {
    top: 48px;
    left: 0!important;
}
#mini-header nav .menu > li {
    margin: 0;
    padding: 8px 0;
}
#mini-header .header-right nav .menu li {
    border-left: 1px solid #e4e4e4;
}
#mini-header .header-right nav .menu li:first-child {
    border-left: 0;
}
#mini-navigation .menu ul li ul {
    top: 0;
}
#mini-search a {
    text-decoration: none;
}
#mini-search i {
    display: inline-block;
    float: right;
    line-height: 46px;
    font-size: 12px;
}
#mini-search form {
    display: inline-block;
    margin-bottom: 0;
    float: right;
}
#mini-search input {
    float: right;
    display: inline-block;
    width: 1px;
    box-shadow: none;
    max-width: none;
    text-align: left;
    border: 0;
    margin: 0;
    padding: 14px 0 14px 8px;
    background: none;
    font-size: 12px;
    font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}
#mini-search input:focus {
    outline: none;
    border: 0;
    box-shadow: none;
    
}

/* --------------------------------------------
    Testimonial
-------------------------------------------- */
.home-three-5 h4.title{
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 35px;
    margin-bottom: 20px
    margin-top: 35px;
}

.home-three-5 .slider_testimonial .item > img {
	margin-bottom: 25px;
}
.home-three-5 .slider_testimonial .item > p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 24px;
    margin-bottom: 22px;
}
.home-three-5 .slider_testimonial .item > h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 5px;
}
.home-three-5 .slider_testimonial .item > h5 {
    color:#8b8a8a;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 24px;
    margin-top: 0;
}
.home-three-5 .owl-theme .owl-controls .owl-page span {
	background-color: #777777;
}
.home-three-5 .owl-theme .owl-controls .owl-page.active span,
.home-three-5 .owl-theme .owl-controls .owl-page:hover span {
	background-color: #fff;
}

/* --------------------------------------------
    PRODUCTS SLIDER
-------------------------------------------- */
.owl-item .item {
    margin: 0 15px;
}
.slider-items-products {    
    position: relative;
}
.slider-items-products .item {
    text-align: center;
}
.slider-items-products .owl-buttons .owl-prev {
    left: -30px;
    margin-top: -70px;
    position: absolute;
    top: 43%;
}
.slider-items-products .owl-buttons .owl-next {
    margin-top: -70px;
    position: absolute;
    right: -30px;
    top: 43%;
}
.slider-items .owl-buttons div {
	position: absolute;
	top: 27%;
}
.slider-items .owl-buttons {
	opacity: 0;
}
.slider-items .owl-buttons div.owl-prev {
	left: -22px;
}
.slider-items .owl-buttons div.owl-next {
	right: -22px;
}
.brand_list .owl-buttons {
	opacity: 0;
}
.brand_list:hover .owl-buttons {
	opacity: 1;
}
.brand_list .owl-buttons div {
    position: absolute;
    top: 40%;
}
.brand_list .owl-buttons div.owl-prev {
	left: -10px;
}
.brand_list .owl-buttons div.owl-next {
	right: -10px;
}
.brand_list .owl-buttons div i {
	color: #8b8a8a;
	font-size: 25px;
}
.brand_list .owl-buttons div:hover i {
	color: #202020;
}


/* ======================================================================================= */
.block-home-content-top-container {
    margin: 30px 0 0 0;
}
.block-home-content-top-container .container {
    background: #fff;
}
.banner-item h1 {
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 10px auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.banner-item h2 {
    font-size: 14px;
    line-height: 32px;
    font-weight: normal;
    margin: -11px auto 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}

/* BreadCrumbs */
.breadcrumbs {
    display: inline-block;
    float: left;
    padding-top: 5px;
}
.cms-product .breadcrumbs{float: left;}
.breadcrumbs ul {  
    text-align: center;
    margin: 0; 
}
.breadcrumbs ul li a, 
.breadcrumbs ul li span, 
.breadcrumbs ul li strong {
    font-size: 13px;
    text-transform: uppercase;
}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }
.breadcrumbs li > span {
    margin: 0 5px;
}
.breadcrumbs li strong {
    font-weight: normal;
}
.main .breadcrumbs .home a { }
/* Page Heading */
.cart .page-title {
    margin-bottom: 30px;
}
.page-title.checkout {
    margin: 0;
    padding: 0;
}
.page-title h1,
.page-title h2 { margin:0; font-size:24px;}
.page-title h1.checkout {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
ol#checkoutSteps > li {
    display: inline-block;
    width: 100%;
}
ol#checkoutSteps .gift-messages .checkbox, 
ol#checkoutSteps .gift-messages label,
ol#checkoutSteps .gift-messages-form .checkbox, 
ol#checkoutSteps .gift-messages-form label {
    float: left;
    line-height: 22px;
    margin: 0 10px 20px 0;
}
dl#checkout-payment-method-load > dt {
    display: inline-block;
    width: 100%;
}
dl#co-payment-form #p_method_checkmo {
    float: left;
    margin-right: 10px;
}
dl#checkout-payment-method-load dt label {
    float: left;
    font-size: 12px;
    line-height: 27px;
    margin: 0;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px;}
.cms-page-view .col-main {margin-top: 20px;}

/* Product Box Right */
.product-box-right {

}
.block_detail_right1{
    border-top: 1px solid #dddddd;
    padding: 2px 0;
    text-align: center;
}
.block_detail_right2 {
    border-top: 1px solid #dddddd;
    padding: 15px 0;
}
.block_detail_right3 {
    border-top: 1px solid #dddddd;
    padding: 20px 0 10px;
}
.block_detail_right3 .block_detail_right_content {
    margin-bottom: 10px;
    overflow: hidden;
}
.block_detail_right3 .block_detail_right_content span.nv_icon {
    background-color: #4bb8e2;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    display: block;
    float: left;
    height: 38px;
    text-align: center;
    transition: all 0.2s ease-in 0s;
    width: 38px;
}
.block_detail_right3 .block_detail_right_content:hover span.nv_icon {
    background-color: #ed5053;
}
.block_detail_right3 .block_detail_right_content span.nv_title {
    display: block;
    padding-left: 52px;
    padding-top: 1px;
    text-transform: uppercase;
}
.block_detail_right3 .block_detail_right_content span.nv_subtitle {
    display: block;
    color: #b6b6b6;
    font-size: 11px;
    line-height: 20px;
    padding-left: 52px;
    text-transform: uppercase;
}

/* Notification */
#notification .alert-bg {background:rgba(0,0,0,0.2); position:fixed; top:0; right:0; bottom:0; left:0; z-index:9999;}
#notification .bg .close {display:inline-block; width:48px; height:48px; line-height:48px; text-align:center; font-size:48px; color:#fff; cursor:pointer; position:fixed; top:36px; left:50%; margin:0 0 0 -24px; text-shadow:0 0 3px rgba(0, 0, 0, 0.2);}
#notification .alert-box {
    background-color: #363636;
    left: 50%;
    margin-left: -155px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 310px;
    z-index: 10;
}
#notification .alert-box h6 {font-size:48px; padding:20px 0; cursor:default;}
#notification .alert-box h6 i {margin-left: -58px;}
#notification .alert-box p {padding:10px; margin: 10px; border: #fff solid 1px; color: #fff;}
#notification .alert-box p a {text-decoration:none; font-weight:bold;}
#notification .alert-box p a:hover {color:#000;}
#notification .widget-warning h6 {color:#c12222;}
.alert-box {background-color:#fff; min-height:30px; margin-bottom:30px; -moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow:0 2px 3px rgba(0, 0, 0, 0.2); box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);}
.alert-box h6 {margin:0 0 20px 0; padding:20px; border-bottom:1px solid #e9e9e9; font-size:14px; font-weight:bold;}
.alert-box h6 small {display:block; text-transform:uppercase; font-size:11px; font-weight:normal; color:#666; padding:5px 0 0 0;}
.alert-box .content {padding:0 20px;}
/* Pager */
.pager li > a, 
.pager li > span {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: inherit;
}
.pager li > a:hover,
.pager li > a:focus {
    background: none !important;
}
/* Sorter */
.sorter { }
.sorter .sort-by {
    float: left;
    margin-right: 20px;
    position: relative;
}
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}
.sorter .sort-by .current {
    cursor: pointer;
    display: block;
    line-height: 38px;
    width: 130px;
}
.sorter .sort-by .current span {
    color: #222222;
    display: inline-block;
    letter-spacing: 2px;
    padding-left: 10px;
}
.sorter .sort-by .current span i {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.sorter .sort-by ul {
    background-color: #ffffff;
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 41px;
    width: 130px;
    z-index: 1000;
}
.sorter .sort-by ul li {
    line-height: 25px;
}
.sorter .sort-by ul li a {
    color: #222222;
    letter-spacing: 2px;
}
.sorter .direction {
    float: left;
    line-height: 38px;
}
.sorter .direction a {
  color: #222222;
  padding: 10px 20px;
}
.sorter .view-mode label {
    float: left;
    margin-right: 10px;
    padding-top: 2px;
}
.sorter .view-mode {
    float: right;
    margin: 0 -7px 0 0;
}
.sorter .view-mode .grid {
    background: transparent  url(grid-icon_3531747516428620331.png) no-repeat scroll 0 100%;
    height: 40px;
    width: 48px;
}
.sorter .view-mode .list {
    background: transparent url(list-icon_3531747516428620331.png) no-repeat scroll 0 100%;
    height: 40px;
    width: 48px;
}
.sorter .view-mode a:hover, 
.sorter .view-mode a.active {
    background-position: 0 0 !important; 
}
.sorter .view-mode .grid:hover, 
.sorter .view-mode strong {
    background-position: 0 100%; 
}
.sorter .view-mode a, .sorter .view-mode strong {
    display: block;
    float: left;
    height: 21px;
    margin: 0 0 0 20px;
    overflow: hidden;
    text-indent: -999px;
    width: 21px;
}
.sorter .view-mode a.grid { margin-left: 0}
.sorter .limiter {
    float: left;
    letter-spacing: 2px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
}
.sorter .limiter label { 
    vertical-align:middle; 
}
.sorter .limiter .current {
    cursor: pointer;
    margin: 0 15px 0 17px;
}
.sorter .limiter .current span {
    border-bottom: 0 !important;
    border-top: 0 !important;
    display: inline-block;
    line-height: 40px;
    padding-left: 10px;
    position: relative;
    width: 60px;
}
.sorter .limiter .current span i {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.sorter .limiter ul {
    background-color: #ffffff;
    display: none;
    left: 74px;
    margin: 0;
    padding: 7px 10px;
    position: absolute;
    top: 40px;
    width: 60px;
    z-index: 101;
}
.sorter .limiter ul li {
    line-height: 25px;
}
.sorter .limiter ul li a {
    color: #222222;
}
/* Toolbar */
.toolbar {
    font-size: 12px;
    margin: 0 0 35px;
    padding: 2px 0;
    position: relative;
    z-index: 99;
}
.toolbar .sorter {
    margin: 15px 0;
}
.toolbar-bottom {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-top: 8px;
    width: 100%;
}
.toolbar-bottom .toolbar {
    background-color: transparent;
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
}
.toolbar-bottom .toolbar .sorter {
    display: inline-block;
    margin: 0;
}
.toolbar .pager { padding:10px 0; }
.toolbar-bottom .sort-by, 
.toolbar-bottom .direction, 
.toolbar-bottom .view-mode,
.toolbar-bottom .limiter,
.toolbar .pages {
    display: none;
} 
.toolbar-bottom .toolbar .pages {
    display: block;
}


/* Data Table */
/* TABLES
----------------------------------------------------------------*/
td.label {
    font-weight: bold;
}

/*Data Table---*/
#shopping-cart-table thead .a-center-name {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px 20px 0;
    width: 38.2%;
}
#shopping-cart-table thead .a-center-price {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px 20px;
    width: 28.2%;
}
#shopping-cart-table thead .a-center-qty {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px 20px;
    text-align: center;
    width: 13.3%;
}
#shopping-cart-table thead .a-center-subtotal {
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px 20px;
    width: 13.1%;
}
#shopping-cart-table thead .a-center-remove {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px;
    width: 10%;
}

#shopping-cart-table tbody .a-center-name {
    font-size: 10px;
    padding: 20px 15px 20px 0;
}
#shopping-cart-table tbody .a-center-price {
    padding: 17px 15px 20px;
}
#shopping-cart-table tbody .a-center-qty {
    padding: 17px 15px 20px;
}
#shopping-cart-table tbody .a-center-subtotal {
    font-size: 14px;
    padding: 17px 15px 20px;
    text-align: center;
}
#shopping-cart-table tbody .a-center-remove {
    padding: 17px 0 20px;
}

#shopping-cart-table .product-image {
    display: inline-block;
    float: left;
    margin-right: 10px;
    max-width: 100px;
    width: 100%;
}
#shopping-cart-table h2 {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin-top: -2px;
    max-width: 159px;
    text-transform: uppercase;
    width: 100%;
}
#shopping-cart-table .a-center-name {
    padding: 30px 15px 30px 0;
}
#shopping-cart-table .a-center-price {
    padding: 30px 25px;
}
#shopping-cart-table .a-center-qty {
    padding: 30px 15px;
    text-align: center;
}
#shopping-cart-table .a-center-qty .qty {
    display: block;
    font-size: 14px;
    height: 100%;
    margin: 0 auto 10px;
    max-width: 70px;
    padding: 7px 2px;
    text-align: center;
    width: 100%;
}
#shopping-cart-table .a-center-qty a {
    font-size: 14px;
    text-decoration: underline;
}
#shopping-cart-table .a-center-price {
    font-size: 14px;

}

#discount-coupon-form .discount {
    border: 1px solid #dddddd;
    padding: 0 15px 25px;
}
#discount-coupon-form .discount a {
    color: #202020;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
}
#discount-coupon-form .discount .discount-form .input-box {
    margin: 0 20px 0 0;
    max-width: 250px;
    padding: 0;
}
#discount-coupon-form .discount .discount-form .input-box .input-text {
    border: 1px solid #959595;
    line-height: 27px;
    padding: 0 0 0 10px;
}
#discount-coupon-form .discount .discount-form .buttons-set {
    clear: none;
    display: inline-block;
    float: left;
    margin: 0;
}
#discount-coupon-form .discount .discount-form .buttons-set .button {
    background-color: transparent;
}
#discount-coupon-form .discount .discount-form .buttons-set .button span span {
    color: #202020;
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase;
}

.shipping, .discount {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  margin-top: -1px;
  padding: 0 15px 15px;
  clear: both;
}
.shipping .shipping-form ul.form-list {
    margin: 0;
}
.shipping .shipping-form ul.form-list li {
    margin-bottom: 20px;
}
.shipping .shipping-form ul.form-list li.li-button {
    margin: 0;
}
ul.form-list li.li-button .button {
    float: right;
}
#shipping-zip-form .form-list label {
    color: #8b8a8a;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}
#shipping-zip-form .form-list label.required em {
    color: #eb340a;
    float: right;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    right: -7px;
    top: 0;
}
#shipping-zip-form .form-list .input-box {
    clear: both;
}
#shipping-zip-form .form-list input.input-text {
    box-shadow: none;
    line-height: 27px;
    padding: 0 0 0 10px;
    width: 100%;
}
.shipping a {
    color: #202020;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
}
.totals {
    border: 1px solid #dddddd;
    padding: 0 15px 15px;
}
.a-right .cart-price {
    display: block;
    text-align: center;
}
.data-table tfoot td .button {
    background: none;
    border: 0;
    font-size: 14px;
}


/*Bundle Products---*/
.data-table tbody.odd tr td { background: #F7F7F7 !important; }

.data-table tbody.even tr td { background: #fff !important; }

.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom: 0; }

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom: 1px solid #e5e5e5; }

.data-table tbody td h4.title,
.data-table tbody td h5.title {
    color: #333;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.data-table tbody td .option-label { font-style: italic; font-weight: bold; }

.data-table tbody td .option-value { padding-left: 10px; }

.data-table .product-name { font-size: 100%; margin: 0; }

.box-table select { width: 100%; }

.nested-data-table th, .nested-data-table td { padding-bottom: 2px; padding-top: 2px; }

.generic-table td { padding: 0 8px; }

.generic-table td.first { padding-left: 0; white-space: nowrap; }


/* Generic Info Box */
.info-box { background:#fff url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bkg_block-title.gif?3531747516428620331) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bkg_collapse.gif?3531747516428620331) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bkg_collapse.gif?3531747516428620331) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin: 0; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
/* Misc */
.links li.first { padding-left: 0 !important; }
.links li.last { padding-right: 0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-print { /*background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_print.gif?3531747516428620331) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_rss.gif?3531747516428620331) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/btn_previous.gif?3531747516428620331) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2  {
    display: inline-block;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -999em;
    width: 22px;
}
.btn-remove2:before {
    color: #202020;
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 15px;
    position: relative;
    top: 11px;
}
.btn-edit2 {
    display: inline-block;
  vertical-align: top;
    font-size: 0;
    height: 25px;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -999em;
    width: 25px;
}
.btn-edit2:before {
    color: #202020;
    content: "\f044";
    font-family: FontAwesome;
    font-size: 15px;
    position: relative;
    top: 13px;
}
.btn-edit2:hover {
    background-position: 50% 50%;
}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bkg_divider1.gif?3531747516428620331) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
.f-border-right {
    border-right: 1px solid #F0F0F0;
}
.f-border-top {
    border-top: 1px solid #F0F0F0;
}
.f-border-bottom {
    border-bottom: 1px solid #F0F0F0;
}
.f-border-left {
    border-left: 1px solid #F0F0F0;
}
/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_notice.gif?3531747516428620331) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }
/* Drop-down button
-------------------------------------------------------------- */
#header-container {
    position: relative;
    z-index: 999;
}
.header-container {
    background: #f0f0f0;
}

.mm-item-base .menu-static-blocks h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 !important;
}

.dropdown {
    float: left;
    font-size: 10px;
    margin-left: 14px;
    margin-top: 1px;
    position: relative;
    text-transform: uppercase;
}

.top-header-container .my-setting .text {
    float: left;
    font-size: 10px;
    margin: 6px 0 0;
    text-transform: uppercase;
}

.dropdown p {
    display:block;
    float:left;
}
.dropdown .label {
    padding:3px 4px;
    z-index:99999;
    position:relative;
}
.dropdown .text {
    padding: 0px 18px 0px 0;
    color: #5f5f5f; /* will be change */
    margin: 0;
    cursor: pointer;
}

.my-setting ul.links {
    right: 0 !important;
    top: 34px;
}

.dropdown:hover ul { display:block; }
.dropdown.hover:hover ul { display:none; }

.currency-switcher p.text {
    float: left;
    font-size: 10px;
    margin: 5px 0 0;
    text-transform: uppercase;
}

/* Drop-down at the top of the page
-------------------------------------------------------------- */
.static-block-top {float: right;}
.i-top-right {
    border-left: 1px solid #F0F0F0;
}
.i-top-right .mini-cart {
    display: block;
    position: relative;
    right: 0;
    top: 0;
}
.lang-switcher ul:after {
    right: 32px;
}
.currency-switcher ul:after {
    left: 20px;
}
/* Language switcher
-------------------------------------------------------------- */
.lang-switcher .text {
    float: left;
    font-size: 10px;
    margin: 5px 0 0;
    text-transform: uppercase;
}

.lang-switcher ul {
    left: -25px;
    min-width: 80px;
    padding: 5px;
    position: absolute;
    top: 32px;
    z-index: 9999;
}

.lang-switcher li {
    background-position:0 3px;
    background-repeat:no-repeat;
    line-height:25px;
}

.currency-switcher ul {
    display: none;
    left: -24px;
    padding: 5px;
    position: absolute;
    top: 32px;
    z-index: 9999;
}

.icon-down-open {
    position: absolute;
}
/* Top Link Left 
-------------------------------------------------------------- */
.top-menu-left {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.top-menu-left ul {
    margin: 0;
    padding: 0;
}
.top-menu-left li {
    border-left: 1px solid #FFFFFF;
    float: left;
    line-height: 10px;
    margin-left: 10px;
    padding-left: 10px;
}

.top-menu-left li.first {
    margin: 0;
    padding: 0;
    border: none !important;
}

.top-menu-left li.last {
    display: none;
}

.top-menu-left li a {
    font-size: 10px;
    text-transform: uppercase;
}

/* Top Header ================================================================================ */
.top-header-container {
    background-color: #fff;
}

.top-header {
    position: relative;
    text-align: left;
    z-index: 10000;
}
.top-header .header-menu {
    float: right;
}
.top-header .quick-access {}
.welcome-msg {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
}
.my-account .welcome-msg p {
    font-size: 12px;
}
.top-header ul {
    margin: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 45px;
    width: 100%;
}
.top-header ul li {
    line-height: 40px;
}
.top-header ul.language li span.label {
    float: left;
    padding: 14px 8px 0 15px;
}
.top-header .currency p.label {
    margin-right: 3px !important;
}
.top-header .currency p.label,
.top-header .currency .aux-currency > a {
    color: #cccccc;
    font-size: 10px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.header-links p.label {
    color: #cccccc;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
.currency {
  width: 105px;
  position: relative;
  margin-left: 15px;
}
.header-links {
  padding-right: 25px;
  position: relative;
}
.top-header .header-links i,
.top-header .store_language i,
.top-header .currency i{
  position: absolute;
  right: 7px;
  top: 17px;
  font-size: 12px;
  color: #1b1b1b;
}
.store_language .language div {
    float: left;
    padding: 0;
}
.store_language .language div.label img {
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    padding: 16px 5px 0 0;
    vertical-align: top;
}
.store_language .language div.value {
    color: #ccc;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 45px;
    text-transform: uppercase;
}
.header-logo h1.logo {
    margin: 0;
    -webkit-transition: all .4s ease, opacity .3s ease;
    -o-transition: all .4s ease, opacity .3s ease;
    transition: all .4s ease, opacity .3s ease;

}
.top-header ul.language li { 
	letter-spacing: 2px;
}
.top-header ul.currency li { 
	letter-spacing: 2px;
}
.copyright-footer .footer select.dropdown-phone {
    display: none;  
    margin-top: 15px;
}

.top-header .i-top-links select {display: none; border-top: 0; border-bottom: 0; padding-top: 8px; padding-bottom: 7px;}
.top-header .i-top-right {
    float: right;
    margin-left: 10px;
}
.top-header .welcome-msg img{max-width:20px;}
.top-header .welcome-msg a { color:#ebbc58; }
.top-header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.top-header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.top-header .form-language select { padding:0; }
.top-header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.top-header .links {
    background-color: #fff;
    float: left;
    font-size: 10px;
    left: 0;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 45px;
    width: 100%;
}
.top-header ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-header ul li, .top-header ul li a, .top-header ul li a span {
    font-size: 10px;
    text-transform: uppercase;
}
.top-header ul li.last {
    border-bottom: 0;
}
.top-header ul.links li a {
    display: block;
    letter-spacing: 2px;
    padding: 0 25px 0 15px;
    text-decoration: none;
    white-space: nowrap;
}
.top-header .links li a:hover {
    padding-left: 20px;
}
.top-header ul.language li:hover {
    background-color: #4bb8e2;
    padding-left: 5px;
}
.top-header ul.currency li {
    padding-left: 15px;
}
.top-header ul.currency li:hover {
    background-color: #4bb8e2;
    color: #ffffff !important;
    padding-left: 20px;
}
.top-header ul.currency li a {
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.top-header ul.currency li:hover a {
    color: #fff !important;
}
.my-setting ul {
    right: 0 !important;
    left: auto;

}
.currency p.label {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
div.header-links ul.links,
div.store_language ul.language,
div.currency ul.currency {
    display: none;
}
div.header-links:hover ul.links,
div.store_language:hover ul.language,
div.currency.hover ul.currency {
    display: block;
}
#header-section {
    padding: 65px 0 0 0;
    position: relative;
    z-index: 102;
    -webkit-transition: all .4s ease, opacity .3s ease;
    -o-transition: all .4s ease, opacity .3s ease;
    transition: all .4s ease, opacity .3s ease;
}
#header-container .is-sticky #header-section {
    padding: 35px 0 0;	
}
.header-container-1 #header-section {
    padding: 45px 0 50px 0;
}
.header-container-1 .is-sticky #header-section {
    padding: 15px 0 10px;
}
.header-container-1 #search_mini_form {
	position: relative;
}
.header-container-1 #search {
    color: #1b1b1b;
    font-size: 10px;
    letter-spacing: 2.5px;
    line-height: 43px;
    height: 43px;
    max-width: 390px;
    padding: 0 90px 0 15px;
    text-transform: uppercase;
}
.header-container-1 .button {
    background-color: transparent;
  border-left: 1px solid #dddddd;
    color: #1b1b1b;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 43px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: -10px;
}
.header-container-1 .button:hover {
    background-color: transparent;
    color: #1b1b1b;
}
.header-container-2 #header-section {
    padding: 68px 0 74px;
}
.header-container-2 .is-sticky #header-section {
    padding: 20px 0 30px;
}
.header-container-3 #header-section {
    padding: 65px 0 45px 0;
}
.header-container-3 .form-search3 {
    margin: 0 auto;
    max-width: 220px;
    position: relative;
}
.header-container-3 .form-search3 #search {
    background-color: #e9e9e9;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 0 0 20px;
}
.header-container-3 .form-search3 .button {
    background-color: transparent;
    color: #202020;
    line-height: 40px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.header-container-3 .custom-header-3 {
    border: 2px solid #202020;
    font-size: 14px;
    left: 50%;
    letter-spacing: 2.5px;
    margin-left: -110px;
    max-width: 220px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}
.header-container-3 .custom-header-3 i {
	margin-right: 25px;
	margin-top: 12px;
	float: right;
	font-size: 16px;
}
.header-container-3 .custom-header-3 span {
    right: 15px;
    top: -10px;
    padding-left: 3px;
}
#header-section .header-logo {
    text-align: left;
}
.static-block-top p { float: left; width: 130px; margin: 4px 15px 0px 0px; background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/dt.png?3531747516428620331) no-repeat top left; padding-left: 10px; position: relative; }

/* Header ================================================================================ */
.header-transparent .page, .header-transparent .top-header, .header-transparent #header-container, .header-transparent .nav-container, .header-transparent .main-navigation .header-topMenu .header-topMenu-inner, .header-transparent #header-container #header-section {
	background: transparent !important;
}
.header-transparent .breadcrumbs {
	float: none !important;
}
.header-transparent .top-container {
	margin-top: -195px !important;
}
.header-container {}
.header { max-width: 1170px; width: 100%; margin:0 auto; text-align:right; position: relative; }
.header .logo { }
.header .logo img { }
.header .logo strong { font-size:0; line-height:0; text-indent:-999em; overflow: hidden; }
.header h1.logo { }
.header .i-header-content { }
.header .i-header-content .header-left { 
}
.header .i-header-content .header-center { 
    padding: 20px 0 10px 0;
    text-align: center;
}
.header .i-header-content .header-center p { }
.header .i-header-content .header-right { float: right; }

.search-col {
    display: block;
    line-height: 35px;
    max-width: 220px;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 100%;
    z-index: 999;
}

#search_mini_form {
    margin: 0;
    padding: 0;
}

.search-col input.input-text {
    box-shadow: none;
    font-size: 13px;
    padding: 7px;
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    -webkit-transition:width .5s ease;
    -moz-transition:width .5s ease;
    -o-transition:width .5s ease;
    transition:width .5s ease;
}

.search-col .form-search button.button {
    background: none repeat scroll 0 0 transparent !important;
    bottom: 2px;
    color: #363636;
    font-size: 15px;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    width: 25px;
}

.search-col .form-search button.button i {
    left: 3px;
    position: absolute;
    top: -1px;
}

.about-title h1 {
    font-size: 27px;
    margin: 0;
    padding: 30px 0;
}

.about-title h2,.about-gallery h2,.about-video h2 {
    font-size: 13px;
    margin: 35px 0;
}
.about-title .meet-title {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bg-border-center.png?3531747516428620331) repeat-x scroll 100% 50% transparent;
    line-height: 30px;
    margin: 30px auto;
    max-width: 445px;
    width: 100%;
}

.circle-hover:hover .circle-background {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.circle-hover .circle-background {
    text-align: center;
    border: 0 solid #EE1C35;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    height: 168px;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 168px;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
}

.circle-hover img {
    cursor: pointer;
}

.circle-hover .circle-background p {
    font-size: 15px;
    margin: 60px 0 0;   
}

.icon_links {
    display: block;
    margin: 10px auto;
}

.icon_links i {
    color: #363636;
}

.icon_links i:hover {
    color: #ffffff !important;
}

.meet-content {
    text-align: center;
    margin-top: 30px;
}

.about-gallery img {
    margin-bottom: 15px;
}

.about-title .meet-title h3 {
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 160px;
    text-align: center;
}

.i-top-links .icon-down-open {
    cursor: pointer;
    font-size: 12px;
    margin: 7px 0 0 -10px;
}

.top-header .mini-cart {
    float: right;
    line-height: 30px;
    margin-left: 10px;
}

.top-header .mini-cart .shopping-cart .price { color:#F01C35; padding-left: 2px;/* will be change */}
.top-header .mini-cart .block-content {
    background-color: #FFFFFF;
    border: 3px solid #DDDDDD !important;
    display: none;
    min-width: 287px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 33px;
    width: 100%;
    z-index: 3000;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

 .top-header .mini-cart .block-content .block-content-inner:after {
    right: 55px; 
 }
.top-header-container .block-content ol.mini-products-list li.item {
    border-bottom: 1px dotted #DDD;
    padding: 0 0 17px;
}

.top-header .mini-cart span {
    float: left;
    margin-right: 5px;
}
.top-header .mini-cart .block-content .remove-item i {font-size: 12px;}
.top-header .mini-cart .cart_circle {
    cursor: pointer;
    display: block;
    text-transform: none;
    transition: all 0.5s ease 0s;
}
.top-header .mini-cart .cart_circle .count {
    position: absolute; 
    top:-14px;
    right:0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: #fff solid 2px;
}
.top-header .mini-cart .cart_circle .count-box {
    display: table-cell;
    background: #5d5d5d;
    width: 18px;
    height: 18px;   
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.top-header .mini-cart .cart_circle i {
    line-height: 37px;
    font-size: 21px;
    color: #FFFFFF;
    padding-right: 3.5px;
}
.top-header .mini-cart .cart_circle:hover i {

}

.top-header .mini-cart .cart-icon-top {
    float: left;
    height: 33px;
    position: relative;
    top: 0;
    width: 29px;
    margin-right: 5px;
}

.top-header-container-3 .top-header .mini-cart .cart-icon-top {
    background: none;
    border-left: 1px solid #585323;
}
.cart-icon-top i {
    font-size: 18px !important;
    width: 18px;
    height: 18px;
    margin-top: 0 !important;
}
.top-header .mini-cart .mini-cart-title {
    font-size: 10px;
    text-transform: uppercase;
}

.top-header .mini-cart .cart-icon-top i {
    left: 5px;
    position: absolute;
    top: 0;
}

.show-xxs {display: none;}
.mini-cart-above-products-wrapper {margin-bottom: 10px;}
.mini-cart .block-content li.item { margin-bottom: 10px; min-height: 50px;}
.mini-cart .block-content .btn-remove  { float: right;}
.mini-cart .block-content .btn-edit  { float: right; margin-right: 5px;}
.mini-cart .block-content .button-shopcart {
    background: #363636;
    margin-right: 11px;
    padding-left: 37px;
    padding-right: 37px;
}

.mini-cart .block-content p.empty {
    line-height: 20px;
    margin: 0;
    text-align: center;
}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.mini-cart .block-content .price {
    font-weight: bold;
}
.mini-cart .block-content .actions { padding-top:10px;}
.mini-cart .block-content .edit-item {float: right;}
.mini-cart .block-content .icon-edit {font-size: 15px;}
.static-block-header-right { margin: 5px 0;}
/********** < Navigation */
.nav-container { z-index: 999; width:100%; }
.nav-container:nth-child(n) {
    filter: none;
}

#default-menu .nav-inner {
    height: 50px;
    margin: 0 auto;
    max-width: 980px;
    position: relative;
    width: 100%;
}
#mobile-menu {
    display:none;
}
#nav { display: inline-block; padding: 0; margin: 0; }
.nav-custom-link { float: right !important; }
.menu-logo { opacity: 0; margin-left: -181px; line-height: 57px; }
.menu-logo img { vertical-align: middle; margin: 0; }
.menu-logo a:hover{background-color:none; }
/********** < Head Content */
.home-page-slider {
    margin-bottom: 10px;
}
.banner-slider .owl-controls .owl-buttons {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
}
.banner-slider .owl-theme .owl-controls .owl-page {
    display: inline-block !important;
}
.banner-slider .owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791 !important;
    border-radius: 20px 20px 20px 20px !important;
    display: block !important;
    height: 12px !important;
    margin: 5px 7px !important;
    opacity: 0.5 !important;
    width: 12px !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1 !important;
}
.catalog-category-view .header-background-default img {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.header-content-title h1 {
    font-size: 30px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 7px;
    text-transform: uppercase;
}
.header-content-title h3 {
    font-size: 18px;
    text-transform: none;

}
.header-content-title-absolute,
.header-content-title {
    display: inline-block;
    float: left;
}
.header-content-title-absolute h1,
.header-content-title h1 {
    color: #202020;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 6px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 28px;
    text-transform: uppercase;
}
.breadcrumbs ul {
    background-color: none;
    border: none;
    margin: 5px 0 0;
    padding: 0;
}
.header-content-title-absolute h3 {
    font-size: 18px;
}
body.cms-index .main-container,
body.header-3 .main-container {
    border-top: 0;
    overflow: hidden;
    padding-top: 0;
}
.main-container {
  border-top: 1px solid #dddddd;
  overflow: hidden;
  padding-top: 30px;
  min-height: 300px;
}
.main-container:not(.home-content-container){
  position: relative;
  z-index: 9;
}
.novaworks-main-content {
    margin-top: 20px;
}
.home-content-container .novaworks-main-content {
    border-bottom: none;
}
.cart ul.checkout-types li button.button {
    font-size: 12px;
    line-height: 42px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
}
.cart .page-title h1 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}
.cms-index .novaworks-main-content {
    border: 0;
}
.catalog-product-view.catalog-product-view .breadcrumbs,
.catalog-product-view.catalog-product-view .breadcrumbs ul {
    display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
}
.parrallax-page-title {
    margin-top: -185px !important;
    padding: 250px 0 100px;
    position: relative;
}
.parallax-title-content h1 {
	font-size: 40px;
	letter-spacing: 5px;
}

/* Home Content =============================================================================== */
.home-layout .col-md-9 {
    max-width: 850px;
    width: 100%;
    margin-right: 20px;
    padding: 0;
}
.home-layout .col-md-3 {
    max-width: 300px;
    width: 100%;
    padding:0;
}
.first-row {
    margin-bottom: 0;
}
.second-row {
    margin-bottom: 5px; 
}
.poAbs {
    position: absolute;
}
.home-content-container {   clear: both;}
.home-content {
    margin-bottom: 20px;
    min-height: 400px;
}

.product-flexslider, .product-flexslider-2, .product-flexslider-3 {
    margin: 0 auto;
    position: relative;
}

.nav-wrapper {
    position: relative;
}
.slider-arrows1 .direction-nav a:hover { }
.slider-arrows1 .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.slider-arrows1 .direction-nav a.disabled:hover { opacity:0.4; filter:alpha(opacity=50); cursor:default;}

.slider-arrows1 .direction-nav .prev { background-position: -3px -6px; margin-right:10px; }
.slider-arrows1 .direction-nav .prev:hover { background-position: -3px -40px;}
.slider-arrows1 .direction-nav .prev.disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }

.slider-arrows1 .direction-nav .next { background-position: -26px -6px;}
.slider-arrows1 .direction-nav .next:hover { background-position: -26px -40px;}
.slider-arrows1 .direction-nav .next.disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.slider-arrows1-top-right .direction-nav {
    height: 30px;
    position: absolute;
    right: 0;
    top: -40px;
}
.slider-arrows1-center .direction-nav {
        height: 30px;
    position: absolute;
    left: -47px;
    top:18px;
}
.slider-arrows1-center ul li a{
    position: absolute;
}
.slider-arrows1-center ul li a.next{
    left:970px;
}
.brand-list-direction-nav a {
    display:block;
    width:16px;
    height:28px;
    background-image:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/icon-hover.png?3531747516428620331);
    background-repeat:no-repeat;
    margin: -11px 0 0; 
    position: absolute; 
    overflow: hidden;
    top: 50%; 
    z-index: 10;
    cursor:pointer;
    text-decoration:none;
    text-indent:-999px;
}
.f-no-space-m-left {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}
.f-no-space-m-center {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.f-no-space-m-right {
    margin: 0 !important;
    padding: 0 !important;
    text-align: right;
}
.f-no-padding-right {
    margin: 0 !important;
    padding-right: 0 !important;
}

.f-no-padding-left {
    margin: 0 !important;
    padding-left: 0 !important;
}
#checkout-step-login #login-form {
    margin: 0;
}
/* Flex Slider Arrow */
.nova-slider-direction-nav li {
    
}
.nova-slider-direction-nav a {
    display:block;
    margin: -11px 0 0; 
    position: absolute; 
    overflow: hidden;
    top: 50%; 
    z-index: 10;
}
.nova-slider-direction-nav a div {
    display: table-cell;
    vertical-align: middle;
    width:37px;
    height:37px;
    cursor:pointer;
    text-decoration:none;
    background:#fff;
    border: #d1d1d1 solid 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.nova-slider-direction-nav a {
    color: #444;
}
.nova-slider-direction-nav a div i {
    font-size: 20px;
    line-height: 25px;
}
.nova-slider-direction-nav a:hover { }
.nova-slider-direction-nav a.nova-slider-disabled { opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.nova-slider-direction-nav a.nova-slider-disabled:hover { opacity:0.4; filter:alpha(opacity=50); cursor:default;}

.nova-slider-direction-nav .nova-slider-prev { background-position: -3px -6px; margin-right:10px; left:-43px;}
.nova-slider-direction-nav .nova-slider-prev i {padding-right: 3px;}
.nova-slider-direction-nav .nova-slider-prev:hover {}
.nova-slider-direction-nav .nova-slider-prev.nova-slider-disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }

.nova-slider-direction-nav .nova-slider-next {right:-43px;}
.nova-slider-direction-nav .nova-slider-next i {padding-left: 3px;}
.nova-slider-direction-nav .next:hover {}
.nova-slider-direction-nav .nova-slider-next.nova-slider-disabled:hover {opacity:0.4; filter:alpha(opacity=50); cursor:default; }
.more-views .itemslider-thumbnails {
    max-width: 525px;
    width: 100%;
    margin: 0 auto;
}

.more-views .nova-slider-direction-nav .nova-slider-prev {left:0; display:none}
.more-views .nova-slider-direction-nav .nova-slider-next {right:0;display:none}
.more-views:hover .nova-slider-direction-nav .nova-slider-prev {display:block}
.more-views:hover .nova-slider-direction-nav .nova-slider-next {display:block}
.thumb-list-direction-nav a {
    display:block;
    width:21px;
    height:45px;
    background-image: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/icon-hover1.png?3531747516428620331);
    background-color: #585858;
    background-repeat:no-repeat;
    margin: -11px 0 0; 
    position: absolute; 
    overflow: hidden;
    top: 30px; 
    z-index: 999;
    cursor:pointer;
    text-decoration:none;
    text-indent:-999px;
}
.image-detail-1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.image-detail-1 .owl-prev {
    left: 0;
}
.image-detail-1 .owl-next {
    right: 0;
}
.products-grid-inner {
    position: relative;
}
.products-grid-inner img {
}
.products-list-inner {
    position: relative;
    float:left;
    overflow: hidden;
}
.products-list-inner img {
    width: 100%;
}
.products-grid .btn-cart {
    display:block; 
    position: absolute; 
    left: 55px;
    top: 113px;
}
a.wishlist {
    float: left;
    display: block;
    height: 20px;
    padding-left: 8px;
}
.wishlist-compare .dcack {
    float: left;
    color: #CFCDCD;
    display: block;
    width: 10px;
    position: absolute;
    left: 107px;
    font-size: 16px;
    font-weight: bold;
}
a.wishlist:hover span {
    color: #6a6a6a;
}
a.wishlist span {
    display: block;
    color: #cfcdcd;
    font-size: 14px;
}
a.compare {
    float: right;
    display: block;
    height: 20px;
}
a.compare:hover span {
    color: #6a6a6a;
}
a.compare span {
    display: block;
    color: #cfcdcd;
    font-size: 14px;
}
.home-content h3.title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
}

#home-3-banner .owl-buttons {
    display: none;
}
.parallax-box div.social-icons {
    display: inline-block;
    margin: 25px 0 35px 0;
}
.parallax-box ul.social-icon {
    list-style: none;
    margin: 0;
    padding: 0;
}
.parallax-box ul.social-icon li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
    margin: 0 8px 0 8px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.parallax-box ul.social-icon li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 25px;
    height: auto;
    width: 100%;
}
.parallax-box ul.social-icon li:hover a i {
    color: #FFF;    
}
.parallax-box .input-box {
    display: inline-block;
    max-width: 385px;
    width: 100%;
    position: relative;
}
.parallax-box .form-subscribe .button {
    background-color: transparent;
    color: #202020;
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 3px;
    line-height: 38px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.ajax-loading {
    float: left; display: none !important; background: #EF4035; color: #fff; padding: 5px; font-size: 18px; z-index: 999;
}
.block-box-container {
    margin-bottom: 40px;
}
.block-box-container .parallax-box {
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;  
}
.block-box-banner .parallax-box .parallax-content,
.block-box-watches .parallax-box .parallax-content {
    padding: 0 !important;
}
.block-box-container .block-box-auto .block-box-inner h2 {
    color: #cfbeb8 !important;
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 25px;
}
.block-box-watches .alt-bg,
.parallax-container .alt-bg {
    margin: 0 !important;
    padding: 0 !important;
}
/*** HOME PAGE ***/
.testimonia-bg {
  background-image: url(threebanner_2_bg_3531747516428620331.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 441px;
}

.bg-shop3-homepage {
    background-image: url(threebanner_3_bg_3531747516428620331.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 447px;   
    margin-bottom: 45px;
}

.bg-shop2-homepage {
    background-image: url(threebanner_2_bg_3531747516428620331.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 447px;   
}

.bg-shop1-homepage {
    background-image: url(threebanner_1_bg_3531747516428620331.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 447px;   
}

.block-box-watches .block-box-inner h2 {
    font-size: 36px !important;
    padding-left: 40px;
    text-transform: uppercase;
}
.block-box-watches .block-box-inner a {
    float: right !important;
    margin-right: 160px !important;
}
.block-box-container .block-box-auto .block-box-inner h2 span {
    color: #fff !important;
}
.block-box-container .block-box-auto .block-box-inner p {
    display: block;
    font-size: 16px;
}
.block-box-container .block-box-auto .block-box-inner a {
    margin: 25px 0 0 0;
}
.block-box-inner h2 {
    color: #fff !important;
    float: left;
    font-size: 36px;
    letter-spacing: 2px;
    margin-left: -1px;
    margin-top: 33px;
}
.block-box-inner a {
    background-color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 83px;
    line-height: 83px;
    margin-right: 19%;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 83px;
}
.block-box-banner .block-box-inner a {
    float: right;
}
.widget-static-block .block-menu-03 div {
    float: right;
}
.widget-static-block .block-menu-03 div:first-child {
    margin-left: 25px;
}

/* Home Bottom =============================================================================== */
.footer-left select {display: none;}
.footer-info-top {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/border-header-bottom.png?3531747516428620331) repeat-x scroll left top transparent;
    margin: 0 auto;
    max-width: 1170px;
    padding: 20px 0 15px;
    width: 100%;
}
.footer-info-top .footer-info li { 
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.footer-info-top .footer-info li i { 
    font-size: 24px;
}
.footer-info-container .footer-info { 
    text-align: left;
}
.footer-info-top .footer-info .about-responsive { 
    float: left; 
    text-align: left;
}
.footer-info-container .footer-info .about-responsive h4 {
    float: left;
    width: 100%;
    color: #545454;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
}

.social-icons {
    margin-left: 7px !important;
}
.social-icons a {
    font-size: 20px;
}
.social-icons a:hover {

}
.shopping-cart:hover .cart_circle {
    background-color: none !important;
}
/* Slider Nav */
a.slider-arrows {
    position: absolute;
    display:block;
    width:30px;
    height:30px;
    background:#ddd url(slider-arrows_3531747516428620331.png) no-repeat;
    cursor:pointer;
    text-indent:-999px;
    overflow:hidden;
    transition:         opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition:    opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition:      opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;    
}
a.slider-arrows.disabled { opacity:0.4; filter:alpha(opacity=40); cursor:default; }
a.slider-arrows.disabled:hover {background-color:#ddd;}
a.slider-arrows:hover { background-color:#9b0e11;}
.products-upsell .prev {
    background-position: -10px -10px;
    top:6px;
    right: 31px;
    margin-right: 1px;
}
.products-upsell .prev:hover {background-position:-10px -60px; }
.products-upsell .next { background-position:-60px -10px; top:6px; right: 0;}
.products-upsell .next:hover { background-position:-60px -60px; }
/* Sidebar =============================================================================== */
.block .active {
    background: none;
}
.product-block-right .block .block-title {
    background:none;
    cursor: default;
}

.custom-html .block-content p {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 10px 5px 0;
    text-align: left;
}
.block-tags {
    margin-bottom: 45px;
}
.block .block-title a { text-decoration:none !important; }
.right-block-inner p.block-subtitle {
    margin-top: 10px;
}
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions a { float:left; }
.block .empty {
    font-size: 12px;
    margin: 0;
    padding: 15px 0;
    text-align: left;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {}
/* Mini Left Categories */
.sidebar .left-categories {
    margin-bottom: 20px;
}
.sidebar .block .block-title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0 15px 25px 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.sidebar .left-categories .block-content{
  margin-top:20px;
}
.sidebar .left-categories .block-content > ul {
    margin: 0;
}
.sidebar .left-categories .block-content ul > li > a {
    padding: 10px 25px 10px 0;
}
.sidebar .left-categories .block-content ul > li > ul > li > a {
    padding: 10px 35px 10px 15px;
}
.sidebar .left-categories .block-content ul > li > ul > li ul > li > a {
    padding: 10px 45px 10px 30px;
}
.sidebar .left-categories .block-content ul > li > a:hover {

}
.sidebar .left-categories .block-content ul > li > ul > li > a:hover {

}
.sidebar .left-categories .block-content ul > li > ul > li > ul > li > a:hover {

}
.sidebar .left-categories .block-content ul > li > a {
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
#sidebar-nav-menu .arrow-right, #sidebar-nav-menu .plus-right {
    display: inline !important;
    float: right;
    position: absolute;
    right: 0;
}
/* Mini Products List */
.top-header .mini-cart .mini-products-list {
    margin: 0;
}

.mini-products-list .product-image {
    float: left;
    text-align: left;
    width: 68px;
}
.mini-products-list .product-details span {
    color: #363636 !important;
    float: left;
    font-size: 15px;
    text-align: left;
    width: 100%;
}
.mini-products-list .product-details strong {}
.mini-cart-qty, .mini-cart-price {float:left;}
.mini-cart-qty {margin-right: 5px;}
.mini-products-list .product-details p {
    text-transform: none;
}

.mini-products-list .product-details p a {
    color: #363636;
}

.mini-products-list .product-details {
    float: left;
    width: 178px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {
    margin-bottom: 20px;
}
.block-account .block-title {
    background-color: #4bb8e2;
    padding: 12px 15px;
}
.block-account .block-title span {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.block-account .block-content {
    background-color: #f6f6f6;
    padding: 20px 15px;
}
.block-account .block-content ul { margin: 0; }
.block-account .block-content li { 
    line-height: 26px; 
    list-style: square inside none; 
}
.block-account .block-content li a {    
    font-size: 13px;
    text-transform: uppercase; 
}
.block-account .block-content li a:hover { }
.block-account .block-content li.last a { }
.block-account .block-content li.current { }
.block-account .block-content li.current.last { }
.block-account .block-content li.current strong { 
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}

.block-list .block-content > p {
    padding: 20px 15px;
}

/* Block: Currency Switcher */
.block-currency { border:0; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bkg_block-currency.gif?3531747516428620331) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_block-currency.gif?3531747516428620331) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav {
    margin-bottom: 27px;
}
.block-layered-nav .block-title { 
    padding: 0 15px 25px 0;
}
.block-layered-nav .block-title span {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.block-layered-nav .block-content {
    padding: 15px 0 0;
}
.block-layered-nav .block-content ol li {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
}
.block-layered-nav .block-content ol li a { 

}
.block-layered-nav .block-subtitle { line-height:1.35; background:#ddd; padding:3px 9px; border-bottom: 1px solid #E3E3E3; text-transform:uppercase; color:#1f5070; }
.block-layered-nav dt { 
    background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/filter-icon-hiden.png?3531747516428620331) right bottom no-repeat;
    color: #818181;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 22px 0 0 15px;
}
.block-layered-nav dt.active { 
    background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/filter-icon-show.png?3531747516428620331) right bottom no-repeat;
}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#f5f5f5 ;padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:6px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px;border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_block-cart.gif?3531747516428620331); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #8b8a8a; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_block-wishlist.gif?3531747516428620331); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related {
    display: block;
}
.block-related .block-title strong {
    padding: 10px 0;
}
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Tags */
.block-tags {
    margin-bottom: 20px;
}
.block-tags .block-title {
    display: block !important;
    padding: 0 15px 25px 0;
} 
.block-tags .block-title span {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.block-tags .block-content {
    padding: 20px 0 0;
}
.block-tags .block-content ul.tags-list li {
    border: 1px solid #dddddd;
    display: inline-block !important;
    font-size: 100% !important;
    margin-bottom: 10px;
    padding: 5px;
    text-transform: uppercase;
}
.block-tags .actions a {   
    color: #fff !important;
    float: left;
    font-size: 12px;
    padding: 8px 12px;
    text-transform: uppercase;
}


/* cool-background-box */
.cool-background-box {
    background:#F0F0F0;
    border-left: 0;
    border-right: 0;
}

.cool-background-box .products-list-4-col {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cool-background-box .products-list-4-col .name-product {
    float: left;
    text-align: left;
}

.cool-background-box .products-list-4-col .name-product h2.title {
    font-size: 17px;
    line-height: 40px;
}

.cool-background-box .products-list-4-col .col-md-left {
    float: left;
    margin: 17px 10px 0 0;
    max-width: 84px;
}

.cool-background-box .products-list-4-col .col-md-right {
    float: right;
    margin-top: 17px;
    max-width: 150px;
    text-align: left;
    width: 100%;
}

.cool-background-box .products-list-4-col .col-md-right h3.product-name {
    margin: 0;
}

.cool-background-box .products-list-4-col .col-md-right .rating-product-box .rating {
    width: 100%;
}
.catalog-product-compare-index p > .button {
    display: inline-block;
    padding: 8px 10px;
}
.catalog-product-compare-index ul.add-to-links {
    display: inline-block;
    margin: 0;
}
.catalog-product-compare-index ul.add-to-links li a {
    display: inline-block;
    padding: 8px 10px;
}
/* cool-background-box */
.shop-now-content {
    margin-top: 30px;
    font-size: 23px;
    line-height: 38px;
    text-align: left;
}
.shop-now-widget-content {
    font-size: 23px;
    line-height: 38px;
    text-align: left;
}
a.novaworks-button-light  {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    height: auto;
    padding: 14px 16px;
    margin: 0 10px 20px 0;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    outline: none;
    text-shadow: none;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    color: #fff;
}
a.novaworks-button-light:hover {
    text-decoration: none!important;
    color: #fff !important;
}
a.novaworks-button-dark  {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    height: auto;
    padding: 14px 16px;
    margin: 0 10px 20px 0;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    outline: none;
    text-shadow: none;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    border-color: #ddd;
    max-width: 100%;
}
a.novaworks-button-dark:hover {
    text-decoration: none!important;
    color: #fff !important;
}
/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_block-subscribe.gif?3531747516428620331); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder {
    margin-bottom: 20px;
}
.block-reorder .block-title {
    background-color: #4bb8e2;
    padding: 12px 15px;
}
.block-reorder .block-title strong span { 
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
#reorder-validate-detail {
    display: inline-block;
    width: 100%;
}
#reorder-validate-detail .actions button.button,
#reorder-validate-detail .actions a {
    margin: 0 10px 0 0;
    padding: 8px 15px;
    text-transform: uppercase;
}
.block-reorder input.checkbox {
    float: left;
    margin: -2px -20px 0 0;
}
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_ma-info.gif?3531747516428620331); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
/* Facebook Login */
.facebook-button {
    background-color: #4777A6;
    line-height: 19px;
    margin-left: 10px;
    margin-top: 20px;
}
/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-image-head {
    position: relative;
}
.category-title-head {
    position: absolute;
    top:92px;
    right: 40px;
}
.category-title-head h1,.category-title-head h2,.category-title-head h3,.category-title-head h4 {
    color:#FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.category-title { border:0; margin:0 0 20px;}
.shopping-option-dropdown {
    position: relative;
    float: left;
    margin-left: 20px;
}
.shopping-option-dropdown label { font-size: 18px; line-height: 30px; margin: 14px 0 0 0; padding: 0 10px; border: transparent solid 1px;border-bottom: 0;}
.open label {border: 1px solid #dddddd;border-bottom: 0;}
.shopping-option-dropdown i {font-size: 14px;}
.shopping-option-dropdown label a {color: #818181}
.shopping-option-dropdown label a:hover {text-decoration: none;}
.sub-header-nav {
    background-color: #FFFFFF;
    border-top: 0 none;
    display: none;
    left: 0;
    min-width: 192px;
    padding-right: 10px;
    position: absolute;
    top: 45px;
    z-index: 9999;
}
.compare-dropdown {
    position: relative;
    float: left;
    margin-left: 5px;
    max-width: 266px;
    width: 100%;
}
.compare-dropdown label { font-size: 18px; line-height: 30px; margin: 14px 0 0 0; padding: 0 10px; border: transparent solid 1px;border-bottom: 0;}
.open label {border: 1px solid #dddddd;border-bottom: 0;}
.compare-dropdown i {font-size: 14px;}
.compare-dropdown label a {color: #818181}
.compare-dropdown label a:hover {text-decoration: none;}
.ajax-compare {
    display: none;
    position: absolute;
    background: #fff;
    top: 45px;
    left:0;
    z-index: 9999;
    border: 1px solid #dddddd;
    padding: 2px 10px 10px 0;
    max-width: 198px;
    width: 100%;
    border-top: 0;
}
.ajax-compare ol {
    margin:0 10px;
}
.ajax-compare .actions {
    margin-left: 10px;
    margin-top: 10px;
}
.ajax-compare .btn-clear-all-compare {float: right;}
.ajax-compare p{ text-align: center; margin: 0;}
.category-image { width:100%; overflow:hidden; margin:0; }
.category-products {clear: both;}
.category-description { margin:0 0 10px; }
.category-products .column-5-products .item {
    display: block;
    margin: 0 20px 25px 0 !important;
    padding: 0 !important;
    text-align: center;
}
.category-products .column-5-products .col-md-2 {
    margin: 0 20px 25px 0 !important;
    max-width: 218px !important;
    padding: 0 !important;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.about-center {
    margin: 0 -10px;
}
.about-center .owl-controls .owl-buttons {
    position: absolute;
    right: 10px;
}
.category-info {
    margin: 10px 0;
    overflow: auto;
}
.category-info p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
}
/* View Type: Grid */
.products-grid { position:relative;}
.products-grid div.item {
    display: inline-block;
    overflow: visible;
    padding: 0 15px 15px 15px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.22, 0.56, 0.25, 0.72) 0s;
    vertical-align: top;
    margin-bottom: 25px;
}


.list-col3.products-grid div.item { }
.list-col4{ margin: 0 auto;}
.list-col4.products-grid div.item {padding: 5px 5px;margin: 5px 0;}
.list-col4 .item .btn-cart {bottom: 7px !important;}
.products-grid div.last {margin-right:0 !important; }
.product-flexslider .slider-items .slides .item .socialToolBar .product-name a:hover {
    color: #bcbcbc;
}

.products-grid .availability { line-height:21px; }
.products-grid .actions {}
.products-grid .btn-cart {
    background: none repeat scroll 0 0 #9b0e11;
    color: #f9d100;
    display: block;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    cursor: pointer;
}
.item .socialToolBar .btn-cart, .item .socialToolBar .btn-cart:hover {
    background: none;
}
.item-product-image-box {
    position: relative;
}
.novaworks-product-badge {
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    max-width: 50px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    width: 100%;
    z-index: 97;
}
.novaworks-new-badge {
    right: 17px;
    position: absolute;
    top: 17px;
}
.novaworks-sale-badge {
    left: 17px;
    position: absolute;
    top: 17px;
}
.product-image .novaworks-product-badge {
    display: none;
}
.item .novaworks-product-badge-outstock {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.novaworks-out-stock-badge {
    background: #d0d0d0;
    right: -28px;
    position: absolute;
    top: 18px;
    font-size: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
}
.novaworks-quick-act {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.novaworks-quick-act > a.act-wishlist, 
.novaworks-quick-act > a.act-compare, 
.novaworks-quick-act > a.ajaxcart_simple,
.novaworks-quick-act > a.ajaxcart_colorbox {
    color: #d4d4d4;
    display: inline-block;
    float: left;
    font-size: 17px;
    margin-right: 20px;
}
.products-grid-full .novaworks-quick-act > a.act-wishlist{
  margin-right: 0;
}
.novaworks-quick-act > a.ajaxcart_simple,
.novaworks-quick-act > a.ajaxcart_colorbox { 
	margin-right: 0;
}
.cart-1 {
    background: #A7A7A7;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 32px;
    text-transform: uppercase;
    width: 100%;
}
.products-grid .descriptions-hidden a {
    cursor: pointer;
}
.products-grid .descriptions-hidden i {
    font-size: 11px;
}
h3.product-name {
    margin: 13px 0 5px;
    text-align: left;
}
h3.product-name a {
    color: #202020;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
}
.box-up-sell .old-price {
    color: #202020;
    float: none;
}
.quick-act a {
    font-size: 18px;
    text-transform: uppercase;
}
.box-up-sell .special-price {
    float: none;
}
.price-box span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 0;
}
.map-info .price {
    margin-right: 5px;
}
.price-box span.price-sep {
    display: none;
    padding: 0 5px;
    color: #202020;
}
.price-box {
    margin-bottom: 10px;
    text-align: left;
}
.categories-list-each {display: inline-block;}
.categories-list-each a {color: #666;}
.novaworks-label {
    position: absolute;
    width: 43px;
    height: 43px;
    text-indent: -99999px;
    z-index: 3;
}
#rev_slider_2_wrapper {
    margin-bottom: 20px !important;
}
/* View Type: List */
.products-list > div {
    overflow: hidden;
    padding: 0 0 60px 0;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.56, 0.25, 0.72) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.56, 0.25, 0.72) 0s;
    transition: all 0.3s cubic-bezier(0.22, 0.56, 0.25, 0.72) 0s;
    width: 100% !important;
}
.products-list .product-name {
    color: #202020;
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 60px;
    margin: -20px 0 0;
    text-align: left;
    text-transform: uppercase;
}
.products-list .price-box {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}
.products-list .price-box {
    display: inline-block;
    width: 100%;
}
.products-list .price-box span {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 7px;
    line-height: 24px;
    padding: 0;
}
.products-list .add-to-cart {
    padding: 10px 0;
    text-align: center;
}
.products-list .novaworks-quick-act > a.act-wishlist, 
.products-list .novaworks-quick-act > a.act-compare {
    background-color: #123;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    text-align: center;
    width: 55px;
}
.products-list .novaworks-quick-act > a.ajaxcart_simple,
.products-list .novaworks-quick-act > a.ajaxcart_colorbox {
    background-color: #202020;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.products-list .add-to-cart .btn-cart {
    display: inline-block;
    float: none;
    font-size: 12px;
    padding: 5px 30px;
    text-transform: uppercase;
}
.products-list div.item .bottom-line {
    border-bottom: 1px solid #ececec;
    clear: both;
    display: block;
    margin: 40px 15px 0;
    padding-top: 40px;
}
.products-list div.item .bottom-line:last-child {
    display: none;
}
.col-md-left .margin-image { 
    border: 1px solid #afafaf; 
}
.product-img-additional {
    /*
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    */
}
.three_banner,
.two_banner {
    margin-bottom: 20px;
}
.item-product-image-boxs a .front {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;

    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;

    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-product-image-boxs a:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.item-product-image-boxs a .back {
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;

    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;

    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-product-image-boxs a:hover .back {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    z-index:10;
    position:absolute;
}
.item-product-image-box .cart-notification {
    background-color: #e9e9e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    height: 54px;
    left: 50%;
    line-height: 54px;
    margin-left: -26px;
    position: absolute;
    text-align: center;
    top: 85px;
    width: 54px;
}
.item-product-image-box .notification-message {
    color: #fff;
    font-size: 11px;
    left: 0;
    line-height: 16px;
    padding: 0 25px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 158px;
}
.product-hover-box {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-out 0s; 
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; 
}
.product-hover-box > a.detail_view {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;	
}
.product-hover-box a span.wishlist {
    display: block;
    height: 32px;
    width: 32px;
}
.product-hover-box a span.compare {
    display: block;
    height: 32px;
    width: 32px;
}
.item .item-product-image-box:hover .product-hover-box {
	background-color: rgba(234, 185, 58, 0.6); 
}
.item-product-image-box .quick-view,
.item-product-image-box .detail-view {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    -webkit-transition: all 0.5s ease-out 0s; 
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s; 
}
.item-product-image-box .quick-view {
    left: 0; 
}
.item-product-image-box .detail-view {
    right: 0; 
}
.item .item-product-image-box:hover .quick-view {
	left: 50%;
	margin-left: -58px;
    opacity: 1;
}
.item .item-product-image-box:hover .detail-view {
	right: 50%;
	margin-right: -58px;
    opacity: 1;
}
.item-product-image-box .quick-view a, .item-product-image-box .detail-view a {
    border: 1px solid #f7f6f5;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    width: 48px;
}
.item-product-image-box a i {
  color: #FFF;
  font-size: 18px;
  width: 19px;
}
.products-list .product-name a:hover { 
    text-decoration: none;
}
.f-fix .act-box .price-box {
    float: left;
    margin: 8px 60px 0 0;
}
.f-fix .price-box .old-price {
    padding: 5px 0;
}
.products-list .price-box .price-sep {
    display: none;
    line-height: 20px;
    position: relative;
    top: -4px;
}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc {
    color: #8b8a8a;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 35px;
}

.products-list .btn-cart:hover {
    background: none repeat scroll 0 0 #F01C35;
    text-decoration: none;
}
.products-list .act-box .button {
    border-radius: 5px;
    line-height: 40px;
    padding: 0 15px;
}
.products-list .act-box .button span span {
    font-size: 14px;
    text-transform: uppercase;
}
.products-list .act-box .add-to-links {
    float: right;
    margin: 0 25px 0 0;
}
.products-list .act-box .add-to-links li {
    display: inline-block;
    margin: 0 0 0 10px;
    line-height: 40px;
}
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.act-box .add-to-links {
    float: left;
    margin: 27px 1px 0;
}
.act-box .add-to-links .separator { 
    font-size: 16px;
    font-weight: bold;
    left: 97px;
    position: absolute;
    top: -1px;
}
.quick-view-details .product-img-box {
    float: left;
    width: 45%;
}
.quick-view-details .product-shop {
    float: right;
    width: 52%;
}
.quick-view-details .owl-prev {left: 0;}
.quick-view-details .owl-next {right: 0;}
/* ======================================================================================= */
#addedoverlay { left:0; top:0; width: 100%; height: 100%; position:fixed; z-index:295; background: black; 
  opacity: .75;  filter: alpha(opacity=75);   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
#added { position: fixed; width: 348px; background-color: #fff; min-height:50px; background-repeat: no-repeat; background-position: center center; border:1px solid #acacac; border-top:none; z-index: 305; margin: 65px 0 0 100px; }
#added .added-content { text-align: center; padding: 15px; min-height:50px; border: #757575 solid 1px; border-top:#757575 solid 4px; }
#added img { margin:0 8px 13px 0; border:1px solid #efefef; width:60px; height:60px; }
#added a { padding: 6px 14px; margin: 0 0 0 7px; color:white; }
#added a:hover { text-decoration: underline; }
#added #hidewindow { background: #818181; margin:0; }
#added #hidewindow:hover { background: #818181; margin:0; text-decoration: underline; }
.product-view #added { margin: 20px 0 0 328px; }
.product-view .product-shop .price-box .old-price, #container2 .product-options-bottom .price-box .old-price {
    margin-right: 5px;
    margin-top: 5px;
}
.product-options-bottom .add-to-qty {
    display: inline-block;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
}
.product-options-bottom .add-to-qty #qty-text {
    float: left;
    line-height: 36px;
    margin-right: 10px;
}

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.product-box-left .ratings {
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 20px 0 0;
}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; line-height: 16px;}
.ratings .rating-links a {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ratings .rating-links .separator {
    color: #dddddd;
    margin: 0 10px;
}
.ratings dt {}
.ratings dd {}
.ratings {
    margin: 5px 0 7px;
}
.rating-box { 
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/stars1-0.png?3531747516428620331) repeat-x scroll 0 0 transparent;
    font-size: 0;
    height: 16px;
    line-height: 0;
    margin-bottom: 7px;
    overflow: hidden;
    text-indent: -999em;
    width: 80px;
}
.rating-box .rating { 
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/stars1-5.png?3531747516428620331) repeat-x scroll 0 100% transparent;
    float: left;
    height: 16px;
}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.products-list .rating-box .rating {
    float: right;
}
.product-essential .rating-box {
    float: left;
    margin-right: 15px;
}
.product-box-left .add-to-box {
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 0;
}
/* Availability */
.detail-availability .availability {
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 20px 0;
}
.detail-availability p.in-stock span:after {
    /* background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/in-stock.png?3531747516428620331) no-repeat center center; 
    content: "";
    display: inline-block;
    height: 21px;
    position: absolute;
    width: 30px; */
}
.availability.in-stock span {
    color: #4bb8e2;
}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_availability_only.gif?3531747516428620331) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_availability_only.gif?3531747516428620331) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

/* Description */
.short-description {
    border-top: 1px solid #dddddd;
    color: #8b8a8a;
    font-size: 14px;
    line-height: 36px;
    margin: 0;
}


/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.product-box-left .price-box {
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 20px 0;
}
.price { white-space:nowrap !important; }

/* Regular price */
.socialToolBar .price-box { 
    display: block;
    position: absolute;
    top: 85px;
}
.socialToolBar .price-box .regular-price  .price { 
    color:#FFF; 
}
.socialToolBar .wishlist-compare {
    display: block;
    position: absolute;
    width: 210px;
    height: 20px;
    line-height: 20px;
    top: 149px;
    left: 5px;
}
.rating-product-box .ratings {
    display: inline-block;
}

/* Old price */
.old-price { display: inline-block; margin: 0 !important; }
.old-price .price-label { white-space:nowrap; color:#202020; }
.old-price .price, .old-price .price span { 
    font-size: 12px;
    text-decoration:line-through;
}

/* Special price */
.special-price { display: inline-block; margin: 0 5px 0 0 !important; padding: 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price {
    font-size: 14px;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
    display: inline-block;
}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {
    margin-right: 5px;
}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_tier.gif?3531747516428620331) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label {
    color: #666666;
    float: left;
    font-weight: bold;
    line-height: 41px;
    margin-right: 5px;
}
.add-to-cart button.button {
    float: left;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 45px;
    padding: 0 22px;
    text-transform: uppercase;
}
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { 
    margin: 10px 0; 
}
.add-to-box .add-to-qty {
    display: inline-block;
    float: left;
    margin: 25px 10px 25px 0;
    position: relative;
}
.product-view .product-select {
  margin-bottom: 15px;
  width: 235px;
}
.add-to-box .add-to-qty #qty-text {
    float: left;
    line-height: 34px;
    margin-right: 10px;
}
.add-to-box .add-to-cart {
  display: inline-block;
  float: left;
  margin: 25px 10px 25px 0;
}
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-links {
    display: inline-block;
    float: left;
    margin: 25px 0;
}
.add-to-links li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.add-to-links li a {
    background-color: #dddddd;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 55px;
}
.add-to-links li span.wishlist {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/oxy-wishlist-1.png?3531747516428620331) no-repeat left center;
    display: block;
    float: left;
    height: 15px;
    margin-top: 2px;
    padding: 0 15px 0 7px;
}
.add-to-links li span.compare {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/oxy-compare-1.png?3531747516428620331) no-repeat left center;
    display: block;
    float: left;
    height: 15px;
    margin-top: 2px;
    padding: 0 15px 0 7px;
}
.add-to-links li span.friend {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/oxy-send-1.png?3531747516428620331) no-repeat left center;
    display: block;
    float: left;
    height: 15px;
    margin-top: 2px;
    padding: 0 15px 0 7px;
}
.add-to-links li:last-child { 
    margin: 0;
}


/* Product: View */
.more-views-wrap{padding-right: 5px}
.product-essential .more-views {
    padding: 25px 0 25px 0;
}
.product-essential .price-box span, .product-essential .old-price .price span{ font-size: 24px}
.product-essential .old-price .price span{
  color: #8b8a8a;
}
.detail_layout_1 .more-views {
	position: relative;
	margin: 10px -5px 0;
}
.detail_layout_1 .more-views .owl-item > div {
	margin: 0 5px;
}
.detail_layout_1 .more-views .owl-buttons .owl-prev {
    left: 0;
    position: absolute;
    top: 35%;	
}
.detail_layout_1 .more-views .owl-buttons .owl-prev i {
	font-size: 20px;
}
.detail_layout_1 .more-views .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 35%	
}
.detail_layout_1 .more-views .owl-buttons .owl-next i {
	font-size: 20px;
}
.product-essential .more-views .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}
#item-thumbnails {
	height: auto !important;
    overflow: hidden;
}
#item-thumbnails a {
  padding: 7px 0 0;
  display: block;
}
#product-images {
  position: relative;
}
.more-views-wrap {
  padding-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.product-essential { 
    margin-bottom: 35px; 
}
.product-essential h2 { }
#nova-product-detail-tab {
    color: #8b8a8a;
    font-size: 14px;
    line-height: 36px;
}
.product-collateral {
	margin-bottom: 40px;
}
.product-collateral .box-collateral { margin:0 0 25px; }
.product-collateral .right-block {
    border-left: #dfdfdf solid 1px;
}
.product-essential .product-shop .right-block p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.product-collateral .right-block-inner{ margin-left: 20px;}
.limiter {float: right;}
.product-collateral .tabs-left .product-tabs {
    margin: 0;
}
/* Product Tabs */

.product-tabs {
    padding-bottom: 7px;
}

.product-tabs li {
    display: inline-block;
    font-size: 13px;
    line-height: 12px;
}
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }

.product-tabs a {
    display: block;
    background-color: #f1f1f1;
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px 20px;
    text-decoration: none;
}
.product-tabs a:hover, .product-tabs li.active a, .product-tabs li.active a:hover {
    background-color: #72AEBD;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px 20px;
    text-decoration: none;
}

.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }
.product-tabs-content { border-top: #dfdfdf solid 1px; }
.tabs-left {margin-bottom:-5px;}
/* Product Images */
.product-view .product-img-box {position: relative;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 20px; overflow: hidden;}
.product-view .product-img-box .product-image img {margin:0 auto;}
.product-view .product-img-box .product-image-zoom { position:relative; width:326px; height:370px; overflow:hidden; z-index:9; border: #e3e3e3 solid 1px;}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; border: #e3e3e3 solid 1px;}
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/slider_bg.gif?3531747516428620331) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/magnifier_handle.gif?3531747516428620331) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views { margin: 0 0 20px; position: relative; }
.product-view .product-img-box .more-views ul {margin: 0 auto;}
.product-view .product-img-box .more-views li { margin:5px 0; }
.product-view .product-img-box .more-views li .prev { float:left;}
.product-view .product-img-box .more-views li .next { float:right;}
.product-view .product-img-box .more-views li a { float:left; overflow:hidden;margin: 0 5px;}
.product-view .product-essential .product-image {
  background-color: #fff;
  position: relative;
  z-index: 9;
} 
.product-view .product-essential .product-image img {
	width: 100%;
}
#itemslider-thumbnails .owl-controls {
    margin: 0;
}
#itemslider-thumbnails .owl-controls.owl-buttons {
    opacity: 0;
}
#itemslider-thumbnails .owl-wrapper .owl-item div {
    margin: 0 10px;
}
#itemslider-thumbnails .owl-controls .owl-buttons div.owl-next {
    background-color: transparent;
    border-radius: 0;
    color: #202020;
    font-size: 35px;
    position: absolute;
    right: -30px;
    top: 35%;
}
#itemslider-thumbnails .owl-controls .owl-buttons div.owl-prev {
    background-color: transparent;
    border-radius: 0;
    color: #202020;
    font-size: 35px;
    position: absolute;
    left: -30px;
    top: 35%;
}
.product-view .product-image .zoom-image {
    background-color: rgba(255, 255, 255, 1);
    bottom: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    z-index: 997;
}
.product-view .product-image a.zoom-image span {
    background: url(button-search-small_3531747516428620331.png) no-repeat 0 0;
    color: #a3a3a3;
    font-size: 10px;
    padding-left: 18px;
    text-transform: uppercase;
}
.more-view-title {font-size: 14px; font-weight: bold; margin: 5px 0;}
.right-block .right-block-inner .block-title {
    border-bottom: 1px solid #D4D4D4;
}
.right-block .right-block-inner h2 {
    border-bottom: 1px solid #363636;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: -1px;
}
.novaworks-social-share {
    display: inline-block;
    float: left;
    width: 100%;
}
.novaworks-social-share h2 {
    color: #202020;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}
.product-detail-1 .novaworks-social-share {
    margin-top: 20px;
}
.novaworks-social-share ul {
    margin: 0;
    padding: 0;
}
.novaworks-social-share ul li a {
    border: 1px solid #dddddd;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
    text-align: center;
    width: 42px;
}
.product-detail-1 .novaworks-social-share ul li a {float: left;}
.product-detail-1 .novaworks-social-share ul li.pinterest a {margin-right: 10px;}
.flexslider-related {margin: 0 auto;}
.flexslider-related .product-name {font-weight: bold;}
.related-slider-direction-nav {position: absolute; top:-19px; right:0}
.related-slider-direction-nav li {float: left; font-size: 15px;}
#related-product-table .product h3.product-name,#related-product-table .product .price-box {
    text-align: left;
}
#related-product-table .product h3.product-name {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 8px;
    padding: 10px 0 12px;
}
#related-product-table .product .price-box p,#related-product-table .product .price-box p span,#related-product-table .product .price-box span span {
    margin: 0;
    padding: 0;
}
#related-product-table .product .price-box {
    margin: 0;
}
.product-shop .detail-availability p {
    font-size: 12px;
    line-height: 21px;
    position: relative;
}
.product-shop .detail-availability p.brand-code {
    margin-top: 5px;
}
/* -------------------------------------------------------------- */
.itemslider-thumbnails .direction-nav {
}
.itemslider-thumbnails .direction-nav a.prev {
    position: absolute;
    display:block;
    width:21px;
    height:45px;
    position: relative;
    left: -6px;
    top: 25px;
    background-image: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/icon-hover1.png?3531747516428620331);
    background-repeat:no-repeat;
    background-color: #585858;
    cursor:pointer;
    text-decoration:none;
    text-indent:-999px;
    overflow:hidden;
    transition:         opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition:    opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition:      opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;   
    margin: 0 !important;
    
}
.itemslider-thumbnails .direction-nav a.next {
    position: absolute;
    display:block;
    width:21px;
    height:45px;
    position: relative;
    left: 291px;
    top: -20px;
    background-image: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/icon-hover1.png?3531747516428620331);
    background-repeat:no-repeat;
    background-color: #585858;
    cursor:pointer;
    text-decoration:none;
    text-indent:-999px;
    overflow:hidden;
    transition:         opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition:    opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition:      opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;   
    margin: 0 !important;
    
}
.socialToolBar .price-box {
    color: #FFF;
    max-width: 210px;
}
.socialToolBar .price-box .old-price {
    float: left;
    text-align: center;
    padding: 2px 8px 0 ;
}
.socialToolBar .price-box .special-price {
    float: left;
    text-align: center;
    padding: 0 5px;
}
.socialToolBar .price-box .old-price .price {
    color: #6a6a6a;
    font-size: 16px;
}
.socialToolBar .price-box .special-price .price {
    color: #FFF;
    font-size: 20px;
}
.slider-width-col5 { }
.itemslider-thumbnails .direction-nav a:hover { background-color:#333; }
.itemslider-thumbnails .direction-nav a.disabled { opacity:0.4; filter:alpha(opacity=40); cursor:default; }
.itemslider-thumbnails .direction-nav a.disabled:hover { background-color:#8b8a8a;}

.itemslider-thumbnails .direction-nav .prev {background-position: -1px -31px; }
.itemslider-thumbnails .direction-nav .prev:hover {background-color: #585858; }
.itemslider-thumbnails .direction-nav .prev.disabled:hover {background-color: #585858; }

.itemslider-thumbnails .direction-nav .next {background-position: -23px -31px; }
.itemslider-thumbnails .direction-nav .next:hover {background-color: #bbbbbb; }
.itemslider-thumbnails .direction-nav .next.disabled:hover {background-color: #8b8a8a; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
.product-image-popup .button {
    height: 20px;
}
/* Product Videos */
.video-views ul li {
    float: left; 
    margin-left: 10px;
    margin-bottom: 10px;
}
/* Product Shop */
.home-content-container .main-container {
    border: none;
}

.home-content-container .filter-nav {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.home-content-container .filter-nav ul {
    margin: 0;
    padding: 0;
}

.home-content-container .filter-nav ul li {
    display: inline-block;
    float: left;
    list-style: none;
    margin-right: 20px;
}

.home-content-container .filter-nav ul li a {
    color: #363636;
    font-size: 18px;
    text-transform: uppercase;
}

#home-prime-fire {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/prime-fire.jpg?3531747516428620331) no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 270px;
    margin-top: 20px;
    padding: 50px 0;
    width: 100%;
}

#home-prime-fire .prime-content {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}

#home-prime-fire .prime-content h2 {
    color: #FFFFFF !important;
    font-size: 400%;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    padding: 20px 0;
}

#home-prime-fire .prime-content p {
    color: #FFFFFF;
    font-size: 160%;
    font-weight: normal;
    line-height: 25px;
}
.home-3-banners {
    margin-bottom: 12px;
    padding: 30px;
}
.product-view .product-shop .out-of-stock span {
    background: red;
    padding: 5px;
    color: #fff;
}

.product-shop div.col-md-8 div.add-to-box {
    display: block;
    float: left;
    margin-right: 10px;
}

.product-shop .block-detail-other {
    display: block;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}

.product-shop .block-detail-other span {
    margin-left: 5px;
    text-transform: uppercase;
}

.product-shop div.add-to-link {
    display: inline-block;
    float: left;
    margin-bottom: 27px;
    width: 100%;
}

.product-view .product-shop .short-description {
    clear: both;
    margin: 10px 0;
    padding: 10px 0;
}

.block_detail_product_page_2 p {
    font-size: 12px;
    text-align: left;
}
.product-shop .add-to-cart {
    margin-right: 20px;
}
.product-shop .btn-cart {
    font-size: 14px;
    padding: 0 15px;
    text-transform: uppercase;
}
.product-view .product-shop .price-box {
    margin: 10px 0 20px;
}
.product-view .product-shop .add-to-links { margin:10px 0 0 0; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a {text-transform: uppercase; }
.product-view .product-shop .add-to-links a.link-wishlist {

}
.product-view .product-shop .add-to-links a.link-compare {

}
.product-view .product-shop .add-to-links a.email-to-friend {

}
/* Product Block Right */
.product-view .product-block-right {
    float: right;
    width: 23.6%;
}
/* Product Options */
#product-options-wrapper {
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 20px 0;
    position: relative;
}
.product-options {padding:15px 0 20px; position:relative;}
.selector-wrapper > label {
  display: block;
}
.single-option-selector {
  max-width: 300px;
  height: 45px;
  width: 100%;
}
.product-options dt {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 0;
}
.product-options dt label {
    font-weight: bold;
}
.product-options dt label.required em {
    color: #eb340a;
    float: right;
    margin-right: 5px;
}
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 0 10px;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top: -2px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required {
    position: absolute;
    right: 20px;
    top: 30px;
}

.product-options-bottom {
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 20px 0;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-box .price {
    line-height: 31px;
}
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {
    float: left;
    margin-right: 10px;
}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:left; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }


/* Grouped Product */
.product-view .grouped-items-table {
    margin-top: 10px;
    border: 1px solid #eee;
    border-bottom: 0;
}
.product-view .grouped-items-table tr {
    border-bottom: 1px solid #eee;
}
.product-view .grouped-items-table tr.last.even {
    border-bottom: 0;
}
.product-view .grouped-items-table th,
.product-view .grouped-items-table td {
    border-right: 1px solid #eee;
}
.product-view .grouped-items-table th.last,
.product-view .grouped-items-table td.last {
    border-right: 0;
}
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.product-view .grouped-items-table .price-box {
    border: 0 !important;
}
.product-view .grouped-items-table input.input-text,
.product-view .grouped-items-table textarea {
    padding: 6px;
}
.product-view .grouped-items-table input.input-text {
    border: 0;
}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label {
    display: block;
    font-weight: 400;
    margin: 0 0 5px;
}
.product-view .box-tags .form-add .input-box {
    float: left;
    max-width: 305px;
    width: 100%;
}
.product-view .box-tags .form-add .input-box input {
    float: right;
}
.product-view .box-tags .form-add input.input-text {
    box-shadow: none;
    width: 100%;
}
.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0;
}
.product-view .box-tags .form-add { margin: 10px 0 0; }
.product-view .box-tags .form-add button {
    line-height: 37px;
    padding: 0 15px;
}
/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt { font-weight:normal; }
.product-view .box-reviews dt .h3 { font-size: 1.5em;text-transform: none; font-weight: normal; display: block;}
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px;padding:0 0 15px; border-bottom: 1px dashed #ddd;}
.product-view .box-reviews dd small { font-style:italic; color: #AAAAAA;}
.product-view .box-reviews .h3, .product-view .box-reviews h4 {text-transform: none;}
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list input.input-text,
[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before{
  vertical-align: top;
}

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */
.product-detail-1 .product-shop .row{ border-left: #ddd solid 1px;}
.product-detail-1 .product-collateral {padding-top:0;}
/* Content Styles ================================================================= */
.block-content-inner .product-name {
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.mini-cart {
    border: #F0F0F0 solid 1px;
    border-bottom: 0;
    border-top: 0;
}
.mini-cart .block-content-inner .actions span {
    float: none;
}

.sidebar .old-price {
    padding-right: 7px;
}
#recently-viewed-items {
    padding: 0;
    list-style: none;
}
.recently-viewed-items .product-name a { text-align: left; }
.product-detail-1.product-view .product-essential .product-name h1 {
    padding: 0;
    margin: 10px 0;
    text-transform: uppercase;
}
.product-view .product-essential .qty {
    background-color: #dddddd;
    border: 0 none;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 45px;
    margin-right: 20px;
    padding: 0 15px;
    text-align: center;
    width: 60px;
}
div.product-view div.product-name {
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 0;
}
.product-view .product-name h1 {
    font-size: 24px;
    letter-spacing: 5px;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}
.product-codes {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 7px 0;
}
.product-codes p{
  line-height: 40px;
}

.product-view .no-rating {
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 20px 0;
}
.product-view .no-rating a {
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
}

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_search_criteria.gif?3531747516428620331) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-index .main-container{border: 0 !important;}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
.cms-home-v5 .col1-layout .header-background-default, .cms-home-v5 .novaworks-main-content, .cms-home-v5 .home-content, .cms-home-v5 .main {
	margin: 0 auto !important;
	padding: 0 !important;
}
/* RSS */
.rss-title h1 { background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/i_rss-big.png?3531747516428620331) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

.btn-update {
    padding-left: 28px; 
}

.btn-continue {
    padding-left: 28px; 
}
.btn-continue:hover {
    color: #9b0e11;
}
#shopping-cart-table button.button {
    padding: 0;
}
#shopping-cart-table .product-image img {
    /*  border: 1px solid #E9E9E9; */
}

#co-billing-form ul.form-list label,
#shipping-new-address-form ul label {
    margin: 15px 0 5px;
    padding: 0;
}
#co-billing-form ul.form-list li.control label {
    margin: 2px 0 0;
    padding: 0;
}
#co-billing-form ul.form-list label.required em {
    color: #eb340a;
    float: right;
    font-size: 12px;
    font-style: normal;
}
#co-billing-form ul.form-list, 
#shipping-new-address-form ul,
#co-shipping-form ul.form-list {
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
}
#billing-new-address-form label {
    color: #8b8a8a;
}
#billing-new-address-form .field div.input-box,
#billing-new-address-form .wide div.input-box,
#billing-new-address-form .fields div.input-box,
#shipping-new-address-form ul .input-box {
    clear: both;
    float: left;
    width: 50%;
}
#billing-new-address-form .field div.input-box input,
#billing-new-address-form .wide div.input-box input,
#billing-new-address-form .fields .validate-select,
#shipping-new-address-form ul .input-box input,
#shipping-new-address-form ul .input-box .validate-select {
    width: 100%;
}
#checkout-step-shipping ul.form-list li.control label {
    font-size: 12px;
    margin: 4px 0 0;
    padding: 0;
}
#co-payment-form dl dt input {
    float: left;
    margin-right: 10px;
}
#co-payment-form dl dt label {
    float: left;
}
#payment_form_ccsave li {
    display: block;
    font-size: 11px;
    margin: 0 0 15px;
    text-transform: uppercase;
    width: 50%;
}
#payment_form_ccsave li label {
    float: left;
    margin: 0 0 10px;
    padding: 0;
}
#payment_form_ccsave li div.input-box {
    clear: both;
    float: left;
    width: 100%;
}
#payment_form_ccsave li div.input-box input {
    padding: 0 0 0 10px;
    width: 100%;
}
#payment-buttons-container p.back-link {
    float: right;
    margin: 0;
}
#payment-buttons-container p.back-link a {
    font-size: 12px;
    line-height: 40px;
    text-decoration: underline;
}
#payment-buttons-container button.button {
    clear: none;
    float: left;
    margin: 0;
}
#checkout-review-table {
    font-size: 12px;
    width: 100%;
}
#checkout-review-table thead tr {

}
.box-up-sell .cart-accordion-heading {
  background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bg-border-center.png?3531747516428620331) repeat-x scroll 100% 100% transparent;
}
.box-up-sell .cart-accordion-heading a.cart-accordion-toggle {
    border-color: #363636 !important;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    color: #363636 !important;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
}
.cart-accordion-heading .cart-accordion-toggle {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}
/* Checkout Types */
.cart .page-title .checkout-types li { float: right; margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; margin: 0; }
.cart .title-buttons .checkout-types li { float:left; margin: 0; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
.cart .cart-collaterals .box-up-sell {margin-top: 20px;}
.cart .cart-collaterals .box-collateral {
    border-bottom: 1px solid #D5D5D5;
    margin-top: 20px;
    padding-bottom: 10px;
}

/* Shopping Cart Table */
.cart-table th { padding:10px 20px; }
.cart-table td { padding:20px; vertical-align: middle}
.cart-table .product-name { margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding: 14px 20px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }
form#cartform {
  display: inline-block;
  width: 100%;
  margin-bottom: 42px;
}
small.greytext {
  color: #8b8a8a;
  font-size: 10px;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}
/* Shopping Cart Collateral boxes */
.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .input-box {
    float: left;
    margin: 8px 0 0;
    padding: 0 10px;
    width: 100%;
}
.cart .discount input.input-text { width:100%; }
.cart .discount .buttons-set {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
}
.cart .shipping h2 {}
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bkg_divider1.gif?3531747516428620331) 0 0 repeat-x; }
.cart .shipping input.input-text, .cart .shipping select {width: 100%;}
/* Shopping Cart Totals */
.cart .totals {
    background-color: transparent;
    margin-bottom: 20px;
    width: 100%;
}
.cart .totals table { width:100%; }
.cart .totals td { padding: 25px 0px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td {
    padding-bottom: 15px;
    padding-top: 25px;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:12px; }
.cart .totals .checkout-types {
    float: right;
    font-size: 13px;
    text-align: left;
}
.cart .totals .checkout-types li { clear:both; margin:10px 0;}
#shopping-cart-totals-table .a-right strong {
    color: #202020;
    font-size: 20px;
    font-weight: normal;
    margin-left: 15px;
    text-transform: uppercase;
}
#shopping-cart-totals-table .a-right strong span.price {
    font-size: 20px;
}

#shopping-cart-totals-table td.a-right {
    color: #8b8a8a;
    font-size: 14px;
    text-transform: uppercase;
}

#shopping-cart-totals-table td.a-right .price {
    color: #8b8a8a;
    font-size: 14px;
}

.totals ul.checkout-types li {
    float: right;
}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }

#product-review-table {margin-top: 10px;}
#product-review-table .label {padding: 19px !important;}
#product-review-table {
    max-width: 515px;
    width: 100%;
}
#product-review-table th {
    font-weight: bold;
    padding: 10px 20px 10px 0;
}
#product-review-table tbody tr td.value {
    padding-top: 9px;
}
#review-form .form-list input.input-text {
    max-width: 515px;
    width: 100%;
}
#review-form .form-list textarea {
    max-width: 515px;
    width: 100%;
}
#review-form ul.form-list {
    max-width: 515px;
    width: 100%;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 40px;
}
.sp-methods dd li {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding-left: 44px;
}
.sp-methods dd ul {
    margin: 0;
}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this {
    clear: both;
    cursor: help;
    display: none;
    float: left;
    font-size: 11px;
    margin-top: 10px;
}

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/btn_window_close.gif?3531747516428620331) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; }
.gift-messages p.control {
    display: inline-block;
    width: 100%;
}
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {
    color: #e87403;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bkg_collapse-gm.gif?3531747516428620331) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/btn_gm-close.gif?3531747516428620331) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements { padding:0 60px 20px; }
.checkout-agreements li { margin:0 0 20px; }
.checkout-agreements .agree { margin-top: 5px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; }
.opc .checkout-agreements { padding:20px 40px; }

.checkout-agreements .agreement-content { max-height:250px; overflow:auto; padding-right:30px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
/* For more styles see Multiple Addresses Checkout */
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */
.l-no-space {
    float: left;
    width: 48%;
}
.r-no-space {
    float: right;
    width: 48%;
}
.nova-bd p {
    color: #8b8a8a;
    font-size: 12px;
    margin-bottom: 25px;
}

/* Other */
.block-progress .block-title {
    display: block !important;
    padding: 12px 15px;
}
.block-progress .block-content {
    padding: 20px 15px;
}
.block-progress .block-title strong {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.block-progress .block-content span {
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 6px 0;
    display: block;
}
.block-progress .block-content span:before {
    content: ">";
    padding: 6px 5px 6px 0;
}
.block-progress dd {
    line-height:15px;
    border-top:0 none;
    margin:0 0 6px;
    padding: 10px 20px;
}
.block-progress .block-content span.complete { }
.block-progress .block-content span.complete .separator {}
.block-progress .block-content span.complete a { font-weight:normal; }
.block-progress .block-content dd.complete {}
.block-progress .block-content p { margin:0; }

.checkout-onepage-index .main {
    padding-bottom: 135px;
}
.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required {
    display: none;
    margin: 0;
    padding: 0 0 10px;
}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { }
.opc { 
    position:relative; 
}
.opc .section { margin:0 0 10px; padding:0; }
.opc .step-title .number {
    float: left;
    margin-right: 3px;
}
.opc .step-title {
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}
.opc .step-title h2 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}
.opc .step-title a {
    display: none;
    float: right;
    font-size: 12px;
    margin-top: 6px;
    text-decoration: underline;
}
.opc .section.allow { cursor:pointer; }
.opc .section.allow.active {
    cursor: auto;
    padding-bottom: 75px !important;
    padding-top: 10px !important;
}
.opc .allow .step-title a { display:block; }

.opc .active .step-title {
    overflow: hidden;
}
.opc .active .step-title a { display:none; }

.opc .step { margin-top:10px; position:relative; display: none;}
.opc .section.active .step{display: block;}
.opc .step .tool-tip { right:30px; }
.columns-layout .login-form {
    display: inline-block;
    margin: 0 -10px;
}
#opc-login .nova-bd ul.form-list li.control { 
    margin-bottom: 15px;
}
#opc-login .nova-bd ul.form-list li.control label { 
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
#opc-login .nova-bd ul.ul li {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 15px;
}
#opc-login .nova-bd ul.ul li:before {
    content: "ïƒš";
    font-family: FontAwesome;
    left: -14px;
    position: relative;
}
#login-form ul.form-list li .input-box {
    display: inline-block;
    width: 100%;
}
#opc-login .col-1 {}
#opc-login .col-2 {}
#opc-login h3 { margin-top:10px; }
#opc-login h3 {
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 7px;
    text-transform: uppercase;
}
#opc-login .form-list {
    margin: 15px 0 0;
}
#opc-login .form-list li { margin:0 0 3px;}
#opc-login .buttons-set { padding:0; border:0;}
#opc-login .buttons-set .f-left { 
    font-size: 12px;
}

.opc .gift-messages-form { }
.opc .gift-messages-form .inner-box { overflow:visible; }

#opc-review .step { padding:0; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 0; }
#opc-review .buttons-set p {
    float: right !important;
    font-size: 12px;
    line-height: 35px;
    margin: 0;
    padding-right: 15px;
}
#review-buttons-container button.button {
    clear: none;
    margin-top: 0;
}
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
#checkout-step-review {
    padding: 20px;
}
#checkout-review-load {

}
#checkout-step-review #checkout-review-table {
    margin-top: 30px;
}
#checkout-step-review #checkout-review-table thead {
    margin-bottom: 25px;
}
#checkout-step-review #checkout-review-table thead th.a-center,
#checkout-step-review #checkout-review-table tfoot td.a-right {
    padding: 0 15px 15px;
}
.checkout-inner {
    border: 1px solid #e9e9e9;
    overflow: hidden;
    position: relative;
}
.checkout-inner .checkout-content {
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 75px;
}
.checkout-inner .checkout-content h2.title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.checkout-inner .checkout-content p {
    color: #8b8a8a;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 60px;
    padding-top: 3px;
}
.checkout-inner .checkout-content a {
    background-color: #f14509;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    line-height: 26px;
    padding: 0 10px;
}
.checkout-inner .checkout-content a span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}


/* Common styles for: Multiple Addresses Checkout and Generic Info Set
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.multiple-checkout h2,
.info-set h2 { font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 { font-size:15px; font-weight:bold; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-size:12px; font-weight:normal; }

.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name { font-size:13px; margin:0 0 5px; }
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend { font-weight:normal; }
.multiple-checkout .col2-set h3.legend,
.info-set h3.legend { color:#ce001a; margin:0 0 10px; }
.multiple-checkout .col2-set .divider,
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box,
.info-set .box { margin:0 0 15px; }

.i-add-this{
    padding: 10px 0;
}


/* Multiple Addresses Checkout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.checkout-progress { padding:0 110px; margin:-11px 0 25px; }
.checkout-progress li { float:left; width:19%; margin:0 1px 0 0; padding-top:5px; border-top:10px solid #d5d5d5; text-align:center; color:#bbb; }
.checkout-progress li.active { border-top-color:#ce001a; color:#ce001a; }

.multiple-checkout .page-title { border-bottom:1px solid #e5e5e5; padding-bottom:5px; }
.multiple-checkout .buttons-set { border-top:1px solid #e5e5e5; margin-top:40px; padding-top:15px; }

/* Styles similar to cart-table */
.multiple-checkout .data-table thead tr { border-bottom:1px solid #bbb; }
.multiple-checkout .data-table thead th { padding:10px; font-weight:normal; }

.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }

.multiple-checkout .col2-set .col-1 { width:32%; }
.multiple-checkout p.actions { margin-bottom:10px; }

.multiple-checkout .place-order .please-wait { margin-top:10px; }
.multiple-checkout .place-order .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:20px; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #e5e5e5; padding:15px; margin-bottom:0; position:relative; }
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/window_overlay.png?3531747516428620331) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/btn_window_close.gif?3531747516428620331) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account {
    margin-bottom: 40px;
}
.my-account .name-firstname {
    margin-bottom: 15px;
}
.my-account .name-lastname {
    margin-bottom: 5px;
}
.my-account label {
    margin-bottom: 0;
}
.my-account .form-list .fields .field {
    margin-bottom: 10px;
}
.my-account .form-list select {
    width: 100%;
}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .my-wishlist .wishlist-empty,
.my-account .my-wishlist .buttons-set {
    border: 0;
    margin: 0;
}

/********** < Dashboard */
#my-orders-table {
    display: inline-block;
    padding: 0 15px 15px;
} 
.dashboard .welcome-msg {
    clear: both;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
}
.dashboard .welcome-msg p {
    margin: 0;
    text-align: left;
}
.dashboard .col2-set { margin: 0 20px 20px; }

/* General Box */
.box-account { padding:15px; margin: 0 0 20px; }
.box-account .box-head {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 15px 20px; 

}
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px;}

.dashboard .box .box-title {padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3 {
    float: left;
    font-size: 1.25em;
    font-weight:normal; margin:0;
    text-transform: uppercase;
}
.dashboard .box .box-title h4 { float:left; font-size:1.1em; font-weight:normal; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size:1.1em; font-weight:normal; text-transform:none; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {}
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item {border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date {padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/map_popup_arrow.gif?3531747516428620331) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/btn_window_close.gif?3531747516428620331) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

.pading-top-bottom-10 {
    padding: 10px 0;
}
.footer-container .footer-aditional .pading-top-bottom-20 { 
    padding: 20px 2px;
}
.block-bottom-right { float: left;}
.guest-select {width:305px !important;}
.demo-block-place {
    border: 2px dashed #dddddd;
    color: #999999;
    padding: 5px;
}

.novaworksshop-static-block-box {
    background-color: #f4f4f4;
    display: block;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
}
.novaworksshop-static-block-box p {font-size: 18px;}
.novaworksshop-static-block-box .focus {
    color: #9B0E11;
    text-transform: uppercase;
}
.novaworksshop-static-block-box .button {float: none;}
.static-slider-content h1.centered {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    color:#FFF;
    font-size: 32px;
    line-height: 1.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.top-header-container .block-top-call-us {
    display: inline-block;
    float: left;
}

.top-header-container .block-top-call-us p {
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    line-height: 35px;
    margin: 0;
    text-transform: uppercase;
}

.header .i-header-content .nova-mgt-header-social-icons {
    position: relative;
    right: 0;
    top: 0;
}

.header-container ul#nav {
    position: relative;
    z-index: 1000;  
}

.block-layered-nav  .block-content dl {
    margin: 0;
}

.header .i-header-content .nova-mgt-header-social-icons ul li {
    background-color: #444444;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 23px;
    margin-left: 5px;
    position: relative;
    right: 0;
    top: 0;
    width: 23px;
}

.header .i-header-content .nova-mgt-header-social-icons ul li a {
    color: #363636;
    font-size: 16px;
}

.header .i-header-content .nova-mgt-header-social-icons ul li a i {
    bottom: -1.3px;
    color: #FFFFFF;
    font-size: 14px;
    height: 20px;
    left: 1.3px;
    margin: 0;
    position: absolute;
    width: 20px;
}

ul#accordion-slider{
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
}
ul#accordion-slider li{
 display: block;
 overflow: hidden;
 padding: 0;
 float: left;
 width: 230px;
 height: 300px;
}
#twitter_update_list {
    font-size: 12px;
    margin: 0;
    text-align: left;
}
#twitter_update_list li {
    border-bottom: 1px solid #545454;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#twitter_update_list li .created {
    padding-left:40px;
    color: silver;
}
#twitter_update_list + .follow-link {
    padding-left:40px;
}
.pages ol {
    margin: 0;
}
.pages ol li {
    background-color: transparent;
    border: 1px solid #dddddd;
    display: block;
    float: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    width: 50px;
}
.pages ol li:hover {
    background: #00b06c;
}
.pages ol li:hover a,
.toolbar .pages ol li:hover a i {
    color: #FFF !important;
}
.pages ol li.current {
    background-color: #00b06c;
    color: #FFF;
}
.pages ol li.current span {
    font-size: 16px;
    text-decoration: none;
}
.pages ol li a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
.i-previous {
    line-height: 28px !important;
}
.i-next {
    line-height: 28px !important;
}
.pages ol li a i.icon-right-open-3 {
    margin: 0 0 0 5px;
    font-size: 10px;
}

.pages ol li a i.icon-left-open-3 {
    font-size: 10px;
    margin: 0 5px 0 0;
}

/* 3 Banner ================================================================================ */

.home-custom-block {
    border-bottom: 5px solid #F6F6F6;
    margin: 0 auto;
    max-width: 1920px;
    padding-bottom: 35px;
    width: 100%;
}

.home-custom-block .home-custom-banner {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

.home-custom-block img {
    text-align: center;
}

.f-no-space-m-left .home-banner {
    float: left;
    max-width: 375px;
    text-align: left;
}

.f-no-space-m-center .home-banner {
    max-width: 375px;
    text-align: left;
    margin: 0 auto;
}

.f-no-space-m-right .home-banner {
    float: right;
    max-width: 375px;
    text-align: left;
}

.home-banner .title {
    color: #202020;
    font-size: 22px;
    font-weight: normal;
    padding: 5px 0 0;
    text-transform: none;
}

.home-banner .custom_content {
    color: #363636;
    font-size: 12px;
    min-height: 84px;
    padding-bottom: 30px;
}

.home-banner .view-more {
    cursor: pointer;
    height: 44px;
    line-height: 42px;
    text-align: center;
    width: 165px;
}

.home-banner .view-more a {
    color: #FFFFFF !important;
    font-size: 18px;
    text-transform: uppercase;
}


/*-----------Accordion styles-----------*/
#advanced-search-list li {
    margin-bottom: 10px;
}
.collapsible .mobile-coll-arrow {
    cursor: pointer;
    display: block;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: -7px;
    width: 28px;
    color: #fff;
    border: #fff solid 1px;
    font-family: Tahoma;
    text-align: center;
    font-size: 16px;
}

/* Footer Info ================================================================================ */
.footer-info-container {
    background-color: #262626;
}

.footer-info-top .footer-info { 
    margin: 20px auto 30px;
    max-width: 900px;
    width: 100%;
}

.footer-info-top .footer-info i {
    color: #A1A1A1 !important;
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
}

.footer-info-top .footer-info ul { 
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

.footer-info-top .footer-info ul li {
    display: block;
    text-align: left;
}

.footer-info-top .footer-info ul li a {
    color: #808080;
    font-size: 11px;
    text-align: left;
}

.footer-aditional h4 {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 40px;
    text-transform: uppercase !important;
}

/* ======================================================================================= */
.footer-info-container .footer-info {
    margin: 0 auto;
    max-width: 1170px;
    padding-top: 30px;
    width: 100%;
}

.footer-info-container .footer-info .nova-footer-info {
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer {
    display: block;
    margin: 0;
    padding: 0;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 {
    margin: 0 30px 0 0;
    padding: 0;
}

.footer-info-container .footer-info h2.block-title {
    color: #FFFFFF !important;
    font-size: 13px;
    text-align: left;
}


.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 p.view-more {
    padding-top: 15px;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box1 p.view-more a {
    background-color: #777777;
    color: #FFFFFF !important;
    font-size: 12px;
    padding: 8px 19px;
    text-transform: uppercase;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 {
    margin: 0 30px 0 0;
    padding: 0;
}


.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-5 {
    margin: 0px;
    padding: 0px;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 h2.title {
    font-size: 13px;
    line-height: 15px;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 p.post {
    border-bottom: 1px solid #545454;
    font-size: 10px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-info h2.title,.footer-info h2.title a,.footer-aditional h4 {
    color: #FFFFFF !important;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box2 .col-md-7 p.content {
    font-size: 12px;
    padding-top: 10px;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-title {
    margin-bottom: 10px;
    padding: 0 5px;
}


.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-distance {
    margin: 0;
    padding: 0;
}

.footer-info-container .footer-info .nova-footer-info .nova-footer-box3 .nova-distance .nova-img {
    margin: 0;
    padding: 5px;
}

/* Footer ================================================================================ */
.footer-container { 
    padding: 25px 0 35px;
    text-align: left;
}
.footer-container h4 {
    position: relative;
    text-align: left;
}
.footer-container h4 .heading-icon {
    background-color: #fff;
    display: inline-block;
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 30px;
    z-index: 1;
}
.footer-container h4 .heading-icon:before {
    border: 1px solid #3b3b3b;
    content: " ";
    display: block;
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    width: 14px;
}  
.footer-container h4 span {
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}
.footer-container ul {
    margin: 0;
    list-style: none;
}
.footer-container ul li {
    margin-bottom: 0;
    line-height: 16px;
}
.footer-container ul li > a {
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
}
/*
.footer-container ul > li {
    border-top: 1px solid #333333; 
}
.footer-container ul > li:first-child {
    border-top: 0;  
}
*/
.footer-container ul > li a:hover {
    text-decoration: none;
}
/*
.footer-container ul > li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: right;
    text-decoration: inherit;
    font-size: 14px;
}
*/
.widget-text > p {
    font-size: 12px;
}

.social-links {
    margin-bottom: 20px;
}
.social-links h4 {
    color: #a3a3a3;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 15px;
}
.social-links ul {
    float: right;
}
.social-links ul li {
    float: left;
    padding-right: 12px;
}
.social-links ul li.last {
    padding-right: 0;
}
.social-links ul li a {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/icon.png?3531747516428620331) no-repeat;
    display: block;
    height: 40px;
    width: 40px;
}
.social-links ul li a span {
    display: none;
}
.social-links ul li a.facebook {
    background-position: -11px -232px; 
}
.social-links ul li a.twitter {
    background-position: -63px -232px; 
}
.social-links ul li a.youtube {
    background-position: -115px -232px; 
}
.social-links ul li a.rss {
    background-position: -167px -232px; 
}
.social-links ul li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.social-links ul li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.payment-methods h4 {
    color: #a3a3a3;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 15px;
}
.connect-payment {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/icon.png?3531747516428620331) no-repeat -11px -187px;
    width: 283px;
    height: 32px;
}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer-left {
    float: left;
    padding: 25px 2px 25px 2px;
}
.footer-left ul {
    margin: 0;
}
.footer-right  {
    float: right;
    padding: 25px 2px 25px 2px;
}
.footer address {
    display: block;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin: 0;
    text-align: left;
}
.footer address a {
    text-decoration: underline; 
}
.footer address a:hover { text-decoration: none; }
.footer ul { 
    display: inline; 
}
.footer ul.links {
    display: block;
    margin: 0 0 5px;
    text-align: left;
}
.footer li { display:inline; padding: 0 10px;}
.paypal-logo {
    padding-top: 10px;
} 
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout li {line-height: 35px;}
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/best_selling_tr_odd_bg.gif?3531747516428620331) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/best_selling_tr_even_bg.gif?3531747516428620331) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* Static Block  ============================================================================ */
.block-cart-below-total {
    margin-bottom: 20px;
}
.block-cart-bottom {
    margin: 20px 0;
}
/* ======================================================================================= */
/* Loading ---*/
#infscr-loading {
  position: fixed;
  text-align: center;
  top: 100%;
  width: 126px;
  height: 126px;
  left: 50%;
  margin-top: -546px;
  margin-left: -63px;
  background: #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 200%;
  color: #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 999;
}

#infscr-loading em {
  margin-top: 20px;
  display: block;
}

#infscr-loading img {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* Go Top */
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:50px;
    right:50px;
    overflow:hidden;
    width:42px;
    height:42px;
    border:none;
    text-indent:-9999px;
    background: url(ui.totop_3531747516428620331.png) no-repeat;
    background-position:  left top;
    transition:         opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition:    opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition:      opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;   
    z-index: 9999;  
}

#toTop:hover {
    background:#dddddd url(ui.totop_3531747516428620331.png) no-repeat;
    background-position:  left bottom;
    width:42px;
    height:42px;
    display:block;
    overflow:hidden;
    float:left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;       
}
#newsletter-validate-detail #advice-validate-email-newsletter {
    text-align: left;
}
#toTop:active, #toTop:focus {
    outline:none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;        
}
.sales-guest-form .page-title {
    margin: 0 0 15px;
}
.main-container {
    text-align: left;
}
.main-container .main .col-main .account-login .page-title h1 {
    color: #363636;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
#login-form .new-users .content {
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 20px 20px;
    width: 100%;
}
#login-form .new-users .content h4 {
    background-color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 10px;
    position: relative;
    text-align: left;
    top: -12px;
}
#login-form .new-users .content p {
    line-height: 22px;
    margin: 10px 0 0 -10px;
}
#login-form .new-users .buttons-set {
    border: none;
    padding:0;
}
#login-form .new-users .buttons-set .create-account-button, #view_address {
    padding: 0 15px;
    width: auto;
} 
#login-form .registered-users .content {
    background-color: #f6f6f6;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 20px 20px;
    width: 100%;
}
#login-form .registered-users .content h4 {
  background-color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 10px;
    position: relative;
    text-align: left;
    top: -14px;
}
#login-form .registered-users .content p { margin-left: -10px; padding: 10px 0;}
#login-form .registered-users .content .form-list { margin-left: -10px;}
#login-form .registered-users .buttons-set {
    background: none;
    border: none;
    margin:0;
    padding: 0 20px 0 10px;
}
#login-form .registered-users .buttons-set .f-left {
    float: left !important;
}

.form-list label { padding-bottom: 5px;}

/*  End Login  */
.account-create form {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

.account-create .fieldset .form-list {
    margin-top: 15px;
}
.account-create .page-title h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.25em;
}
.account-create .fieldset .field {
    margin-bottom: 20px;
}
.account-create .fieldset .form-list .input-box {
    display: inline-block;
    width: 100%;
}
.account-create .fieldset .field .input-text {
    display: inline-block;
    width: 100%;
}
.account-create .fieldset .form-list .input-text {
    display: inline-block;
    width: 100%;
}
#login-form .form-list label {
    padding: 10px 0 0;
}
.fiver-page-404 .mail-center p {
    font-size: 14px;
    line-height: 24px;
}
/*  End Create an Account  */
.my-account .dashboard .box-account {
   border: 1px solid #dddddd;
    margin-bottom: 10px;
}
.my-account .dashboard .box-account, .box-info {
    border: 1px solid #dddddd;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.my-account .dashboard .box-account .box-head h2 , .box-info .box-head h2 {
    font-size: 110%;
    font-weight: normal;
    text-transform: uppercase;
    background: none;
    padding-left: 0px;
}
.my-account .dashboard .box-account .box-title ,.box-info .box-title {
    background:none;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-align: right;
}
.totals .checkout-types button.btn-checkout span {
    background:none;
    border:none;
    margin: 0;
    padding: 0;
}
.form-alt li {
    margin-bottom: 10px;
}    

/*  End Shopping Cart */
.account-login .new-users .content,
.account-login .registered-users .content {
	border: 1px solid #e5e5e5;
}
.account-login .new-users .button {
    font-size: 12px;
    font-weight: normal;
    line-height: 35px;
    padding: 0 15px;
}
#login-form .new-users .content h2 {
    font-size: 14px;
    margin: 0;
    padding-bottom: 25px;
    padding-top: 0;
    text-transform: uppercase;
}
#login-form .new-users .content h2 .icon-user {
    color: #b9b9b9;
    font-size: 28px;
}
#login-form .registered-users .content h2 {
    background: none;
    font-size: 14px;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
}
#login-form .registered-users .content h2 .icon-lock {
    color: #b9b9b9;
    font-size: 28px;
}
#login-form .new-users .content p {
    margin: 0;
}
p.required {
    color: #EB340A;
    font-size: 11px;
    text-align: left;
}
.registered-users .content .buttons-set .f-left {
    line-height: 31px;
}
#login-form .registered-users .content p.account {
    margin-bottom: 10px;
    margin-left: -1px;
    padding: 0;
}
#login-form .registered-users .content .form-list {
    margin-left: -1px;
}
#login-form .registered-users .buttons-set {
    padding: 0 !important;
}
.account-login #email {
    border-radius: 0;
    width: 100%;
}
#email {
    border-radius: 0;
    width: 100%;
}
.account-login #pass {
    border-radius: 0;
    width: 100%;
}
#pass {
    border-radius: 0;
    width: 100%;
}
.form-list li {
    margin: 0 0 10px;
}
#login-form .registered-users .content p.required {
    color: #ee1c35;
    font-size: 12px;
    margin: 0;
    padding: 0 0 10px 0;
}


/* ------ END Log In ---------- */
.f-fix .ratings {
    height: 37px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.f-fix .ratings .rating-box {
    display: inline-block;
    float: left;
    margin: 10px 15px 0 0;
}
.f-fix .ratings .rating-links {
    display: inline-block;
    float: left;
    margin-bottom: 25px;
    padding: 10px 0;
    text-align: left;
}
.f-fix .act-box .btn-cart {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
}
.f-fix .act-box .btn-cart .icon-basket {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'BebasRegular',Helvetica,sans-serif;
    text-align: center;
    padding: 0 4px;
    border: 1px solid #e7e7e7;
    background: none;
}
.f-fix .act-box .add-to-links {
    max-width: 48px;
}
.f-fix .act-box .add-to-links li {
    display: inline;
    float: left;
}
.f-fix .act-box .add-to-links .icon-heart {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'BebasRegular',Helvetica,sans-serif;
    text-align: center;
    padding: 0 4px;
    border: 1px solid #e7e7e7;
    background: none;
}
.f-fix .act-box .add-to-links .icon-chart-bar {
    color: #444444;
    cursor: pointer;
    display: block;
    font: 27px/40px 'BebasRegular',Helvetica,sans-serif;
    text-align: center;
    padding: 0 4px;
    border: 1px solid #e7e7e7;
    background: none;
}

/* ---------- END List2 ----------- */
.main .cart-left {
    float: left;
}
.main .cart-right {
    float: right;
    margin-top: 15px;
    margin-bottom: 8px;
}
#shopping-cart-table thead {    
    text-transform: uppercase;
}
#shopping-cart-table thead .first.last {
    background-color: #f5f5f5;
}
#shopping-cart-table tfoot {    
  text-transform: uppercase;
  background-color: #dddddd;
}
#shopping-cart-table tbody tr.last.odd {
    border-bottom: 0;
}
#shopping-cart-table .icon-edit {
    font-size: 16px;
}
#shopping-cart-table .icon-trash {
    font-size: 16px;
}
#shopping-cart-table .btn-continue, #shopping-cart-table .btn-update {
    color: #202020;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}
#shopping-cart-table .btn-continue {
    background-color: #2ba6cb;
    float: left;
}
#shopping-cart-table .btn-continue span span {
    display: inline-block;
    padding: 12px 22px;
}
#shopping-cart-table .btn-update {
    background-color: #ed5053;
    float: right;
}
#shopping-cart-table .btn-update span span {
    display: inline-block;
    padding: 12px 22px;
}
#shopping-cart-table #empty_cart_button {
    color: #202020;
    float: left;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
}
#shopping-cart-table p.nova-or {
    color: #8b8a8a;
    display: inline-block;
    float: right;
    font-size: 9px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}
#shipping-zip-form #country, #shipping-zip-form #region_id, #shipping-zip-form #postcode {
    border-radius: 0;
}
#postcode {
    max-width: 282px;
    width: 100%;
}
.top-empty {
    margin-top: 30px !important;
}
.icon-top {
    display: block;
    float: left;
    height: 60px;
    margin: 0 10px 0 0;
    position: relative;
    width: 62px;
}
.icon-top i {
    color: #444444;
    font-size: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    width: 62px;
}
.icon-top i:hover {
    color: #444444;
}
.cart-empty .page-title {margin: 0;}
.cart-empty .page-title h1 {
    font-size: 24px;
    margin: 0;
}
.page-title {
    margin-bottom: 20px;
}
.page-content {
  margin-bottom: 50px;
}
.cart-empty { 
    display: block;
    float: left;
}
.cart-empty p {
    color: #959595;
    font-size: 14px;
    margin-bottom: 15px;
}
.cart-empty .center-empty-block {
    border: 1px solid #D9D9D9;
    max-width: 360px;
    padding: 10px;
    width: 100%;
}
.cart-empty .center-empty-block p {
    color: #959595;
    font-size: 13px;
}
.cart-empty .continue-empty {
    display: block;
}
.cart-empty .continue-empty p {
    display: block;
    margin: 0;
    padding: 0;
}
.product-view .product-shop .add-to-links a.link-wishlist, .product-view .product-shop .add-to-links a.link-compare {

}
.product-view .product-shop .add-to-links a.email-to-friend {
    background: none;
    padding: 0 5px 2px 0;
}
.product-view .icon-wishlist, .product-view .icon-compare , .product-view .icon-mail {
    font-size: 15px;
}
.product-view .product-shop .price-box .old-price {
    margin-right: 5px;
    margin-top: 0;
}
.product-shop .old-price .price {
    font-size: 20px;
    line-height: 30px;
    padding-right: 10px;
}
.product-essential .old-price .price,.product-essential .special-price .price,.product-essential .regular-price .price {
    line-height: 38px;
    font-size: 25px;
    line-height: 30px;
    padding-right: 10px;
}
.product-view .product-essential .price-box .special-price .price {
    padding-right: 5px;
}
.product-view .product-essential .price-box .old-price .price-sep {
    font-size: 25px;
    margin-right: 5px;
}
.block-related-slider .regular-price .price,.block-related-slider .old-price .price,.block-related-slider .special-price .price {
    font-size: 18px;
}
.special-price .price {
    color: #EE1D33;
}
.block-related-slider .owl-prev{ left:0; bottom: 30px;}
.block-related-slider .owl-next { right:0; bottom: 30px;}
.add-to-cart label {
    color: #545454;
    font-weight: normal;
}
.product-grouped-products .price { font-size: 15px !important;}
.home-list-title {
    font-size: 12px;
    margin: 10px auto;
    max-width: 1170px;
    padding: 10px 0;
    text-align: center;
}
.about-content {
    font-size: 12px;
}
.about-content .wel-come h2 {
    color: #0D0D0D;
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
}
.about-content .wel-come span {
    color: #818181;
    font-weight: bold;
}
.about-content .center-title {
    text-align: left;
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/bg-border-center.png?3531747516428620331) repeat-x 100% 50%;
    line-height: 30px;
    margin: 10px 0 45px 0;
    max-width: 980px;
    width: 100%;
}
.about-content .center-title h1 {
    background: #FFFFFF;
    color: #0D0D0D;
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 53%;
    text-align: center;
    text-transform: none;
}
.about-content h2 {
    color: #0D0D0D;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    text-transform: none;
}
.afew-container {
    font-size: 12px;
    margin-top: 60px;
}
.afew-container .afew-top {
    margin-bottom: 55px;
}
.afew-container .afew-center {
    margin-top: 55px;
}
.afew-container .a-few-features h2 {
    color: #0D0D0D;
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
}

.afew-container .a-few-features span {
    color: #818181;
    font-weight: bold;
}
.afew-container .icon-bg-cl {
    width: 130px;
    height: 130px;
    position: relative;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    background: #d0d0d0;
}
.afew-container .icon-bg-cl i {
   color: #FFFFFF;
    font-size: 60px;
    left: 18%;
    position: absolute;
    top: 28%;
}
.afew-container .retina-ready, 
.afew-container .mobile-friendly, 
.afew-container .wide-or, 
.afew-container .responsive-layout {
    width: 90%;
}
.afew-container .retina-ready h3, 
.afew-container .mobile-friendly h3, 
.afew-container .wide-or h3, 
.afew-container .responsive-layout h3 {
    color: #0D0D0D;
    font-size: 24px;
    line-height: 20px;
    text-transform: none;
    padding-bottom: 5px;
}
.a-few-features a {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
    padding: 5px 10px;
    background: #565656;
}
.a-few-features a:hover {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 30px;
    font-weight: bold;
    padding: 5px 10px;
    background: #F01C35;
}

/* ------ END ABOUT -------- */
.faqs-content h3 {
    color: #818181;
    font-weight: bold;
    line-height: 21px;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
}
.faq-index-index .page-title {
    margin-bottom: 10px;
}

.faq-index-index .page-title h1 {
    font-size: 18px;
}

.faq-index-index .page-title p {
    margin: 3px 0 10px;
}

.faq-items a {
    border: 1px solid #363636;
    float: left;
    margin-top: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.faq-items dt, .faq-list dt {
    color: #363636;
    font-size: 18px;
    font-weight: normal;
    margin: 25px 0;
    
}
.faq-list .round-number { 
    border: 1px solid #363636;
}
.faq-items dd {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 70px;
    
}
.faq-items dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
    
}
.faq-list dt {
    font-size: 13px;
    text-transform: uppercase;
}
.faq-list dd ul {
    margin: 0;
    
}
.faq-list dd ul li {
    border: 1px solid #ddd;
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
}
.faq-list dd ul li a {
    color: #363636;
}
.faq-list .round-number {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
    text-align: center;
    width: 45px;
}
.accordion-group {
    border: none;
    margin-bottom: 2px;
}
.accordion-inner {
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 9px 15px;
}

/* ----- END -----*/
.main .novaworks-page-404 {
    text-align: center;
    font-style: italic;
    margin-top: 30px;
}
.main .novaworks-page-404 h1 {
    color: #0d0d0d;
    font-size: 125px;
    line-height: 92px;
    margin: 0 0 5px 0;
    padding: 3px 0;
}
.main .novaworks-page-404 h2 {
    color: #969696;
    font-size: 73px;
    text-transform: none;
    line-height: 56px;
    margin: 0 0 5px 0;
    padding: 3px 0;
}
.main .novaworks-page-404 p {
    color: #969696;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    margin: 0 0 5px 0;
    padding: 3px 0 0 7px;
}
.main .novaworks-page-404 p a {
    color: #0d0d0d;
    cursor: pointer;
}
.footer-info-container,.footer-container .footer-aditional a, .footer-aditional .twitter, .footer-aditional .twitter a {
    color: #808080;
}
.novaworks-widget-title {
    text-align: center;
    font-size:23px;
    line-height: 23px;
    letter-spacing: 5px;
    margin-top: 30px;
}
.novaworks-widget-subtitle {
    text-align: center;
    font-size: 15px;
    margin: 10px auto 30px !important;
    width: 409px ;
    color: #999999;
}

/* .widget-static-block .row {
    margin-right: -20px !important;
}
*/
.nova-content-left {
    position: relative;
    text-align: left;
}

.nova-content-center {
    position: relative;
    text-align: center;
}

.nova-content-right {
    position: relative;
    text-align: right;
}

.view {
    cursor: default;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask, .view .content {
    height: 146px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 270px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #FFFFFF !important;
    font-size: 20px;
    margin: 20px 0 0;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.view p {
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 20px 20px;
    position: relative;
    text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.title-no-breadcrumbs  {
    padding-bottom: 20px;
}
.title-no-breadcrumbs h1 {
    font-size: 25px;
    text-transform: uppercase;
}

/* Parallax Box */
.parallax-box {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: repeat-x;
}
.parallax-box .block-title {
    display: none;
}
.parallax-box p {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
}
.margin-bottom-15px {
    margin-bottom: 15px
}
.block-home-callout {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin:30px 0;
}
.home-callout {
    margin: 0;
    padding: 25px 0;
}
.home-callout li {
    display:inline;
    margin-right: 20px;
    font-size: 15px;
    text-transform: uppercase;
}
.block-home-socials {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin:30px 0;
}
.home-socials {
    margin: 0;
    padding: 25px 0;
}
.home-socials li {
    display:inline;
    margin-right: 20px;
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
}
.returns:before,
.promotions:before,
.secure:before,
.free-shipping:before,
.free-shipping-badge,
.home-socials .facebook:before,
.home-socials .twitter:before,
.home-socials .pinterest:before,
.home-socials .googleplus:before
 {
    display: inline-block;
    font-family: "fontello";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    
}
.returns:before { 
    content: 'Ã°Å¸â€â€ž';
    font-size: 21px;
}
.free-shipping:before { 
    content: 'Ã°Å¸Å¡Å¡'; 
    font-size: 21px;
}
.free-shipping-badge:before { 
    content: 'Ã°Å¸Å¡Å¡'; 
    font-size: 21px;
}
.promotions:before { 
    content: '\eacf';
    font-size: 21px;
}
.secure:before { 
    content: '\eebf';
    font-size: 21px;
}
.returns:before { 
    content: 'Ã°Å¸â€â€ž';
    font-size: 21px;
}
.home-socials .facebook:before { 
    content: '\e97a';
    font-size: 21px;
}
.home-socials .twitter:before { 
    content: '\e96f';
    font-size: 21px;
}
.home-socials .pinterest:before { 
    content: '\f312';
    font-size: 21px;
}
.home-socials .googleplus:before { 
    content: '\f0d5';
    font-size: 21px;
}
.size-guide {
    border: 1px solid #ddd;
    display: none;
    margin-top: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.size-guide i {
    font-size: 15px;
}
.size-guide-table {
    margin: 10px 0;
}
.size-guide-table tr td {
    background:none !important;
}
#menu-shadow {
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/header_shadow.png?3531747516428620331) no-repeat scroll center top / 100% auto rgba(0, 0, 0, 0);
    height: 30px;
    left: 0;
    position: absolute;
    bottom: -30px;
    width: 100%;
    z-index: 27;
}
.product-detail-1 .block-related-slider .owl-prev {
    bottom: 50%;
    left: 0;
}
.product-detail-1 .block-related-slider .owl-next {
    bottom: 50%;
    right: 0;
}
.cms-index .main-container {
    margin-bottom: 0 !important;
}
.act-add-to-compare {
    display: inline !important;
}
.act-icon i:before, .act-add-to-wishlist i:before, .act-add-to-compare i:before {
    margin-left: 0;
    margin-right: 0;
}
.added {
    color: #988A49 !important;
}
.button-qty {
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 22.5px;
    line-height: 14px;
    padding: 4px 0;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
    width: 20px;
    overflow: hidden;
    text-indent: -999px;
}
.add-to-qty .desc-qty {
    background: url(quantity-plus_3531747516428620331.png) no-repeat 100% 100% #bbbbbb;
    bottom: 0;
    position: absolute;
    right: 0;
}
.add-to-qty .inc-qty {
    background: url(quantity-minus_3531747516428620331.png) no-repeat 100% 0 #bbbbbb;
    position: absolute;
    right: 0;
    top: 0;
}
.product-flexslider {
    margin: 0 -10px 42px;
}
.products-filter { 
    margin: 0 -10px !important;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
ul.wrap-items .item-img > a {
  position: relative;
}
ul.wrap-items .list-item:hover .item-img img {
  top: -220px;
}
ul.wrap-items .list-item:hover .item-img img + img {
  top: 0;
}

ul.wrap-items .item-img > a {
  position: relative;
}
ul.wrap-items .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.wrap-items .item-img img + img {
  top: 220px;
}
.mobile-collapsible {
    position: relative;
}
.footer-menu-box {
    float: left;
    width: 180px;
}
.block-products-list-sidebar .block-title {
    margin-bottom: 15px;
}
.block-products-list-sidebar .col-md-left .margin-image {border: 0;}
.block-products-list-sidebar .col-md-right h3.product-name {
    padding-bottom: 8px;
}

.block-products-list-sidebar .col-md-right .price-box {
    padding-bottom: 10px;
}

.block-products-list-sidebar .col-md-right h3.product-name a {
    color: #363636;
    font-size: 13px;
}

.block-products-list-sidebar .block-content .col-md-left {
    display: block;
    float: left;
    margin-right: 15px;
    max-width: 105px;
    width: 100%;
}

.block-products-list-sidebar .block-content .col-md-right {
    display: block;
    float: left;
    max-width: 180px;
    width: 100%;
}

.block-products-list-sidebar .block-content .col-md-left .margin-image img {
    max-width: 105px;
    max-height: 140px;
}

.block-products-list-sidebar .block-content .col-md-right h3.product-name {
    font-size: 13px;
    margin: 0;
}

.block-products-list-sidebar .block-content {
    display: block;
    margin-bottom: 20px !important;
}
.block-latest .nova-product-title {
    border-bottom: 3px solid #363636;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: none;   
}
.block-latest .nova-product-title h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.block-latest .nova-product-title h3 a {
    color: #363636;
    font-size: 18px;    
    text-transform: none;
 
}

.block-latest .nova-product-content p {
    color: #363636;
    font-size: 13px;
}
.space-8px {
    width: 100%;
    height: 8px;
    background: #f6f6f6;
    margin: 15px 0;
}

.faq-index-index .columns-layout .col-md-12 .col-md-8 {
    max-width: 766px !important;
}

.product-shop .badge {
    background-color: #F2F2F2;
    color: #000000;
    cursor: pointer;
    display: block;
    float: left;
    height: 90px;
    margin: 14px 0;
    padding: 15px;
    text-decoration: none;
    width: 100%;
    max-width: 254px;
    font-weight: normal;
    white-space: normal;
    text-align: left;
}
.product-shop .badgehead {
    color: #666666;
    font-size: 22px;
    font-weight: 300;
}
.product-shop .badgebody {
    color: #999999;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin-top: 12px;
}
.custom-banner {
    margin-top: 15px;
    margin-bottom: 30px;
}
.sample-banner {
    background: #f0f0f0;
    padding: 15px;
    text-align: center;
}
.sample-banner-inner {
    border: #fff solid 1px;
    padding: 15px;
}
.widget-list-items-products .products-grid {
    margin-bottom: 30px;
}
.gmap-widget {margin-bottom: 30px;}
.gmap-widget h3 {margin-bottom: 15px;}
.map-canvas img {max-width: none;}
.google-charts-widget {
    text-align: center;
    margin-bottom: 30px;
}
.google-charts-widget h3 {margin-bottom: 15px;}
.novaworks-animation {
    opacity: 0;
}
.full-width-text {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 60px;
}
.full-width-text:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -25px;
}
.full-width-text h3 {
    color: #fff !important;
    font-size: 23px;
    letter-spacing: 5px;
}
.box-icon .box-icon-name {
    float: left;
    padding: 18px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 20px;
    width: 20px;
    line-height: 12px;
    border: 2px solid transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    background-size: 100% 100%;
    background-position: center center;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.box-icon .box-icon-name i:before {
    font-size: 26px;
    line-height: 20px;
    margin-left: 0 !important;
    width: 13px !important;
}
.box-icon .box-icon-name:hover i {
    color: #fff !important;
}
.box-icon .box-icon-content {
    display: block;
    text-align:left;
    margin-left: 80px;
}

/* --------------------------------------------
    SOCIAL SHORTCODE
-------------------------------------------- */
ul.social-icons {
    height: auto;
    overflow: hidden;
    margin-right: -12px;
    list-style: none!important;;
}
ul.social-icons li {
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background: none;
    padding: 0!important;
    line-height: 32px!important;
    border: 0!important;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
ul.social-icons li a {
    background: transparent url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/social-icons.png?3531747516428620331) no-repeat 0 0;
    display: block;
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}
ul.social-icons.dark li a {
    background-image: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/social-icons-mono.png?3531747516428620331);
}
ul.social-icons.dark.small li a {
    background-image: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/social-icons-mono-small.png?3531747516428620331);
}
ul.social-icons.light li a {
    background-image: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/social-icons-mono-light.png?3531747516428620331);
}
ul.social-icons.light.small li a {
    background-image: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/social-icons-mono-light-small.png?3531747516428620331);
}
ul.social-icons:hover li, ul.social-icons.small:hover li {
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity= 50);
}
ul.social-icons li:hover, ul.social-icons.small li:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity= 100);
}
ul.social-icons li a:hover {
    color: transparent;
}
ul.social-icons li.twitter a {
    background-position: 0 0;
}
ul.social-icons li.facebook a {
    background-position: -32px 0;
}
ul.social-icons li.dribbble a {
    background-position: -64px 0;
}
ul.social-icons li.vimeo a {
    background-position: -96px 0;
}
ul.social-icons li.tumblr a {
    background-position: -128px 0;
}
ul.social-icons li.spotify a {
    background-position: -160px 0;
}
ul.social-icons li.linkedin a {
    background-position: -192px 0;
}
ul.social-icons li.lastfm a {
    background-position: -224px 0;
}
ul.social-icons li.googleplus a {
    background-position: -256px 0;
}
ul.social-icons li.flickr a {
    background-position: -288px 0;
}
ul.social-icons li.youtube a {
    background-position: -320px 0;
}
ul.social-icons li.behance a {
    background-position: -352px 0;
}
ul.social-icons li.pinterest a {
    background-position: -384px 0;
}
ul.social-icons li.instagram a {
    background-position: -416px 0;
}
ul.social-icons li.yelp a {
    background-position: -448px 0;
}
ul.social-icons li.skype a {
    background-position: -480px 0;
}
ul.social-icons.small {
    height: auto;
    overflow: hidden;
    margin-right: -5px;
    list-style: none!important;
}
ul.social-icons.small li {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    float: left;
    display: inline-block;
    background: none;
    padding: 0!important;
    line-height: 24px!important;
    border: 0!important;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
ul.social-icons.small li a {
    background: transparent url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/social-icons-small.png?3531747516428620331) no-repeat 0 0;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}
ul.social-icons.small li.twitter a {
    background-position: 0 0;
}
ul.social-icons.small li.facebook a {
    background-position: -24px 0;
}
ul.social-icons.small li.dribbble a {
    background-position: -48px 0;
}
ul.social-icons.small li.vimeo a {
    background-position: -72px 0;
}
ul.social-icons.small li.tumblr a {
    background-position: -96px 0;
}
ul.social-icons.small li.spotify a {
    background-position: -120px 0;
}
ul.social-icons.small li.linkedin a {
    background-position: -144px 0;
}
ul.social-icons.small li.lastfm a {
    background-position: -168px 0;
}
ul.social-icons.small li.googleplus a {
    background-position: -192px 0;
}
ul.social-icons.small li.flickr a {
    background-position: -216px 0;
}
ul.social-icons.small li.youtube a {
    background-position: -240px 0;
}
ul.social-icons.small li.behance a {
    background-position: -264px 0;
}
ul.social-icons.small li.pinterest a {
    background-position: -288px 0;
}
ul.social-icons.small li.instagram a {
    background-position: -312px 0;
}
ul.social-icons.small li.yelp a {
    background-position: -336px 0;
}
ul.social-icons.small li.skype a {
    background-position: -360px 0;
}
.carousel-item {
	padding: 0 15px;
}
ul.recent-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}
.recent-post {
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}
.recent-post figure {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.recent-post figure img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    display: block!important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.recent-post figure iframe {
    display: block;
    width: 100%;
}
.recent-post figure:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.recent-post figure figcaption {
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 4;
    background: #222;
    color: #fff;
    width: 100%;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.recent-post figure:hover figcaption {
    bottom: 0;
}
.recent-post figure figcaption .comments-likes {
    border-left: 1px solid #444;
    padding: 10px;
}
.recent-post figure figcaption .comments-likes a {
    float: left;
}
figcaption .comments-likes a i, figcaption .comments-likes a span, figcaption .comments-likes .love-it-wrapper a i {
    color: #e4e4e4;
}
figcaption .comments-likes .love-it-wrapper {
    margin-left: 8px;
}
figcaption .comments-likes .love-it-wrapper a i {
    margin-right: 3px;
}
figcaption .post-category {
    padding: 10px;
    float: left;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recent-post .details-wrap {
    display: block;
    vertical-align: top;
    padding: 15px;
}
.recent-post .post-item-details {
    padding: 15px;
    border-top: 1px dashed transparent;
}
.recent-post .post-item-details .comments-likes, .recent-post .post-item-details .comments-likes i, .recent-post .post-item-details .comments-likes span {
    font-weight: normal;
}
.recent-post .post-item-details .comments-likes .icon-comments {
    margin-right: 3px;
}
.recent-post .details-wrap {
    padding: 20px 0 0;
}
.recent-post .post-item-details, .recent-post .post-item-details {
    padding: 15px 0;
} 
.recent-post h5 {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 0 0 17px;
}
.recent-post h5 a {
    text-decoration: none;
}
.recent-post .post-details {
    color: #8b8a8a;
    font-size: 11px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.recent-post .blog-excerpt {
	margin-bottom: 30px;
    color: #8b8a8a;
    font-size: 14px;
    line-height: 24px;
}
.recent-post .blog-excerpt p {
    color: #8b8a8a;
    font-size: 14px;
    line-height: 24px;
}
.recent-post.format-chat .chat {
    margin-top: 20px;
}
.recent-post figure.quote {
    background: transparent!important;
}
.recent-post .post-item-details {
    border-top-color: #E4E4E4;
    color: #E4E4E4;
}
.recent-post .post-item-details .post-date {color: #999;}
.blog-item.format-quote h2, .blog-item.format-status h2, .blog-item.format-aside h2, .blog-item.format-status h3, .blog-item.format-aside h3, .blog-item.format-quote h4, .blog-item.format-status h4, .blog-item.format-aside h4 {
    display: none;
}
.recent-post .post-date {
    margin-right: 4px;
}
.read-more {
    text-decoration: none;
    display: block;
    margin-top: 15px;
}
.read-more i, .read-more em {
    margin-left: 4px;
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-size: 0px;
}
.read-more i:before, .read-more em:before {
    font-size: 12px!important;
}
.read-more:hover i, .read-more:hover em {
    margin-left: 8px;
}
.read-more:hover {
    text-decoration: none;
}
.read-more-link {
    text-decoration: none;
    margin-top: 5px;
    font-weight: bold;
    display: block;
}
.load-blog {
    border: 1px solid #dddddd;;
    margin-bottom: 70px;
    text-align: center;
}
.load-blog a {
    color: #000;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 70px;
}
.load-blog a > i {
    margin-left: 10px;
}
.item-link {
    text-decoration: none;
}
.item-link i {
    margin-left: 5px;
}
.alt-bg {
  margin: 0;
}
.spb_impact_text {
    background: transparent;
    clear: both;
    height: auto;
    overflow: hidden;
}
.spb_impact_text.alt-bg {
    padding-top: 20px;
    padding-bottom: 20px;
}
.impact-text-wrap {
    position: relative;
}
.impact-text-wrap .impact-text-arrow {
    font-size: 42px;
}
.impact-text-wrap .impact-text-arrow i {
    line-height: 28px;
}
.spb_impact_text.cta_align_right a.sf-button {
    margin-right: 0;
}
.spb_impact_text .spb_call_text, .impact-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 0;
}
.spb_impact_text .spb_button {
    margin-bottom: 0;
}
.spb_call_to_action {
    position: relative;
    background: #f4f4f4;
    padding: 20px;
    padding: 3%;
    border: 1px solid #e5e5e5;
}
.spb_call_to_action .btn {
    margin: 0;
}
.cta_align_left .btn {
    float: left;
    margin-right: 2.5641%;
}
.cta_align_right .btn {
    float: right;
    margin-left: 2.5641%;
}
.cta_align_left .btn,
.cta_align_right .btn {
    max-width: 31.6239%;
}   
.cta_align_left .spb_call_text,
.cta_align_right .spb_call_text {
    width: 65.812%;
    float: left;
    clear: none;
}
.cta_align_left .spb_call_text {
    float: right;
}
.spb_call_to_action .spb_call_text,
#content .spb_call_to_action .spb_call_text {
    margin: 0;
}
.cta_align_bottom {
    text-align: center;
}
.cta_align_bottom .btn {
    position: static;
    margin-top: 2%;
    display: inline-block;
}
.cta_align_left .spb_call_text, .cta_align_right .spb_call_text {
    width: 83%;
}
.cta_align_left .spb_button, .cta_align_left .impact-text-arrow {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    max-width: 12%;
}
.cta_align_right .spb_button, .cta_align_right .impact-text-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    max-width: 12%;
}
.cta_align_left .spb_button.large, .cta_align_right .spb_button.large {
    margin-top: -23px;
}
.cta_align_bottom .spb_button {
    margin: 15px 0 0 0;
}
.spb_latest_tweets_widget {
    padding: 25px 0;    
}
.spb_latest_tweets_widget .twitter-bird {
    font-size: 14px;
    line-height: 26px;
    float: left;
}
ul.mini-list {
    list-style: none;
}
.box-cross-sell {
    margin-top: 35px;
}

/* --------------------------------------------
    PRODUCT PAGE BUILDER ASSETS
-------------------------------------------- */
.product_list_widget.woocommerce ul.products {
    border-top: 0;
    padding-top: 0;
}
ul.mini-list {
    list-style: none;
}
.mini-list li {
    margin-top: 20px;
}
.mini-list li:first-child {
    margin-top: 0;
}
.mini-list li figure {
    float: left;
    width: 70px;
    margin-bottom: 2px;
    -webkit-box-shadow: 0 5px 6px -4px #999;
    -moz-box-shadow: 0 5px 6px -4px #999;
    box-shadow: 0 5px 6px -4px #999;
}
.mini-list li .product-details {
    margin-left: 85px;
}
.mini-list li h5 {
    margin-top: 0;
    margin-bottom: 3px;
}
.mini-list li .product-cats {
    display: block;
    margin-bottom: 3px;
}
.mini-list li .star-rating {
    float: none;
    margin: 5px 0 8px;
    font-size: 12px;
    letter-spacing: 4px;
    width: 7.4em;
}
.mini-sidebar {
    margin-bottom: 50px !important;
}

div.mini-list div.row:first-child {
	margin-bottom: 40px;
}

/* --------------------------------------------
    LATEST TWEET SHORTCODE
-------------------------------------------- */
.latest-tweets-widget  {text-align:  center;}
.latest-tweets-widget  h4.spb_heading {
    display: inline-block;
    border-bottom-color: #222222;
}
.latest-tweets-widget  h4.spb_heading:before {border: 0;}
.latest-tweets-widget  h4.spb_heading span {background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; padding: 0 0 5px 0;}
.latest-tweets-widget  ul {
    margin-bottom: 10px;
    list-style: none!important;
}
.latest-tweets-widget  ul li {
    margin-left: 0;
    text-align: 
}
.latest-tweets-widget  p {
    margin-bottom: 0;
}
.latest-tweets-widget  .tweet-author {
    margin-right: 4px;
    font-weight: bold;
}
.latest-tweets-widget  .tweet-date {
    text-decoration: none;
    color: #999;
    margin-left: 5px;
    display: inline-block;
}

/* --------------------------------------------
    TWEET SLIDER SHORTCODE
-------------------------------------------- */
.latest-tweets-widget .owl-item div {text-align: center;}
.tweets-slider .tweet-text {
    padding: 0 15%;
    text-align: center;
}
.text-normal .tweet-text {
    font-size: 18px;
    line-height: 26px;
}
.text-large .tweet-text {
    font-size: 24px;
    line-height: 36px;
}
.tweets-slider .twitter_intents {
    margin-top: 20px;
}
.tweets-slider .twitter_intents a {
    margin-left: 5px;
}
.tweets-slider .twitter_intents a:first-child {
    margin-left: 0;
}
.tweets-slider a.twitter-timestamp {
    margin-top: 20px;
    display: block;
    padding: 0 15%;
}
.tweets-slider a:hover {
    text-decoration: none;
}
.parallax-box .parallax-content {
    padding-top: 80px;
    text-align: center;
}
.parallax-box .parallax-content h2 {
    color: #fff !important;
    font-size: 22px;
}
.parallax-box .parallax-content p {
    color: #fff !important;
    font-size: 12px;
    margin: 0 auto;
    max-width: 610px;
    text-transform: none;
    width: 100%;
    line-height: 20px;
}
.c_pro_wrap{
	display:inline-block;
  	position:relative;
  	color:#000;
}
.parallax-box .parallax-content .c_pro_wrap p{
 	color:#000 !important;
  	font-size: 15px !important;
  	text-align: left;
  	margin: 50px 0 30px 0 !important;
  	line-height: 18px !important;
  	letter-spacing: 1px;
    font-weight: bold;
}
.c_pro_wrap ul{
  list-style: disc;
  text-align:left;
  padding-left: 25px;
}
.c_pro_wrap ul li{
  margin-bottom:5px;
}
.c_pro_wrap ul.c_ul_pro_desc .c_d_small{
	display: block;
    font-size: 13px;
    color: #bbb;
}
.c_pro_wrap ul.c_ul_pro_desc .c_d_large{
  font-weight: bold;
}

.news-letter {
    max-width: 378px;
    width: 100%;
    margin: 0 auto;
}
#latest-post {
    margin-bottom: 40px;
}
.blog-slider1 .owl-controls .owl-pagination {
  width: 100%;
  position: absolute;
  top: -60px;
}
.blog-slider1 .owl-theme .owl-controls .owl-page span {
    border: 2px solid #FFF;
    display: block;
    height: 15px;
    margin: 5px;
    opacity: 0.5;
    width: 15px;
}
.blog-slider1 .owl-theme .owl-controls .owl-page:hover span {
    background-color: #FFF;
    border: 2px solid #5b7b37;
}
.blog-slider1 .owl-theme .owl-controls .owl-page.active span {
    background-color: #FFF;
    border: 2px solid #5b7b37;
}
.block-home-1 {
    text-align: center;
    margin-bottom: 50px;
}
.blog-slider1 .recent-post h5 {
    font-size: 14px;
}
.recent-post .post-details span {
    color: #202020;
    padding: 0 3px;
}
.blog-slider1 .recent-post .post-details {
    margin-bottom: 12px;
}
.block-related-slider .block-subtitle {
    margin-bottom: 25px;
}
.block-related-slider .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.block-related-slider .owl-theme .owl-controls .owl-buttons div.owl-prev { 
    background: transparent;
    font-size: 16px;
    height: 16px;
    left: -2px;
    position: absolute;
    top: -28px;
    width: 16px;
}
.block-related-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    background: transparent;
    font-size: 16px;
    height: 16px;
    left: 20px;
    position: absolute;
    top: -28px;
    width: 16px;
}

/* Blog */
#postComment .group-select h3.submitComment {
    color: #202020;
    display: none;
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: none;
}
#postComment .group-select .form-list {
    margin: 0;
}
#postComment .group-select .form-list .input-box {
    float: left;
    font-size: 12px;
    margin-right: 5%;
    margin-bottom: 15px;
    width: 47.5%;
}
#postComment .group-select .form-list .input-box-right {
	margin-right: 0;
}
#postComment .group-select .form-list .input-box .required {
    font-size: 10px;
    text-transform: uppercase;
}
#postComment .group-select .form-list .input-box .input-text {
    width: 100%;
}
#postComment .group-select .form-list .aw-blog-comment-area {
    margin: 0;
    width: 100%;
}
#postComment .group-select .form-list .aw-blog-comment-area .input-text {
    width: 100%;
}
#postComment input.input-text,
#postComment select, 
#postComment textarea {
	border: 1px solid #202020;
}
#postComment textarea {
	height: 220px;
}
.postWrapper {
    margin: 10px 0 50px;
    overflow: hidden;
    clear: both;
}
.postWrapper .postImage {
    padding-bottom: 30px;
    position: relative;
}
.postContentWrapper .postTitle {
	margin-bottom: 40px;
}
.postContentWrapper .postTitle.postComments {
	border-bottom: 1px solid #202020;
	margin-bottom: 25px;
    padding-bottom: 15px;    
}
.postContentWrapper .postTitle h2 {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 0 0 5px;
}
.postContentWrapper .postTitle h2 a {
    color: #202020;
    font-size: 24px;
    font-weight: normal;
}
.postContentWrapper .postTitle .h7,
.block-content .article .h7,
.commentWrapper .commentDetails .h7 {
    color: #8b8a8a;
    font-size: 12px;
    font-style: italic;
}
.block-content .article a {
  text-transform: uppercase;
}
.commentWrapper {
    margin-bottom: 20px;
}
.commentWrapper .commentDetails {
    margin-bottom: 10px;
}
.postContentWrapper .postContent {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 70px;
}
.blogReadmore {
    display: none;
}
.postReadmoreComments {
    margin-top: 10px;
    text-align: right;
}
.postContentWrapper .postTitle.postComments h3 {
    color: #202020;
    font-size: 20px;
    letter-spacing: 2.5px;
    margin: 0;
}
#comments .comment{
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
  margin-bottom: 15px;
}
.postContentWrapper .content-01 {
	color: #202020;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.5px;
}
.postContentWrapper .content-02 {
	color: #8b8a8a;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
}
.postContentWrapper .content-01 p,
.postContentWrapper .content-02 p {
	margin: 0 0 15px;
}
.postContentWrapper .content-images {
    float: left;
    padding: 10px 30px 0 0;
}
a.slider-nova {
	color: #FFF !important;
}

/* Home One 3 ============================================================================ */
.arw_tab_title.blog_tab_title .tab_sub_title h2.title {
    margin: 0 0 88px;	
}

/* Footer ================================================================================ */
.footer-top .box {
    clear: both;
    display: table;
    margin-bottom: 20px;
    width: 100%;
}
#footer_a {
    background-color: #f6f6f6;
}
#footer_a {
    margin: 0;
    min-height: 109px;
    padding: 20px 10px 25px;
}
#footer_a .logo-ft {
    padding: 22px 0 10px;
    text-align: center;
}
#footer_a .footer-top p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
#footer_a .footer-top {
	text-align: center;
}
#footer_a .footer-top ul.icon {
    display: inline-block;
    margin-bottom: 5px;
}
#footer_a .footer-top ul.icon li {
    float: left;
}
#footer_a .footer-top ul.icon li a {
    font-size: 25px;
    margin-right: 25px;
}

#footer_b {

}

#footer_c {
    padding: 0 0 62px;
    text-align: left;
}
#footer_c h3 {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#footer_c .line-ft {
    padding-bottom: 10px;
	max-width: 70px;
	margin: 5px 0 15px;
    display: block;
}
#footer_c ul li {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 36px;
    list-style: outside none none;
}
#footer_c ul li a {
    color: #8c8c8c;
    line-height: 24px;
}
#footer_c ul li a:hover {
    color: #ffffff;
}
#footer_c .widget-text p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}

#footer_d .footer {
    padding: 24px 0;
}
#footer_d a:hover {
    color: #ffffff;
}
#footer_d a {
    color: #4bb8e2;
    text-decoration: none;
}
#footer_d .paypal-logo {
    padding-top: 3px;
    text-align: right;
}

#footer_e {
    border-top: 1px solid #464646;
    color: #8c8c8c;
    padding: 0;
    text-align: left;
}
#footer_e p {
    margin-bottom: 0;
    line-height: 1.6;
}
.sidebar .images-block{
	margin-bottom:20px;
}
.sidebar .images-block .s_news_sub_img{
	margin-top:20px;
}
.pro-wrap {
    text-align: center;
    margin-top: 18px;
}
.pro-wrap .review-wrap{
	text-align: center;
}
.cbd_questions{
	position:relative;
  	display: inline-block;
  	width: 100%;
}
.cbd_questions h5{
 	font-size: 18px;
    color: #3b3b3b; 
}
.cbd_questions p{
	color: #999;
}
/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    
    only screen and (-webkit-min-device-pixel-ratio: 2),
    
    only screen and (min-device-pixel-ratio: 2) {
    
    .logo-normal {display:none;}
    .logo-retina {display:block;}
}

/* Brand_list ================= */
.brand_list {
    margin: 70px 0;
    position: relative;
}
.brand_list .item {
    border: 1px solid #dddddd;
    display: inline-block;
}
.brand_list .item img {
    width: 100%;
}
.bx-controls-direction {
	opacity: 0;
}
.more-views:hover .bx-controls-direction {
	opacity: 1;
}

/*  Facebook Likebox Widget  */
.facebook_left {
    width: 245px;
    height: 389px;
    position: fixed;
    left: -245px;
    top: 148px; 
    z-index: 99997;
}
.facebook_right {
    width: 245px;
    height: 389px;
    position: fixed;
    right: -245px;
    top: 148px;
    z-index: 99997;
}   
.facebook_left #facebook_icon {
    float: right;
    height: 54px;
    width: 46px;
    right: -46px;
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/facebook_lb_l.png?3531747516428620331) no-repeat;
    cursor: pointer;    
    position: relative; 
    z-index: 99998; 
}
.facebook_right #facebook_icon {
    float: left;
    height: 54px;
    width: 46px;
    left: -46px;
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/facebook_lb_r.png?3531747516428620331) no-repeat;
    cursor: pointer;
    position: relative; 
    z-index: 99998; 
}
.facebook_right .facebook_box {
    background-color: #FFFFFF;
    border: 4px solid #3B5998;
    float: right;
    top: -54px;
    position: relative;
    z-index: 99999;     
}
.facebook_left .facebook_box {
    background-color: #FFFFFF;
    border: 4px solid #3B5998;
    float: left;
    top: -54px;
    position: relative; 
    z-index: 99999;     
}

/*  Twitter Widget  */
.twitter_left {
    width: 245px;
    height: 389px;
    position: fixed;
    left: -245px;
    top: 148px; 
    z-index: 99994;
}
.facebook_left + .twitter_left {
    top: 203px;
}
.twitter_right {
    width: 245px;
    height: 389px;
    position: fixed;
    right: -245px;
    top: 148px;
    z-index: 99994;
}
.facebook_right + .twitter_right {
    top: 203px;
}
.twitter_left #twitter_icon {
    float: right;
    height: 54px;
    width: 46px;
    right: -46px;
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/twitter_lb_l.png?3531747516428620331) no-repeat;
    cursor: pointer;    
    position: relative; 
    z-index: 99995; 
}
.twitter_right #twitter_icon {
    float: left;
    height: 54px;
    width: 46px;
    left: -46px;
    background: url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/twitter_lb_r.png?3531747516428620331) no-repeat;
    cursor: pointer;
    position: relative; 
    z-index: 99995; 
}
.twitter_right .twitter_box {
    background-color: #FFFFFF;
    border: 4px solid #4BB8E2;
    float: right;
    top: -54px;
    width: 245px;
    height: auto;
    padding: 0 10px;
    position: relative;
    z-index: 99996;     
}
.twitter_left .twitter_box {
    background-color: #FFFFFF;
    border: 4px solid #4BB8E2;
    float: left;
    top: -54px;
    width: 245px;
    height: auto;
    padding: 0 10px;
    position: relative; 
    z-index: 99996;     
}

/*  Video Box Widget  */
.video_box_left {
    width: 588px;
    height: 343px;
    position: fixed;
    left: -588px;
    top: 148px;
    z-index: 99991;
}
.facebook_left + .video_box_left, .twitter_left + .video_box_left, .facebook_left + .twitter_right + .video_box_left {
    top: 203px;
}
.facebook_left + .twitter_left + .video_box_left {
    top: 258px;
}
.video_box_right {
    width: 588px;
    height: 343px;  
    position: fixed;
    right: -588px;
    top: 148px;
    z-index: 99991;
}
.facebook_right + .video_box_right, .twitter_right + .video_box_right, .facebook_right + .twitter_left + .video_box_right {
    top: 203px;
}
.facebook_right + .twitter_right + .video_box_right {
    top: 258px;
}
.video_box_left #video_box_icon {
    float: right;
    height: 54px;
    width: 46px;
    right: -46px;
    background: #ed5053 url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/video_box_l.png?3531747516428620331) no-repeat;
    position: relative; 
    z-index: 99992;     
}
.video_box_right #video_box_icon {
    float: left;
    height: 54px;
    width: 46px;
    left: -46px;
    background: #ed5053 url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/video_box_r.png?3531747516428620331) no-repeat;
    position: relative; 
    z-index: 99992;     
}
.video_box_right .video_box {
    background-color: #FFFFFF;
    border: 4px solid #ed5053;
    float: right;
    width: 588px;
    height: 343px;
    top: -54px;
    position: relative; 
    z-index: 99993;
    padding: 10px;
}
.video_box_left .video_box {
    background-color: #FFFFFF;
    float: left;
    width: 588px;
    height: 343px;
    top: -54px;
    position: relative; 
    z-index: 99993;
    padding: 10px;
}

/*  Custom Box Widget  */
.custom_box_left {
    width: 245px;
    height: 399px;
    position: fixed;
    left: -245px;
    top: 148px;
    z-index: 99988;
}
.facebook_left + .custom_box_left, .twitter_left + .custom_box_left, .video_box_left + .custom_box_left, .facebook_left + .twitter_right + .custom_box_left, .facebook_left + .video_box_right + .custom_box_left, .facebook_right + .twitter_left + .video_box_right + .custom_box_left, .facebook_left + .twitter_right + .video_box_right + .custom_box_left, .twitter_left + .video_box_right + .custom_box_left {
    top: 203px;
}
.facebook_left + .twitter_left + .custom_box_left, .facebook_left + .video_box_left + .custom_box_left, .twitter_left + .video_box_left + .custom_box_left, .facebook_left + .twitter_right + .video_box_left + .custom_box_left, .facebook_left + .twitter_left + .video_box_right + .custom_box_left {
    top: 258px;
}
.facebook_left + .twitter_left + .video_box_left + .custom_box_left {
    top: 313px;
}
.custom_box_right {
    width: 245px;
    height: 399px;  
    position: fixed;
    right: -245px;
    top: 148px;
    z-index: 99988;
}
.facebook_right + .custom_box_right, .twitter_right + .custom_box_right, .video_box_right + .custom_box_right, .facebook_right + .twitter_left + .custom_box_right, .facebook_right + .video_box_left + .custom_box_right, .facebook_left + .twitter_right + .video_box_left + .custom_box_right, .facebook_right + .twitter_left + .video_box_left + .custom_box_right, .twitter_right + .video_box_left + .custom_box_right {
    top: 203px;
}
.facebook_right + .twitter_right + .custom_box_right, .facebook_right + .video_box_right + .custom_box_right, .twitter_right + .video_box_right + .custom_box_right, .facebook_right + .twitter_left + .video_box_right + .custom_box_right, .facebook_right + .twitter_right + .video_box_left + .custom_box_right {
    top: 258px;
}
.facebook_right + .twitter_right + .video_box_right + .custom_box_right {
    top: 313px;
}
.custom_box_left #custom_box_icon {
    background: #ffca00 url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/custom_box_l.png?3531747516428620331) no-repeat;
    float: right;
    height: 54px;
    width: 46px;
    right: -46px;
    position: relative; 
    z-index: 99989;     
}
.custom_box_right #custom_box_icon {
    background: #ffca00 url(//http://cdn.shopify.com/s/files/1/1016/4221/t/3/assets/custom_box_r.png?3531747516428620331) no-repeat;
    float: left;
    height: 54px;
    width: 46px;
    left: -46px;
    position: relative; 
    z-index: 99989;     
}
.custom_box_right .custom_box {
    background-color: #FFFFFF;
    border: 4px solid #ffca00;
    float: right;
    text-align: left;
    width: 245px;
    height: auto;
    padding: 10px;
    top: -54px;
    position: relative; 
    z-index: 99990;
}
.custom_box_left .custom_box {
    background-color: #FFFFFF;
    border: 4px solid #ffca00;
    float: left;
    text-align: left;
    width: 245px;
    height: auto;
    padding: 10px;
    top: -54px;
    position: relative; 
    z-index: 99990;
}

/* Home Collections ================================================================================ */
.home-collections .demo-notice {
	display: none;
}
.home-collections .novaworks-main-content {
    margin-top: 0;
}
.home-collections .main {
    padding-bottom: 0;
}
/* Clears ================================================================================ */
.clearer:after,
.top-header-container:after,
.top-header:after,
.header-container:after,
.header-container .top-container:after,
.top-header .links:after,
.header .i-header-content .header-left:after,
.header .mini-cart .block-content .actions:after,
.header:after,
.header-center:after,
.mini-cart:after,
.bag-product-img:after,
#nav:after,
#wide-menu #nav .header-nav-dropdown-wrapper:after,
.i-top-right:after,
#menuInnner:after,
.content-head:after,
.home-gallery-button:after,
.easy-slider div div div:after,
.home-content-container:after,
.home-gallery:after,
.rb-grid:after,
.accordion:after,
.mini-products-list:after,
.mini-products-list .item:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.default-slider .flexslider:after,
.slider-width:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list-inner:after,
.products-list li.item:after,
.product-tabs:after,
.added-content:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.iosSliderButtons:after,
.social-icons:after,
.shipping-form ul:after,
.more-views:after,
.home-callout:after,
.discount-form:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.products-list .product-sho:after,
.resp-tabs-list:after,
.products-list .act-box:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.main-container .data-table .cart-label:after,
.product-review:after,
.pading-top-bottom-20:after,
.cart:after,
.product-shop .price-box:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.cart .totals:after,
.cart .totals .checkout-types li:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.footer-info .span4:after,
.buttons-set:after,
.form-subscribe:after,
.footer-info:after,
.footer-aditional:after,
.social-links:after,
.bottom-menu-column:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.form-alt li:after,
.block-inner-menu:after,
.novaworksshop-static-block-box:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */