C/*  Base HTML tags -------------------------------------------------- */
html { -webkit-font-smoothing: antialiased; }
body { /*June 100815*/background-color:#000; margin: 0 auto; font-family: 'Arial', 'sans-serif'; color: #2d2d2d; font-size: 12px; line-height: 20px; position: relative; overflow-x: hidden;}
::selection {
  background: #ffca78; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffca78; /* Gecko Browsers */
}

input:focus { 
    background-color: #efefef;
}https://spigenus.myshopify.com/admin/themes/10729189?key=assets/theme-styles.css.liquid#

/* June Scroll 100815 */
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 13px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border-left: 2px solid #F5F5F5;
  	border-right: 2px solid #F5F5F5;
}

/*  Forms -------------------------- */
.visible-phone {display: none;}

fieldset, legend {  border: none;}

.collection-title .btn,#dropdown-cart .actions .btn,.action-btn input {font-weight:700; font-size:15px; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;}
.action-btn input:hover, .action-btn input:focus {font-size: 17px!impoartnat;}


.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] { display: inline-block;padding: 1.384615385em 0.615384615em;}

.row-fluid textarea[class*="span"] { padding-top: 0.5em; padding-bottom: 0.5em;}

blockquote { border-left: 5px solid #eee; font-size: 12px; font-style: italic;  margin: 0 0 20px;  padding: 10px 20px;  line-height: 26px;}
input[type="image"] {width: auto;}
textarea{ border: 1px solid #d2d8db;}

input[type="checkbox"] { vertical-align: top; margin-right: 10px; }

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 { margin: 0;padding: 0.615384615em; }

select,
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"] { padding: 5px 10px; line-height: 1.35; height: 36px; border: 1px solid #cbcbcb; }

/*input[type="submit"] { line-height: 1.1; }*/

label { margin-bottom: 7px; font-weight: 700; font-size:14px;}
label em { color: #f1152f; font-weight: 400; font-style: normal; margin-left: 3px; }

.form-actions { background: none; border: none;  padding: 20px 0 0 0;}

.alert ul { margin-bottom: 0;}
ul { padding: 0; list-style: disc inside none; margin-bottom: 20px; padding-left: 30px; }
ol { padding: 0; list-style: decimal inside none; margin-bottom: 20px; padding-left: 30px; }
li { margin-bottom: 0.25em; }

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.form-success { background:url(icons_new_31.png) 10px -1307px no-repeat;  margin-bottom: 20px; padding: 5px 20px 5px 30px; font-weight:700; font-family:Open sans; color:#ff5a00; }

/*  Images -------------------------- */
img { max-width: 100%; height: auto;  border: 0; -ms-interpolation-mode: bicubic; -webkit-transition:all 250ms ease-in-out 0s; -moz-transition:all 250ms ease-in-out 0s; -ms-transition:all 250ms ease-in-out 0s; -o-transition:all 250ms ease-in-out 0s; transition:all 250ms ease-in-out 0s; }

.image { max-width: 100%;  height: auto;  border: 0;  -ms-interpolation-mode: bicubic;}

/*  Typography -------------------------- */
h1, h2, h3, h4, h5, h6 {  font-weight: 400; line-height: 1.25em;  margin: 0;  padding: 0;}
h1 {font-size: 2.307692308em; /* 30/13 */ margin-bottom: 1em;}
h2 {font-size: 2em; /* 26/13 */ margin-bottom: 1em;}
h3 {font-size: 20px ; margin-bottom: 1.25em;}
h4 {font-size:17px ;  margin-bottom: 1.5em;}
h5 {font-size:15px ;  margin-bottom: 1.5em;}
h6 {font-size: 1em; margin-bottom: 1.5em;}

p:last-child { margin-bottom: 0;}
small { font-size: 12px ;}
h2 small.pull-right { padding-top: 0.538461538em; }

/*  Links -------------------------- */
a { -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; color: #444; }
a:hover, a:focus { color: #444;}
a:focus { text-decoration: none; }
a, a:link, a:hover, a:active { outline: none; }

/*  Global classes -------------------------------------------------- */
.no-style { margin: 0 !important; padding: 0 !important; border: 0 !important; background: none !important; }
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center;}
.fl { float: left; }
.fr { float: right; }
.fn { float: none; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.hide,
.hidden {display: none;}
.move {cursor: move;}

/*  Formatting ------------------------------------------ */
.hidden { display: none;}
.move { cursor: move;}
.section-title {  display: none;}

/*  Layout -------------------------------------------------- */
.main-content { display: block; padding-bottom: 80px; padding-top: 0; min-height: 450px; }
.template-index .main-content { padding: 0; max-width:1280px;margin:0 auto 75px; }

/*  Buttons -------------------------------------------------- */
.btn,
.btn:hover,
.btn-secondary { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -o-transition: all 0.1s; transition: all 0.1s; }

.btn,
.btn-secondary,
.text-continue a,
.spr-summary-actions a,
#get-rates-submit,
.infinite-scrolling a,
.infinite-scrolling-homepage a { padding: 0 25px; text-transform: uppercase; line-height: 34px; height: 36px; font-weight: 700; border: 2px solid transparent; text-decoration: none; }
.btn span.arrow { text-indent:999em; display: inline-block; width:15px; height:22px; background: url(icons_new_31.png) no-repeat 7px -2340px}
.btn:hover span.arrow { background-position:7px -2390px; }

.text-continue a { display: inline-block; }

.infinite-scrolling a,
.infinite-scrolling-homepage a { display: inline-block; width: 345px; }
.infinite-scrolling a.disabled,
.infinite-scrolling-homepage a.disabled,
.infinite-scrolling a.disabled:hover ,
.infinite-scrolling-homepage a.disabled:hover { cursor: default; color: #fff; background: #f3f3f3; border-color: #f3f3f3; border-bottom-color: #ebebeb; }
.infinite-scrolling a {font-size:17px;}

.input-group .btn-secondary, 
.input-group .input-group-field { height: 36px;}

.btn[disabled] { opacity:1; filter:alpha(opacity=100); background: none!important; border-color: #bebebe!important; color: #bebebe!important; }

.quickview-button { margin-top: 80px; line-height:1; }
.quickview-button a { padding: 5px 10px; text-transform: uppercase; font-size: 11px; font-weight:400; background: #333; color: #fff; display: block; letter-spacing:0; text-decoration: none; }

/* table  ---------------------------------------------------- */
table { border: 1px solid #dfe4e6; width: 100%;}
table td,
table th {border-bottom: 1px solid #dfe4e6; padding:20px;}
table th { font-size: 11px; text-transform: uppercase; font-weight: 700; }

/*  Fancybox -------------------------- */
.fancybox-title {display: none;}

/*  SelectBoxIt -------------------------- */
.selectboxit-container,
.selectboxit,
.selectboxit:active{ outline: none;}

/* Div container holding the dropdown list */
.selectboxit-container { display: inline-block; width: 100%; }

/* Dropdown List Box */
.selectboxit{cursor: pointer;height: 35px;margin: 0; white-space: nowrap; width: 100%;  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);-webkit-border-radius: 0px; -moz-border-radius: 0px;  border-radius: 0px; -webkit-transition: all 0.1s;-moz-transition: all 0.1s; -o-transition: all 0.1s;transition: all 0.1s;}

/* Dropdown List Box and Dropdown Options List  */
.selectboxit, .selectboxit-options {width: 100%;}

/* Dropdown list Default Icon Positioning */
.selectboxit-default-icon { float: left;}

/* Dropdown List Box Text */
.selectboxit-text { text-indent: 10px; line-height: 35px; overflow: hidden; float: left; white-space: nowrap; /* Prevents text selection */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; ms-user-select: none; -o-user-select: none; user-select: none;}

/* Dropdown List Options List*/
ul.selectboxit-options { cursor: pointer; display: none; list-style: none; margin-top: -1px; overflow: auto;  padding: 0.5em 0; position: absolute; min-width: auto; max-height: 180px; white-space: nowrap; width: 100%; -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.08);  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); -webkit-border-radius: 0px;  -moz-border-radius: 0px;border-radius: 0px;  z-index: 99999;}

.selectboxit-options.dropdown-menu li > a{ -webkit-transition: none;  -moz-transition: none;-o-transition: none;transition: none;}
ul.selectboxit-options a { padding: 3px 15px;}
/* Dropdown List Individual Options */
.selectboxit-options li, .selectboxit-options .selectboxit-optgroup-header { line-height: 30px;  text-indent: 5px;  overflow: hidden;  white-space: nowrap;  list-style: none;}

/* Dropdown List Optgroup Headers */
.selectboxit-options .selectboxit-optgroup-header {  font-weight: bold;}

/* Dropdown List Optgroup Options */
.selectboxit-options .selectboxit-optgroup-option { text-indent: 20px;}

/* Dropdown List Optgroup Header hover psuedo class */
.selectboxit-options .selectboxit-optgroup-header[data-disabled='true']:hover { cursor: default;}

/* Dropdown List Down Arrow Container (if an image is not used) */
.selectboxit-arrow-container { padding-right: 5px; width: 19px; float: right;}

/* Dropdown List Down Arrow */
.selectboxit-arrow-container i.selectboxit-arrow {
  /* Horizontally centers the down arrow */ margin: 0 auto; display: block;}

/* Dropdown List Individual Option Icon Positioning ----------------------------------- */
.selectboxit-options li i { display: none; float: left;}

/* Title page -----------------------------------------------------------------------  */
.page-header h2,
.page-header h1,
.banner h2,
.banner-home-bottom .des h4,
.widget-title h3,
.free-shipping h3,
.newsletter .block-title h3 span,
.refined-widgets > span,
#email-modal .window-window .window-content .title,
.widget-new-product .widget-title h2,
.collection-title a,
/*.product-shop .product-description h4,*/
.related-products h2,
.recently-viewed-products h2,
#shipping-calculator h3,
#add-comment-title,
.title-comment { text-transform: uppercase; font-weight: 700; letter-spacing: 0.0em; }

.grid-item .spr-badge-caption {display: none;}
#product-review-t:hover {text-decoration:none;}
#product-review-t:hover span {color:#ff5a00}

.page-header { margin: 0 0 23px; padding:0; border:0; }
.page-header h2,
.page-header h1 { font-size: 20px; margin-bottom: 22px; letter-spacing: 0; margin:0; }

.template-page .page-header .img_cart { margin: 0; margin-top:-15px; }
.page-header .rte { position: relative; line-height: 26px;}
.template-collection .page-header { margin-bottom: 15px; }
.template-collection .page-header .rte { line-height: 20px; }
.template-collection .page-header h2 { margin-bottom: 19px; }

/* pagging ----------------------------------------------------------------------- */
.padding { clear: both; overflow: hidden; }
.pagination-page { text-align: right; margin: 0; }
.pagination-page li { display: inline; list-style: none; }
.pagination-page li span,
.pagination-page li a { padding: 0; margin: 0 6px; letter-spacing: 0; }
.pagination-page li span { color: #444; font-weight: 400; }
.pagination-page li.text a { border-bottom: 1px solid #000; color: #2d2d2d;}
.pagination-page li.text a:hover { border-bottom: 0; text-decoration: none; }

/* sidebar ----------------------------------------------------------------------- */
.sidebar { width: 20.5%!important; }
.col-main { width: 79.5%!important; }
.sidebar-banner { margin-bottom: 45px; text-align:center; }
.sidebar-banner img { border: 1px solid transparent; margin: -1px; }
.sidebar .widget-title { border-bottom: 1px solid #d0d0d0; padding-bottom:10px; margin-bottom:14px; }
.sidebar .sidebar-links .widget-title { margin-bottom: 25px; }
.sidebar .sidebar-cms-custom .widget-title { margin-bottom: 22px; }
.sidebar-links .widget-content > ul > li { margin: 19px 0; }
.sidebar-links .widget-content > ul > li > a { font-weight: 700; color: #444; letter-spacing: 0; text-transform: uppercase; text-decoration: none; }
.sidebar-links .widget-content > ul > li > a.focus:before,
.sidebar-links .widget-content > ul > li > a.active:before,
.sidebar-links .widget-content > ul > li > a:hover:before { border: 5px solid transparent; border-left: 5px solid #000; width: 0; height: 0; content: ""; display: inline-block; margin-right: 5px; }

.sidebar-custom .widget-title h3 span { cursor: pointer; font-size: 12px; }
.sidebar-custom .widget-title h3 span:before { content: ''; width: 0; height: 0; border: 5px solid transparent; border-top-color: #000; display: inline-block; margin: 0 10px -2px 0; }
.sidebar-custom .widget-title h3 a { text-transform: capitalize; font-size: 12px; font-weight: 400; float: right; letter-spacing: 0; }
.sidebar-custom .widget-title.click h3 span:before { border-top-color: transparent; border-bottom-color: #000; margin-bottom: 2px; }

.sidebar-custom .widget-title { margin-bottom: 20px; padding: 21px 0 0; border-top: 1px solid #d0d0d0; border-bottom: 0; }
.sidebar-custom .widget-content { margin-bottom: 0; }
.sidebar-custom label { font-weight: normal; }
.sidebar-custom ul { overflow: hidden; }
.sidebar-custom ul li a { text-decoration: none; }
.sidebar-custom ul li.active a,
.sidebar-custom ul li a:hover { font-weight: 700; }
.sidebar-custom input[type="checkbox"] { display: none; }
.sidebar-custom input[type="checkbox"] + label { background: url(check-box.png) no-repeat 0 center; padding-left: 23px; }
.sidebar-custom input[type=checkbox] + label:hover,
.sidebar-custom input[type=checkbox]:checked + label { background: url(check-box-checked.png) no-repeat 0 center; cursor: pointer; }
.sidebar-custom.size ul li { float: left; width: 50%; padding-right: 10px; }
.sidebar-custom.color ul { margin: 0 -14px 10px 0; }
.sidebar-custom.color ul li { width: 34px; margin: 0 14px 14px 0; padding:0; float: left; }
.sidebar-custom.color ul li a { display: block; border: 1px solid #eaeaea; width: 34px; height: 34px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.sidebar-custom.color ul li a img { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; opacity: 1; filter: alpha(opacity=100); }
.sidebar-custom.color ul li a:hover,
.sidebar-custom.color ul li a.active { border: 3px solid #000; }

.refined-widgets { margin-bottom: 10px; overflow: hidden; }
.refined-widgets > span { font-size: 14px; }
.refined-widgets > a { float: right; }
/*.refined-widgets ul { overflow: hidden; margin-bottom: 14px; }
.refined-widgets ul li { float: left; margin: 0 5px 5px  0; }
.refined-widgets ul li a { color: #2d2d2d; border: 1px solid #d0d0d0; display: inline-block; padding: 0 8px; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; line-height: 22px; }
.refined-widgets ul li a span { text-align: center; display: inline-block; font-weight: 700; margin-left: 8px; }
.refined-widgets ul li a:hover { background: #3c3c3c; border-color: #3c3c3c; color: #fff; 
  -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }*/

.sidebar-cms-custom .widget-content { color: #797979; font-style: italic; }
.sidebar-cms-custom .widget-content p { margin-bottom: 19px; }

.sidebar .widget-featured-product { margin-top: 45px; }
.sidebar .widget-featured-product .widget-title { margin-bottom: 30px; }
.widget-featured-product .products-grid { margin: 0; }
.widget-featured-product .products-grid .owl-item .grid-item { min-height: 100px; margin: 0 0 40px; padding: 0; width: 100%; }
.widget-featured-product .grid-item .product-grid-image img { max-width: 120px; max-height: 160px; border: 1px solid transparent; }
.widget-featured-product .product-title { margin-bottom: 4px; font-family: Open Sanse!imporant; }
.widget-featured-product .price-box { margin-bottom: 15px; }
.widget-featured-product .products-grid .spr-badge { position: static; opacity: 1; filter: alpha(opacity=100); }
.widget-featured-product .btn { height: 32px; line-height: 32px; border: 1px solid transparent; font-size: 11px!important; }
.widget-featured-product .owl-theme .owl-controls .owl-buttons div.owl-prev { top: 62px; left: 0; }
.widget-featured-product .owl-theme .owl-controls .owl-buttons div.owl-next { top: 62px; right: 0; }

/* widget ----------------------------------------------------------------------- */
.widget-title { margin-bottom: 40px; }
.widget-title h3 { font-size: 14px; margin: 0; }

.widget-content { margin-bottom: 47px; }
.widget-content ul { list-style: none; padding-left: 0; }

.sidebar .widget-recent-articles .widget-title { padding-bottom:16px; }
.widget-recent-articles .article { border-bottom: 1px solid #d0d0d0; margin-bottom: 15px; padding-bottom: 18px; }
.widget-recent-articles .article a { line-height:20px; }
.widget-recent-articles .article em { display: block; padding-top: 11px; color:#848484; }

.widget-tags .widget-title {margin-bottom: 22px;}
.widget-tags .widget-content { margin-bottom: 40px; }
.widget-tags li { display: inline; margin-right:10px; }
.widget-tags li a { font-size: 13px; font-style: italic; color: #848484; line-height: 30px; }
.widget-tags li a:hover { color: #444; border-bottom: 1px solid #000; text-decoration: none; }

/* flex slider ---------------------------------------------------------------------- */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles -------------------------------------------------------------------------- */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; cursor: pointer; }
.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme */
.flexslider { padding:0; margin: 0 0 23px; position: relative; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav a { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 2; overflow: hidden;  cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #444; }
.flex-pauseplay a:before  { font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 11px; display: inline-block; }
.flex-control-paging li a { width: 11px; height: 11px; display: block; cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a.flex-active {cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* breadcrumb ---------------------------------------------------------------------- */
.breadcrumb { font-family:Open Sans; background: none; padding:0; margin-bottom:18px; -webkit-border-radius: 0; -moz-border-radius:0px; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; clear: both; letter-spacing: 0; font-size:13px; }
.breadcrumb span {font-weight:700; color:#ff5a00!important;}
.breadcrumb a,
.breadcrumb span { color: #c4c4c4; font-weight:700; font-family:Open Sans;}
.breadcrumb span.arrow { margin: 0 7px; font-weight:400; line-height:0; width:0; height:0; color:#c4c4c4!important; }
.breadcrumb a:hover {color:#868686!important;text-decoration:none;}

/* header ------------------------------------------------------------------------- */
.header-top { text-align: left; text-transform:uppercase; font-size:11px; padding: 6px 0; letter-spacing: 0.05em; width:50%; float:left; margin-top:6px; }
.header-top a.link { border-bottom: 0; }
.header-top a.link:hover { text-decoration:none; border-bottom:0; }
.header-top .close { text-indent: -999em; display:block; width: 9px; height: 9px; background: url(icons_new_31.png) no-repeat 0 -229px; opacity: 1; margin:5px 10px 0 0; float:left }


.header { padding: 16px 0 0; }
.header-mobile { display: none; position: relative; float: left; background: #141414; }
.header-mobile #showLeftPush { height:60px; background: url(mobile_menu_bar_x2-2.png) no-repeat center center #fff; display: block; text-indent: -999em; text-align: center; cursor: pointer; background-size: 20px 18px; }
.header-mobile #showLeftPush.active  {background-color: rgba(0,0,0,0.3); background-image:none; position:fixed; right:0; top:0; z-index:10;width:100%; height:100%;}
.header-mobile .customer-area { float: left; width: 75%; position: static; }
.header-mobile .customer-area > a { float: left; width: 100%; height:60px; line-height:59px; background-color:#fff;  }
.header-mobile .customer-area.open > a,
.header-mobile .customer-links { margin: 0; display:block }
.header-mobile .dropdown-menu { font-size:12px; margin: 0; width: 200%; padding: 10px 15px; 
-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; 
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.header-mobile .dropdown-menu ul { overflow: hidden; margin: 0 0 10px; padding-left: 0; list-style: none; }
.header-mobile .dropdown-menu .wishlist a { color: #323232; }
.header-mobile .mobile_logo {width:100%; text-align:center;}
.header-mobile .mobile_logo img {width:70%; max-width:160px;}

.header-panel { clear: both; }
.header-panel-top { float: left; width: 100%; display:block;}
.header-panel-top .nav-search.on {display:none}
.header-panel-top .nav-search.on {display:none; position:albolute; top:0; right:100px}
.header-panel-top .currency { float: right; }
.site-header p.text_order { float: right; margin:0; line-height:30px; letter-spacing: 0; opacity:0.7; }
.header-panel-bottom { float:right; text-align:right; width:50% }
.header-panel-bottom .free_shipping { text-transform: uppercase; font-size:11px; letter-spacing: 0; margin-bottom: 16px; }
.header-panel-bottom .nav-search-bar {float:right; margin-left:5px;margin-top:5px;}
.header-panel-bottom .nav-search-bar .icon-search{display:none;}
.header-panel-bottom .nav-search-bar form .input-group-field {width:150px;!important}

#currencies { float: left; height: 22px; line-height: 22px; padding: 0; } 
#currencies-modal { float: left; font-style: italic; line-height: 30px; }
.header-bottom .selectize-input.full {border: none; margin-top: 0px;   padding: 0 !important;  width: 70px; } 
.header-bottom .selectize-control { float: left; margin-left:23px; height:30px; }
.header-bottom .selectize-control.single .selectize-input:after { right: 5px; border-width: 4px 4px 0; } 
.header-bottom .selectize-control.single .selectize-input.dropdown-active:after { border-bottom-color:#000; border-width: 0 4px 4px; margin-top:-3px; }
.header-bottom .selectize-input.focus {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; } 
.header-bottom .selectize-control div.item { background-position: 0 10px !important; padding-left: 25px; font-weight:700; }
.header-bottom .selectize-control div.option { background-position: 12px 7px !important;  padding-left: 40px; padding-right: 20px;}
.header-bottom .selectize-dropdown { min-width: 80px; }
.header-top .close {display:none;}

.header-bottom .selectize-dropdown,
.header-bottom .selectize-input,
.header-bottom .selectize-input input { text-transform: uppercase; }

.header-bottom .selectize-control.single .selectize-input, 
.header-bottom .selectize-control.single .selectize-input input { height: 30px; line-height: 30px;  min-height: 0 !important; text-align: left;}
.header-panel-bottom .customer-links { display: none; }

.customer-links { text-align: center; float:left; letter-spacing: 0; float: right; padding:0; padding-right: 15px; margin:0; }
.customer-links li { float: left; margin: 0; list-style: none; }
.customer-links li.wishlist { margin-right: 27px; margin-top:17px; }
.customer-links li.wishlist span.icon { width: 13px; height: 11px; line-height:11px; display: inline-block; text-indent: -999em; margin-right: 7px; }
.customer-links li.wishlist span.icon { display:none;}
.customer-links a, .customer-links { color: #323232; }
.customer-links a { text-decoration: none; }
.inline-list {text-align: right;}
.inline-list li {display: inline;}
.inline-list a {padding-left: 10px;}

.customer-links-pc { text-align: center; float:left; letter-spacing: 0; float: right; padding:0; margin:0; width:100%; overflow:hidden; }
.customer-links-pc li { margin: 0 21px 0 ; list-style: none; }
.customer-links-pc li a { color: #1f1f1f; text-decoration: none; }



.customer-area-pc {float:right; margin-right:15px;}
.customer-area-pc a {display: block; padding: 6px 30px 7px 0; margin-top: 6px;background: url(icons_new_31.png) 60px -2043px no-repeat;transition: none;color:white;}
.customer-area-pc a:hover {background-position:60px -2093px; text-decoration:none; color:#ff5a00} 
.customer-area-pc:hover .dropdown-menu, .customer-area-pc:focus .dropdown-menu{ height:400px; border: 1px solid rgba(0, 0, 0, .15), padding:20px;}
/*.customer-area-pc .dropdown-menu .customer-links-pc { height:0px;-webkit-transition: height 0.2s linear; transition: height 0.2s linear; -moz-transition: height 0.2s linear; -o-transition: height 0.2s linear;}
.customer-area-pc:hover .dropdown-menu .customer-links-pc, .customer-area-pc:focus .dropdown-menu .customer-links-pc { height:390px;}*/
.customer-area-pc .dropdown-menu { 
  position: absolute;
  top: 100%;
  left: -65px;
  z-index: 1000;
  float: left;
  min-width: 320px;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #000000;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  height:0px;
  display:flex;
  display:-webkit-flex;
  -webkit-transition: height 0.2s linear; /* Safari 3.1 to 6.0 */ transition: height 0.2s linear; -moz-transition: height 0.2s linear; -o-transition: height 0.2s linear;
  -webkit-box-shadow:0 0 7px rgba(0, 0, 0, .5); box-shadow:0 0 7px rgba(0, 0, 0, .5); -moz-box-shadow:0 0 7px rgba(0, 0, 0, .5); -o-box-shadow:0 0 7px rgba(0, 0, 0, .5);}

.customer-area-pc .dropdown-menu h2, .customer-area-pc .dropdown-menu label {color:white!important; letter-spacing:0;}
.customer-area-pc .dropdown-menu h2 {font-size:16px; margin-top:20px;}
.customer-area-pc .dropdown-menu label {font-size:14px; font-weight:normal; text-align:left;}
.customer-area-pc  #customer_login input {width:100%}
.customer-area-pc #forget_pw {background:none; color:#868686; padding:0; margin:0; font-size:16px;font-family: 'Trade Gothic Next W01'; font-weight:700; letter-spacing:0; text-align:left;}
.customer-area-pc .dropdown-menu #customer_email {margin-bottom:15px;}
.customer-area-pc .dropdown-menu #input#customer_password {margin-bottom:5px;}
.customer-area-pc .dropdown-menu #customer_login .action-btn {margin:21px 0;}
.customer-area-pc .dropdown-menu #customer_login .action-btn input {width:100%; margin:0; margin-bottom:15px; height:44px; background-color:#4b4b4b; border:none;}
.customer-area-pc .dropdown-menu #customer_login .action-btn input:hover {background-color:#ff5a00; color:white;}
.customer-area-pc .dropdown-menu #customer_login .action-btn p:first-child {border-bottom:1px solid #898989}
.customer-area-pc .dropdown-menu #customer_reg {margin-top:15px;}
.customer-area-pc .dropdown-menu #customer_reg a {height:44px; background:none; font-family:'Trade Gothic Next W01'; width:100%; color:white; background-color:#ff5a00; text-align:center; vertical-align:middle;  font-weight: 700;
  font-size: 16px;
  padding: 0;
  padding-top: 11px;
  clear:both;
}
.customer-area-pc .dropdown-menu #customer_reg a:hover {background-color:#ff7326}
.customer-area-pc .dropdown-menu .form-error ul.disc {color:white; margin:5px 0;}
.customer-area-pc .dropdown-menu header {margin-bottom:5px}
.customer-area-pc .dropdown-menu header + label {margin-top:15px;}
/*.customer-area-pc.open > .dropdown-menu {display: block;}*/
.customer-area-pc .dropdown-menu #customer_login input {margin-top:0;}


.customer-links-pc.customer-log-in li { border-top:1px solid #929292; padding:17px 0px; margin:0;}
.customer-links-pc.customer-log-in h3 a, .customer-links-pc.customer-log-in h2 {color:#fff;}
.customer-links-pc.customer-log-in h3 a:hover {color:#ff5a00;}
.customer-links-pc.customer-log-in h2 {
  font-size:24px;
  margin-top:0; 
  margin-bottom:5px;
  font-family: Trade Gothic Next W01;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;}
.customer-links-pc.customer-log-in h3 {margin:0;}
.customer-links-pc.customer-log-in li h3 a {
  background: none;
  font-size: 18px;
  font-family: Trade Gothic Next W01;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  padding:0}
.customer-links-pc.customer-log-in li:first-child {margin:65px auto; border:0;}
.customer-links-pc.customer-log-in li:first-child span {color:#fff}
.customer-links-pc.customer-log-in li:first-child span:hover {color:#fff}
.customer-links-pc.customer-log-in li:last-child a {color:#ff5a00}
.customer-links-pc.customer-log-in li:last-child a:hover {color:#ff7326}

.header-bottom.on .customer-links-pc.customer-log-in li { border-top:1px solid #929292; padding:15px 0px; margin:0;}
.header-bottom.on .customer-links-pc.customer-log-in h3 a, .customer-links-pc.customer-log-in h2 {color:#fff;}
.header-bottom.on .customer-links-pc.customer-log-in h3 a:hover {color:#ff5a00;}
.header-bottom.on .customer-links-pc.customer-log-in h2 {
  font-size:24px;
  margin-top:0; 
  margin-bottom:5px;
  font-family: Trade Gothic Next W01;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;}
.header-bottom.on .customer-links-pc.customer-log-in h3 {margin:0;}
.header-bottom.on .customer-links-pc.customer-log-in li h3 a {
  background: none;
  font-size: 18px;
  font-family: Trade Gothic Next W01;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  padding:0}
.header-bottom.on .customer-links-pc.customer-log-in li:first-child {margin:45px auto; border:0;}
.header-bottom.on .customer-links-pc.customer-log-in li:first-child span {color:#fff}
.header-bottom.on .customer-links-pc.customer-log-in li:first-child span:hover {color:#fff}
.header-bottom.on .customer-links-pc.customer-log-in li:last-child a {color:#ff5a00}
.header-bottom.on .customer-links-pc.customer-log-in li:last-child a:hover {color:#ff7326}



.customer-links-pc li a {display: block; padding: 6px 30px 6px 0; margin-bottom: 10px;transition: none;margin-bottom:0; margin-top:0;text-align:left;}
.customer-links-pc li a.customer-accout { background: url(icons_new_31.png) 60px -2045px no-repeat;}
.customer-links-pc li a.customer-accout:hover {background-position:60px -2095px}
.customer-links-pc li a.wishlist{ background: url(icons_new_31.png) 60px -2045px no-repeat;}
.customer-links-pc li a.wishlist:hover {background-position:60px -2095px}
.customer-links-pc li a.logout_link{ background: url(icons_new_31.png) 60px -2045px no-repeat;}
.customer-links-pc li a.logout_link:hover {background-position:60px -2095px}


.header-bottom.on .customer-area-pc {position: absolute; top:5px; right:120px; margin-right:10px;}
.header-bottom.on .customer-area-pc a { padding-top:15px; background-position: 2px -2045px}
.header-bottom.on .customer-area-pc a:hover {background-position: 2px -2095px; color:#ff5a00}
.header-bottom.on .customer-area-pc a span {display:none;}
.header-bottom.on .customer-area-pc .dropdown-menu { top: 36px; left: -185px; }
.header-bottom.on .customer-links-pc li a {display: block; padding: 6px 30px 6px 0; margin-bottom: 10px;transition: none;margin-bottom:0;text-align:left;}
.header-bottom.on .customer-links-pc li a.customer-accout { background: url(icons_new_31.png) 60px -2045px no-repeat;}
.header-bottom.on .customer-links-pc li a.customer-accout:hover {background-position:60px -2095px}
.header-bottom.on .customer-links-pc li a.wishlist{ background: url(icons_new_31.png) 60px -2045px no-repeat;}
.header-bottom.on .customer-links-pc li a.wishlist:hover {background-position:60px -2095px}
.header-bottom.on .customer-links-pc li a {display: block; padding: 6px 30px 6px 0; margin-bottom: 10px;transition: none;margin-bottom:0;text-align:left;}
.header-bottom.on .customer-links-pc li a.customer-accout { background: url(icons_new_31.png) 60px -2045px no-repeat;}
.header-bottom.on .customer-links-pc li a.customer-accout:hover {background-position:60px -2095px}
.header-bottom.on .customer-links-pc span.logout_link a { background: url(icons_new_31.png) 60px -2045px no-repeat;}
.header-bottom.on .customer-links-pc span.logout_link a:hover {background-position:60px -2095px}


.header-bottom.on .header-top {display:none;}
.header-bottom .nav-search { float: right; margin-left:20px; }
.header-bottom.on .nav-search { float: none; margin-left:0; display:block; position:absolute; right:55px; top:0;}
.header-bottom.on .nav-search-bar .input-group.search-bar {display:none!important;}
.header-bottom.on .nav-search-bar .input-group.search-bar {position:relative;}
.header-bottom .search-bar input.input-group-field { border:0; border-bottom: none; color: #fff!important; width: 0px; padding:8px 5px 5px 5px; width:56px; margin-right:35px; line-height: 15px;  height: 35px; background: #1f1f1f;-webkit-transition: width 1s ease; /* Safari 3.1 to 6.0 */transition: width 1s ease;}
.header-bottom .search-bar input::-webkit-input-placeholder {color:#fff;}
.header-bottom .search-bar input:-moz-placeholder  {color:#fff;}
.header-bottom .search-bar input::-moz-placeholder {color:#fff;}
.header-bottom .search-bar input:-ms-input-placeholder {color:#868686;}
.header-bottom.on .search-bar input::-webkit-input-placeholder {color:#ff5a00;}
.header-bottom.on .search-bar input:-moz-placeholder  {color:#ff5a00;}
.header-bottom.on .search-bar input::-moz-placeholder {color:#ff5a00;}
.header-bottom.on .search-bar input:-ms-input-placeholder {color:#ff5a00;}
.header-bottom .search-bar:hover input::-webkit-input-placeholder, .header-bottom .search-bar input:focus::-webkit-input-placeholder {color:#ff5a00;}
.header-bottom .search-bar:hover input:-moz-placeholder, .header-bottom .search-bar input:focus:-moz-placeholder {color:#ff5a00;}
.header-bottom .search-bar:hover input::-moz-placeholder, .header-bottom .search-bar input:focus::-moz-placeholder {color:#ff5a00;}
.header-bottom .search-bar:hover input:-ms-input-placeholder, .header-bottom .search-bar input:focus:-ms-input-placeholder {color:#ff5a00;}
.header-bottom .search-bar .input-group-btn input.btn{ transition:none;background: url(icons_new_31.png) -78px -2040px no-repeat #1f1f1f; background-color:rgba(0,0,0,0); text-indent: -999em; width: 35px; height: 35px; display: block; padding: 0; position: absolute; top: 0; right: 0; margin:0; border:0; }

.header-bottom .search-bar:hover input.input-group-field,.header-bottom .search-bar input.input-group-field:focus {border:0;color: #0f0f0f!important; overflow:hidden; width:150px;background: #e0e0e0;-webkit-transition: width .5s ease; /* Safari 3.1 to 6.0 */transition: width .5s ease;  padding: 0 5px 0 5px ;}
.header-bottom .search-bar:hover .input-group-btn input.btn {background-position:-78px -2090px; }

.header-bottom .top-cart .first {width: 55px; padding-top: 7px;height: 33px;display: block;padding-right: 40px;background: url(icons_new_31.png) 35px -2142px no-repeat;transition:0s;}
.header-bottom .top-cart .first:hover {background-position: 35px -2192px; color:#ff5a00; text-decoration:none;}
.header-bottom .top-cart{ float: right; text-align: right; margin:0; padding: 5px; margin-right:0; position:relative;}
.header-bottom .top-cart #cartToggle { text-align: center; letter-spacing: 0; color:#323232;}
.header-bottom .top-cart #cartToggle:hover,
.header-bottom .top-cart #cartToggle:focus{text-decoration: none; color:#ff5a00;}
.header-bottom .top-cart .icon {display:none;}

.top-header { position: relative; float:right;}

#dropdown-cart {-webkit-box-shadow:0 0 7px rgba(0,0,0,0.5); box-shadow:0 0 7px rgba(0,0,0,0.5); width: 300px; padding: 0; position: absolute; top: 45px; right: 0px; background: #fff; z-index: 3; text-align: left;}
.mini-products-list .product-image { float: left; margin-right: 15px; display: block; max-width:100px;}
.mini-products-list { display: block; clear: both; margin-bottom: 0px; padding:30px 20px;}
.mini-products-list .item { display: block; clear: both; position: relative; padding-right: 15px;  display: block; padding-bottom: 25px; margin:0; overflow: hidden;}
.mini-products-list .item .btn-remove {position: absolute; right: 0; top: 6px; width: 9px; height: 9px; background:url(icons_new_31.png) 0 -230px no-repeat; font-size: 0; }
.mini-products-list .item:last-child {padding-bottom:0;}
.mini-products-list .product-details { overflow: hidden; }
#dropdown-cart .product-name { margin-bottom: 5px; }
#dropdown-cart .summary { display: block; clear: both;  padding-top: 16px; padding-bottom: 18px; overflow: hidden; text-transform: uppercase; }
#dropdown-cart .summary .label { display: block; float: left; font-size: 11px; font-weight: 700; color:#797979!important; padding: 6px 0 0;}
#dropdown-cart .summary .price { display: block; float: right; font-size: 20px!important; font-weight: normal; color: #fff; font-family: }
#dropdown-cart .summary .total span:first-child {letter-spacing:0;}
#dropdown-cart .actions  { clear: both; margin-bottom: 12px; }
#dropdown-cart .actions .btn { width: 100%; height: 46px; background: #ff5a00; color:#fff; border-color: #ff5a00;letter-spacing: 0em; }
#dropdown-cart .actions .btn:hover { background-color: #ff7326!important; border-color: #ff7326; }
#dropdown-cart .text-cart { text-align: center; margin-bottom: 5px; background-color:#ff5a00;}
#dropdown-cart .text-cart:hover {background-color:#4b4b4b;}
#dropdown-cart .text-cart a { font-size: 15px!important; font-weight: 700; height:46px; display:block; line-height:46px;text-transform: uppercase; letter-spacing: 0em; color:#fff}
#dropdown-cart .text-cart a:hover { border-bottom: 0; text-decoration: none; }
#dropdown-cart .cart-collateral { color: #727272; }
#dropdown-cart .cart-collateral .price {  font-weight: 700; color: #444; }
#dropdown-cart .product-name a { color: #191919; }
#dropdown-cart .no-items {padding:20px;}
#dropdown-cart .no-items > p:first-child {padding:0;padding-left:60px; background:url(cart.png) 0 0 no-repeat; margin-bottom:20px; font-size:14px;}
#dropdown-cart .text-continue a {height:46px; width:100%; text-align:center; line-height:40px;font-family:'Trade Gothic Next W01'}
.product-details .option { margin-bottom: 5px; }
#cart_bottom {padding:20px; background:#000000; }

/* June 100815 */
.wrapper-container { background-color: #fff; }

.site-nav { margin:0; padding: 0; list-style: none; float:right; margin-right:0px;}
.site-nav li {display: block;  margin: 0; }
.site-nav a { display: block;  padding: 40px 20px; font-weight:700px; text-decoration: none; /* white-space: nowrap; */}
.site-nav > li { position: relative; display: inline-block; list-style: none; }
.site-nav > li:hover {background-color:rgba(237,236,236,1); color:black}
.site-nav > li:hover a span {color:black; }
.site-nav > li > a { text-transform: uppercase; padding: 25px 18px; letter-spacing: 0em; font-size:16px;}
.site-nav > li > a span {font-weight:700; font-size:1.3em;}
.mega-menu > li:first-child > a {font-size:1.1em;}
.site-nav > li:hover > a > span:first-child,
.site-nav > li:hover > a.current > span:first-child,
.site-nav > li > a.current > span:first-child { }
.site-nav-dropdown { text-align: left; display: none; position: absolute; top: 72px; right: 0; width: 215px; z-index: 5; padding: 0; margin-bottom: 0; border: 0; }
.mega-menu .site-nav-dropdown {top:52px;}
.site-nav-dropdown li a { padding: 8px 30px 8px 20px; position: relative; }
.wrapper-container .site-nav-dropdown ul { left: 100%; top: -1px; display: none; padding-left: 0; list-style: none; }
.wrapper-container .site-nav > .dropdown:hover > ul,
.wrapper-container .site-nav > .dropdown.open > ul {display: block;}

.wrapper-container .site-nav > li > ul > .dropdown:hover > ul,
.wrapper-container .site-nav > li > ul > .dropdown.open > ul {display: block;}

.wrapper-container .site-nav > li > ul > li > ul > .dropdown:hover > ul,
.wrapper-container .site-nav > li > ul > li > ul > .dropdown.open > ul { display: block; }

.wrapper-container .site-nav > li > ul > li > ul > li > ul > .dropdown:hover > ul,
.wrapper-container .site-nav > li > ul > li > ul > ul > li > .dropdown.open > ul { display: block; }

.site-nav li.dropdown .icon-dropdown { height:0; width:0; border:4px solid transparent; display: inline-block; vertical-align:middle; margin-left: 7px; cursor: pointer; }
.site-nav-dropdown li.dropdown .icon-dropdown { position: absolute; top: 16px; right: 20px;}

.site-nav-dropdown li:hover > a { padding-left: 40px; }
.nav-bar {position:relative; border-top: 2px solid #ff5a00}
.logo-title { display: block; padding: 30px;}
.nav-bar .header-logo img {max-width:160px;}
.header-logo {padding:0; margin:10px 0;}



/*.site-nav-dropdown li:hover > a:before { content:""; width: 15px; height: 1px; position: absolute; top: 18px; left: 20px; }*/

/* home page ---------------------------------------------------------------------------- */
/* main slideshow */
.flexslider ul { list-style: none; }
.template-index .main-slideshow { overflow: hidden; }
.main-slideshow { padding:0 10px; margin:0 auto; }
.main-slideshow .flexslider .flex-direction-nav { visibility: hidden; }
.main-slideshow .flexslider:hover .flex-direction-nav { visibility: visible; }
.main-slideshow .flex-direction-nav a {width: 72px; height: 72px; display: none; margin-top: -40px; text-indent: -999em;  }
.main-slideshow .flex-direction-nav a.flex-prev { background:url(icons_new_31.png) 0px -1017px no-repeat; left: 80px;}
.main-slideshow .flex-direction-nav a.flex-next {background:url(icons_new_31.png) 0px -1160px no-repeat; right: 80px;}

.main-slideshow .flexslider { float:left; width: 100%; }
.main-slideshow .flexslider .flex-control-nav { bottom: 20px; visibility: visible; z-index: 2; }
.main-slideshow .flexslider:hover .flex-control-nav {visibility: visible;}
.main-slideshow .flex-control-paging a { transition:0s; text-indent: -999em; background: url(slidebar.png) 0 -115px repeat-x; width: 80px; height: 60px; font-size: 0; display: block; cursor: pointer; opacity: 0.3; padding:0px;}
.main-slideshow .flex-control-paging li a.flex-active,
.main-slideshow .flex-control-paging li:hover a {  opacity: 1; background-position: 0 -15px;}
.main-slideshow .flex-control-paging li a.flex-active {background-position: 0 -215px; opacity: 1; background-color:none!important;}
.main-slideshow .flex-control-paging li {padding: 0;}
.main-slideshow .flexslider .slides li:nth-child(2) .slide-des p.line { display: none; }
.main-slideshow .flexslider .slides li:nth-child(3) .slide-des { width: auto; left:13%; bottom: 33%; }
.main-slideshow .flexslider .slides li:nth-child(3) .slide-text { margin:0; }

.slide-des { position: absolute; bottom: 20%; left: 0; width: 100%; text-align: center;}
.slide-des .slide-button { padding: 0 20px 0 26px; text-decoration: none; min-width: 215px; }
.slide-text { padding:0 0 25px; margin: 0 auto; max-width: 460px; }
.slide-heading { font-size: 40px; font-weight: 700; padding:0 0 15px; margin-bottom: 0; letter-spacing: 0; text-transform: uppercase; }
.slide-des p.line { width: 50px; margin: 0 auto 21px; height: 2px; background: #000; }

/* end main slideshow */

.free-shipping {text-align: center; clear: both;}
.free-shipping h3 {font-size: 13px; margin-bottom: 35px; font-weight: normal; line-height: 24px;}

.banner-home-top { clear: both; text-align: center; }
.banner-home-top ul { margin-bottom: 0; list-style: none; padding-left: 0;}
.banner-home-top li { position: relative; margin-bottom: 37px; }
.banner-home-top h4 { text-align: center; position: absolute; top: 50%; left: 0; width: 100%; margin-top: -13px;}
.banner-home-top h4 span { font-weight: 700; text-transform: uppercase; }

.banner { text-align: center; position:relative; margin-bottom: 20px; clear: both; }
.banner > img:hover { opacity: 1; filter:alpha(opacity=100); }
.banner .inner { position: absolute; right: 5%; top: 15%; max-width: 360px; }
.banner h2 { font-size: 40px; font-weight: 700; color: #444; margin: 0 0 15px; position: relative;}
.banner p { color: #2d2d2d; margin: 0 0 35px; }
.banner p.line { width: 50px; height: 2px; background: #000; margin: 0 auto 20px; }
.banner .inner a { padding: 0 15px 0 30px; }

.banner .container {display:none!important}

.widget-trending-product,
.banner-home-bottom { clear: both;}
.banner-home-bottom ul {margin:0;}
.banner-home-bottom.container {padding:0;}
/*.banner-home-bottom .widget-title { margin-bottom: 45px; }*/
.banner-home-bottom .widget-title{display:none;}
.banner-home-bottom ul { padding-left: 0; list-style: none; }
.banner-home-bottom li { position: relative; text-align:left; margin-bottom: 0px;overflow:hidden;}
.banner-home-bottom li a {display:block; overflow:hidden; text-align:left;line-height:30px;}
.banner-home-bottom li a img {transition: 0s}
.banner-home-bottom li a:hover img {opacity:.8} 
.banner-home-bottom .des h4 { position: relative; margin: 20px 0 5px; }
.banner-home-bottom .des p { clear: both; margin-bottom: 5px; line-height:21px; }
.banner-home-bottom .des a { padding: 0; color:#868686!important; background:none!important; border:none!important; transition:0s}
.banner-home-bottom .des a:hover {color:#ff5a00!important;} 
.banner-home-bottom .des a .span.arrow {display:none;}
.banner-home-bottom .des .btn:hover span.arrow {border-left-color:#ff5a00!important;}

.owl-theme .owl-controls .owl-buttons div:hover { background-color: #eff2f2 !important; }
.owl-theme .owl-controls .owl-buttons div { width: 35px; height:35px; top: 32%; background: url(icons_new_31.png) no-repeat -65px -592px; }
.owl-theme .owl-controls .owl-buttons div.owl-prev { background-position: 25px -2235px; left: -5px;  }
.owl-theme .owl-controls .owl-buttons div.owl-next { background-position: 10px -2285px; right: -5px; }
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { background-position: -67px -2235px; }
.owl-theme .owl-controls .owl-buttons div.owl-next:hover { background-position: -82px -2285px; }

.slider-brand-wrapper { overflow: hidden; clear: both; }
.slide_brand { position: relative; padding: 0 0 30px; }
.slide_brand .slides li {width: 200px !important;}
.slide_brand .owl-controls .owl-buttons div.owl-prev { background-position: 12px -2237px; left:-12px; top:70px; }
.slide_brand .owl-controls .owl-buttons div.owl-next { background-position: 15px -2287px; right:-12px; top:70px; }
.slide_brand .owl-controls .owl-buttons div.owl-prev:hover { background-position: -80px -2237px; }
.slide_brand .owl-controls .owl-buttons div.owl-next:hover { background-position: -77px -2287px; }
.slide_brand.owl-theme .owl-controls .owl-buttons div:hover { background-color: transparent!important;}
.owl-carousel .owl-item .item a { text-decoration:none !important; font-family: Open Sans!important; font-size:14px;}
.owl-carousel .owl-item .item a img { margin-bottom:10px; height:150px}

#instafeed .owl-item { padding: 0 10px; }
.home-instagram { background: #fff8ee; text-align: center; padding: 54px 0 60px; clear: both; }
.home-instagram .widget-title { margin-bottom: 35px; }
.home-instagram .widget-title h3 { margin: 0; padding: 0 0 19px; font-size: 20px; font-weight: 700; letter-spacing: 0; }
.instagram-des { color: #2d2d2d; letter-spacing: 0; }
.instagram-des span { display: inline-block; margin-right: 7px; width: 16px; height: 16px; line-height: 16px; background: url(socialicon_blk.png) no-repeat -163px -10px; }
.home-instagram .owl-theme .owl-controls .owl-buttons div { margin-top: -14px; height: 33px; width: 33px; top: 50%; }
.home-instagram .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 30px; background-position: -66px -593px; }
.home-instagram .owl-theme .owl-controls .owl-buttons div.owl-next { right: 30px; background-position: -66px -652px; }
.home-instagram a.btn { min-width: 225px; margin-top: 40px; }



/*---------June 120915  Terms of Use*/

#terms .rte ol { padding-left:0; }


/* shipping popup June 020116-------------*/
#shipping_pop{
  width:300px; height:400px; background:#3d3d3d; color:#fff; 
  position:absolute; top:10px; left:100px; text-align:center; 
  border:2px solid #000;
  display: none;
  z-index:9999;
   }

        .shipping_black_overlay{ 
            display: none; 
            position: absolute; 
            top: 0%; 
            left: 0%; 
            width: 100%; 
            height: 100%; 
            background-color: black; 
            z-index:1001; 
            -moz-opacity: 0.8; 
            opacity:.80; 
            filter: alpha(opacity=80); 
        } 
        .shipping_white_content { 
            display: none; 
            position: absolute; 
            top: 3%; 
            left: 25%; 
            width: 50%; 
             
            padding: 16px; 
            border: 4px solid #000; 
            background-color: white; 
            z-index:1002; 
            overflow: auto; 
          	text-align: center;
        } 


/* footer ------------------------------------------------------------------------- */
#slider{margin-bottom: 30px;}
.footer-top { padding-bottom: 80px;padding-left: 0;padding-top: 20px;}
.footer-top .col-1,
.footer-top .col-2,
.footer-top .col-3 { float:left; width: 20%; padding: 0 10px; }
.footer-top .col-4 { float:left; width: 40%; padding: 0 10px; }
.footer-top .text { float:left; }
.footer-top .text h3 { margin: 0 0 5px; }
.footer-top .text h3 img:hover { opacity:1; }
.footer-top ul { padding:0; list-style: none; }
.footer-top ul li a {font-family:Open Sans;}
.footerWrap {padding:35px 10px 10px; margin:0!important; background-color:#000;}
.footerWrap .footerSocial .newsWrap {padding-right:0;}
.footerWrap .footerSocial h3 {margin-bottom:5px;}
.footerWrap .footerSocial .newsletter .input-group-field {margin:0px;}
#socialWrapND {padding:0;}
.newsletter .input-group-field, .footerSocial .text {display:none;}

.footerWrap ul.social { margin:10px 10px 0 0; float:left; padding-left:0;}
.footerWrap ul.social li { display:inline-block; margin-right:0; }
.footerWrap ul.social li a { display:inline-block; width:26px; height:26px; text-indent:-999em; 
    -webkit-transition: background-position 0s; 
    transition: background-position 0s;
 }
.footerWrap ul.social li.facebook a {background: url(footer_icon_facebook.png) no-repeat; width:36px; background-size:36px 136px;}
.footerWrap ul.social li.facebook a:hover { background-position: 0 -68px; }
.footerWrap ul.social li.twitter a { background: url(footer_icon_twitter.png) no-repeat;width:50px; background-size:50px 136px; }
.footerWrap ul.social li.twitter a:hover { background-position: 0 -68px; }
.footerWrap ul.social li.google a { background: url(footer_icon_google.png) no-repeat;width:46px; background-size:46px 136px; }
.footerWrap ul.social li.google a:hover { background-position: 0 -68px; }
.footerWrap ul.social li.instagram a { background: url(footer_icon_insta.png) no-repeat;width:46px; background-size:46px 136px; }
.footerWrap ul.social li.instagram a:hover { background-position: 0 -68px; }
.footerWrap ul.social li.rss a { background: url(footer_icon_youtube.png) no-repeat;width:50px; background-size:50px 136px; }
.footerWrap ul.social li.rss a:hover { background-position: 0 -68px; }
.footerWrap ul.social li.pinterest a { background: url(footer_icon_pineterst.png) no-repeat;width:36px; background-size:36px 136px; }
.footerWrap ul.social li.pinterest a:hover { background-position: 0 -68px; }
.footer-top h3 { color:#fff; text-transform: uppercase; font-size:12px; font-weight: 700; letter-spacing: 0em; margin-bottom: 16px; }

.footer-top .footer-top-left {float:right}
.footer-top .footer-top-left img {width: 100%; }
.footer-top .footer-top-left a {padding-left:10px; display:block; float:right; width:50%}
.footer-top .footer-top-left a:hover img {background-color:#999;}


.footer-bottom { border-top: 1px solid #282828; padding-top: 25px; }
.footer-bottom address { color: #969696; margin-bottom: 6px; line-height: 1.6; float:left; }
#payment-methods {float:left; margin-right:15px;}
.payment-method { padding: 0 20px 0 0; }
.payment-method img {height:13px;}
.site-footer .footerWrapBottom {padding:15px 10px;}
.site-footer .footerWrapBottom .footer-top .row {margin:0!important;}
.site-footer .footerWrapBottom .footer-top .row li {margin-bottom:7px;}
.site-footer { padding: 0 0 40px; letter-spacing: 0; }
.site-footer a:hover { text-decoration: none; }
.site-footer .footer-line {background-color:#7accc8; height:60px; padding-top:5px;}
.site-footer .footer-line .footer-info {display:block; text-align:center; vertical-align:middle;padding:5px 0; }
.site-footer .footer-line .footer-info span, .site-footer .footer-line .footer-info a { font-size:17px; color:#fff; font-family: 'Trade Gothic Next W01';
  letter-spacing: 0;}
.site-footer .footer-line .footer-info a:hover {color:#868686}
.site-footer .footer-line .footer-info-left {float:left; display:none;}
.site-footer .footer-line .footer-info-left span:first-child {font-size:1.2em}
.site-footer .footer-line .footer-info-right {margin:10px auto;}
.site-footer .footer-line .footer-info-right span{margin:0 4%;}
.site-footer .footer-line .footer-info-right span:last-child {margin-right:0;}
.site-footer .footer-line .footer-info-right span.footer-info-cut {margin:0;}
.site-footer a, .footer-bottom address {font-size:13px;}

.newsletter { float:right; margin-top:10px;}
.newsletter .block-title {float:right;margin-left:20px; margin-top:5px;}
.newsletter .block-title span {text-align: center; font-size:1em; text-transform:none!important;letter-spacing:0em!important}
.newsletter .block-content { min-height: 35px; margin: 0 auto; float:right; position: relative;}
.newsletter .block-content .input-group  {display: block;}
.newsletter .input-group-field { background:#e0e0e0; width: 250px; border:none; color: #444; float:left; margin: 0 5px 10px 0; padding: 0 15px; letter-spacing: 0; }
.newsletter .input-group-btn { float:left;}
.newsletter .input-group-btn > .btn { background: #3b3b3b; color:#fff; border:0; font-size: 1.2em; }
.newsletter .input-group-btn > .btn:hover { background: #ff5a00; color:#fff; }
.footerSocial .newsletter { margin-top:0; }

/* contact page ------------------------------------------------------------------------- */
#contact-us .main-content { padding-top: 0; }
#contact-us .breadcrumb { margin-bottom: 24px; }
.map {margin-bottom: 12px;}

#contactFormWrapper h2 { font-size: 20px; text-transform: uppercase; font-weight: 700; letter-spacing: 0; margin-bottom: 14px; }
.contact-form p.line { width: 48px; height: 2px; background: #000; margin-bottom: 20px; }
#contactFormWrapper input {margin-bottom: 15px;}
#contactFormWrapper label {margin-bottom: 10px; display: block;}
#contactFormWrapper input[type="text"],
#contactFormWrapper input[type="email"],
#contactFormWrapper input[type="tel"]{width: 380px;}
#contactFormWrapper textarea{ width: 620px ;}
#contactFormWrapper .btn { margin-top: 20px; display: block; }

.contact-form .location h4 { font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: 0; margin: 6px 0 16px; }
.contact-form .location p {margin-bottom: 20px;}
.contact-form .location p.open-hours { border-top: 1px solid #eaeaea; padding-top: 25px; margin-top: 26px; }

/* blog page */
.template-article .sidebar,
.template-blog .sidebar { margin-top: 7px; }
.content-blog ul { padding: 0; list-style: none; }
.content-blog .list-blog > li:first-child {padding-top:0; margin-top: 0; border-top: none;}
.content-blog .list-blog > li { border-top: 1px solid #d0d0d0; padding-top: 36px; margin-top: 33px;}
.content-blog .list-blog h3 { font-size: 20px; font-weight:700; margin-bottom:10px; }
.content-blog .list-blog .des p { margin-bottom: 19px; }
.content-blog .list-blog .des p img { margin-bottom: 5px; }
.content-blog .list-blog .des blockquote {margin-bottom: 36px;}
.content-blog .list-blog .button { margin:0 0 20px; }
.content-blog .list-blog .button a { border: 1px solid transparent; padding:0 15px; height:36px; line-height:36px; display:inline-block; text-transform: uppercase; font-weight:700; font-size: 11px!important; }
.content-blog .list-blog .button a:hover { text-decoration: none; }
.blog_author { font-style: italic; color:#848484; margin-bottom:25px; } 
.blog_author a { color:#848484; }
.blog_author .separator { padding: 0 3px; }
.user-tags { display: inline; padding: 0; margin:0; }
.user-tags li {display: inline; font-style: italic; }
.user-tags li span {padding: 0 5px; text-transform: uppercase; }
.user-tags li label { text-transform: uppercase; text-decoration: underline; margin-right: 2px; }
.user-tags li a { color: #2d2d2d; text-decoration: none; }
.user-tags li a:hover { color: #848484; border-bottom: 1px solid #848484; }

.blog-detail .page-header { margin-bottom:10px; }
.blog-detail .page-header h1 { text-transform: none; }
.blog-detail img {margin-bottom: 15px;}
.blog-detail .rte  { margin-bottom: 20px; }
.blog-detail .addthis  { clear: both; padding: 22px 0;}
.blog-detail .action-btn  { clear: both; padding-bottom: 40px;}
.blog-detail .action-btn .right { float:right; }
.blog-detail #comments  {clear: both; padding-bottom: 20px;}
.blog-detail #comments ul  {list-style: none; padding-left: 0; }
#comments ul li  {padding-left: 120px;background:url(i-comment.jpg) 0 6px no-repeat; padding-bottom: 73px; margin:0; }

/* Blog Comment */
#add-comment-title,
.title-comment { font-size: 20px; letter-spacing: 0; border-top: 1px solid #d0d0d0; padding-top: 25px;}

.comment-form label {display: block; margin-bottom: 7px; }
.comment-form .comment-form input { display: block; width: 440px; margin-bottom: 16px; }

.message #comment-body { width:500px; margin-bottom: 15px; min-height: 132px; }
.comment-head { color:#848484; font-style: italic; padding-bottom: 10px;}
.blog-detail p.note { margin-bottom: 22px; font-style: italic; color:#797979; }

/* Popup Newsletter  ------------------------------------------------------------------- */
#tinymce #email-modal,
#tinymce  #email-modal .modal-window  { display:block !important; }

#email-modal { display:none; height:100%; left:0; position:fixed; top:0; width:100%; z-index:1041; }
#email-modal .modal-overlay { background: rgba(45,45,50,0.8); height:100%; position:absolute; width:100%; }
#email-modal .modal-window { display:none; min-height:320px; margin:0 auto; position:relative; top:15%; width: 100%; max-width:600px; min-width:250px; padding:10px;}    
#email-modal .window-window { position:relative; }
#email-modal .window-window .window-background { opacity: 0.8; filter:alpha(opacity=80);}
#email-modal .window-window .window-content h1 {margin:35px auto!important; display:table; padding:12px 0; border-top:1px solid #444; border-bottom:1px solid #444; font-family:Open Sans!important; font-weight:400!important; line-height: inherit;}
#email-modal .window-window .window-content h4,#email-modal .window-window .window-content h4 a {font-family:'Trade Gothic Next W01'; text-transform:uppercase;} 
#email-modal .window-window .window-content .title-image img {width:100%; max-width:250px;}
#email-modal .window-window .window-content { position:relative; background: #fff; float: left; text-align:center; width:100%; padding:50px 25px;border: 15px solid #e2e2e2; }
#email-modal .window-window .window-content .btn.close,
.close.window,
.close.modal {transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; padding:0; height: 22px; width: 22px; position: absolute; right: 15px; top: 15px; z-index: 9; text-indent: -999em; border:0; background:url(button_x2.png ) 0 0 ; background-size: 22px 22px; cursor: pointer; filter:alpha(opacity=100); opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */}
#email-modal .window-window .window-content .btn.close:hover,
.close.window:hover,
.close.modal:hover {-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);}
#email-modal .window-window .window-content .title { font-size:20px; position: relative; letter-spacing: 0; margin-bottom: 8px; }
#email-modal .window-window .window-content .sub-title { margin-bottom: 15px; letter-spacing: 0; color: #555555; }
#email-modal .window-window .window-content .message {clear: both;  padding: 15px 0 23px; margin-bottom: 0px; letter-spacing: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; line-height: 20px; }
#email-modal .window-window .window-content .action-btn {margin-top:45px;}
#email-modal .window-window .window-content .action-btn a {padding:10px 40px 12px; background-color:#ff5a00; font-family:'Trade Gothic Next W01'; color:#fff; Font-size:17px; text-transform:uppercase; }
#email-modal .window-window .window-content .action-btn a:hover {text-decoration:none; background-color:#868686; color:#fff; position:relative;}
#email-modal .window-window .window-content a {color:#ff5a00;text-decoration:none;}
#email-modal .window-window .window-content a:hover {color:#868686;}

/* MAIL CHIMP FORM INPUTS ---------------------------------------------------------- */
#mce-EMAIL { border:1px solid #000; color:#444; font:11px arial, sans-serif; height:11px; margin:0 !important; padding:8px !important; width:217px; }
#mailchimp-email-subscibe { overflow: hidden;}
#mc_embed_signup { clear:left; overflow: hidden; }
#mc_embed_signup form { display:inline !important; padding:0 !important; text-align:center !important; }
#mc_embed_signup input.input-group-field { display: block; border: none; width: 255px; background:#f5f5f5; color: #a3a3a3; font-style: italic; height: 36px; float: left; padding: 5px 10px; line-height: 36px; margin-right: 10px; }
#mc_embed_signup button{float: right;margin-left: -3px; border: none; background: none; padding: 0;}
#mc_embed_signup .input-group-btn .btn { display: block;}
#mc_embed_signup .input-group-btn{ float: left; }
#mc_embed_signup .input-group-btn .btn { padding: 0 19px !important;}
.modal-window .icon-social {overflow: hidden;}
.rte .icon-social {text-align: center;}
.rte .icon-social li {display: inline-block; float: none;}

.icon-social {text-align: left; }
.icon-social ul { padding: 0; list-style: none; }
.icon-social li{ display: block; margin: 0 12px 0 0; float: left; white-space: nowrap;-webkit-border-radius: 50%;
-moz-border-radius: 50%; border-radius: 50%; background: #333333; width: 36px; height: 36px; text-align: center; -webkit-transition:all 0.2s ease 0s; -moz-transition:all 0.2s ease 0s; -ms-transition:all 0.2s ease 0s; -o-transition:all 0.2s ease 0s; transition:all 0.2s ease 0s;}
.icon-social li a {text-indent: -999em; font-size: 0; display: block; height: 36px; width: 36px;}
.icon-social li.social-1 a {background: url(icons_new_31.png) 11px -1675px no-repeat;}
.icon-social li.social-2 a {background: url(icons_new_31.png) 11px -1710px no-repeat;}
.icon-social li.social-3 a {background: url(icons_new_31.png) 11px -1747px no-repeat;}
.icon-social li.social-4 a {background: url(icons_new_31.png) 11px -1783px no-repeat;}
.icon-social li.social-5 a {background: url(icons_new_31.png) 11px -1818px no-repeat;}
.icon-social li.social-6 a {background: url(icons_new_31.png) 11px -1855px no-repeat;}

.icon-social li.social-1:hover  {background: #4a73bd;}
.icon-social li.social-2:hover  {background: #46b0e2;}
.icon-social li.social-3:hover  {background: #ea3b02;}
.icon-social li.social-4:hover  {background: #f9bc2e;}
.icon-social li.social-5:hover  {background: #cc2127;}
.icon-social li.social-6:hover  { background: url(socialicon_blk.png) no-repeat -153px -44px;}
.icon-social li span{color: #013055;}
.icon-social li span span{display: block;}
.icon-social li img{margin-right: 10px; float: left;}

.top-cart .block-content .item .product-name a { color: #444; }
.widget-products .products-grid:after {clear: none;}
.input-group-btn {width:auto;}

/* widget new product ---------------------------------------------------------------------------------------- */
/*.widget-title fieldset.box-title { text-align: center; border-top: 1px dotted #000; text-transform: uppercase; }*/
.widget-title fieldset.box-title { text-align: center; border-top: text-transform: uppercase; }
.widget-title fieldset.box-title legend { display:block; width: auto; margin: 0; padding: 0 20px; font-size: 20px; font-weight: 700; letter-spacing: 0; }
.widget-new-product { padding-bottom: 50px; clear: both; }

/* rating ------------------------------------------------------------------------------------------- */
.products-grid .spr-badge { margin-bottom: 10px; position: absolute; top: -75px; left: 0; width: 100%; opacity: 0; filter: alpha(opacity=0); }
.products-grid .grid-item:hover .spr-badge { opacity: 1; filter: alpha(opacity=100); }
.product-shop .spr-badge { padding: 0; margin: 0 0 10px; }
.product-shop .spr-badge .spr-starrating { margin-right: 15px;}
.product-shop .spr-badge .spr-badge-caption { text-transform: lowercase; }
.spr-badge-starrating .spr-icon { font-size: 105% !important; padding: 0 1px;}

/* product-grid ------------------------------------------------------------------------------------------- */
.grid-item .product-top { position: relative; overflow: hidden; }
.products-grid { margin: 0 -10px; clear: both; }
.products-grid .grid-item { width: 220px; margin: 0 10px; position: relative; margin-bottom: 50px; float: left; vertical-align: top; text-align: center; }
.products-grid .grid-item .product-top { margin-bottom: 15px; }
.products-grid .grid-item .product-bottom { min-height: 70px; position: relative; }
.products-grid .grid-item .product-grid-image  {text-align: center; display: block;}
.products-grid .grid-item #product-actions {margin: 0;}
.products-grid .product-des { text-align: center; position: absolute; bottom: 65px; left: 0; width: 100%; opacity: 0; filter: alpha(opacity=0); }
.products-grid .grid-item:hover .product-des { opacity: 1; filter: alpha(opacity=100); }

.grid-item #add-to-cart {display: block; width: 100%; text-align: center; height: 42px; line-height: 42px;-webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
.hover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; -webkit-transition:all 250ms ease-in-out 0s; -moz-transition:all 250ms ease-in-out 0s; -ms-transition:all 250ms ease-in-out 0s; -o-transition:all 250ms ease-in-out 0s; transition:all 250ms ease-in-out 0s; opacity:0; filter:alpha(opacity=0); }

.product-title,
.product-name a,
.ajax-product-title { color: #444; display: block; margin-bottom: 6px; text-decoration: none!important; }
.product-bottom .product-title {color: #868686; height:40px;  /*June 092315*/ line-height:20px;}
/*.product-title { text-transform: lowercase; }
.product-title:first-letter { text-transform: uppercase; }*/
.price-box { color: #444; font-size:13px; font-weight: 700; display: block; }
.price-box em { font-weight: 400; }
.old-price { margin-right: 6px; }
.old-price,
.compare-price { color: #969696!important; text-decoration: line-through; display: inline; font-weight: 400; }
.compare-price:not(:empty) {margin-right: 10px;}
.price.on-sale,
.special-price { color: #e95144!important; }

.special-price em { display: none; }

.product-label { position: absolute; top: 0; right: 0;}
.product-label strong { color: #e95144; line-height: 16px; height: 20px; font-size: 10px; font-weight: 700; display: inline-block; text-transform: uppercase; padding: 0 5px; border: 2px solid #e95144; background: #fff; margin-bottom: 10px; float: right; clear: both; }
.product-label strong.sold-out-label { color: #d2d8db; border-color: #d2d8db; }

.products-grid.owl-carousel .grid-item {width: auto;}

/* product-list ------------------------------------------------------------------------------------------- */
.product-list { margin-bottom: 40px; }
.product-list .grid-item { width: auto; float: none; margin: 40px 0 0px 0; clear: both; position: relative; overflow: hidden; border-top: 1px solid #dfe4e6; padding-top: 40px; text-align: left; }
.product-list .grid-item.sold-out {display:none;}
.product-list .grid-item:first-child { padding-top: 0; margin-top: 0; border-top: 0;}
.product-list .product-details { overflow: hidden; }
.product-list .product-list-thumb { display: block; float: left; max-width: 200px; position: relative; }
.product-list .price-box{ margin-bottom: 20px; }
.product-list .action { margin-bottom: 20px; }
.product-list .grid-item #add-to-cart{width: auto;}
.product-list .product-label{ left: 0; right: auto; top: 0;}
.product-list .product-label strong { float: left; }
.product-list .spr-badge { margin: 0 0 10px; padding: 0; }
.product-list .spr-badge:after {clear: none;}

/*  List Category Page -------------------------- */
.template-collection .breadcrumb { margin-bottom: 34px; }
.list-category .grid-item { margin-bottom: 45px; text-align:center; }
.list-category .view { transition:0s;-webkit-transition:0s;-moz-transition:0s; opacity: 0; filter: alpha(opacity=0); text-indent:-999em; display:block; width: 42px; height: 42px; background:url(ico-view.png) 0px 0px; position:absolute; left:50%; top:50%; margin:-20px 0 0 -20px; border: 2px solid transparent; }
.list-category .view:hover { background-position: 0px -58px; }
.list-category .grid-item:hover .view { opacity: 1; filter: alpha(opacity=100); }
.collection-title h3.h5 { font-size: 20px; font-weight:700; padding: 25px 0 10px; margin: 0; }
.collection-title h3 a { display: block; color:#444; text-transform: uppercase; text-decoration: none; }
.collection-title .count-products { color: #828282; margin-bottom: 15px; }
.collection-title p.desc { margin:0; }
.collection-title a.btn { margin-top: 22px; }

/* category Page -------------------------- */
.toolbar { margin-top:5px;font-size: 11px; font-weight: 700; color: #3c3c3c; text-transform: uppercase; margin-bottom: 40px; position: relative; float: left; width: 100%;  display: block; }
.toolbar .breadcrumb {float:left; margin:0;}
.toolbar .filter-sortby {float:right;margin:0;}
.toolbar .filter-sortby label,
.toolbar .view-mode span,
.toolbar .btn span,
.toolbar .dropdown-menu a {font-size:14px;font-family:Trade Gothic Next W01;letter-spacing: 0;font-weight:700; color:#868686; text-transform:uppercase;}
.toolbar .dropdown-menu {padding:0;}
.toolbar.toolbar-bottom { color:#2d2d2d; border-color:#d0d0d0; padding: 15px 30px 15px 20px; margin-bottom: 0; }
.toolbar-bottom .padding {padding-top: 0;}
.toolbar.toolbar-bottom .page-total { float: left; margin: 0; font-size: 12px; font-weight: normal; text-transform: none; }
.toolbar label { color: #3c3c3c; letter-spacing: 0; margin: 0 12px 0 0; }
.toolbar .view-mode { float: left; text-align: left; }
.toolbar .view-mode label { border-right: 1px solid #cbcbcb; padding: 16px 20px; margin: 0 20px 0 0; }
.toolbar .btn-group label { margin-top: 3px; float:left; font-family:Trade Gothic Next W01;}
.toolbar .btn-group { margin: 0; text-align: left; }
.toolbar button { color: #66787f; text-transform: uppercase; padding: 0; text-align:left; font-weight: 400; letter-spacing: 0; }
.toolbar button.btn-hover { color: #e95144; position: relative; z-index: 2; }
.toolbar button.btn-hover:before { background: #fff;  border-right: 1px solid #dfe4e6;  content: "";  height: 91px;  position: absolute;  right: -30px;  top: -40px;  width: 119px;  z-index: -1;}
.toolbar .right button.btn-hover:before  {right: auto; left: -30px;border-left: 1px solid #dfe4e6; border-right: none;}
.toolbar .collection-filter-btn,
.toolbar .collection-filter-btn .icon-drop {height:0;width:0;border:5px solid transparent;border-top-color:#7a8e95; display: inline-block;vertical-align:middle; margin-left: 7px; text-indent: -999em;cursor: pointer; margin:3px 3px 0 10px; padding: 0; background: none; }
.toolbar .collection-filter-btn.btn-hover .icon-drop {border-top-color:#e95144;}
.toolbar .grid,
.toolbar .list { width:14px; height:14px; text-indent: -999em; display: inline-block; background:url(icons_new_31.png) 0 0px no-repeat; line-height: 14px; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;letter-spacing: 0;}

#collections .collection-title .btn {height:46px; width:260px; line-height:43px;}

.toolbar .grid {margin-right: 20px;}
.toolbar span.grid {background-position: 0 -600px; color: #e95144;}
.toolbar a.grid {background-position: 0 -640px;}
.toolbar a.grid.active,
.toolbar a.grid:hover {background-position: 0 -600px; text-decoration: none;color: #e95144;}
.toolbar a.list {background-position: 0 -727px;}
.toolbar a.list.active,
.toolbar a.list:hover {background-position: 0 -768px; text-decoration: none;color: #e95144;}https://spigenus.myshopify.com/admin/themes/10729189?key=assets/theme-styles.css.liquid#
.toolbar span.list {background-position: 0 -768px;color: #e95144;}

.toolbar .btn-group.filter-show { margin-left: 10px; display:none;}
.toolbar .filter-show button.dropdown-toggle { width: 120px; }
.toolbar .filter-show.open .dropdown-menu { min-width: 120px; }
.toolbar button.dropdown-toggle { float:none; border: 0px; height:24px; border-left:1.5px solid #868686; color: #505050; background: #fff; line-height: 24px; padding: 0 10px; position: relative; text-transform: capitalize; width: 172px; }
.toolbar button.dropdown-toggle:after { content: ""; width: 36px; height: 35px; border-left: 0px; position: absolute; right: 0; top: 0; }
.toolbar button.dropdown-toggle:before { position: absolute; right: 14px; top: 11px; width: 0; height: 0; border: 4px solid transparent; border-top-color:#000; content: ""; }
.toolbar .btn-group.open .dropdown-toggle { -moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}
.toolbar .btn-group.open .dropdown-toggle:before { border-top-color:transparent; border-bottom-color:#000; margin-top: -5px; }

.toolbar .open .dropdown-menu { -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0;  border-radius:0; -moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; display: block; left: auto; right:12px; padding:10px; min-width: 160px; }
.toolbar .open .dropdown-menu li.active { margin:0; }
.dropdown-menu > li > a { color: #505050; font-size: 12px; text-transform: capitalize; padding: 3px 10px; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color: #f5f5f5; color: #66787f;}

.infinite-scrolling ,.infinite-scrolling-homepage {text-align: center; clear: both;}

/* product detail Page -------------------------- */


.template-product .breadcrumb { margin-bottom: 34px; font-size:13px; }
.product { margin-bottom: 50px; }
.product-shop .product-title { margin-bottom: 10px; }
.product-shop .product-title.has-btn { padding-right: 30px; position: relative; }
.product-shop .product-title h2 { color:#000000; }
.product-shop .product-title h2,
.product-shop .product-title a { font-size: 26px; margin-bottom: 0; line-height: 40px; text-decoration: none; text-transform: none; }
.product-shop .product-infor { margin-bottom: 20px; }
.product-shop .product-infor label { font-size:11px; font-weight: 700; text-transform:uppercase; min-width: 105px; padding-right:5px; margin: 0; }
.product-shop .product-infor p { margin-bottom: 5px; }
.product-shop .product-title a.btn { display: block; text-indent: -999em; width: 8px; height: 13px; padding: 0; background: url(btn-product.png) no-repeat; border: 0; position: absolute; top: 10px; right: 20px; }
.product-shop .product-title a.btn.next { background-position: right center; right: 0; }
.product-shop .dec_inc {float:left; clear:left;}
#product-variants { margin-bottom: 0; }
#product-add-to-cart {width:58%!important; float:right; height:46px;}

.total-price label { margin: 0 5px 0 0; }
.product-shop .total-price { clear: both; margin-bottom: 22px; }
.product-shop .total-price > span { font-size: 14px; font-weight: 700; color: #444; }
.product-shop .prices { display: block; margin-bottom: 20px; float:left; }
.product-shop .prices .compare-price { font-size: 16px; font-weight: 400; }
#addToCartForm #product-add-to-cart {display: block; margin-bottom: 20px;}
#product-add-to-cart-unvailable {width:58%!important; float:left; height:46px;display: block; margin-bottom: 20px; margin-top:20px;}

#addToCartForm #quantity { width: 100px; margin-bottom: 20px; }
#productPrice span { margin-bottom: 23px; }
.product-shop .short-description { margin-bottom: 0;}

#add-to-cart-form strong.h2{margin-bottom: 20px; display: block; margin-top: 14px;}
.product-shop .price { font-size: 30px; color: #000000; }
.product-shop .old-price { margin-right: 10px; }
label[for="quantity"] {display: block; font-weight: 700; margin-bottom: 5px; float:left; clear:left;}
.product-shop .product_wishlist {float:right; clear:right; margin-top:-4px;}
.product-shop .wishlist {margin:0 0 12px 0!important;}
.product-shop .price_wrap {display:table;width:100%;
  padding: 39px 0 0 0;
  border-top: 1px solid #e3e3e3;
  margin-top: 16px;
}

.quick-view .product-shop .btn,
.product-shop #add-to-cart-form .btn { margin: 0 0 10px 0; height: 46px; width: 70%; float: right; font-size:1.2em; }
.product-shop .btn { border-color:#ff5a00!important; background-color:#ff5a00!important; color:white!important; width: 58%!important;
  float: right;
  height: 46px; }
.product-shop .btn:hover { border-color:#868686!important; background-color:#868686!important; color:white!important; }

.product-shop .tags { margin-bottom: 20px; clear: both; }
.product-shop .tags a { padding-right: 7px;}
.product-shop .tags .icon-tags { text-transform: uppercase; padding-right: 7px; }
.product-shop .tags span { padding-right: 7px; }
.product-shop .tags span:nth-child(1) { display: none; }
.product-shop .tags span:nth-of-type(1) { display: none; }
.product-shop .product-description { padding: 0; }

/* June 110315 */
.tab-content .f1 { width: 50%; float: left; }
.tab-content .f1feature { width:50%; float: left; }
.tab-content .f1video { width: 50%; float: right; text-align: right; }
.tab-content .shortvideo { width: 93%; height: 330px; position: relative; top: 50px; }
.product-shop .shortvideo { display: none; } /* June 110315 */

/* Pages -------------------------- */
#our-policy #policyLink {margin-bottom:50px;}
#our-policy #policyLink ul {padding:20px;}
#our-policy #policyLink ul li {float:left; list-style-type: none; margin-right: 60px;}
#our-policy table, #our-policy td {border:0px;}
#our-policy td {padding:5px;}
#our-policy table span {font-size:17px;}


#about_spigen {text-align: center;}
#about_spigen img {width:100%; max-width: 1260px;}
#about_spigen h2 {font-size: 33px; font-family: Open Sans; color:#000000}
#about_spigen {font-family: Open Sans; Font-size:14px; line-height:24px;}
#about_spigen div {margin-bottom: 50px;}
#about_spigen div p {color:#868686}
#about_spigen div:last-child {margin-bottom: 0;}
#about_spigen .about_contact {border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; display: table;width:100%; padding:20px 0; }
#about_spigen .about_contact .contact_info,#about_spigen .about_contact .contact_info span,#about_spigen .about_contact .contact_info p{display: block; text-align:left; color:#444; margin:0px;}
#about_spigen .about_contact .contact_info.info_emblem {float: left; width: 20%; text-align: right;} /*June 101315*/
#about_spigen .about_contact .contact_info.info_left {float: left; width: 20%; padding-left:5%}
#about_spigen .about_contact .contact_info.info_right {float:right; width: 59%; padding-left:5%}
#about_spigen .about_contact .contact_info .infoblock_right {float: right;}
#about_spigen .about_contact .contact_info a {color:#ff5a00;}
#about_spigen .about_contact .contact_info a:hover {color:#444; text-decoration:none;}
#about_spigen #emblem_info { width:29% } /*June 101315*/

/*.product-shop .product-description h4 { font-size: 12px;}*/
.share_toolbox { border-top:0px; clear:both;overflow: hidden; padding: 0; margin-bottom: 20px; margin-top:5px;}
.share_toolbox P { border: 1px solid #e3e3e3; border-width: 1px 0; overflow: hidden; padding: 5px 0 7px; margin-bottom: 15px; margin-top:20px;width:100%}
.share_toolbox p { display: none; color: #969696; margin: 0;}
.share_toolbox p strong { font-weight: 500; }
.share_toolbox ul { float: left; margin: 0; line-height: 18px; list-style: none; padding-left: 0; }
.share_toolbox ul li { display: inline-block; padding: 10px 0 0 12px; margin: 0; }
.share_toolbox ul li:first-child {padding:0;}

.zoomWrapper > div { width: 64px !important; height: 64px !important; background-color: #fff!important; left: 50% !important; margin: -32px 0 0 -32px !important; top: 50% !important; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; z-index: 99!important; }
.zoomWrapper img { z-index: -1 !important; }

.product-img-box { position: relative; padding-right: 30px;}
.product-img-box .product-photo-container { position: relative;overflow: hidden; text-align: center; }
.product-img-box .product-photo-thumbs li { margin: 0; }
.product-img-box .product-photo-thumbs.owl-theme li { padding: 0 5px; width: 100%; }
.product-img-box .product-photo-thumbs li a { display: block; }

.more-view-wrapper { visibility: hidden; margin: 25px 0 0; }
.more-view-wrapper.more-view-wrapper-owlslider li { float: left; }
.more-view-wrapper .owl-theme .owl-controls { height: 30px; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons {position:relative; width:100%; top:50%;}
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div { top: -85px; bottom: 0; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 0; margin-left: -43px; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover { background-color: transparent !important; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next { right: 0; margin-right: -43px; }
.more-view-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover { background-color: transparent !important; }

/*body:after {display:none;
content: url(social_icon_mail_ORANGE.png) url(social_icon_facebook_ORANGE.png) url(social_icon_twitter_ORAGNE.png) url(social_icon_google_ORANGE.png) url(social_icon_instagram_ORANGE.png)}
}*/

.social_link {background:url(social_icon_facebook.png) no-repeat center center; background-size:20px 16px; display:block;width:20px; height:17px;}
.slink1 { background-image:url(social_icon_mail.png);}
.slink1:hover { background-image:url(social_icon_mail_ORANGE.png);}
.slink2 { background-image:url(social_icon_facebook.png);}
.slink2:hover { background-image:url(social_icon_facebook_ORANGE.png);}
.slink3 { background-image:url(social_icon_twitter.png);}
.slink3:hover { background-image:url(social_icon_twitter_ORAGNE.png);}
.slink4 { background-image:url(social_icon_google.png);}
.slink4:hover { background-image:url(social_icon_google_ORANGE.png);}
.slink5 { background-image:url(social_icon_instagram.png);}
.slink5:hover { background-image:url(social_icon_instagram_ORANGE.png);}

/* Vertical Moreview */
.product-img-box.has-jcarousel .product-photo-container { float: left; width: 290px; }
.product-img-box.has-jcarousel .more-view-wrapper { float: right; margin: 0; }
.product-img-box.has-jcarousel .product-photo-thumbs li { margin: 0 0 15px; }

.more-view-wrapper ul { padding: 0; list-style: none; }
.more-view-wrapper-jcarousel .product-photo-thumbs li {padding: 0; margin: 0 0 20px; }
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical { width: 15px; height: 10px; top: 30px; left: 50%; margin-left: -8px; background-position: 100% -456px;z-index: 2;}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-vertical { width: 15px; height: 10px; bottom: 30px; left: 50%; margin-left: -8px; background-position: 100% -523px;z-index: 2;}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled,
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-disabled {display:none}

.quickview-more-views,
#more-view-carousel { padding: 0; margin: 0; position:relative;}
.more-view-wrapper .jcarousel-clip-vertical { width: 55px; height: 346px;}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-disabled,
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-disabled {display:none!important}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-next-vertical { bottom: 0;}
.more-view-wrapper .jcarousel-skin-tango .jcarousel-prev-vertical {top: 0;}
.more-view-wrapper .jcarousel-container { padding: 20px 0; }

.quick-view .product-img-box.has-jcarousel .product-photo-container { width: 280px; }

.at-share-tbx-element { display: none; }
.at-share-tbx-element:first-child { display: block; }

/* Qty */
.selector-wrapper { padding-bottom: 10px;}
.selector-wrapper select{ height: 30px; padding: 4px; min-width: 100px;}
.selector-wrapper label { margin-right: 10px; display: block; margin-bottom: 5px;}
.button.inc,
.button.dec { float: left; width: 35px; height: 46px; border: 1px solid #cbcbcb; cursor: pointer; background: url(icons_new_31.png) no-repeat 12px -917px; text-indent: -999em; }
.button.dec { border-right: 0;  }
.button.inc { border-left: 0; background-position: 12px -959px; }
.product-shop .quantity,
.product-shop #quantity { float: left; width: 50px; text-align:center; }
#quantity {width: 100px; margin-bottom: 36px; height:46px;}
label[for="productSelect"] {margin-bottom: 10px;}
.quantity select {height: 30px; padding: 4px; }



/* Tab Detail -------------------------- */
.panel-group { margin:0; }
.nav-tabs { border-top: 1px solid #d0d0d0; text-transform: uppercase; font-weight: 700; letter-spacing: 0; margin-bottom: 26px; border-bottom:0;}
.nav-tabs > li { background: none; margin: -4px 0 0 0; }
.nav-tabs > li > a { font-size:1.1em;font-weight: 700; color: #868686; text-transform: uppercase; letter-spacing: 0; margin: 0; border: 0px; border-bottom:0; padding: 19px 25px 10px; -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; border-radius:0; -webkit-transition: none; -moz-transition: none; -o-transition: none; }
.nav-tabs > li:hover { border-top: 6px solid #e2e2e2; }
.nav-tabs > li.active { border-top: 6px solid #868686; }
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a { padding-bottom: 11px; padding-top: 13px; margin-bottom: -1px; }
.nav-tabs > li > a:hover,
.nav-tabs > li:hover > a,
.nav-tabs > li:hover > a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus { border: 0; color: #868686; }
.nav > li > a:hover, 
.nav > li > a:focus { background: none; color:#444; }



.tab-content h4 { font-size:12px; font-weight: 700; padding: 0 0 15px; margin:0; }
.tab-content p { margin-bottom: 20px; }
#collapse-tab1 p { margin-bottom: 30px; }
#collapse-tab1 ul { margin: 0 0 30px; }
#collapse-tab1 ol { margin: 0 0 30px; }
.tab-content blockquote { font-style: normal; border: 0; padding: 0; margin: 0; line-height: 20px; }

.panel-group .spr-container { border: none; padding: 0 !important; }
.panel-group .spr-container h2.spr-header-title { display:none; }
#shopify-product-reviews { margin:0; padding: 10px 0; }
.panel-group .spr-summary-starrating,
.panel-group .spr-summary-caption { margin: 0 20px 20px 0; display: inline-block; }
.panel-group .spr-review, .tab-content .spr-form { border-top: 1px solid #d0d0d0!important; margin-top:30px; padding-top: 23px; padding-bottom: 0; }
.panel-group .spr-review:first-child { margin-top:30px; }
.panel-group .spr-review .spr-review-header-title { font-size:14px; font-weight:700; margin-bottom: 3px; }
.panel-group .spr-review .spr-review-header-byline { font-style: normal; font-size: 12px; margin-bottom: 8px; opacity: 0.6; }
.panel-group .spr-review .spr-review-header-byline strong { font-weight: normal; }
.panel-group .spr-review .spr-review-content { margin-bottom: 30px; }
.panel-group .spr-review .spr-review-content p { margin: 0; }
.panel-group .spr-form-title { text-transform: uppercase; font-size:14px; font-weight: 700; letter-spacing: 0;}
.panel-group .spr-form-label { display:block; font-size:12px; }
.panel-group .spr-form-review-rating .spr-form-label { display:inline-block; margin-right:20px;}
.panel-group .spr-form-review-rating .spr-starrating { display:inline-block; line-height: 25px; }
.panel-group .spr-form-input-text, 
.panel-group .spr-form-input-email { max-width: 370px; width: 100%; clear:both; }
.panel-group .spr-form-input-textarea { max-width: 670px; width: 100%; clear:both; }
.panel-group .spr-form-actions { max-width: 670px; width: 100%; }
.spr-review-header .spr-review-header-starratings { margin: 0 0 6px; }

.spr-summary-actions a { line-height: 30px; height: 32px; border: 1px solid transparent; }
.spr-review-footer .spr-review-reportreview { color: #e95144; }

.product-shop .selectize-input { padding: 0 12px !important; min-height: 34px !important; border-color:#cbcbcb!important; -webkit-border-radius:0 !important;  -moz-border-radius:0 !important; -ms-border-radius:0 !important; -o-border-radius:0 !important;  border-radius:0 !important;}
.product-shop .selectize-input.full { width: 100%;}
.product-shop .selectize-input > * { line-height: 36px; }
.product-shop .selectize-control.single .selectize-input:after { border-width: 4px 4px 0!important; border-top-color: #000!important;  right:14px!important; top:20px!important; }
.product-shop .selectize-control.single .selectize-input.dropdown-active:after { border-width: 0 4px 4px!important; border-bottom-color: #000!important; margin-top:-2px!important; }
.product-shop .selectize-control.single .selectize-input:before { position:absolute; content:''; width: 36px; height:36px; border-left:1px solid #cbcbcb; right:0; top:0; }

[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {font-size: 100% !important;}

/* related product */
.related-products { border-top: 1px solid #d0d0d0; margin-top: 30px; }
.related-products h2 { font-size: 14px; padding: 27px 0; }
.related-products .products-grid .grid-item { margin-bottom: 0; }
.related-products .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 0; opacity: 0; filter:alpha(opacity=0); }
.related-products .owl-theme .owl-controls .owl-buttons div.owl-next { right: 0; opacity: 0; filter:alpha(opacity=0); }
.related-products .owl-theme:hover .owl-controls .owl-buttons div.owl-prev { opacity: 1; filter:alpha(opacity=100); }
.related-products .owl-theme:hover .owl-controls .owl-buttons div.owl-next { opacity: 1; filter:alpha(opacity=100); }

/* recently viewed products */
.recently-viewed-products { border-top: 1px solid #d0d0d0; padding:0; margin-top: 50px; clear:both; display: none; }
.recently-viewed-products h2 { font-size: 14px; padding: 27px 0; }
.recently-viewed-products .products-grid .grid-item { margin-bottom: 0; }
.recently-viewed-products .price-box,
.recently-viewed-products .spr-badge { margin: 0 0 10px; }
.recently-viewed-products .product-bottom .action { position: absolute; top: -152px; left: 0; width: 100%; opacity: 0; filter: alpha(opacity=0); }
.recently-viewed-products .grid-item:hover .product-bottom .action { opacity: 1; filter: alpha(opacity=100); }

.col-main .products-grid .owl-item .grid-item { width: auto!important; }

/* shopping cart Page -------------------------- */
.template-cart .page-header { overflow: hidden; }
.template-cart .page-header h1 { float: left; }
.template-cart a.continue {font-weight:700; text-transform:uppercase; color:#868686; transition:0s; letter-spacing: 0; float: right; margin-top: 5px; padding-right: 20px; background: url(icons_new_31.png) no-repeat 135px -2346px; }
.template-cart a.continue:hover {background-position:135px -2396px; color:#ff5a00; text-decoration:none;}
.wrapper-cart { overflow-x: auto; overflow-y: hidden; width: 70%; }
.cart-title h2 { color:#797979; font-weight: 700; font-size:11px; text-transform: uppercase; background: #eee;  padding: 12px 20px; letter-spacing: 0; line-height: 20px; margin-bottom: 40px; }
.cart-list { list-style: none; }
.cart-list li { overflow: hidden;  padding-bottom: 40px; margin-bottom: 40px; position:relative;}
.cart-list a.product-img { float: left; width: 20%; padding-right: 20px; }
.cart-list .product-details { float: left; width: 80%; padding-top: 15px;}
.cart-list .product-details p, .cart-list .product-details a, .cart-list p.size small {font-size:14px;}
.cart-list .product-name { display: inline-block; margin-bottom: 4px; font-family:Open Sans;}
.cart-list .product-name:hover { text-decoration:none; }
.cart-list p.size { color:#717171; margin: 0 0 5px 0; }
.cart-list p.vendor { color:#717171; font-weight: 700; margin: 0 0 10px 10px; }
.cart-list p.price { margin-bottom: 16px; }
.cart-list .price { font-size: 13px; font-weight: 700; }
.cart-list .quantity label { margin-bottom: 9px; display: block; }
.cart-list input.qty { width: 110px; margin-right: 30px; }
.cart-list input.update { border: 0; background: none; text-transform: uppercase; color: #444;  font-size: 11px; font-weight: 700; letter-spacing: 0; padding: 0; line-height: 16px; font-family:Trade Gothic Next W01;}
.cart-list a.remove { text-transform: uppercase; color: #ff5a00;  font-size: 11px; font-weight: 700; letter-spacing: 0em; margin-left: 40px; }
.cart-list input.update:hover,
.cart-list a.remove:hover { border-bottom: 0; text-decoration: none; }
.cart-list p.vendor {display:none;}

.cart-row { width: 30%; }
.cart-row h3 .money { font-size: 32px;font-style: normal;  text-align: right; font-weight: bold;}
.cart-row .total-price { text-align: center; padding-bottom: 28px; margin-bottom: 14px; }
.cart-row .total-price h3 { color:#797979; font-weight: 700; font-size:11px; text-transform: uppercase; background: #eee; padding:12px 10px; letter-spacing: 0; line-height: 20px; margin-bottom: 40px; }
.cart-row .total-price .price { font-size: 30px; }
.cart-row .btn { width:100%; height: 52px; }
.cart-row .btn-secondary{ display: block; float: right; }
.cart-row label.add-comments { display: block; font-weight: normal; margin-bottom: 13px; }
.cart-row label.add-comments span { background: #e95144; color:#fff; font-size: 10px; font-weight: 700; padding: 2px 5px; margin-right:10px; text-transform: uppercase; }
.cart-row textarea { height: 111px; width: 100%; margin-bottom: 28px; }
.cart-row .add_payment {margin-top:10px;display:none;}
.cart-row .add_payment input {float:right; margin-top:5px;}
.cart-row .btn:hover {background-color:#868686!important;}

#shipping-calculator { padding-top: 0; clear:both; margin-bottom: 25px; }
#shipping-calculator h3 { font-size: 14px; font-weight: 700; letter-spacing: 0; border-bottom: 1px solid #eaeaea; border-top: 1px solid #eaeaea;padding-bottom: 16px;padding-top: 16px; }
#shipping-calculator-form-wrapper p select,
#shipping-calculator-form-wrapper p input[type="text"] { width: 100%;}
#shipping-calculator-form-wrapper p select { margin-bottom: 8px; /* -webkit-border-radius: 0; -webkit-appearance: none; */ }
#shipping-calculator-form-wrapper label { display: block; }
#shipping-calculator-form-wrapper label[for="get-rates-submit"] { display: none; }
#get-rates-submit { margin: 10px 0; height:46px; width:100%;}

.zoomContainer { z-index: 99; width: auto !important; height: auto !important;}

.cart_button {
  display: block;
  position: absolute;
  top: 35%;
  right: 8%;
}

/* June's cart page 072915 */
.wrapper-cart .June_warning {width:100%; border-top:1px solid #e9e9e9; float:left; color:#929292; padding-top:5px; font-size:12px;}

/* create an account */
.create-an-account p.title { color:#323232; border:1px solid #eaeaea; border-width: 1px 0; padding: 16px 0; margin-bottom: 26px; }
#create_customer label {display: block; padding-bottom: 5px;}
#create_customer input {display: block; margin-bottom: 15px; min-width: 200px; width: 80% ;}
#create_customer .action-btn { padding-top:5px; }
#create_customer .action-btn input { min-width: 0px; width: 260px; height:46px;}
#create_customer .action-btn last {clear:both;}
.customer_accout_address {float:left; margin-right:5%;}
.customer_accout_address .customer_order_status {color: #ff5a00}


/* login page */
#customer_login .page-header h1 { text-align: center; font-size: 14px; background: #fafafa; border: 1px solid #eaeaea; border-width: 1px 0; padding: 15px 0 13px; }
#customer_login label {display: block; }
#customer_login input {display: block; margin-top:12px; margin-bottom: 15px; min-width: 200px; width: 100%;}
#customer_login .action-btn { margin-bottom: 50px;}
#customer_login .action-btn input, #customer_login .action-btn .btn { min-width: 0px; margin:0 20px 10px 0; width:260px; height:46px; line-height:40px; float:left; }
#customer_login .action-btn a.btn {font-size:15px; margin-right:0; background-color:#868686; border:0; line-height:46px;}
#customer_login .action-btn a.btn:hover {background-color:#ff5a00;}
#customer_login .action-btn p.last {clear:both; padding-top:20px;}
#customer_login .action-btn p.last span { color: #404e53;  padding: 0 3px; }
.last a {text-decoration:underline;font-family:Open Sans;color:#868686;}
.last a:hover {color:#ff5a00}

/* forgot password */
#recover_password label {display: block; padding-bottom: 5px;}
#recover_password input {display: block; margin-bottom: 15px; min-width: 200px; width: 380px ;}
#recover_password .action-btn input { min-width: 0px; width: 260px; height:46px;}

/* my password */
.grid-item .page-header { margin-bottom: 10px; margin-top: 30px; }
.grid-item .page-header h4 { margin-bottom: 0; }
.grid-item form input[type="tel"],
.grid-item form input[type="text"] { display: block; width: 380px; margin-bottom: 10px; }
.grid-item select { width: 380px; display: block; margin-bottom: 10px; }
.grid-item h3 { font-size: 14px; }

/* search page */
.search-page .page-header h2 { margin-bottom: 20px; }
.search-page .search-bar .input-group-field { margin-right: 10px;width:100%;}
.search-page .toolbar-bottom { margin-top: 30px; }
.search-page .input-group {max-width:700px;width:100%}
.search-page .input-group .input-group-btn{margin:0;}
.search-page .wrapper-search-bar .icon-search{display:none;}
.search-page .icon-search {display:none;}

/* quick view */
.quickview-template ,
.quick-view{ bottom: 0; display: none; left: 0; outline: 0 none;  overflow-x: auto; overflow-y: scroll; position: fixed;  right: 0;  top: 0; z-index: 1050; display: none;  }
.quickview-template .content,
.quick-view .content { position: relative; width: 90%; margin:30px auto;  background: #fff; padding: 50px; }
.quick-view .overlay,
.ajax-success-modal .overlay {background: rgba(45, 45, 50, 0.8); height: 100%; width: 100%; position: fixed;}
._quick-view-content { display: none; }
.quick-view .product-shop { float: right; }
.quick-view .product-img-box { margin: 0; float: left; }
.quick-view .product-img-box .image-wrapper { width: 311px; height: 311px; overflow: hidden; position: relative; }
.quick-view .product-img-box .image { width: 311px; height: 311px; overflow: hidden; position: relative; } 
.quick-view .product-img-box .image img { display: block; position: relative; max-width: 110%; }
.quick-view .product-img-box .thumbnails { padding: 20px 0 0 40px; position: relative; }
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal { width: 70px; height: 70px; position: absolute; top: 0; right: 0; display: block; float: left; opacity: 0.2; -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; }
.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal:hover { opacity: 1; }
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal { width: 70px; height: 70px; position: absolute; top: 0; left: 0; display: block; float: left; opacity: 0.2; -moz-transition: all 0.2s linear 0s; -webkit-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; }
.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal:hover { opacity: 1; }
.quick-view .product-img-box .thumbnails ul { float: left; text-align: center; width: 240px; list-style: none; padding-left: 0; }
.quick-view .product-img-box .thumbnails ul li a:hover { opacity: 1; }
.quick-view .product-img-box .thumbnails ul li .active { opacity: 1; }
.quick-view .product-img-box .thumbnails ul li a img { max-width: 110%; }
.quick-view .product-img-box .thumbnails ul { width: 266px; }
.quick-view .product-shop p.custom { margin: 0; }
.quick-view .product-shop .prices { margin-top: 25px; }
.quick-view .product-shop .prices:first-child { margin-top: 0; }
.quick-view .product-shop .addthis { margin-bottom: 0; }

.ajax-form-submited-wrap { display: none; position: relative; width: 270px; height: 50px; float: right; }
.ajax-form-submited-success, .quick-view .ajax-form-submited-error { position: absolute; left: 0px; top: 0; display: none; font-weight: bold; width: 270px; margin-right: 30px; height: 50px; font-size: 14px; }
.ajax-form-submited-success { line-height: 50px; }
.ajax-form-loader { position: absolute; right: 0; top: 20px; width: 40px; height: 15px; }
.lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.35; filter:alpha(opacity=0); z-index: 700; display: none; }
.quick-view .product-shop .price { margin-bottom: 20px; }
.quick-view .product-shop .product-description { margin-bottom: 22px; padding: 0;}
.quick-view .product-shop .quantity { margin-bottom: 25px; }
.quick-view .product-shop .details input[type="number"] {margin-bottom: 30px; }

.zoomWindowContainer .zoomWindow {border: 5px solid #fff !important;}

.loading-modal { background:#fff url("loading.gif") center 14px no-repeat; border: 1px solid rgba(0,0,0,0.15); position: fixed; top: 50%!important; bottom: auto; left: 50%; right: auto; width: 56px; height: 56px; margin-left: -28px; margin-top: -28px; overflow: hidden; padding: 0; text-align: center; text-indent: -999em; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3); -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3); box-shadow: 0 1px 4px rgba(0,0,0,0.3); -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.ajax-success-modal .content { background: #fff; bottom: auto; left: 50%; margin-left: -270px; margin-top: -100px; min-height: 200px; padding: 45px 40px; position: fixed; right: auto; top: 50% !important; width: 535px;}
.ajax-success-modal .ajax-left { float: left; margin-right: 20px; margin-bottom: 20px; }
.ajax-success-modal .ajax-right { margin-left: 96px; }
.ajax-success-modal .close-modal {transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  padding: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9;
  text-indent: -999em;
  border: 0;
  background: url(button_x2.png ) 0 0;
  background-size: 18px 18px;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"}
.ajax-success-modal .close-modal:hover {-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);}

.ajax-error-modal { bottom: auto; left: 0; overflow: hidden; padding: 10px 20px; position: fixed; right: auto; top: 50%; width: 100%; text-align: center; }
.ajax-error-modal .modal-inner { color: #fff; background: #e95144; display: inline-block; padding: 10px 20px; }
.ajax-success-modal .continue-shopping{ margin-right: 12px; padding: 0 20px; }
.ajax-success-modal .btn-secondary { padding: 0 20px; width:171px; height:46px; }

.success-message { background: #eee url(icons_new_31.png) 20px -1472px no-repeat; height: 46px; line-height: 46px; color: #ff5a00; padding: 0 10px 0 40px; margin-bottom: 15px;}
.ajax-product-title { text-align: left; margin-bottom: 9px; }
 
/* animate */
.widget-product .grid-item,.wow.animated { -webkit-animation-duration:1.5s; -moz-animation-duration:1.5s; -ms-animation-duration:1.5s; -o-animation-duration:1.5s;  animation-duration:1.5s; }
.animated { -moz-opacity: 1; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */}

#back-top { background: url(icons_new_31.png) 13px -1553px no-repeat #000000; z-index:99; font-size: 0;  height: 52px;  position: fixed;  right: 20px;  top: 75%!important;  width: 52px; cursor: pointer; margin:0; }

/* Swatches Styles */
.swatch_border { margin: 16px 0 0 0; padding: 16px 0 0 0; border-top: 1px solid #e3e3e3;  display:inline-block; width:100%; position:relative; }
.swatch_border span {font-size:13px;}
.swatch_border .Size + span {display:none;}  

.swatch.Size  .swatch-element {margin-bottom:0;} 

/* .swatch.Type .usb-3-1 label {border-right:0px;} */

.product-shop .variant-sku {margin-bottom:0px; display:inline-block;color:#868686}

/* Label */
.swatch .header {display:none; }
/* Hide radio buttons.*/
.swatch input { display:none; }
.swatch label { border: 0px solid #e3e3e3; float: left; font-weight: 400; font-size: 11px; min-width: 34px!important;  height: 34px!important; line-height: 32px; margin: 0; text-align: center; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
.swatch-element label { padding:0 5px; }
.color.swatch-element label { padding:0; background-position: 50% 50%; background-size:100% 100%; background-color:rgba(255,255,255,80)!important; border-radius:18px;}
.tooltip_v .swatch-element.color {position:relative}
.tooltip_v .swatch-element.color .tooltip {opacity:1;}
.tooltip_v .swatch-element.color input, .tooltip_v .swatch-element.color label {width:1px}

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label ,
.swatch label:hover { border-color: #bcbcbc; border-width: 2px; line-height: 32px;}
.Size.swatch input:checked + label ,
.Size.swatch label:hover { color:#ff5a00; border: 0px;line-height:1em!important; } 
.Size.swatch .swatch-element {padding: 0 20px 0 0; margin:0px;}
.Size.swatch label {height:auto!important; line-height:1em!important;}

.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0 15px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative; 
}
.Size .swatch .swatch-element {border-left: 2px solid #BCBCBC;}

.Color.swatch input:checked + label:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;  
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label { 
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-28px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before { bottom:-20px; content:" "; display:block; height:20px; left:0; position:absolute; width:100%; }

.tooltip_title {position:absolute;top:40px; left:200px;}
.swatch input:checked + label + div + span {display:none;}
.swatch input:checked + label + div + span,
.swatch-element span:hover { display:block} 

/* CSS triangle */
.swatch .tooltip:after { border-left:solid transparent 10px; border-right: solid transparent 10px; border-top:solid gray 10px; bottom:-10px; content:" "; height:0; left:50%; margin-left:-13px; position:absolute; width:0; }
.swatch .swatch-element:hover .tooltip { filter:alpha(opacity=100); opacity:1; visibility:visible; -webkit-transform:translateY(0px); -moz-transform:translateY(0px); -ms-transform:translateY(0px); -o-transform:translateY(0px); transform:translateY(0px); }
.swatch .tooltip_color {position:absolute; top:50px;}

.swatch.error { background-color:#E8D2D2!important; color:#333!important; padding:1em; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
.swatch.error p { margin:0.7em 0; }
.swatch.error p:first-child { margin-top:0; }
.swatch.error p:last-child { margin-bottom:0; }
.swatch.error code { font-family: monospace; }

.product-photo-container #product-featured-image {   position: static !important;  height: auto !important; width: auto !important; }
.product-photo-container > a {position: relative; display: block;width: 100%; }

/* Css Fix */
.products-grid .grid-item .product-image  {display: table; /*overflow: hidden;*/ position: relative;  table-layout: fixed; text-align: center; width: 100%;  }
.products-grid .grid-item .product-image > a,
.product-list .grid-item .product-image > a {display: table-cell;  line-height: 0;  vertical-align: middle; width: 100% !important;}

.product-list .grid-item .product-image { overflow: hidden; position: relative; text-align: left; float: left; margin-right: 30px; width: auto;}
.product-list .grid-item .product-image > a img { max-height: 300px; }

.products-grid .grid-item-border .product-image,
.grid-item-border.product-img-box .product-photo-container {border: 1px solid #c4cdcd; padding: 10px;}
/*.products-grid .grid-item-border .product-des {bottom: -48px; }*/
.products-grid .grid-item-border .product-des .product-title {padding-left: 10px; padding-right: 10px; }
/*.crop_image img { max-width: none; }*/
.no_crop_image img {height: auto !important; position: static !important;  }

.zoomWrapper {overflow: hidden; height: auto !important; width: auto !important; text-align: center;}
.zoomWrapper img:nth-child(2) {display:none}

/* FAQ */
.panel-group .panel + .panel { margin-top: 0; }
#faqs .breadcrumb { display: none; }
#faqs .page-header { position: relative; padding-bottom: 15px; margin-bottom: 23px; }
#faqs .page-header:after { content: ""; border: 0; height: 2px; width: 32px; position: absolute; left: 50%; bottom:0; margin-left: -16px; background: #000; }
#faqs .page-header h2 { text-align: center; }
#faqs .panel-group { border-top: 1px solid #d2d8db; margin-top: 45px; }
#faqs .panel-group .panel { border-color: transparent; }
#faqs .panel-default > .panel-heading { background: #f4f6f7; padding: 26px 30px 26px 25px;  }
#faqs .panel-title { position: relative; }
#faqs .panel-title:before { content:"Question"; float: left; margin: -3px 20px 0 0; height: 25px; line-height: 25px; width: 77px; text-align: center; color: #fff; background: #e66f65; font-size: 11px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
#faqs .panel-title > a { text-transform: none; font-size: 14px; font-weight: normal; color: #404e53; display: block; position: relative; padding-right: 40px; }
#faqs .panel-title > a:after { content: "Hide"; position: absolute; right: 0; top: 0; color: #66787f; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 0; opacity: 0.6; }
#faqs .panel-title > a.collapsed:after { content: "Show"; }
#faqs .panel-group .panel-body { padding: 26px 25px 35px; }
#faqs .panel-group .panel-body:before { content:"Answer"; float: left; margin: -3px 20px 0 0; height: 25px; line-height: 25px; width: 77px; text-align: center; color: #fff; background: #b0c0c7; font-size: 11px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
#faqs .panel-group .panel-body img { margin-top: 30px; }

/* lookbook */
.lookbook .slide-des { width: 50%!important; top:34%; left: auto!important; right: 0!important; }
.lookbook .slide-des p:first-child { text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: 0; margin: 0 0 5px; }
.lookbook .slide-des p.line { height: 3px; width: 37px; margin-bottom: 15px; display: block; }
.lookbook .slide-heading { padding-bottom: 8px; }
.lookbook .slide-text { font-size: 14px; font-style: italic; max-width: 100%; display: block; }
.lookbook .flexslider { margin: 0; }
.lookbook .flex-direction-nav a { background:url(icons_new_31.png) no-repeat; width: 72px; height: 72px; text-indent: -999em; margin-top: -36px; }
.lookbook .flex-direction-nav a.flex-prev { left: -80px; background-position: 0 -1017px; }
.lookbook .flex-direction-nav a.flex-next { right: -80px; background-position: 0 -1160px; }
.lookbook .flex-control-nav { bottom: 0; display: none; }
.lookbook .flexslider .slides li { margin: 0; }
.lookbook .flexslider .slides li:nth-child(1) .slide-des { left: 0!important; }
.lookbook .flexslider .slides li:nth-child(2) .slide-text { font-weight: 400; text-transform: none; letter-spacing: 0; }
.lookbook .footer-top { float: right; width: 100%; margin: 6px 0; padding: 0; position: relative; z-index: 9; }
.lookbook .footer-top ul.social { margin: 0 -10px 0 0; float: right; }
.lookbook .footer-top ul.social li { margin-right: 0; }
.lookbook p.bottom { clear: both; text-align: center; border-top: 1px solid #d0d0d0; padding-top: 40px; }
.lookbook p.bottom .btn { height: 48px; line-height: 46px; min-width: 140px; }

/* wishlist */
a.wishlist { display:inline-block; margin-bottom: 19px; text-decoration: none; }
a.wishlist .icon { background: url(icons_new_31.png) no-repeat 0 -267px; width: 27px; height: 27px; margin-right: 10px; display: inline-block; border:0; }
a.wishlist:hover .icon, a.wishlist .icon:hover { background-position: 0 -387px;}

a.wishlist span { color: #2d2d2d; letter-spacing:0; font-size: 12px; font-weight: 700; line-height: 14px; text-transform: uppercase; }
a.wishlist:hover span { border: 0; }
button.wishlist { background: url(icons_new_31.png) no-repeat 0 -267px; border:0; text-transform: uppercase; color: #929292; letter-spacing:0; font-size: 11px; font-weight: 700; padding: 0; }
.products-grid .wishlist { text-indent: -999em; width: 27px; height: 27px; background: url(icons_new_31.png) no-repeat 0 -267px; display: inline-block; padding:0; }
.products-grid .contact-form { display: inline-block; margin-bottom: 19px; }
.product-shop .wishlist { float: left; margin: 10px 0 19px; }
.product-shop  button.wishlist { padding-left: 38px; line-height: 27px; }
.product-shop  a.wishlist .icon { margin:0; }
.product-shop  a.wishlist span { float: left; margin-top: 7px; color:#868686;}
.product-shop  a.wishlist:hover span { border:0; color:#ff5a00;}
.product-shop .contact-form { float: left; }
.product-list a.wishlist .icon { display: none; }
.product-list button.wishlist { background: none; line-height: 14px; }
.product-list button.wishlist:hover { border: 0; }


.products-grid .product-top > a.wishlist { display: none; }

/* wishlist page */
table.wishlist-product { border:0; margin: 0 0 26px; }
table.wishlist-product thead th { color: #797979; background: #fafafa; border-bottom: 1px solid #eaeaea; padding: 16px 20px 13px; white-space: nowrap; letter-spacing: 0; line-height: 1; }
table.wishlist-product tbody td { padding: 30px 20px; vertical-align: top; }
table.wishlist-product tbody td img { max-width: 96px; max-height: 154px; }
table.wishlist-product a.product-title { font-weight: 700; display: inline-block; margin-top: 17px; }
table.wishlist-product p > span { font-size: 13px; font-weight: 700; color: #232323; display: inline-block; margin-top: 17px; }
table.wishlist-product a.btn-remove-wishlist { display: inline-block; width: 35px; height: 35px; text-indent: -999em; background: url(btn-remove01.png) no-repeat center -2px; border: 2px solid #e95144; margin-top: 7px; }
table.wishlist-product a.btn-remove-wishlist:hover { background-color: #e95144; background-position: center -37px; }
table.wishlist-product .btn { display: inline-block; width: 35px; height: 35px; text-indent: -999em; background: url(btn-cart01.png) no-repeat center -2px; border: 2px solid #2e2e2e; padding: 0; margin-top: 7px; }
table.wishlist-product .btn:hover { background-color: #232323; border-color: #232323; background-position: center -37px; }
table.wishlist-product .a-right { text-align: right; }
table.wishlist-product .a-center { text-align: center; }https://spigenus.myshopify.com/admin/themes/10729189?key=assets/theme-styles.css.liquid#
.wishlist-page a.share { color: #232323; letter-spacing: 0; padding-left: 27px; background: url(icon-share01.png) no-repeat 0 center; }
.wishlist-page .main-content { padding-top: 40px; }
.wishlist-page .page-header { margin: 0; padding-bottom: 21px; }
.wishlist-page .main-content p { margin: 20px 0; }

/* My Account */
.template-customers-account .page-header { margin: 9px 0 25px; }
.template-customers-account table thead { background-color:#eee }
.template-customers-account table {font-size:14px;}
.template-customers-account .grid .page-header { border: 1px solid #eaeaea; border-width: 1px 0; margin: 0 0 27px; padding: 16px 0; }
.template-customers-account .grid .account_address {font-size:14px; font-family:Open Sans; margin-bottom:25px; }
.template-customers-account .grid .account_address h5 {font-weight:700;}
.template-customers-account .page-header h4 { font-size: 17px; font-weight: 700; letter-spacing: 0em; text-transform: uppercase; padding: 0; margin:0; }
.template-customers-account .grid .grid-item:first-child { padding-bottom: 48px; }
.template-customers-account .grid .grid-item table th {padding: 12px 20px;}
.template-customers-account .grid .grid-item > h5 { font-size: 14px; margin: 0 0 14px; }
.template-customers-account .grid .grid-item p > a { text-transform: uppercase; font-size: 15px; font-weight: 700; background-color:#868686;color:#fff; display: inline-block; height: 46px; line-height: 46px; padding: 0 10px; min-width: 260px; text-align: center; text-decoration: none; margin: 13px 0; }
.template-customers-account .grid .grid-item p > a:hover { background: #ff5a00; color: #fff; }
.template-customers-addresses .grid .page-header { margin: 24px 0 22px; position: relative; }
.template-customers-addresses .grid .page-header:first-child { margin: 9px 0 25px; padding: 0; border-bottom: 1px solid #eaeaea; }
.template-customers-addresses .grid .page-header .large--left { margin-bottom: 25px; }
.template-customers-addresses .grid .large--right { margin-bottom: 25px; }
.template-customers-addresses .grid .large--right a { font-size: 14px!important; }
.template-customers-addresses .grid .large--text-right a { color: #323232; }
.template-customers-addresses .grid .grid-item h3 { font-size: 14px; margin: 0 0 15px; font-weight:700; }
.template-customers-addresses .grid .grid-item h3 em { font-style: normal; }
.template-customers-addresses .grid .page-header h2 { font-size: 17px; border: 1px solid #eaeaea; border-width: 1px 0; padding: 16px 0; }
.template-customers-addresses .grid .grid-item p.button > a { font-size: 14px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; padding: 0 10px; height: 46px; line-height: 46px; background: #868686; color: #fff; display: inline-block; border: 1px solid transparent; min-width: 90px; text-align: center; text-decoration: none; margin: 15px 0 20px; }
.template-customers-addresses .grid .grid-item p.button > a:first-child { color: #fff; background-color: #868686; margin-right: 10px; min-width: 90px; }
.template-customers-addresses .grid .grid-item p.button > a:hover { background: #ff5a00; color: #fff; }
.template-customers-addresses hr { border: 0; }
.customer_new .btn {height:46px; line-height:42px; padding: 0 44px;}
.customer_book .btn {height:46px; line-height:42px; padding:0 44px; margin-bottom:30px;}

.address_cancel {margin-bottom:15px; font-family:Open Sans; font-size:14px; color:#868686}
.address_cancel, .address_cancel span {vertical-align:top; line-height:46px;}
.address_cancel:hover {text-decoration:none;color:#ff5a00}
.address_return {text-decoration:underline; color:#868686!important;font-family:Open Sans}
.address_return:hover {color:#ff5a00!important}

.customer_phone a {padding:0; background:none;}

.CJ-email { text-align: right;}
.CJ-email a {color:#ff5a00}

/* Mega Menu */
.site-nav > li.mega-menu { position: static;}
.wrapper-container .site-nav li.mega-menu:hover .site-nav-dropdown { display: block; }
.wrapper-container .site-nav li.dropdown:hover.mega-menu > a > .icon-dropdown { border-top-color: #fff; opacity: 1; }
.wrapper-container .site-nav li.mega-menu .site-nav-dropdown { width: 200%; left: -50%; right: -50%; border: 0; padding: 0px; background:none; }
.sub-mega-menu .parent-link { color: #fff; font-weight: 700; padding-bottom: 20px; margin-bottom: 15px; }
.sub-mega-menu .parent-link a { text-transform: uppercase; color: #fff; font-weight: 700; letter-spacing: 0em; display: inline-block; padding: 0; margin: 0; }
.sub-mega-menu .parent-link > span.up { text-indent: -999em; display: block; background: url(icon-menu-up.png) no-repeat; opacity: 0.5; width: 9px; height: 6px; position: absolute; left: 50%; top: 6px; cursor: pointer; }
.sub-mega-menu .parent-link > span.up:hover { opacity: 1; }
.sub-mega-menu .parent-link > span { padding: 0 10px; }
.parent-mega-menu a:hover {text-decoration:none;!important; border:none;}

.parent-mega-menu .inner:nth-child(7) {clear:left;}

/* Mega Menu bold 
.parent-mega-menu .inner:nth-child(3) .dropdown li:nth-child(3) a span,
.parent-mega-menu .inner:nth-child(4) .dropdown li:nth-child(5) a span,
.parent-mega-menu .inner:nth-child(4) .dropdown li:nth-child(8) a span,
.parent-mega-menu .inner:nth-child(5) .dropdown li:nth-child(6) a span,
.parent-mega-menu .inner:nth-child(6) .dropdown li:nth-child(4) a span,
.parent-mega-menu .inner:nth-child(6) .dropdown li:nth-child(5) a span,
.parent-mega-menu .inner:nth-child(6) .dropdown li:nth-child(6) a span {font-weight:700; font-size:1.1em; text-transform:uppercase;padding-top:10px; padding-bottom:5px;display:block;}



 Mega Menu end*/



.site-nav-dropdown .col-1 { float: left; width: 100%; margin:20px 0;}
.site-nav-dropdown .col-2 { float: left; width: 27%; display:none; }
/* Mega Menu drop down promotion */
.site-nav-dropdown .col-3 { float: left; width: 100%; display:none;}
/* Mega Menu drop down promotion end */
.site-nav-dropdown .col-1 .inner { float: left;  /* June 021616 width: 16%; */ width: 25%; padding-left: 4%; }
.site-nav-dropdown .col-1 .inner > a { text-transform: uppercase; letter-spacing: 0em; font-weight: 700; padding: 0; margin-bottom: 5px; }
.site-nav-dropdown .col-1 .inner .dropdown.sub-menu { margin-bottom: 0; padding-left: 15px; }
.site-nav-dropdown .col-2 { padding: 0 3% 0 0; }
.site-nav-dropdown .col-3 { padding: 0; width:100%; }
.site-nav-dropdown .col-3 a { padding: 0; max-width: 1200px;width:100%;margin: 0 auto;}
.site-nav-dropdown .col-1 .inner > a { text-transform: uppercase; letter-spacing: 0em; font-weight: 700; padding: 0; margin-bottom: 0; font-size:17px; padding-bottom:4px;display:block; }
.site-nav-dropdown .col-1 .inner p.toogleClick { display: none!important; }
.site-nav-dropdown .col-1 ul.dropdown { display: block; position: static; padding: 0; }
.site-nav-dropdown .col-1 ul.dropdown li:hover > a { color:#ff5a00}
.site-nav-dropdown .col-1 ul.dropdown li:hover > a:before { left: 0; top: 15px; }
.site-nav-dropdown .col-1 ul.dropdown li a { display: inline-block; padding: 4px 0; font-size:14px; }
.col-1 ul.dropdown li .icon-dropdown { margin-left: 20px; }
/*.site-nav-dropdown .col-1 ul.dropdown li a:hover span { border-bottom: 1px solid #fff; }*/
.site-nav-dropdown .col-1 ul.dropdown li a:hover span.icon-dropdown { border-bottom: 0; margin-top: -3px; }
.site-nav li.mega-menu > .dropdown:hover > .site-nav-dropdown, 
.site-nav li.mega-menu > .dropdown.open > .site-nav-dropdown { display: block; }

.site-nav .widget-featured-product { float: left; width: 100%; text-align: center; }
.site-nav .widget-featured-product .widget-product { overflow: hidden; }
.site-nav .widget-featured-product .widget-product .products-grid { margin:0; }
.site-nav .widget-featured-product .widget-title { margin-bottom: 15px; }
.site-nav .widget-featured-product .widget-title h3 { font-size: 12px; letter-spacing: 0; line-height: 20px; }
.site-nav .widget-featured-product .products-grid .grid-item { width: 100%; padding: 0; margin: 0; }
.site-nav .products-grid .grid-item .product-grid-image { display: inline-block; padding: 0; margin-bottom: 21px; }
.site-nav .widget-featured-product .grid-item .product-grid-image img { max-width: 160px; max-height: 213px; }
.site-nav .widget-featured-product .product-title { padding: 0; }
.site-nav .widget-featured-product .spr-badge { margin-bottom: 6px; }
.site-nav .widget-featured-product .price-box { margin: 0; }
.site-nav .widget-featured-product .btn { padding: 0; border: 0; letter-spacing: 0; border-bottom: 1px solid transparent; height: 25px; background: none; }
.site-nav .widget-featured-product .btn:hover { border: 0; border: 0; background: none!important; color: #444; }

.cbp-spmenu .site-nav-dropdown .col-1 { padding:0; }
.cbp-spmenu .site-nav-dropdown .col-1 .inner { position: relative; }
.cbp-spmenu .site-nav-dropdown .col-1 .inner > a { margin: 0; padding: 11px 0 13px; font-size: 11px; letter-spacing: 0; color:#868686; }
.cbp-spmenu .site-nav-dropdown .col-1 ul.dropdown { display: none; padding: 0; margin-bottom: 0; }
.cbp-spmenu .site-nav li.mega-menu li li a { font-size: 12px; padding: 9px 35px; }
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown li:hover > a:hover, 
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown li:hover > a, 
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown a:active { background: none; } 
.cbp-spmenu .site-nav li.mega-menu .site-nav-dropdown > p.toogleClick { top: 0; }
.nav_store .site-nav-dropdown .col-1 .inner {width:25%;}

.site-nav-dropdown .col-1 .inner {margin-bottom:25px;} 
.cbp-spmenu .site-nav-dropdown .col-1 .inner {margin-bottom:0;} 

.sub-mega-menu { display: none; }
.mega-menu .parent-mega-menu {background-color:rgba(237,236,236,1); padding:0; width: 100%; float: right; /* padding:35px 20px 10px; max-width: 70%; float: left; */}

/*June 021616*/
#mega_left { width: 70%; vertical-align: top; float: left; margin-top: 30px;}
#menu_side_img { width: 30%; margin:0; float: right;}
#menu_side_img img { width: 100%;  }
#mega_bottom_link { width: 100%; float: left; background-color: #464646; }
#mega_bottom_link a { padding: 8px 35px; }
#mega_img_link { padding:0; }
.site-nav-dropdown .parent-mega-menu { margin-bottom:0; }


.addthis_native_toolbox .at-share-tbx-element { display: none; }
.addthis_native_toolbox .at-share-tbx-element:first-child { display: block; }

/* Display Left */
#displayTextLeft { font-size: 11px; font-weight: 700; letter-spacing: 0; background: rgba(0,0,0,0.9); color: #fff; text-transform: uppercase;  padding: 0 20px; position: fixed; left: 0; bottom: 0; height: 36px; line-height: 36px; width: 100%; text-align: center; display: none; }
#displayTextLeft span { background: url(btn-sidebar.png) right 3px no-repeat; padding-right: 20px; }
#displayTextLeft.hidden-arrow-left span { background-position: right -42px; }

/* Update Detail */
.product-shop .spr-badge .spr-badge-caption,
.sample-vendor { color: #848484; }

/* Tab Vertical */
.panel-heading { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.panel-group .panel-heading { padding: 12px 0; }
.panel-group .panel-title { text-transform: uppercase; font-weight: 700; letter-spacing: 0; }
.panel-group .panel-title > a { color: #444; text-decoration: none; }
.panel-group .panel { border-top: 1px solid #e3e3e3; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.panel-group .panel:first-child { border: 0; }
.panel-group .panel-heading + .panel-collapse .panel-body { border: 0; }
.panel-group .panel-body { padding: 15px 0 25px; }
.panel-group .panel-body h4 { font-weight: 700; color: #444; }
.panel-body #shopify-product-reviews { margin: 0; }

/* CountDown */
.countdown { margin-bottom: 25px; }
.countdown span { font-style: italic; border-bottom: 1px solid #6d6d6d; color: #444; margin-right: 10px; }
.countdown .quickview-clock,
.countdown #clock { display: inline-block; }

.header-bottom .nav-search-bar .input-group-btn { position: absolute; right: 0; top: 0; }
.header-bottom .nav-search-bar .icon-search { text-indent: -999em; width: 52px; height: 48px; background: url(icons_new_31.png) center -19px no-repeat; border-left: 1px solid #4d4d4d; }

.header-bottom .nav-search .input-group-btn { position: absolute; right: 0; top: 0;}
.header-bottom .nav-search .icon-search { text-indent: -999em; width: 50px; height: 48px; background: url(icons_new_31.png) center -19px no-repeat; border-left: 1px solid #4d4d4d; }
.header-bottom.on .nav-search .icon-search {background: url(icons_new_31.png) -68px -2035px no-repeat;transition:none;}
.header-bottom.on .nav-search .icon-search:hover {background-position: -68px -2085px;}

.header-bottom.on .nav-search-bar {float:left; display:block;}
.header-bottom.on .nav-search-ber .icon-search {display:block;}
.header-bottom.on .nav-search .icon-search { display: block; }
.header-bottom.on .search-bar { display:none; position: absolute; right: 45px; top: 6px;}
.header-bottom.on .search-bar input.input-group-field { font-style: italic; background: #e0e0e0; border:0px; border-top: 0; height: 35px; width: 250px; }
.header-bottom.on .search-bar:hover input.input-group-field, .header-bottom.on .search-bar:focus input.input-group-field {width:250px;}
.header-bottom.on .search-bar .input-group-btn input.btn { height: 40px; display:none;}

.header-bottom.on .header-panel-bottom {width:auto; }
.header-bottom.on .top-cart .icon { display: none; }
.header-bottom.on .top-cart #cartToggle  { display: block; }
.header-bottom.on .top-cart .first { text-indent: -999em; display: inline-block; background: url(icons_new_31.png) 30px -2135px no-repeat;  height: 48px; }
.header-bottom.on .top-cart #cartToggle:hover .first {background-position:30px -2185px;}
.header-bottom.on .top-cart #cartCount,.header-bottom .top-cart #cartCount { font-size:13px; background: #ff5a00!important; color: #fff; position: absolute; right:-5px; top: 4px; line-height: 1.35; 
  margin: 0; padding: 0 5px; border:1px solid #000000;border-radius:15px; -webkit-border-radius:10px; -moz-border-radius:10px; }
.header-bottom.on .search-bar input.input-group-field {margin:0; top}

/*.header-bottom.on .header-top, .header-bottom.on .nav-search .search-bar {display:none;}*/


.nav-bar .header-logo-fix { float: left; display: none; margin: 14px 30px; }
.header-bottom.on .nav-bar .header-logo-fix { display: block; max-width:130px; margin:7px; 15px;}
.header-bottom.on .site-nav > li > a {padding:11px 18px; font-size:14px;}
.header-bottom.on .site-nav > li > a > span:first-child {color:white;}
.header-bottom.on .site-nav > li:hover > a.current  > span:first-child, .header-bottom.on .site-nav > li:hover > a > span:first-child, .header-bottom.on .site-nav > li:focus > a.current > span:first-child {color:black;}
.header-bottom.on  .mega-menu .site-nav-dropdown {top:23px}
.header-bottom.on .site-nav-dropdown {top:42px;}
.header-bottom.on .site-nav { padding-right: 120px; float:left; }
.header-bottom.on .nav-bar,.header-bottom.on  {background:rgba(0,0,0,0.5);}
.nav-search.on { display: none; }
.nav-search { display: block;!important }
.nav-search.on .search-bar { display: block!important; }


/* Hover Product Grid */
.products-grid .product-des .action .variants { display: inline-block; }
.quickview-button,
.products-grid .wishlist,
.products-grid .product-des .action .variants { position: relative; z-index: 2; }
.product-label,
.products-grid .spr-badge { z-index: 2; }
.products-grid .grid-item .product-grid-image { position: relative; z-index: 1; }

/* Pre-order */
.product-shop .pre-order-tag{font-size: medium; display:none!important;} 

/*footer.Jayden*/
.footer-top .col-20 { width: 20%; float:left;}

/* tap.Jayden */
#myTabContent img:hover{opacity:1!important}
#collapse-tab1 p, #collapse-tab1 ul, #collapse-tab1 img.short,#collapse-tab1 .short {display:none;}
.product-shop .short-description img {display:none;}
.product-shop .short-description img.short, .product-shop .short-description .short {display:block; color:#929292}
.product-shop .short-description ul {color:#929292;}
.product-shop .short-description p {line-height:24px; color:#868686; margin-bottom: 10px;}
/* .product-shop .short-description ul {display:none;} */
.template-product .spr-summary-actions a {height:36px; width:140px; line-height:33px; border:0px; text-align:center;}
.template-product .spr-summary-actions a:hover {background-color:#ff5a00;}
.template-product .spr-form-actions .btn {border:0px; float:left;}
.template-product .spr-form-actions .btn:hover {background-color:#ff5a00}
.template-product .spr-form-review-rating a {padding-top:3px;}

/* June 081815 */
.product-shop .short-description img.short {padding-bottom: 10px;}
.product-shop .short-description br {display: none;}

/* Account-Jayden */
.account_reset {
  margin-top: 20px;
  width: 260px;
  height: 46px;
  background-color: #868686;
  border: 0;
  color: white;
  font-family: 'Trade Gothic Next W01';
  font-weight: 700;
  text-transform: uppercase;
}
.account_reset:hover {background-color:#ff5a00}
#account #recover-email {width:300px;}
.login-page {padding-left:0;}
.action-btn.reset-action {margin-top:10px}
#reset-account #reset_password {margin-right:25px;}
#reset-account .new-password-text {margin:40px 0 25px 0;}
#reset-account .text-center input.btn {margin-top:40px; float:left; width:260px; height:46px;}
.activate-account {width:50%;}
.activate-account .text-center input.btn {margin-top:20px; float:left; width:260px; height:46px; font-weight:700; font-size:15px; color:white;}
.activate-account .text-center input.activate-acct {margin-right:20px;}
.activate-account .text-center {margin-top:20px; margin-bottom:40px; text-align:left;}
.activate-account .activate-pass {margin-right:20px;}
.activate-account #customer_decline {background-color:#868686; border:0;}
.activate-account #customer_decline:hover {background-color:#ff5a00;}
.activate-account label {display: block;
  padding-bottom: 5px;}
.activate-account input {width:100%;display: block;
  margin-bottom: 15px;
  min-width: 200px;} 
/* collection.Jayden */
.product-item .btn, .list-category .view {background-color:#ff5a00!important;Border:0;}
.infinite-scrolling a {width:290px; height:46px; line-height:46px;border:0px}
.infinite-scrolling a:hover {background-color:#ff5a00;}
.product-item .btn:hover, .list-category .view:hover {background-color:#868686!important;Border:0;}
.grid-item .wishlist {display:none;}
.page-header .jssora12l, .page-header .jssora12r {display:none;!important;}
.col-main .products-grid .product-des {bottom:40%;}
.col-main .products-grid .spr-badge {top:-145%} /* June 111815 */
.col-main .products-grid .spr-badge {display:block;}
.recently-viewed-products .products-grid .spr-badge {display:none;}
.product-item .btn {padding:0 40px;}
.recently-viewed-products .product-bottom .action {display:none;}
.product-shop #quantity {border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; box-shadow: 0 0 0 #fff!important; -webkit-box-shadow: 0 0 0 #fff!important; -moz-box-shadow: 0 0 0 #fff!important;}
.infinite-scrolling .disabled {display:none!important;}

#emailForm { font-size:14px; font-weight:700; color:#868686; letter-spacing:0px; font-family:'Trade Gothic Next W01' }
.newslabel { float: left; padding-right:20px; padding-top:7px; color:white; font-size: 17px;  }
#getemail { width:233px; height:35px; border:2px solid transparent; outline-width:0; font-size:14px; font-weight:400; border-radius: 0;  color:#868686; letter-spacing:0px; font-family:Open Sans}
#getemail:hover { border:2px solid #ff5a00 }

.subscribewrap { width:504px; vertical-align: middle; float:right; padding-top:1.8px;  }
.subscribeIn { float: left; }
.newsagree { font-size:10px; margin-top:10px; float: left; font-family:Open Sans; font-weight: 400; line-height: 140%; color:#eee; }
#emailForm p { font-weight: 100; }

#submitemail {  width:110px; height:35px; border-radius: 0; background-color:#868686;  color:white; border:0; font-size:17px; outline-width: 0; }
#submitemail:hover { background-color:#ff5a00; }
#email-modal .window-window .window-content .action-btn {margin-bottom: 40px;}
#email-modal .june_newsletter {width:auto;display:table; float:none; margin:0 auto; }
#email-modal #getemail { background-color:#f2f2f2; }
.june_newsletter { font-size:14px; font-weight:700; color:#868686; letter-spacing:0px; font-family:'Trade Gothic Next W01' }
.june_newsletter p { font-weight: 100; }
.popsubscribewrap { width:344px; vertical-align: middle; float:right; padding-top:1.8px; }
.popnewsagree { font-size:10px; margin-top:10px; float: left; font-family:Open Sans; font-weight: 400; text-align:left; line-height: 140%;}
.popnewslabel { font-size:17px; padding-bottom:20px; }
#subcribe_btn {background:url(footer_icon_inspifen.png) no-repeat 0 9px; float:right; background-size: 23px 136px; padding: 4.4px 0 0 40px; transition: 0s; font-size:17px; font-weight:700; color:#868686; letter-spacing:0px; font-family:'Trade Gothic Next W01'}

.customer_book {float:left; margin-right:100px; font-size:14px;}
.customer_new {clear:both; padding-top:25px; border-top:1px solid #eee}
#addresses .large--left {margin-bottom:0px;}
.template-customers-addresses .grid .page-header:first-child {border:0;}
.customer_pw_reset {font-size:14px; font-family:Open Sans;}
.customer_pw_reset input {margin-left:10px;}
.customer_pw_reset #reset_password {margin-right:30px;}
.customer_pw_reset .text-center input {width:260px; height:46px; margin:0; }
.customer_pw_reset .text-center {margin-top:27px; margin-bottom:40px; text-align:left;}
.header-top p {text-transform:none; color:#ff5a00!important;}
.header-top:hover p { color:rgba(237,236,236,1)!important;}
#shipping-calculator label {font-size:14px;}
#wrapper-response {font-size:13px; }
#shipping-rates {padding:0;}
#create-account #create_customer input {width:100%}
#create-account #create_customer input.btn {height:46px; width:260px;}
#create-account .create-an-account {width:46%; float:left;}
#create-account .register-page-note {width:46%; float:right;}
#create-account .register-page-note h5 {color:#ff5a00; margin-bottom:5px;}
#create-account .register-page-note h4 {font-size:14px; margin:25px 0;}
#create-account .register-page-note h5, #create-account .register-page-note h4 {font-weight:700;}
#create-account .register-page-note h5, 
#create-account .register-page-note h4, 
#create-account .register-page-note p {font-family:Open Sans; line-height:23px;}
#create-account .register-page-note .orange-font {color:#ff5a00; margin-bottom:25px;}
#create-account .register-page-note .order-history-link {margin-bottom:25px;}
#create-account .register-page-note .order-history-link a {color:#868686; text-decoration:underline; font-size:15px;}
#create-account .register-page-note .order-history-link a:hover {color:#ff5a00;}


.action-btn {margin-top:30px;}
.form-error.note > p {display:none;}
.form-error.note .disc {padding:0;}
.form-error.note .disc li {list-style:none; color:#ff0000; margin:0;text-align:left; font-family:Open Sans; font-size:13px;}
.dropdown-menu .form-error.note .disc li {font-size:13px;}

/* Cart.Jayden */
.shopping-cart-label {display:inline-block;}
#shipping-rates-feedback {display:none;}
#wrapper-response:after {
    content: " Note : zip code can't be blank";
}

/* Nev.Jayden */
.side-nav-header .customer-links-pc {display:none;}
.side-nav-header .customer-links {display:none;}
.site-nav .side-nav-signout {display:none;}
#nav_Store, #nav_More {display:none;}

.accessories-left.thumb input[type="checkbox"] {
   width:15px;
   height:15px;
   margin-top:18px;
 }

@media (max-width:767px) {
  .header-panel .search-bar input.input-group-field {color:#868686; }
  .header-bottom .search-bar input::-webkit-input-placeholder {color:#868686;}
.header-bottom .search-bar input:-moz-placeholder  {color:#868686;}
.header-bottom .search-bar input::-moz-placeholder {color:#868686;}
  
}

/* PDP.Jayden Option */
.accessories-item select {
  float:left;border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;  
  border: 0;
  outline: 1px solid #CCC;
  background-color: white;
  margin-left: 1px;
  margin-top:5px;
  height:22px;
  padding:0 10px;
  font-size:12px;
}

.accessories-item a {
  font-family: Open Sans; 
  font-size:13px;
}


#w3-product-accessories #accessories-container-heading {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
}

#w3-product-accessories #accessories-container-heading h3{
  margin-bottom: 25px;
  font-size: 16px;
}


.accessory-price {
  float:right;
  margin-top: 5px;
}


/* Search.Jayden */
.search-page .Bundle {display:none;}


/* Added by Darryn @ Shopify - September 15, 2015 */
.product-swatches {
  margin-bottom: 5px;
  height: 21px;
}

.product-swatches img {
  max-width: 20px;
  margin: 0 2px;
}