/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body{ 
	font-family: 'Roboto', sans-serif;
	font-size:12px; 
	text-align:left;
}

img           { border:0; vertical-align:top; max-width:100%; }

a:hover       { text-decoration:none; }
:focus        { outline:0; }
a:hover, a:focus{  
	outline:none!important;
    outline0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
	text-decoration: none!important;
}
textarea, select, button{
  -webkit-appearance: none;
}


/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; text-transform:uppercase;}
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

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

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

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


/* Layout ================================================================================ */
.wrapper { }
.page{ margin:0 auto; overflow:hidden;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-empty.ajax-index-options { padding:0px; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { }
.main { min-height:400px; }
.columnThree, .columnTwoRight, .columnTwoLeft, .columnOne {
    margin-top:30px;
	display:inline-block;
	vertical-align:top;
	width:100%;
}
/* Base Columns */
.col-left { }
.col-main { }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:100%; }
.col2-set .col-2 { float:right; width:100%; margin-top:20px; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea{ font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { border-width:1px; border-style:solid; width:100%; height:40px;}
input.input-text,textarea { padding:0 10px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; padding:5px 10px; resize:none; height:140px; }
input.radio { margin-right:3px; }
input.checkbox { margin:2px 6px 0 0; }
input.qty { width:2.5em; }
button.button:-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; cursor:pointer; display:inline-block; vertical-align:top; }
button.button span,
.button { display:inline-block; border:0px; padding:10px 20px; font-size:12px; text-align:center; white-space:nowrap; text-transform: uppercase;}

button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { border:0; padding:12px 50px; }
button.btn-checkout span span { }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
#checkout-payment-method-load input[type="radio"]{display:inline-block; vertical-align:top;}
.link{ background-color:transparent; overflow:visible; padding:0px; border:0px none; border-bottom-width:1px; border-bottom-style:solid; text-decoration:none; font-size:13px; line-height:20px; display:inline-block; vertical-align:top; cursor:pointer; }
.link:hover{ text-decoration:none; }
label{font-weight:normal; margin:0;}
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */

/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 12px; }
.form-list label {
    float: left;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 1px;
    position: relative;
    z-index: 0;
}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; margin-top: 8px;}
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; float:left; top: 8px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; }
.form-list .field { float:left; width:100%; }
.form-list .field + .field{ margin-top:12px; }
.form-list input.input-text { }
.form-list textarea {}
.form-list select {}
.form-list li.wide .input-box { width:100%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.wide select { width:100%; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

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

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

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

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

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

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

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

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

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

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

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

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:20px 0 0; padding:8px 0 0; border-top-width:1px; border-top-style:solid; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { display:inline-block; width:100%; vertical-align:top; margin-top:20px; }
.fieldset .legend { margin-bottom:20px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; font-size:11px; font-weight:bold; line-height:13px; color:#eb340a; }
.validation-failed { border-style:dashed !important; border-width:1px!important;}
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 14px;
    font-weight: normal;
    min-height: 34px !important;
    padding: 15px 8px 15px 45px !important;
    text-transform: uppercase;
	position:relative;
}
.error-msg:before, .success-msg:before, .note-msg:before, .notice-msg:before{
  font-family: 'FontAwesome';
  position:absolute;
  left:15px;
  top:12px;
  font-size:20px;
}

.error-msg:before{
  color:#c02230;
  content: "\f00d";
    left: 5px;
    top: 1px;
    font-size: 10px;
}

.success-msg:before{
  color:#296a23;
  content: "\f00c";
}

.note-msg:before, .notice-msg:before{
  color:#7c622a;
 content: "\f129";
}

.error-msg {
    background-color: #f5dad3;
    border-color: #f5dad3;
    color: #c02230;
}
.success-msg {
    background-color: #e9ffca;
    border-color: #dbe8de;
    color: #296a23;
}
.note-msg, .notice-msg{
    background-color: #fdeda4;
    border-color: #dfdc93;
    color: #7c622a;
}


.container.zero .columnOne .messages {
    float: none;
    margin: 0 auto !important;
    max-width: 1200px;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}
.mainOwlBanner{
	margin-top:30px;
}
.no-banner{
    border: 1px solid red;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
/* COLUMN CSS */
.col-left { }
.col-main { }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:100%; }
.col2-set .col-2 { float:right; width:100%; margin-top:20px; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */
.dashboard .col2-set {
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin: 0 0 15px;
    padding: 15px 0;
    width: 100%;
}



/* BreadCrumbs */
.breadcrumbs {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding: 12px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.breadcrumbs ul{margin:0;}
.breadcrumbs li { display:inline; font-weight:normal;}
.breadcrumbs li span{ display:inline-block; padding:0px 3px; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title{text-align:center;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:center; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { padding:4px 0px; text-align:center; display:none; width:100%; vertical-align:top; margin:0px; }
.toolbar-bottom .pager { display:inline-block; }
.toolbar-bottom .sorter .view-mode, .toolbar-bottom .limiter,
.toolbar-bottom .sorter .sort-by{ display:none; }
.toolbar-bottom .toolbar .sorter{ border-bottom:0px; border-top-style:solid; border-top-width:1px; margin-top:10px; margin-bottom:0px; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {color: #ddd;}
.pager li > a, .pager li > span{ border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; }

/* Sorter */
.sorter {}
.sorter .view-mode { float:left; margin:0; text-align:center; }
.sorter .view-mode span{ display:none; }
.sorter .sort-by { float:right; margin-bottom:0; margin-left:5px;}
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}
.sorter .view-mode .grid, .sorter .view-mode .list {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    float: left;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 0 5px;
    padding: 10px;
	font-weight:normal;
}
.filterBtn{
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    float: left;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px;
	display:none;
}
.catalog-category-view .toolbar-bottom .filterBtn,
.catalogsearch-result-index .toolbar-bottom .filterBtn,
.brand-index-index .filterBox .toolbar-bottom .filterBtn
{
	display:none;
}
.sorter .view-mode .grid:hover,
.sorter .view-mode .list:hover{ text-decoration:none;}
.sorter .view-mode .grid:before{ content: "\f00a"; }
.sorter .view-mode .list:before{ content: "\f03a"; }

/* Toolbar */
.toolbar {
    display: inline-block;
    width: 100%;
	vertical-align:top;
}
.toolbar .limiter{float:right;}
.toolbar .pager { }
.toolbar .sorter { border-width:0px 0px 1px; border-style:none none solid; padding:0 0 10px 0px ; margin-bottom:10px; }
.toolbar-bottom {}
.direction{  }

/* Data Table */
.data-table { width:100%; border-width:1px; border-style:solid;}
.data-table .odd  { }
.data-table .even { }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:8px; font-weight:600; }
.data-table td { padding:8px; }

.data-table thead th { font-weight:600; border-right-width:1px; border-right-style:solid; padding:10px; white-space:nowrap; vertical-align:middle; text-transform:uppercase; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; vertical-align: middle;}
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

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

/* Shopping cart total summary row expandable to details */
.cartDeta1 input.qty {
    width:50px;
	text-align:center;
}
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

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

/* Misc */
.links li {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart {margin:5px 0!important; }
.link-wishlist { font-weight:400; text-decoration:underline; font-size:13px; text-transform:uppercase; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; position:relative;}
.currently .btn-remove  {position:static;}

ol#compare-items li.item {
    padding: 5px 15px 5px 0;
    position: relative;
}
ol#compare-items li.item .btn-remove {
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
}

.block-compare .actions  {
    margin-top: 15px;
}
.block-compare .actions .button {
	float:right;
}
.btn-remove:before{
    color: #000;
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    position: absolute;
    top:8px;
    z-index:9;
}

.btn-remove:hover{ text-decoration:none; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/*ALIGN RIGHT*/
.alignRight{text-align:right;}
.alignLeft{text-align:left;}
.alignCenter{text-align:center;}

/*HEADER CSS*/
.header-top{
	padding:10px 0;
	z-index:99;
	position:relative;
}
.header-block{
	position:relative;
	z-index:98;
}
.welcome-msg {
    float: right;
    font-size: 11px;
    margin: 2px 30px 0 0;
    vertical-align: middle;
}
.header-container.bannerType1, .header-container.bannerType1 {
    left: 0;
    position: absolute;
    top: 0;
	background:none;
}
.bannerType1 .header-block,
.bannerType1 .navMain,
.bannerType1 .searchCenter .form-search,
.bannerType1 .nav-container {
	background:none;
}

.bannerType1 .header-top,
.bannerType1 .header-block {
    border-bottom-width:1px;
	border-bottom-style:solid;
	background:none;
}

.bannerType1 .searchCenter .button span,
.bannerType1 .form-search button.button{
	background:none;
}

/*LAGGUAGE CURRENCY COMPARE*/
.language-switcher, .header_currency, .header-compare {
    display: inline-block;
    padding-right:30px;
    vertical-align: top;
	font-size:11px;
	position:relative;
	margin-top:2px;
}
.language-switcher label, .header_currency label{
	display:none;
}
.select_lang img {
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
}
.language-switcher  .fa.fa-sort-desc, 
.header_currency  .fa.fa-sort-desc, 
.header-compare  .fa.fa-sort-desc{
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right:10px;
    top: -3px;
    vertical-align: top;
}
.language_detail, .currency_detail, .compare-content {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    left: 0;
    min-width: 150px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top:30px;
    transition: all 0.2s ease-in-out 0s;
	display:none;
}
.compare-content{
	min-width:250px;
}
.compare-content li.item {
    padding-bottom: 10px;
    padding-top: 0;
    position: relative;
}
.compare-content .item  .product-name {
    padding-right: 20px;
    position: relative;
    width: 100%;
}
.compare-content .item  .comp-rem.compDel{
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.compare-content .actions{
	text-align:center;
}
.language_detail:before, .currency_detail:before, .compare-content:before {
    background:transparent;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: -15px;
    width: 100%;
    z-index: 1;
}
.header_currency:hover .currency_detail, .language-switcher:hover .language_detail, .header-compare:hover .compare-content {
    display:block;
}
.language_detail a, .currency_detail a, .compare-content a {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}
.language-inner img{
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
}

/*TOP LINKS*/
.topLinkMenu{
    float: right;
    margin-right: 10px;
}
.topLinks{
	display:none;
}
.topLinks{
	float:right;
}
.topLinks ul {
    margin: 4px 0 0;
}
.topLinks .links li {
    text-align: right;
    vertical-align: top;
    width: auto;
	display:inline-block;
}

.topLinks .links li a {
    border-right-style: solid;
    border-right-width: 1px;
    display: block;
    font-size: 11px;
    line-height: 11px;
    margin-right: 13px;
    padding-right: 13px;
}


.header2 .topLinks .links li.last a{
	border:none;
}

/*SEARCH*/

.select-cover {
    float: left;
    overflow: hidden;
    position: relative;
    width:30%;
}
.select-cover:before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 9px;
	z-index:1;
}
.select-cover select{
	border:none;
	width: 118%;
	background:none;
	position:relative;
	z-index:2;
}
.drop_search #search {
    float: left;
    width:70%;
	border:none;
}
.drop_search {
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    left: 0;
    padding: 5px;
    position: absolute;
    top:31px;
    width: 100%;
	display:none;
}
.drop_search.showSearch{
	display:block;
}
#searchIcon{
	cursor:pointer;
}
.drop_search button.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: absolute;
    right:-1px;
    top: 0;
}
.drop_search button.button span {
		border: medium none;
		padding: 8px 10px 10px;
}
.drop_search button.button:hover{
	background:none;
}
.search-button.h3drop {
    float: right;
    text-align: center;
    width: 20px;
}
.drop_search button.button span{
	background:none;
}
.form-search select option{
	padding:0 10px;
}

.searchCenter .form-search {
    border-style: solid;
    border-width: 1px;
    margin-top: 22px;
    position: relative;
    width: 100%;
}
.searchCenter .select-cover{
    width: 30%;
}
.searchCenter input {
    width: 70%;
	border:none;
	background:none;
}
.searchCenter .button {
    position: absolute;
    right: 0;
    top: 0;
}
.searchCenter .button span{
	padding:12px 20px;
}
.searchCenter .button span span{
	padding:0;
}
#search_autocomplete{
	padding:10px;
	background:#fff;
	z-index:9999;
}

/*LOGO*/
h1.logo{
    height: 80px;
    margin: 0;
    position: relative;
}
a.logo{
    display: inline-block;
    vertical-align: top;
}
.logo img{
    max-height:80px;
    position: absolute;
    width: auto;
	-webkit-transition: all 0.1ms ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


/*NAVIGATION*/
ul#nav{
	display:none;
}
ul#nav > li.fxlogo{
	display:none;
}


/*	Mobile Menu	*/
	.mobMenu{ text-align:left; display:block; }
	.nav-container ul#nav{display:none; }
	.mobMenu h1{ margin:0px; padding:5px 12px;}
	.mobMenu h1 span {
		display: inline-block;
		font-size: 14px;
		line-height: 27px;
		padding-right: 6px;
		vertical-align: top;
	}
	.mobMenu h1 a{ float:right; font-size:19px; line-height:19px; margin-top:5px; }
	.mobMenu .accordion{ border-width:1px; box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.1);}
	.mobMenu .accordion li{ display:block; position:relative; font-size:13px; margin-bottom:1px;}
	.accordion li ul li { font-size:11px; }
	.nav-wrapper .mobMenu ul.level0{ border:0px; }
	.mobMenu .accordion li a {
		display: block;
		padding: 8px 10px;
		text-transform: uppercase;
		transition-duration:100ms;
		transition:color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
		-webkit-transition-duration:100ms;
		-webkit-transition:color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
		-moz-transition-duration:100ms;
		-moz-transition:color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
	}
	.mobMenu .accordion em.open-close { padding: 8px 14px; position: absolute; right: 0; top: 0; cursor:pointer;}
	.mobMenu .accordion em {  margin-right: 10px;}
	.mobMenu .accordion em.open-close:before {
		content: "\f196";
		font-family: "FontAwesome";
		font-style: normal;
		position: absolute;
		top:8px;
		font-size:14px;
	}
	.mobMenu .accordion li.active  > em.open-close:before {content: "\f147";}
	.mobMenu .accordion li  ul{margin-top:1px;} 
	.mobMenu .accordion li > ul  li a{padding-left:25px;}
	.mobMenu .accordion li > ul ul li a{padding-left:35px;}
	.mobMenu .accordion li > ul ul ul li a{padding-left:45px;}
	.mobMenu .accordion li > ul ul ul ul li a{padding-left:55px;}
	
	.cat_thumb{
		display:none;
	}
	
	/*Header 01 Menu Mobile*/
	.header1 .nav-container{
		margin:20px 0;
	}
	.header1 .mobMenu h1 a{
		float:left;
		margin-right:10px;
		margin-top: 4px;
	}
	.header1 #menuInnner{
		background: #fff none repeat scroll 0 0;
		display: block;
		left: 0;
		position: absolute;
		top: 81px;
		width: 100%;
	}
	
	/* ======================================================================================= */

	ul.menu-static-link{display:inline-block; width:100%; background:#eee;}
	ul.menu-static-link li{float:left;}
	ul.menu-static-link li a{display:block; padding:10px; color:#000; text-transform:uppercase;}
	ul.menu-static-link li a:hover{color:#fff!important; background:#82b440;}

/*SIDEBAR*/
.block{
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 15px;
}

/*CART*/

h2.classy {
    float: right;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 42px;
    padding-bottom: 5px;
    padding-left: 26px;
    padding-right: 25px;
    position: relative;
}
h2.classy:before{
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 1;
}

 h2.classy  .fa-sort-desc{
    position: absolute;
    right: 12px;
    top: 0;
}
.classy a{
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-family: times new roman;
    font-size: 11px;
    height: 16px;
    left:10px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 24px;
}



.block-content_pan {
    float: right;
    position: relative;
    z-index: 9;
}
.block-content_pan:before {
    background:transparent none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
#minicart{
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-sborder-radius: 2px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    position: absolute;
    right:0;
    text-align: center;
    top:64px;
    width: 300px;
}

.tpm-inner{
    display: block;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 38px;
    width: 100px;
}

.tpm-inner:before {
    right: 1px;
    top: -13px;
}
.tpm-inner ul{margin-bottom:0;}

.tpm-inner ul li a {
    font-size: 11px;
    text-transform: uppercase;
	margin-bottom:5px;
	display:inline-block;
	width:100%;
}
.tpm-inner .subtotal{
    text-transform: uppercase;
    font-size: 14px;
}

.sidebar.col-sm-3 {
	padding-left:0;
	padding-right:0;
}

.columnTwoRight .sidebar.col-sm-3, .col-right.sidebar {
	padding-left:0;
	padding-right:0;
}

#cart-sidebar {
    border-top-width:1px;
	border-top-style:solid;
    display: inline-block;
    padding-top: 10px;
}
#cart-sidebar .item-options{
    margin-bottom: 0;
}
.truncated{position:relative;}
.truncated_full_value {
    border-style: solid;
    border-width: 0;
    left: 0;
    padding: 1px;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 99;
}
#cart-sidebar dt, #cart-sidebar dd {
    display: inline-block;
    padding: 0 5px 0 0;
    /*width: 50%;*/
    float: left;
    text-align: left;
}
#cart-sidebar .btn-pencil {position:absolute; top:0; right:0px; font-size:15px;}
#cart-sidebar .btn-pencil + .btn-pencil{right:18px; top:2px;}
#minicart .subtotal {
    font-size: 15px;
    text-transform: uppercase;
    vertical-align: top;
	margin-top:-6px;
}
#cart-sidebar{border-top-width:1px; border-top-style:style;}
#cart-sidebar .col-sm-12 {
    padding: 0 40px 0 0;
}
#cart-sidebar li {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    display: inline-block;
	width:100%;
}
#cart-sidebar li a.product-image{
    float: left;
}
#cart-sidebar li .product-details{
    margin-left: 90px;
}

/*Recently-viewed-items*/
#recently-viewed-items .product-image{
    float: left;
    margin-right: 0;
}
.sideVied {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 10px;
    position: fixed;
    right:-120px;
    top: 50%;
    width:120px;
	z-index:99999;
	height:500px;
	margin-top:-250px;
	-webkit-transition: all 0.3ms ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sideVied.slideRight{right:0;}

#sideViedBtn{
    border:1px solid #e5e5e5;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    display: inline-block;
    font-size: 13px;
    padding: 10px;
    position: absolute;
	top:50%;
	left:-80px;
	border-bottom:0;
    transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
    z-index: 1;
	background:#fff;
	margin-top:-40px;
	
}
.sideVied .price-box span{display:inline-block; text-align:center; width:100%;}
.productName, .sideVied .price-box span.msrp-price-hide-message,
.sideVied .price-box .price-label, .sideVied .price-box.map-info a{display:none;}

.sideVied .price {
    font-size: 15px;
    font-weight: normal;
	margin-bottom:15px;
}




	/*Left Navigation*/
	.magicat-container, .magicat-container .block { display: inline-block; width: 100%; }
	ul#magicat li, ul.listStyle li { cursor: pointer; display: block; float: left; list-style-type: none; margin: 0 0 1px 0; padding-left: 10px; position: relative; width: 100% !important; margin-bottom:3px;}
	ul#magicat li.level0 span.magicat-cat, ul.listStyle li span { text-align:left;display: inline-block; padding: 5px 0; width: 100%; padding-left:10px; text-transform:uppercase;}
	ul#magicat li .open-close, .block-layered-nav dt .toggleBtn { display: inline-block; height: 30px; position: absolute; right: 0; top: 0; width: 30px; }
	.block-layered-nav dt .toggleBtn { cursor: pointer; }
	ul#magicat li.active > .open-close{ background-position: 2px -28px; }
	.block-layered-nav dt .toggleBtn.highlight { background-position: 2px 3px; }
	ul#magicat ul { padding-left: 10px; }
	ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
		display: inline-block;
		height: 30px;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
	}
	ul#magicat li .open-close, 
	.block-layered-nav dt .toggleBtn {
		background: url("../images/leftNav.png") no-repeat scroll 2px -28px;
	}
	ul#magicat li .open-close{ background-position: 2px 3px; }
	.fob-wrapper .links ul li:before, .magicat-container ul li:before {
		content: "";
		float: left;
		left: 0;
		position: absolute;
		top:5px;
		font-family:'FontAwesome';
		content:'\f105';
	}
	
	
	/*Browse category*/
	.block-layered-nav dt {
		border-bottom: 1px solid #eee;
		margin-bottom: 0;
		padding-bottom: 12px;
		position: relative;
		text-transform: uppercase;
		padding-top:12px;
	}
	
	.block-layered-nav dd{
		display: inline-block;
		padding: 10px 0;
		width: 100%;
		margin-bottom:5px;
	}
	
	.block-layered-nav dd li{
		padding: 5px;
		text-transform: uppercase;
	}
	.valueLeft{
		float: right;
		width: 50%;
	}
	
	
	

/*HEADING AND TITLE*/
.block-title{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.page-title h1,  .page-title h2{
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	margin: 0 0 20px 0;
	padding:0px 0 15px 0;
	position:relative;
	float:none;
	text-align:left;
	display:inline-block;
	width:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.block-title h1, .block-title h2, .block-title strong{
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	position:relative;
	float:none;
	text-align:left;
	display:inline-block;
	width:100%;
}
.block-subtitle{
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.bType1 #tabs{
	margin-top:50px;
}
.bestselling-title{width:100%; display:inline-block; width:100%; text-align:center;}
.bestselling-title h2 {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.bestselling-title h2 span {
    border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:transparent;
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 15px 25px;
	float:left;
}
.bestselling-title h2 a {
    font-size: 15px;
    padding-bottom: 0;
    text-transform: uppercase;
}



/*BESTSELLTER LANDING PRODUCTS*/
.tab-contents, .tab-contents-new, .tab-contents-feature{
    padding-top: 25px;
	margin-bottom:30px;
}

/*STATIC BLOCK*/
.oneStaticBlock {
    display: inline-block;
    padding: 35px 0;
    width: 100%;
    text-align: center;
}
.oneStaticBlock p {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    padding-top: 25px;
    vertical-align: middle;
    width:70%;
}
.staticBlock a{
	display:block;
}
/*HOME PAGE SETTINGS*/
.cms-index-index .oneCol .container.zero {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right:0;
    width: auto;
}
.cms-index-index .columnTwoLeft .container.zeroNine, 
.cms-index-index .columnTwoRight .container.zeroNine, 
.cms-index-index .colThree .container.zeroNine{
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right:0;
    width: auto;
}


/*FEATURED CATEGORY*/
.thum-block{display:inline-block; width:100%; overflow:hidden;}
.featuredCat img{
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.featuredCat img:hover {
    transform: rotate(15deg) scale(1.3);
	-o-transform: rotate(15deg) scale(1.3);
	-webkit-transform: rotate(15deg) scale(1.3);
}
.featuredCat ul li.catBlock{ text-align:center;}
.featuredCat .featuredInner{margin:0 3px;}
.featuredCat .featuredInner h3 {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    background: #f9f9f9;
    padding: 10px;
}
.featuredCat .featuredInner h3 a {
    display: inline-block;
    padding-right: 12px;
    position: relative;
}
.featuredInner h3 a:before{position:absolute; right:0; top:-1px; content: "\f0da"; font-family:'FontAwesome';}
.featuredCat > ul{
    display:inline-block;
    padding:0;
    width: 100%;
	margin-bottom:0;
}

/*BRAND HIGHLIGHTER*/

.col-sm-9 .container.htw,
.columnThree .container.htw{
	padding:0;
}

.highlighterWrap {
    padding-top:20px;
}
.highlighter-content{
    padding-bottom:15px;
    padding-top:15px;
}
button.view-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    display: inline-block;
	margin-top:30px;
}
button.view-button span {
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 37px;
    text-transform: uppercase;
    display: inline-block;
}
.highlighter-content h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}
.highlighterWrap {
    background-attachment: scroll;
    background-color: #6c5669;
    background-image:url(../images/ht-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.highlighter-content p{font-size:14px; margin:10px 0;}

/*PRICE AND RATINGS*/
.price-box{
    display: inline-block;
    vertical-align: top;
}
.price-label{display:none;}
p.old-price, p.special-price{
    display: inline-block;
    float: none;
    width: auto;
	margin:0;
}
.old-price .price {
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}
.salePrice {
    background: #c82536 none repeat scroll 0 0;
    color: #fff;
    font-family: arial;
    font-size: 10px;
    font-style: italic;
    padding: 2px 5px;
    vertical-align:top;
	display:inline-block;
	line-height:12px;
	margin-left:5px;
}

.products-grid .ratings {
    line-height: 1.0833em;
    margin: 0 0 5px 0;
}
.product-shop .ratings .rating-links {margin-left:10px;}
.review {
   margin:10px 0;
}
.ratings .rating-box, .ratings .amount, .ratings .rating-links {
    display: inline-block;
    vertical-align: middle;
	margin:0;
}
.ratings{width:100%; text-align:left;}
.rating-box {
    background: url(../images/rating.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    height: 13px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 69px;
}
.rating-box .rating {
    background: url(../images/rating.png) repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    float: left;
    height: 13px;
}
.ratings .amount {
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.no-rating{margin:0; text-transform:uppercase; font-size:11px;}
.product-shop .no-rating{margin:4px;}

.mailRev {
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
}

.mailRev p{
    float: left;
    margin: 10px 0;
    text-transform: uppercase;
}

.addthis_sharing_toolbox{
    float: right;
    padding-top: 5px;
}

.sharing-links {
    display: inline-block;
    font-size: 0;
    text-transform: uppercase;
	float:right;
}
.sharing-links li{float:left;}

.link-facebook, .link-email-friend, .link-twitter{padding-left:5px;}

.link-facebook:before, .link-email-friend:before, .link-twitter:before {
    background: none repeat scroll 0 0 #eee;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
    content: "\f09a";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    text-align: center;
    width: 35px;
}


.link-email-friend:before{
  content: "\f003";
}
.link-twitter:before{
  content: "\f099";
} 

/*PRODUCT QUICK LIST*/

.quickProducts .block-title h2{
	margin:0 0 15px;
	padding:0 0 5px;
}

.quickProducts  ul li{
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
}
.quickProducts .ratings {
    display: inline-block;
    margin: 5px 0 7px;
}
.quickProducts  .no-rating,
.item .no-rating {
    margin: 5px 0 7px;
    text-align: left;
	position:relative;
}
.quickContent .old-price .price{
    font-size: 12px;
    font-weight: normal;
}
.quickProducts  .no-rating:before,
.item .no-rating:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:9;
}
.quickProducts  ul li .amount{
	display:none;
}
.quick_products .product-image{
    background: #fff;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin-right: 0;
    padding: 5px;
    width: 85px;
}
.quickContent {
    margin-left: 100px;
}
.quickContent  .price {
    font-size: 15px;
    font-weight: bold;
}
.quick_product .product-options-bottom .add-to-cart {
    float: left;
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
}
.quick_product .no-rating{
	text-align:left;
}

/*END PRODUCT QUICK LIST*/


/*PRODUCT LIST DESIGN FIRST VIEW*/
.std ul.products-grid , ul.products-grid { margin:0px -15px; position:relative; padding:0px; clear:both;}
.products-grid.last { border-bottom:0; }
.products-grid li.item { list-style:none; }
.products-grid .secView .itemInner .proAction{display:inline-block; width:100%; vertical-align:top; }
.secView  .add-cart, .secView  a.add-cart, .secView  .w-btn{border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%;}
.products-grid .secView .itemInner .proAction .w-btn + .w-btn{ border-left-width:1px; border-left-style:solid; }
.products-grid .secView + .secView{ border-left:0px; }

.catalogsearch-result-index .products-grid li.item , .item,
.catalog-category-view .products-grid li.item { padding-top:15px; padding-bottom:15px; }
.item .proImage{ position:relative; }
.products-grid .product-image { 
	display:block; 
	width:100%; 
	margin:0 0 10px; 
	overflow:hidden; 
	position:relative; 
}
.stopZoom{
    background:transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
	display:none;
}
#triggerPop {
    background-color: rgba(255, 255, 255, 0.7);
    bottom:1px;
    color: #333;
    line-height: 2.6666em;
    padding: 0 1em;
    position: absolute;
    right:1px;
    z-index: 9999;
}
#triggerPop:hover{
	color:#fff;
	background:#333;
}

.tab-contents .products-grid .product-image img,
.tab-contents-new .products-grid .product-image img,
.tab-contents-feature .products-grid .product-image img,
.spacer-img{width:100%;}
.proImage .qv-btn{ 
	position:absolute; 
	top:50%; 
	left:50%; 
	font-size:12px; 
	line-height:48px; 
	width:125px; 
	text-align:center; 
	margin:-24px 0px 0px -62px; 
	transform: scale(0);
    transition-duration: 0.3s;
    transition-property: transform;
	-moz-transform: scale(0);
    -moz-transition-duration: 0.3s;
    -moz-transition-property: transform;
	-webkit-transform: scale(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: transform;	
	text-transform:uppercase;
}
.proImage .qv-btn .fa{
    margin: -2px 5px 0 0;
}
.item .proImage:hover .qv-btn{transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}
.proImage .qv-btn:hover{ text-decoration:none; }
.bottomProDetail{ text-align:center; position:relative;}
.products-grid .product-name { margin:0; font-weight:400; font-size:14px; text-transform:uppercase;}
.products-grid .product-name a { color:#203548; }
.products-grid .price-box {padding:0 0 7px 0;}
.products-grid .item .areaBox {margin-bottom:0;}
.price{
    font-size: 18px;
    font-weight: bold;
}
.products-grid .price-box + .proAction{ padding-top:5px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

.product-image .face{ position:absolute; left:0; top:0px; width:100%; height:100%; display:block; 
	transition:left 1s;
	-webkit-transition:left 1s;
	-moz-transition:left 1s;
 }
.proImage:hover .face{ left:-100%; }
.fadeView .face{ transition:all 0.5s linear 0s; -webkit-transition:all 0.5s linear 0s; -moz-transition:all 0.5s linear 0s; }
.fadeView:hover .face{ left:0px;  }
.proImage .back-img{ left:100%; }
.fadeView .back-img{ left:0px; opacity:0; }
.proImage:hover .back-img{ left:0; }
.fadeView:hover .back-img{ opacity:1; }

.add-cart, .link-cart{padding:4px 14px; border:0px none; font-size:13px; text-transform:uppercase; display:inline-block; vertical-align:top; border-width:1px; border-style:solid; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;  margin: 0 2px; margin-bottom:5px;}
a.add-cart{padding:4px 14px; margin-bottom:5px;}
.thirdView a.add-cart, .thirdView .add-cart {
    border: medium none;
    font-size: 12px;
    padding: 10px 20px;
}
.products-grid  .ratings .amount{
	display:none;
}
.add-cart .fa{margin-right:4px;}
.w-btn {
    border: 1px solid;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    line-height:26px;
    min-width: 28px;
    text-align: center;
    vertical-align: top;
	margin:0 2px;
}

.badge{ position:absolute; background-color:transparent; padding:0px; width:45px; z-index:9;}
.product-img-box .badge{z-index:88;}
.badge span{ 
	float:left; 
	width:60px; 
	text-align:center; 
	line-height:18px; 
	padding-bottom:0; 
	font-size:11px; 
	text-transform:uppercase; 
	text-align:center; 
	position:relative; 
	margin:1px 0px 2px; 
	padding:3px 0;
}
.badge span b{ display:none; }
.badge span strong{ font-weight:400; }
.block-content, #magicat {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 15px;
    width: 100%;
	margin-top:15px;
}
.block-content span.count{display:none;}
.block-content .currently{margin-bottom:40px;}
.block-content .currently li{position:relative; padding-left:20px; margin-bottom:5px;}
.block-content .currently li span.label{
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
}
.block-content .currently li span.value {
    border: 1px solid #000;
    color: #000;
    float: right;
    font-size: 12px;
    line-height: 19px;
    margin-right: 10px;
    min-width: 20px;
    padding: 0 20px 0 5px;
    text-align: center;
    text-transform: uppercase;
	position:relative;
	background:url(../images/mdl/delete.png) no-repeat scroll right 5px #fff;
	clear:right;
}
.open-closee {
    cursor: pointer;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.block-content .currently li.swatch-current span.value{
	border:none;
}
.block-content .configurable-swatch-list li {
    border: 1px solid #ddd;
    float: left;
    height: auto !important;
    margin-right: 5px;
	margin-bottom: 5px;
    padding: 2px;
}
.block-content .configurable-swatch-list li:hover{border-color:#000;}
.block-content .configurable-swatch-list li a {
    background: none repeat scroll 0 0 #c0ccd3;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}
.block-content .configurable-swatch-list li a img{width:100%!important; height:100%!important;}
.item ul.configurable-swatch-list {
    display: inline-block;
    margin: 10px 0;
}
.qlinks{
    bottom: 10px;
    position: absolute;
    left: 0;
	transform: translate3d(0, 40px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transform: translate3d(0, 40px, 0px);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transform: translate3d(0, 40px, 0px);
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	opacity:0;
	width:42px;
}
.qlinks .w-btn {
    border: medium none;
    border-radius: 0;
    box-shadow:3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    width: 40px;
}
.item :hover .qlinks {
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
	-webkit-transform: translate3d(0px, 0, 0px);
	-moz-transform: translate3d(0px, 0, 0px);
}
.products-grid  .listColorSwatch {
    display: inline-block;
    float: right;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
	bottom: 100px;
    width: auto;
	transform: translate3d(0, 40px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transform: translate3d(0, 40px, 0px);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transform: translate3d(0, 40px, 0px);
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	opacity:0;
}

.products-grid .item :hover .listColorSwatch  {
    opacity: 1;
    transform: translate3d(0px, 0, 0px);
	-webkit-transform: translate3d(0px, 0, 0px);
	-moz-transform: translate3d(0px, 0, 0px);
}

.products-list .listColorSwatch{text-align:left;}
.listColorSwatch ul.configurable-swatch-color {
    margin: 0;
    padding: 5px 0 0 0;
}

.item ul.configurable-swatch-list li {
	margin:-4px;
	text-align:center;
}
.item ul.configurable-swatch-list li a {
    border: 1px solid #ddd;
    display: inline-block;
    min-height: 17px!important;
    overflow: hidden;
    padding: 2px;
    min-width: 17px!important;
	float:none;
	height:20px!important;
	width:100px!important;
}
.item ul.configurable-swatch-list li span {
    border: 1px solid #ddd;
    display: inline-block;
    min-height: 17px!important;
    overflow: hidden;
    padding: 0;
    min-width: 17px!important;
	float:none;
	height:20px!important;
	width:100px!important;
}
ul.configurable-swatch-list li span {
    background: #f4f4f4;
}

.item ul.configurable-swatch-list li img{
transition: all 500ms ease 0s;
transform: scale(2);
-webkit-transition: all 500ms ease 0s;
-webkit-transform: scale(2);
-moz-transition: all 500ms ease 0s;
-moz-transform: scale(2);
}

.item .ratings, .item p.no-rating{
	text-align:center; 
	margin:8px 0;
}

.no-rating{
	display:inline-block;
	width:100%;
	text-align:center;
	vertical-align:top;
}
.no-rating a {
    background:url("../images/rating.png") repeat-x scroll 0 0;
    display: inline-block;
    font-size: 0;
    height: 13px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 69px;
}

.products-list .item .ratings {
    float: left;
    margin: 15px 0;
    text-align: left;
    width: 100%;
}
.item .ratings .amount {
    position: relative;
    padding: 0 5px;
	font-size:11px;
}
.item .ratings .amount:before{position:absolute; z-index:1; width:100%; height:100%; color:transparent; content:'';}
.widget-new-products .products-grid .product-image, .widget-new-products .products-list .product-image {
    height:auto!important;
    width:auto!important;
}

/*boxi design*/
.areaBox{
	padding:10px;
	box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.1);
	margin-bottom:30px;
}
.category-title{
    font-size: 30px;
    text-align: center;
}
.category-banner{
	min-height:100px;
	display:inline-block;
	width:100%;
	vertical-align:top;
}
.category-banner .category-title h2{
	font-size:25px;
}
.category-banner{
	background:url(../images/catBg.jpg);
	background-size:cover;
}
.category-top-description{
	padding:75px 0;
	line-height:20px;
	text-align:center;
}
.catalogsearch-result-index .proArea.areaBox,
.catalog-category-view .areaBox.proArea,
.catalogsearch-advanced-result .proArea.areaBox{
	padding:0;
	box-shadow:none;
	background:none;
}

.columnOne.areaBox{
	padding:15px;
}
/* .oneBox{
	margin-top:30px;
}*/
.cms-index-index .oneCol .row.oneBox,
.cms-index-index .columnTwoLeft .row.oneBox,
.cms-index-index .columnTwoRight .row.oneBox,
.cms-index-index .columnThree .row.oneBox{
	margin:0;
}

.cms-index-index .columnOne.areaBox.proArea,
.cms-index-index .columnTwoLeft .areaBox.proArea,
.cms-index-index .columnTwoRight .areaBox.proArea,
.cms-index-index .columnThree .areaBox.proArea,
.catalog-product-view .columnOne.areaBox.proArea,
.brand-index-index .columnTwoLeft .areaBox.proArea,
.brand-index-index .columnTwoRight .areaBox.proArea,
.brand-index-index .columnOne.areaBox.proArea
{
	padding:0;
	box-shadow:none;
	margin:0;
	background:none;
}
.catalog-product-view .columnOne.areaBox.proArea{
	margin-top:30px;
}

.widthBrand{
	padding-right:155px;
	position:relative;
}
.widthBrand .brand{
    max-width: 150px;
    position: absolute;
    right: 0;
    top: 0;
	text-align:center;
	padding-bottom:15px;
    display:inline-block;
    vertical-align:top;
}
#brand_left ul li{
	padding:5px 0;
}
.show-more-brands, .show-less-brands{
    float: right;
    font-size: 12px;
    text-decoration: underline;
    text-transform: capitalize;
}
.brand.areaBox{
	text-align:center;
}
.logopan{
    text-align: center;
}
.brandName{
	font-size:15px;
	margin-bottom:10px;
	display:inline-block;
	width:100%;
}
.cms-index-index  .columnTwoLeft .container.htw,
.cms-index-index  .columnTwoRight .container.htw,
.cms-index-index  .columnThree .container.htw{
	width:auto;
}

/*Size Chart*/
.sizeChartBox{
    padding: 10px 0 0 0;
	float:right;
}
.sizeChart {
    background: url("../images/sizeIcon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: green;
    padding-left: 40px;
}
/* View Type: List */

.products-list .item{ margin-top:10px; width:100%; display:inline-block; vertical-align:top; padding-bottom:20px; }
.products-list .item + .item{ margin-top:0px; padding-top:21px; border-top-width:1px; border-top-style:solid; }
.products-list .proImage { float:left; width:250px; overflow:hidden; }
.products-list .proImage img{ width:100%; }
.products-list .bottomProDetail{ text-align:left; margin-left:270px; }
.products-list .bottomProDetail .product-name{ margin-bottom:5px; font-size:25px; }
.products-list .bottomProDetail .desc { margin-bottom:20px; }
.products-list .bottomProDetail .desc p{ margin:0px; }
.products-list .price-box{margin-bottom:15px;}
.products-list .item .areaBox {display:inline-block; width:100%; margin-bottom:0;}
/* ======================================================================================= */

/*BLOG*/
.blog-short-dec{
    padding: 10px 0;
    text-transform: uppercase;
	margin-bottom:30px;
}
.postContent .bList {
    border-bottom: 1px solid #ddd;
    margin-bottom:5px;
}

/*BLOG HOME*/
.block-news{
    display: inline-block;
    width: 100%;
}

.blogItem h3{
    font-weight: bold;
    margin:12px 0 0 0;
    text-transform: uppercase;
}

.block-news .blogItem{
	text-align:center;
}

.blogItem .bList{
	display:inline-block; 
	width:auto; 
	padding:10px 0; 
	text-align:left; 
	white-space:nowrap;
}
.blogItem .bList li{display:inline-block;}
.blogItem .bList li span, .blogItem .bList li  {
    vertical-align: top;
}
.blogItem .bList li strong{padding:0 8px;}
.shortdes{
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    text-transform: none;
}


/*TESTIMONIAL*/
.testimonialPan {
    font-size: 18px;
    margin: 0 auto;
    text-transform: none;
    width: 70%;
}
.testimonialPan .quote {
    font-size: 25px;
	
}
.testimonialPan p{
	margin-left:115px;
}
.testimonialPan .author {
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
    vertical-align: top;
    width: 100%;
}
.testimonialThumb{
	max-width:100px;
	float:left;
	width:auto!important;
	margin-right:15px;
}


/*SEPRATE BLOCK FB TWITTER AND ABOUT*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]  {width: 100% !important;}

.twitter-twets li a{color:#888900;}
.twitter-twets li:before {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top:0;
}
.twitter-twets li {
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 35px;
    position: relative;
    text-transform: none;
}
.aboutText{
    font-size: 14px;
    text-transform: none;
}
.sepArea h3{
    font-size: 18px;
    margin-bottom: 15px;
}



/*FOOTER*/
#back-top {
    background: #fff none repeat scroll 0 0;
    bottom: 18px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 999;
}
#back-top a{display:block;}
.copyrightBox{
	padding:25px 0;
}
.copyText{
    float: left;
    margin: 5px 0;
}
.media-payment{
    float: right;
}
.footer-wrapper .areaBox{
	margin-bottom:0;
	padding-top:40px;
	padding-bottom:40px;
}
.footer-wrapper .links li {
	display:inline-block;
	padding-bottom:8px;
	padding-left:16px;
	position:relative;
}
.footer-wrapper .links li:before{
	content:'';
	position:absolute;
	border-color:transparent;
	border-left-color:#000;
	left:0;
	top:5px;
	border-style:solid;
	border-width:4px;
}
.footer-wrapper .links li a{
   font-size:13px;
}
.footer-wrapper h3{
    margin-bottom: 12px;
}

.msg-block {
    margin-bottom: 20px;
    position: relative;
}
.msg-block .button-newsletter {
    border: medium none;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.msg-block .button-newsletter span{
    float: none;
    font-size: 24px;
}
.input-newsletter{
    padding-right: 50px;
}
.mdl-social li {
    float: left;
    margin-right: 5px;
    text-align: center;
}

.mdl-social li a {
    border: 2px solid #333333;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
	display:block;
}


/*NEWSLETTER POPUP*/
#newsletter-popup {width:100%; display:inline-block; vertical-align:top;}
.span6{width:50%; float:left; padding:20px;}
#newsletter-popup .span6{
	min-height:400px;
}
#newsletter-popup .span6.newsTextarea{background-color:#1e1c1d; text-align:center;}
.newsletterBg{
	background-position:center center!important;
	background-size:auto 99%!important;
}
#newsletter-popup h1 {
    color: #fffdfe;
    font-size:40px;
    font-weight: bold;
    line-height:35px;
    margin: 10px 0;
	font-family: georgia;
}
#newsletter-popup h1 span {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}
#newsletter-popup p {
    color: #b9b9b9;
    font-family: georgia;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 30px 0;
    text-transform: none;
}
input#cm_email{
    border: 1px solid #ccc;
    height: 40px;
    margin-bottom: 10px;
    width: 85%;
	padding:0 10px;
}
#newsletter-popup #subscr_btn {
    border-width:1px;
	border-style:solid;
	border-color:#afadae;
    color: #afadae;
    padding: 12px 25px 12px 30px;
    text-transform: uppercase;
	background:none;
}
#newsletter-popup .btn-sign-up-now{position:relative; float:left; width:100%;}
#newsletter-popup .btn-sign-up-now.loading #subscr_btn{opacity:0.2;}
.progressLoader {
    display: none;
    opacity: a;
    position: absolute;
    left: 60px;
    top: 7px;
    color: 000;
    font-size: 22px;
}
.loading .progressLoader{display:block;}




/* Product Images */
.product-view .product-img-box { }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; position:relative; }
.product-view .product-img-box .product-image-zoom { position:relative; width:100%; overflow:hidden; z-index:9; border: 1px solid #eee; }
.product-view .product-img-box .product-image-zoom img { cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }

.more-views.bottomSide{
	padding:0 30px;
	position:relative;
}
.more-views.bottomSide .owl-carousel{
	position:static;
}
.more-views .owl-theme .owl-controls{
	margin:0;
}
.more-views  .owl-nav {
    position: static;
    right: 0;
    top: 0;
    z-index: 2;
}
.more-views  .owl-nav .owl-next, 
.more-views  .owl-nav .owl-prev {
    left: 0;
    margin-left: 0;
    margin-top: -16px;
    position: absolute;
    top: 50%;
}
.more-views  .owl-nav .owl-next{
	left:auto;
	right:0;
}

.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border-width:2px; border-style:solid; overflow:hidden; }
.product-view .product-img-box .zoomBtn{ position:absolute; bottom:0px; right:0px; z-index:10002; width:50px; height:50px; border-width:0px; border-style:solid; font-size:16px; text-align:center; line-height:48px; }
.scrollerMedia{width:100%; display:inline-block; text-align:center;}

.scrollerMedia div.item{float:left; margin:0;}
.moreViewItem a  img{
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
}



.more-views.scrollerVert{
    width:100%;
}

.bx-controls-direction {width:100%; display:inline-block; text-align:center;}
.bx-controls-direction a{width:30px; height:30px; line-height:30px; display:inline-block; border:1px solid #eee; margin:5px; font-size:0; position:relative; background:#fff;}
.bx-controls-direction a:before{position:absolute; left:50%; top:0; font-size:15px; font-family:'FontAwesome'; color:#000; margin-left:-5px;}
.bx-controls-direction a.bx-prev:before{content: "\f107";}
.bx-controls-direction a.bx-next:before{content: "\f106";}
.bx-controls-direction a.disabled{display:none;}
.verSlide a {
    border:1px solid #eee;
    display: block;
    width: 99%;
}
.verSlide a:hover {
    border:1px solid #000;
}


.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }



/* -------------------------------------------- */
/*	Poduct Popup	*/

.fancybox-skin{ background-color:#fff; }
.custom-gallery-popup{ position:relative; text-align:center; }
.view-img{ display:inline-block; width:100%; vertical-align:top; padding-right:180px;}
.view-img-cover{ position:relative; }
.view-img .nav{ width:48px; height:48px; background-color:rgba(255,255,255,0.4); position:absolute; top:50%; z-index:9; font-size:30px; }
.view-img .prev{ left:10px; background-position:18px 5px; }
.view-img .next{ left:auto; right:10px; background-position:-13px 5px; }
.slider-gallery-image{ max-width:100%; cursor:zoom-in; display:inline-block; max-height:500px; }
.zoomImg{ cursor:zoom-in;  }
.zoom-out .zoomImg{ cursor:zoom-out;  }
.more-view{ float:right; position:absolute; right:10px; top:0px; width:166px; }
.more-view h2{ font-size:18px; font-weight:600; color:#232323; margin:20px 0px; line-height:24px; text-transform:none; }
.more-view ul{ display:inline-block; width:100%; vertical-align:top; border:1px solid #e2e2e2; padding:5px; }
.more-view .product-image-thumbs li{ float:left; }
.more-view .product-image-thumbs li:first-child{ margin-left:0px; }
.more-view .product-image-thumbs a{ border:1px solid #e2e2e2; float:left; margin:5px; }
.view-img .nav, .more-view .product-image-thumbs a:focus {
    border: 1px solid #ddd;
    outline: medium none;
}
.nav.disable{
    opacity: 0.2;
	cursor:default;
}
.more-view .product-image-thumbs a img{ border:2px solid #fff; }
.more-view .product-image-thumbs a.active img{ border-color:#e2e2e2; }
.fancybox-inner, .fancybox-outer{
	overflow:auto!important;
}

/* Product Shop */
.product-view .product-shop { }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 15px 0; border-bottom-width:1px; border-bottom-style:solid;}
.product-view .product-shop .product-name h1 {
    font-size:20px;
    font-weight:700;
    margin: 0;
    padding: 15px 90px 15px 0;
    text-transform:uppercase;
}
.extra-info{display:inline-block; width:100%;}
.product-view .product-shop .availability { margin:13px 0; text-transform:uppercase; float:left; margin-right:15px;}
.product-view .product-shop .short-description { margin:0 0 10px; }
.product-view .product-shop .price_box { margin:0; display:inline-block; width:auto; float:left; position:relative; padding-top:20px;}
.product-view .product-shop .add-to-links { margin:0; clear:both; }
.product-view .product-shop .regular-price .price{ font-size:30px; font-weight:400; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li{ float:left; padding-right:5px; }
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .price_box .old-price .price{
    left: 0;
    position: absolute;
    top: 0;
	font-size:14px;
}
.product-view .product-shop .price_box .price {
    font-size: 35px;
    font-weight: normal;
}
.product_left{
	position:relative;
}
.productNav{
    position: absolute;
    right: 0;
    top: 8px;
}
.product_left .prev_product, 
.product_left .next_product{
    border: 1px solid #ddd;
    border-radius: 50%;
    float: left;
    font-size: 20px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    width: 36px;
	margin:3px;
	position:relative;
}
.product_left .prev_product:hover  .prev_pro_detail, 
.product_left .next_product:hover .next_pro_detail{
	display:block!important;
}
.prev_pro_detail, 
.next_pro_detail{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    bottom: 42px;
    font-size: 11px;
    left: 0;
    margin-left: -40px;
    padding: 5px;
    position: absolute;
    z-index: 99;
}

.prev_pro_detail:before, 
.next_pro_detail:before{
	border-width:5px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#ddd;
	content:'';
	margin-left: -5px;
    position: absolute;
	bottom: -11px;
	left:50%;
}


.add_to_cart{margin:10px 0 0; padding:15px 0; border-bottom-width:1px; border-bottom-style:solid;  border-top-width:1px; border-top-style:solid; width:100%; display:inline-block;}
.product-shop .add-to-box{float:left;}
.add_to_cart .availability{ display:none!important; }
.product-view .product-shop .optionB .price_box{margin-top:18px;}
.shareThis{padding-top:15px; overflow:hidden;}
#atstbx{float:right;}

.product-view .add-to-cart button.button span span {
    padding:2px 25px;
}
.add-to-cart{float:left;}
.add-to-cart label {
    color: #666;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 8px;
}
.add-to-cart .qty_pan {
    float:none;
	vertical-align:middle;
    margin-right: 10px;
    position: relative;
	display:inline-block;
}
.add-to-cart .qty {
    float: none;
    height: 40px;
    margin-right: 21px;
    text-align: center;
    width: 50px;
}

.add-to-cart .qty_pan .add {
    cursor: pointer;
    height: 19px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 19px;
	border-width:1px; 
	border-style:solid;
}
.emailFriend {
    float: right;
}
.quickLinks .fa {
    margin-top: 2px;
}
.quickLinks .fa, .quickLinks span, .rating-links {
    float: none;
    font-size: 13px;
    text-transform: uppercase;
	display:inline-block;
	margin:0;
	padding-left:5px;
}

.add-to-cart .qty_pan .dec {
    top: 21px;
}

/* Map Popup */
.map-popup {
  background: #FFFFFF;
  border: 5px solid #cccccc;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
.map-popup .map-popup-heading {
    margin-right: 40px;
    padding: 8px 10px;
    width: auto;
}
.map-popup .map-popup-text, .map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}
.map-popup .map-popup-text {
    margin: 0 10px;
    padding: 10px 0;
    word-wrap: break-word;
}
.map-popup .map-popup-close {
    display: block;
    font-size: 20px;
    height: 36px;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 36px;
}


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

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

.product-options dt.swatch-pan{
    float: left;
    font-weight: normal;
    padding:0;
    width:100%;
	left:15px;
}




.proLinks {
    border-bottom-width:1px;
	border-bottom-style:solid;
    float: left;
    padding-bottom:10px;
    width: 100%;
}
.proLinks li{float:left;}
.proLinks li+li{float:right;}
.sbox {
    display: inline-block;
    float: left;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
	width:100%;
}

.product-view .static-links { border-width:1px; border-style:solid;   margin:20px 0 0;  padding: 5px; display:inline-block; width:100%; vertical-align:top; }
.product-view .static-links li { float: left;  text-align: center; width: 33%;}
.static-links li + li {  border-left-width:1px; border-left-style:dashed;}
.static-links li a { display: inline-block;  margin:20px 0;  padding: 0 10px;   width: 100%;}
.static-links li a span {  display: inline-block;    font-size: 13px;    width: 100%;}
.pro-static-block li{ display:inline-block; width:100%; vertical-align:top; padding:5px 0; min-height:55px;}
.pro-static-block li .fa {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    width: 15px;
}
.pro-static-block li div {
    background: none repeat scroll 0 0 #000;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
    color: #fff;
    height: 45px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    width: 45px;
}
.pro-static-block li p {
    margin: 4px 0 4px 55px;
    text-transform: uppercase;
}
.product-collateral {
    clear: both;
    padding: 25px 0 0;
}

.tabs ul.product-tabs{ display:none; }
.tabs  #product-attribute-specs-table{border:none;}
.tabs .product-tabs { display:inline-block; width:100%; margin:0px; vertical-align:top; }
.product-tabs li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding:0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
.product-tabs li a{padding:13px 15px; display:block; text-transform: uppercase;}
.product-tabs li.active { border-width:1px; border-style:solid; border-bottom:none; margin-bottom:-1px !important; position:relative; }
.product-tabs li.active a{ cursor:default; padding: 12px 14px 14px 14px; }

.product-tabs li a:hover{ text-decoration:none; }
.product-tabs-content{ border-width:1px; border-style:solid; display:inline-block; width:100%; vertical-align:top; padding:10px 15px; }
.product-tabs-content .customLeft, .product-tabs-content .customRight{ clear:both; width:100%; display:inline-block; vertical-align:top; }
.product-tabs-content .customRight{ margin-top:20px; }
.product-tabs-content .customLeft h3, .product-tabs-content .customRight h3{ margin-bottom:10px; text-transform:uppercase; font-weight:400; }
.product-tabs-content .customLeft img, .product-tabs-content .customRight img{ padding:5px; border-width:1px; border-style:solid; float:left; margin:0px 20px 20px 0px; max-width:400px; }
.data-table th.label{ display:table-cell; text-align:left; font-size:12px; line-height:20px; font-weight:600;}


/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

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

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

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

.upsellList {display:inline-block;}
 .upsellList li.item {
    border-bottom: 1px solid #eee;
    float: left;
    margin-bottom:5px;
    padding-bottom:15px;
    width: 100%;
}
.upsellList li.item .product-image{
    float: left;
    width:90px;
}
.upsellList li.item .bottomProDetail{
    margin-left:105px;
	text-align:left;
}

/*Upsell mini slider*/
.miniSlider .item2{
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 100%;
}
.miniSlider .proImage{
    background: #fff none repeat scroll 0 0;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin-right: 0;
    padding: 5px;
    width: 85px;
}
.miniSlider .bottomProDetail{
    margin-left: 100px;
	text-align:left;
}
.miniSlider .price {
    font-size: 15px;
    font-weight: bold;
}
.products-grid.miniSlider .product-image {
    margin: 0;
}
.products-grid.miniSlider .item{
	padding:0;
}
/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:14px; font-weight:600; margin:0 0 5px; }
.product-view .box-tags .form-add .input-box { float:left; width:100%; margin:0 5px 0 0; max-width:400px; padding-right:0; position:relative; }
.product-view .box-tags .form-add input.input-text { width:100%;}
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:3px 0 0; padding:0px; font-size:11px; }
.box-tags{
	position:relative;
}
#addTagForm{
    display: inline-block;
    width: 100%;
}
/* Block: Reviews */
.review{float:left;}
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; display:inline-block; width:100%; vertical-align:top; }
.product-view .box-reviews dt { padding-bottom:5px; }
.product-view .box-reviews dd small { font-style:italic; font-size:11px; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px;}
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:100%; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:100%; height:32px; }
.product-view .box-reviews .form-add .form-list textarea{ height:140px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:13px; font-weight:400; }
.product-name a { }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline-block !important; vertical-align:top; margin:4px; line-height:18px; font-size:15px; font-weight:400; }
.tags-list li a { }

/* Advanced Search */
.advanced-search .form-list label { }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }




/*MY ACCOUNT*/
.block-account ul li {
    display: inline-block;
    padding: 5px 0 5px 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
	transition:all 300ms ease-in-out 0s;
	left:0;
}
.block-account ul li:hover{left:10px;}

.block-account ul li:before {
  content: "\f105";
  position:absolute;
  left:0; 
  top:5px;
  font-family: 'FontAwesome';
}
.hello{
    border-bottom-width:1px ;
	border-bottom-style:solid ;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.dashboard .welcome-msg {
    display: none;
    float: right;
    margin: 0 16px 0 0;
}
.dashboard .col2-set {
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
}
.col2-set .col-2 {
    margin-top: 0;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.dashboard .box .box-title {
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-align: right;
}
.box-head h2{
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/*WISHLIST CONTAINER*/
.cart-cell, #wishlist-table .add-to-cart-alt{padding:10px 0;}
#wishlist-table .product-name, #wishlist-table .inner, #wishlist-table textarea{
    padding: 10px;
}
/*WISHLIST SIDEBAR*/
#wishlist-sidebar li{border-bottom-width:1px; border-bottom-style:solid;}
#wishlist-sidebar .product-image{
    border: 1px solid #eee;
    float: left;
    padding: 5px;
}
#wishlist-sidebar .product-details{
    margin-left: 78px;
    text-transform: uppercase;
}
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}
/* ======================================================================================= */

/*Poll*/
#poll-answers li{
	padding:5px;
}
#poll-answers li input{
	float:left;
}
#poll-answers li .label{
	font-size:12px;
}
.block-poll .actions{
    padding-top: 15px;
    text-align: right;
}


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }
.cart-table .product-name h2, .data-table > li.heading div{ font-weight:600; text-transform:uppercase; line-height:20px;}
.empty{margin:0;}
/* 		Cart Page	 */

.data-table > li.heading {  padding:5px; display:none; }
.data-table > li.heading .product-name{ float:left; }
.data-table > li{  border-bottom-style: solid;   border-bottom-width: 1px;   }
.data-table > li.heading div.tableImg {    padding-left: 5px;}
.data-table > li .tableContent .pro-name {   float: left;    margin:0 0px 10px;    text-align: left;    width:100%;}
.data-table > li .tableContent .pro-name h3{ margin:0px; }
.data-table > li .tableContent .price-box {    float: left;    margin: 0;    width:100%;}
.data-table > li .tableContent .price-box .qty-wrap {    float: left;    width: 20%;}
.data-table > li .tableContent .price-box .qty-wrap {    float: left;    width: 20%;}
.data-table > li .tableContent .price-box .cart-price-box {   float: left;    width: 25%;}
.data-table > li .tableContent .price-box .Cartsep {    float: left;    width: 10%; font-size:20px;}
.data-table > li .tableContent .price-box .cart-price-box {    float: left;    width: 25%;}
.data-table > li .tableImg a {    border-style: solid;    border-width: 1px;    display: inline-block;    margin: 5px 10px;    vertical-align: top;}
.data-table > li + li .tableContent {    float: left;    margin-top: 10px;   width:57%;}
.data-table > li .product-options-cart {    clear: both;    text-align: left;}
.data-table > li .button-b { border-style:solid; border-width:1px; cursor: pointer;    display: inline-block;    font-size: 11px;    padding: 5px 10px;}
.data-table > li .product-options {    margin: 0;    padding: 0;}
.data-table > li .product-options dt,
.data-table > li .product-options dd{ display:inline-block; vertical-align:top; padding:0px 3px 0px 0px; font-style:normal; margin:0px; }
.data-table > li .tableImg {float: left; text-align: left; width:43%;}
.data-table > li .tableContent {    float: left;    width: 80%;}
.data-table > li .tableContent .price-box .qty-wrap {    float: left;    width: 20%;}
.data-table > li .tableContent .price-box .cart-price-box {    float: left;    width:35%; }
.data-table > li .tableContent .price-box .cartDeta2 {    float: left;}
.data-table > li .tableContent .price-box .Cartsep {    float: left;    width: 10%;}
.data-table > li + li {    padding: 5px 0;}
.data-table > li {    display: inline-block;    vertical-align: top;    width: 100%;}
.data-table .product-name a { font-size:15px;    font-weight: normal;   text-decoration: none;}
.product-name {  }
.data-table > li.tableBottomRow{ padding:10px; border-bottom:0px; }
.cart-action{ clear:both; padding:10px 0px; }
.cart-action .link-edit {
    float: left;
    font-size: 14px;
    margin: 0;
}
.cartDeta6 .fa{
    font-size: 14px;
}
.cartDeta6{
    margin-left: 5px;
}


/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; vertical-align: top;}
.cart .checkout-types .bml_button {display:inline-table; width: 150px; margin: 0 0 5px;}
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name h2{ font-weight:400; margin:0px; color:#2f2f2f; font-size:13px; line-height:20px; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }
.item-msg.error {
    margin-top: 30px;
    padding: 0 15px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:10px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { padding:10px 20px; }
.cart .discount h2,
.cart .shipping h2 { font-size:18px; line-height:24px; font-weight:600; }
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }


.cart .discount h2 { }
.cart .discount label{ font-weight:400; }
.cart .discount .input-box { margin:8px 0 0}
.cart .discount input.input-text { }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;}

/* Shopping Cart Totals */
.cart .discount, .cart .shipping ,
.cart .totals { border-width:1px; border-style:solid; display:inline-block; width:100%; vertical-align:top; margin:10px 0px; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 20px 1px 7px; vertical-align: middle; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 20px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0;}
.sp-methods input.radio {
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}
.sp-methods label {
    color: #666;
    font-weight: bold;
}
.shipping .buttons-set{
    display: inline-block;
    width: 100%;
}
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

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

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

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

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

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

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

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-content dl{margin-bottom:0;}
.block-progress dt { font-weight:600; line-height:24px; border-width:1px; border-style:solid; margin:0 0 6px; padding:2px 8px; }
.block-progress dd { border-width:1px; border-style:solid; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px 1px; border-style:solid; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number {
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    line-height: 28px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 30px;
}
.opc .step-title h2 { float:left; margin:0; line-height:29px;}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
.opc .step-title{ border-color:#e3e3e3; }

.opc .allow .step-title h2{  color:#444; }
.opc .allow .step-title { border-width:1px; border-style:solid; border-bottom-width:0; border-bottom-style:none;  cursor:pointer; }
.opc .allow .step-title .number { }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { border-width:1px; border-style:solid; padding-bottom:5px; cursor:default; }
.opc .active .step-title .number { }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-width:1px; border-style:solid; border-top:0; padding:10px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }
dt.complete,.block-progress dt{text-transform:uppercase;}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */



/*Quick View*/
.product-view.quickBox{margin-top:0;}
.quick_right .quick_cart{float:left; width:100%;}
.quick_right .view_product{
    display: inline-block;
    width: 100%;
}
.quick_right .price-box, .quick_right .product-options-bottom .price-box{
    float: left;
    padding:10px 0;
}
.quick_right .add-to-box .add-to-cart {
    float: right;
    margin: 10px 0;
    width: auto;
}
.quick_right .product-options-bottom{
    float: left;
    margin-top: 15px;
	width:100%;
}

.quick_product .scrollerMedia{
	padding:0 25px;
}
.product-view.quickBox .product-img-box .more-views li a{border-width:1px; border-style:solid;}
.product-img-box .more-views li.slide-current a{border-width:1px; border-style:solid;}
.product-img-box .product-image-zoom img { cursor: pointer; }
#slide-loader{ visibility:hidden; position:absolute; top:auto; left:auto; right:2px; bottom:2px; }
.availability .label {
    display: none;
}
.availability.in-stock {
    color: #11b400;
}
.availability.out-of-stock span {
    color: #a0a0a0;
}
.stock_box .availability.in-stock{display:block;}
.quick_right .view_product{ padding-top:10px; }
/*.quickBox .product-img-box .product-image-zoom img{ position:absolute; left:0px; top:0px; width:100%; position:absolute; }*/
.quickBox .product-img-box .product-image-zoom img.spacer-img{ width:100%; height:auto; position:relative;  }
.quickBox .product-img-box #slide-loader{ width:20px; height:20px; line-height:20px; font-size:16px; text-align:center; left:50%; top:50%; margin:-10px 0px 0px -10px; }
.quickBox .more-views {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.product-view.quickBox .product-img-box .more-views ul{
    display: inline-block;
	margin:0;
}
.product-view.quickBox .product-img-box .more-views li {
    float: none;
    margin: 3px;
	display:inline-block;
}
.product-view.quickBox .product-img-box .more-views li a {
    height:60px;
    width: 60px;
}
.quickBox .block-title h2{
    margin-bottom: 20px;
    padding-top: 0;
}
.product-image-gallery .gallery-image {
    display: none;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.product-image-gallery.loading{position:relative;}
.product-image-gallery.loading:before,  .product-image .face.loading:before {
    background-color: #fff;
    opacity:1;
    z-index: 2;
	content:'';
}
.product-image-gallery.loading:after, .product-image .face.loading:after {
    background-image: url("../images/llloading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
	content:'';
}
.product-image-gallery.loading:before, 
.product-image-gallery.loading:after,
.product-image .face.loading:before ,
.product-image .face.loading:after  {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

ul#configurable_swatch_color li, ul.configurable-swatch-list li{}

ul#configurable_swatch_color li a, ul.configurable-swatch-list li a{
    border: 1px solid #ededed;
    display: inline-block;
    float: left;
    font-size: 0;
    min-height: 24px;
    padding: 4px;
    min-width: 30px!important;
	margin-right:5px;
	position:relative;
}
ul#configurable_swatch_color li.selected a, ul#configurable_swatch_color li:hover a, 
ul.configurable-swatch-list li.selected a, ul.configurable-swatch-list li:hover a{border-color:#000;}

ul.configurable-swatch-list li a .swatch-label {
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 14px !important;
    text-align: center;
    width: 100%!important;
	height: 100%!important;
}
ul.configurable-swatch-list li a {
    background:#f4f4f4;
}

ul#configurable_swatch_color li a img{width:100%; height:100%; display:block;}

.swatch-link .x {
    background: url("../images/extra/bg_x.png") no-repeat scroll center center transparent;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    z-index: 10;
}

.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}


/*CMS Pages*/
.pr-header-left{ position:relative; }
.pr-header-left header{ float:left; padding:40px; max-width:300px; width:100%; }
header h1.pr-logo{ margin:50px 10px 70px; }
header h2.pr-logo-slogan{ font-size:30px; line-height:36px; font-weight:600; color:#1784bc; margin:0px 0px 20px; }
.pr-header-left header h3{ font-size:18px; line-height:24px; font-weight:400; color:#666; margin:0px; }
.pr-header-left header ul.pr-left-nav{ display:inline-block; vertical-align:top; width:100%; padding:20px 0px; }
.pr-header-left header ul.pr-left-nav li{ float:left; width:100%; border-bottom:1px solid #e9e9e9; list-style:none; }
.pr-header-left header ul.pr-left-nav li.active,
.pr-header-left header ul.pr-left-nav li:hover{ border-right:3px solid #1784bc; }
.pr-header-left header ul.pr-left-nav li a{ float:left; font-size:14px; line-height:20px; color:#323232; width:100%; padding:7px 15px; }
.pr-header-left header ul.pr-left-nav li a:hover{ text-decoration:none; }

.pr-cnt-right{ margin-left:300px;}
.pr-cnt-right:before{ content:''; width:1px; height:100%; float:left; position:absolute; top:0px; background-color:#e9e9e9; }
.pr-cnt-inner{ }
.pr-cnt-inner .pr-date-block{ padding:40px 40px; border-bottom:1px solid #e9e9e9; }
.pr-cnt-inner .pr-date-block time{ font-size:16px; font-weight:600; line-height:24px; color:#1784bc; }
.pr-page-title{ display:inline-block; width:100%; vertical-align:top; }
.pr-page-title h2{ font-size:24px; font-weight:600; line-height:24px; padding:40px 40px 20px; color:#1784bc; }
ol.pr-press-news{ display:inline-block; width:100%; vertical-align:top; padding:0px 0px 40px; margin:0px; }
ol.pr-press-news li{ float:left; width:100%; list-style:none; font-size:16px; line-height:24px; padding:10px 40px; }
ol.pr-press-news li article{ padding:20px 0px; }
ol.pr-press-news li article strong.pr-news-agency{ font-weight:600; padding-right:5px; }
ol.pr-press-news li p{ margin:0px; }
.pr-bottom-set{ display:inline-block; width:100%; vertical-align:top; padding:40px; border-top:1px solid #e9e9e9; }
.pr-rm-btn{ display:inline-block; vertical-align:top; font-size:12px; padding:8px 15px 6px; border:2px solid #1784bc; color:#1784bc; line-height:18px; }
.pr-rm-btn:hover{ color:#464646; border-color:#464646; text-decoration:none; }

.abu-about-top{ position:relative; }
.abu-about-top:before{ z-index:-2; content:''; width:100%; height:100%; float:left; position:absolute; left:0px; top:0; background-color:#1784bc; }
.abu-brand-top {  padding:40px 0px; }
.abu-brand-top .abu-brand-left{ float:left; width:50%; text-align:center; }
.abu-brand-top .abu-brand-left:after{ z-index:-1; content:''; width:50%; height:100%; float:left; position:absolute; left:50%; top:0; background:#dedede url('../images/stop-watch02.png') no-repeat -299px -90px; }
.abu-brand-top .abu-brand-left h2{ color:#fff; font-size:42px; line-height:42px; font-weight:700; margin:0px 0px 20px; }
.abu-brand-top .abu-brand-left h3{ color:#fff; font-size:24px; line-height:24px; font-weight:400; margin:0px; text-transform:uppercase; }
.abu-about-company{ padding:40px 0px; text-align:center; }
.abu-about-company h2, .abu-management-team h2,
.abu-about-help h2{ font-size:72px; line-height:72px; margin:0px; font-weight:400; color:rgba(0,0,0,0.2); }
.abu-about-company .abu-about-img{ margin:0px; padding:40px 0px; }
.abu-about-company .abu-about-img img{ display:inline-block; vertical-align:top; border-radius:50%; }
.abu-about-company h3{ font-size:24px; line-height:30px; margin:0px 0px 10px; font-weight:400; color:rgba(0,0,0,0.4); }
.abu-about-company article{ font-size:16px; line-height:24px; margin:0px 0px 40px; font-weight:400; color:rgba(0,0,0,0.4); display:inline-block; vertical-align:top; max-width:700px; }
.abu-about-help{ padding:40px 0px; background-color:#1784bc; text-align:center; }
.abu-about-help h2{ color:#fff; }
.abu-about-help h3{ font-size:24px; line-height:30px; margin:40px 15px 20px; font-weight:400; color:rgba(255,255,255,0.4); }
.abu-about-help h3:hover{ color:#fff; }
.abu-about-help p{ font-size:16px; line-height:24px; margin:0px 15px 40px; font-weight:400; color:#fff; }
.abu-about-help p .abu-rm-btn{ color:#fff; border-color:#fff; }
.abu-management-team{ text-align:center; padding:40px 0px; }
.abu-management-team h2{ color:#1784bc; }
.abu-management-team .abu-management-img{ margin:40px 0px 20px; display:inline-block; vertical-align:top; }
.abu-management-team  h3{ font-size:24px; line-height:30px; margin:10px 0px; font-weight:400; color:#1784bc;  }
.abu-pp-content p,
.abu-management-team p{ font-size:16px; line-height:24px; margin:0px 0px 40px; font-weight:400; color:#323232; }
.abu-pp-content,
.pr-pp-content{ padding:0px 40px; }


/*=============================*/
/*        MAX CSS              */
/*=============================*/
@media (max-width:1025px) {
	.catalog-category-view .filterBox .col-sm-9.upSide,
	.catalogsearch-result-index .filterBox .col-sm-9.upSide,
	.brand-index-index .filterBox .col-sm-9.upSide{
		width:100%;
		
	}
	.catalog-category-view .col-sm-9.upSide,
	.catalog-category-view .sidebar.col-sm-3,
    
	.catalogsearch-result-index .col-sm-9.upSide,
	.catalogsearch-result-index .sidebar.col-sm-3,
	
	.brand-index-index	.col-sm-9.upSide,
	.brand-index-index	.sidebar.col-sm-3
	
	{
		transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		-moz-transition: all 300ms ease-in-out 0s;
	}
	
	.catalog-category-view .filterBox .sidebar.col-sm-3 ,
	.catalogsearch-result-index .filterBox .sidebar.col-sm-3,
	.brand-index-index .filterBox .sidebar.col-sm-3 {
		left: -500px;
		position: absolute;
		display:none;
	}
	.catalog-category-view .filterBtn,
	.catalogsearch-result-index .filterBtn,
	.brand-index-index .filterBtn{
		display:block;
	}
}

@media (max-width:991px){
	.drop_search {
		margin: 0 2%;
		top:38px;
		width: 96%;
	}
	.alignRight {
		position: static;
	}
	.header-block{
		position: relative!important;
	}
	.language_detail, .currency_detail, .compare-content {
		top: 26px;
	}
	.footer-wrapper .links{
		margin-bottom:15px;
	}
	#minicart{
		visibility:hidden;
		opacity:0;
	}
	h2.classy {
		cursor:pointer;
	}
	.container.mobCan{
		padding:0;
	}
	.fixit .navMain {
		position:relative!important;
	}
	.fixit .navMain.fixNavBox{
		background:none;
	}
	.pr-header-left header{ max-width:320px; }
	.pr-cnt-right{ margin-left:320px; }
	.abu-about-company h2, .abu-management-team h2,
	.abu-about-help h2{ font-size:48px; line-height:52px; }
	.bannerType1 .fixit .navMain, 
	.bannerType1 .fixit .fixNavBox{
		background:none!important;
	}
	.col-md-3.sidebar{
		padding:0;
	}
	.sideVied{
		display:none;
	}
}

@media (max-width:768px){
	.container{
		width: auto;
	}
}

@media (max-width:767px) {
	.view-img{ padding-right:0px; }
	.more-view{ width:100%; position:inherit; right:auto; }
	.view-img .nav{ width:45px; height:45px; background-size:22px 19px; }
	.view-img .prev{ background-position:9px 3px; }
	.view-img .next{ background-position:-7px 3px; }
	.logo img {
		position: static;
	}
	h1.logo {
		text-align: center;
	}
	.header1 #menuInnner {
		margin: 0 2%;
		position: absolute;
		top:138px;
		width: 96%;
	}
	.navRight{
		position:static;
	}
	.testimonialPan p{
		display: inline-block;
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
	.testimonialPan {
		text-align: center;
	}
	.testimonialThumb {
		display: inline-block !important;
		float: none;
		margin-right: 0;
	}
	.accordionRow > dt a{
		background: #ccc none repeat scroll 0 0;
		padding: 10px;
		margin-bottom:10px;
		display:block;
	}
	.accordionRow > dt.active a,
	.accordionRow > dt a:hover{
		background:#000;
		margin-bottom: 0;
		color:#fff;
	}
	.accordionRow > dt a:hover{
		margin-bottom:10px;
	}
	.navMain {
		display: inline-block;
		padding: 15px 0;
		vertical-align: top;
		width: 100%;
		position:relative;
	}
	.mobMenu h1 a {float:none;}
	.cartright{
		bottom:18px;
		position: absolute;
		right: 0;
		z-index:9;
	}
	.classy a{
		display:none;
	}
	#minicart {
		right: 15px;
	}
	#menuInnner{
		display: block;
		position: absolute;
		top: 68px;
		width: 100%;
	}
	.bestselling-title h2 a{
		font-size:14px;
	}
	.bestselling-title h2 span {
		padding: 8px 15px;
		margin:0 5px 5px;
	}
	.links h3{
		position:relative;
	}
	.links h3:before {
		content:'\f0fe';
		font-family: FontAwesome;
		position: absolute;
		right: 5px;
		top: 1px;
		cursor:pointer;
	}
	.links h3.active:before{
		content:'\f146';
	}
	#sticky-wrapper{
		height:auto!important;
	}
	header h1.pr-logo{ margin:0px 0px 20px }
	.pr-header-left header{ max-width:100%; }
	.pr-cnt-right{ margin:40px 0px 0px; position:relative; clear:both; }
	.pr-cnt-right:before{ width:100%; height:1px; left:0px; top:0; }
	.abu-brand-top .abu-brand-left{ width:100%; }
	.abu-brand-top .abu-brand-left:after{ display:none; }
	.abu-about-company h2, .abu-management-team h2,
	.abu-about-help h2{ font-size:36px; line-height:44px;}
	
	.header1 .nav-container {
		margin: 10px 0;
	}
	.block-title strong{
		position:relative;
	}
	.block-title strong:before{
		content:'\f196';
		position:absolute;
		right:0;
		top:5px;
		font-family:FontAwesome;
		font-size:14px;
		font-weight:normal;
		cursor:pointer;
	}
	.block-title.active strong:before{
		content:'\f147';
	}
	
	.catalog-category-view .filterBox .col-sm-9.upSide{
		width:100%;
		
	}
	.catalog-category-view .col-sm-9.upSide,
	.catalog-category-view .sidebar.col-sm-3 {
		transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		-moz-transition: all 300ms ease-in-out 0s;
	}
	.catalog-category-view .filterBox .sidebar.col-sm-3 {
		left:0;
		position:inherit;
		display:block;
	}
	.filterBtn{display:none;}
	.owlContent {
		display:none;
	}
	.staticRightBlock ul li{
		margin-top:15px;
	}
	.filterBtn{
		display:none!important;
	}
	
}

@media (max-width:639px){
	.tab-contents .col-xs-6,
	.tab-contents-new .col-xs-6,
	.tab-contents-feature .col-xs-6{
		width:100%;
	}
	.mdl-social li{
		margin-bottom: 5px;
	}
	.copyText {
		display: inline-block;
		float: none;
		margin: 5px 0 15px;
		text-align: center;
		width: 100%;
	}
	.media-payment {
		display: inline-block;
		float: none;
		width: 100%;
		text-align:center;
	}
	.products-grid .item.secView {
		width:100%;
	}
	.product-view .product-shop .product-name {
		margin: 0 0 70px;
	}
	.productNav {
		margin-right: -40px;
		position: absolute;
		right: 50%;
		top: 80px;
		width: 85px;
	}
	.product-view .product-shop .product-name h1 {
		font-size: 16px;
		text-align: center;
		padding:15px 0;
	}
	.addthis_sharing_toolbox {
		float: left;
	}
	.widthBrand {
		padding-right: 0;
	}
	.widthBrand .brand {
		padding-top: 10px;
		position: inherit;
	}
	.select_lang span, 
	.currency_pan span, 
	.compare_pan label{
		display:none;
	}
	.data-table > li .tableContent .price-box .cart-price-box{
		text-align:center;
	}
	.data-table > li .tableContent .price-box .cart-price-box .price {
		display: inline-block;
		font-size: 15px;
		font-weight: bold;
		padding: 5px 0;
	}
	.span6 {
		width: 100%;
	}
	.products-list .proImage{
		width:50%;
	}
	.products-list .bottomProDetail {
		margin-left: 50%;
	}
	.welcome-msg{
		display:none;
	}
	.bestselling-title h2 span {
		margin: 0;
		width: 100%;
	}

}

@media (max-width:479px){
	.language-switcher label, 
	.header_currency label, 
	.header-compare label{
		display:none;
	}
	.select_lang span{
		display:none;
	}
	#product-review-table thead tr{
		display:none;
	}
	.add-to-cart, .product-options-bottom {
		text-align:center;
	}
	.add-to-cart label{
		float:none;
	}
	.compare-content {
		left: -90px;
	}
	.products-grid li.item{
		width:100%;
	}
	.sorter .view-mode .grid, .sorter .view-mode .list {
		display: inline-block;
		float: none;
		margin: 5px 2px;
	}
	.sorter .view-mode {
		width: 100%;
		margin-bottom:5px;
	}
	.toolbar .limiter {
		float: left;
	}
	.data-table > li .tableContent .price-box .cart-price-box{
		text-align: left;
		width:100%;
	}
	.data-table > li .tableImg {
		float: left;
		padding: 5%;
		text-align: left;
		width: 38%;
	}
	.data-table > li .tableImg a {
		margin: 0;
		width: 100%;
	}
	#minicart {
		right: -5px;
	}
	.products-list .proImage{
		width:100%;
	}
	.products-list .bottomProDetail {
		margin-left:0;
	}
}

@media (max-width:359px){
	.pro-left button {
		margin-top: 10px;
	}
}

/*=============================*/
/*        MIN CSS              */
/*=============================*/

@media (min-width:640px) {
	.hideIcon{display:none;}
}

@media (min-width:768px){
	.fa.hideIcon {display:none;}
	.data-table > li.heading { display:inline-block; }
	.data-table > li .tableImg {  width:20%;}
	.data-table > li + li .tableContent { width:80%;}
	.data-table > li .tableContent .pro-name,
	.data-table > li.heading .product-name { width:50%;}
	.data-table > li .tableContent .price-box { width:50%;}
	.data-table > li .tableContent .price-box .cart-price-box {widht:25%; }
	.opc .step { padding:15px 30px; }
	.col2-set .col-2{ margin-top:0px; }
	.language-switcher label, .header_currency label, .header-compare label{display:inline-block;}

	.sidebar.col-sm-3{float:left;}
	.upSide{float:right!important;}	
	.tabs ul.product-tabs{ display:block; }
	.accordionRow dt{ display:none; }
	.staticRightBlock.col-sm-3{padding:0 0 0 5px;}
	.staticRight .col-sm-9{padding:0 10px 0 0;}
	.sidebar.col-sm-3 {
		float: left;
		padding-left:0;
		padding-right:30px;
	}
	
	.columnTwoRight .sidebar.col-sm-3, .col-right.sidebar {
		padding-left:30px;
		padding-right:0;
	}
}

@media (min-width:992px){
	.hideIcon{display:none;}
	.form-list .field { width:49%; }
	.form-list .field + .field { float:right; margin-top:0px; }
	.cms-hand-crafted .std .content-block{ width:50%;}
	.fn-wrapper .form-subscribe h4 { margin-bottom:0px;}
	
	.topLinkMenu{
		display:none;
	}
	.topLinks{
		display:block;
	}
	
	.block-content_pan:hover #minicart{
		opacity:1!important;
		visibility:visible!important;
	}
	
	#minicart{
		opacity:0;
		visibility:hidden;
		transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		-moz-transition: all 300ms ease-in-out 0s;
	}
	
	.navMain{
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.fixit ul#nav li span.mdlabel,
	.fixit ul#nav li span.mdlabel:after{
		display:none;
	}
	
	/* NAVIGATION */
	.nav-container ul#nav{display:inline-block;}
	.nav-container #nav {
		display: inline-block;
		float: none;
		width: auto;
		vertical-align:middle;
	}
	
	.nav-wrapper {
		position: relative;
	}
	.nav-container {
		display: inline-block;
		float: none;
		padding:10px 0;
		text-align: center;
		vertical-align: top;
		z-index: 9;
		width:100%;
	}
	.hideTopNav .nav-container {position:relative;}
	.nav-container #nav {
		display:inline-block;
		float:none;
		width:auto;
	}
	ul#nav {
		float: left;
		width: 100%;
		margin:0;
	}
	
	ul#nav > li.home.hicon{
		padding: 0 6px;
	}
	
	ul#nav > li{float:left; margin:0; padding:0 20px; position:relative;}
	ul#nav > li.megamenu{float:left; margin:0; padding:0 20px; position:static;}
	ul#nav li.level0 > a {
		display: inline-block;
		font-size: 14px;
		font-weight:normal;
		padding: 12px 0;
		text-transform: uppercase;
		position:relative;
	}
	/* ul#nav li.level0 > a:hover:before,
	ul#nav li.level0.over > a:before,
	ul#nav li.level0.active > a:before{
		content:'';
		width:100%;
		background:#fff;
		height:2px;
		position:absolute;
		bottom:5px;
		left:0;
	} */


	.hideTopNav .span8.nav-wrapper, .hideTopNav .nav-wrapper {
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
		display: inline-block;
		width: 100%;
		left: 0;
		position: fixed;
		top: 0;
		z-index: 9999;
		margin:0;
		text-align:center;
	}


	.hideTopNav ul#nav li span.mdlabel.lab-red:after, .hideTopNav ul#nav li span.mdlabel {
		display: none;
	}
	ul#nav li.level0 ul.level0 li a {
		display: block;
		transition: color 200ms ease-in-out 0s;
		-moz-transition: color 200ms ease-in-out 0s;
		-webkit-transition: color 200ms ease-in-out 0s;
	}
	#nav li.level0.megamenu ul.level0 .pump {
		box-shadow: none;
		display: inline-block;
		left: 0;
		padding: 5px 0;
		position: relative;
		top: 0;
		width: 100%;
		opacity:1;
		left:0!important;
		visibility:inherit;
	}
	ul#nav li.level0 ul.level0 li {
		float: left;
		padding: 5px;
		position: relative;
		width: 100%;
		font-size:12px;
	}
	ul#nav li.level0 ul.level0 li.parent:before, 
	ul#nav li.level0.megamenu li.level2.parent:before {
		border-style: solid;
		border-width: 5px;
		content: "";
		position: absolute;
		right: 15px;
		top: 10px;
	}
	ul#nav li.level0.megamenu li.level1.parent:before{display:none;}
	ul#nav li.level0 ul.level0 li.parent:before, ul#nav li.level0.megamenu li.level2.parent:before, ul#nav li.level0 ul.level0 li.parent:before {
		border-color: transparent transparent transparent #d9d9d9;
	}

	
	ul#nav li span.mdlabel {
		font-family: arial;
		font-size: 13px;
		font-style: normal;
		padding: 3px 10px;
		position: absolute;
		right: 0px;
		text-transform:uppercase;
		top: -14px;
		white-space: nowrap;
		z-index:9;
		font-weight:normal;
		border-width:1px;
		border-style:solid;
	}
	ul#nav li span.mdlabel:after {
		border-bottom-color:transparent;
		border-right-color:transparent;
		border-left-color:transparent;
		border-width:5px;
		border-style:solid;
		bottom: -10px;
		content: "";
		position: absolute;
		right: 5px;
	}


	ul#nav li span.mdlabel {
		font-family: arial;
		font-size: 10px;
		line-height: 10px;
		padding: 2px 3px;
		text-transform: uppercase;
	}
	
	.header1 .nav-wrapper{text-align:center;}
	
	ul#nav li.level0 .pump span.mdlabel {
		position: relative;
		right: auto;
		top: auto;
		margin-left: 10px;
	}
	
	ul#nav li.level0 .pump span.mdlabel:after{display:none;}
	#nav li.megamenu .pump ul li span{float:left;}
	#nav li.megamenu .pump ul li span.mdlabel{float:none; position:static; right:0; top:0; padding:0 6px;}
	ul#nav li.level0:hover > .pump:before, ul.dmenu li:hover > ul:before {
		background: none repeat scroll 0 0 transparent;
		content: "";
		height: 20px;
		left: 0;
		position: absolute;
		top:-14px;
		width: 100%;
		margin-top:0px;
	}
	ul#nav li.level0.megamenu > .pump {
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
		left:0;
		padding: 20px;
		position: absolute;
		text-align: left;
		top:54px;
		width: 100%;
		opacity:0;
		transition:all 300ms ease-in-out 0s;
		-webkit-transition:all 300ms ease-in-out 0s;
		-moz-transition:all 300ms ease-in-out 0s;
		visibility:hidden;
	}
	ul#nav li.level0.megamenu .pump ul.level0{
		display:inline-block;
		width:100%;
	}
	ul#nav li.level0.megamenu .pump ul, ul#nav li.level0.megamenu > .pump .pump{background:none;}
	.header1 ul#nav li.level0.megamenu > .pump{top:64px;}
	ul#nav li.level0 > .pump, ul.dmenu ul {
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
		padding: 20px;
		position: absolute;
		text-align: left;
		width:250px;
		top:54px;
		visibility:hidden;
		transition:all 300ms ease-in-out 0s;
		-webkit-transition:all 300ms ease-in-out 0s;
		-moz-transition:all 300ms ease-in-out 0s;
		left:0;
		z-index:0;
		margin-top:50px;
		opacity:0;
	}
	ul#nav li.level0 ul.level0 .pump, 
	ul.dmenu ul ul {
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
		left: 100%;
		padding: 20px;
		position: absolute;
		top: 0;
		width:250px;
		z-index: 999;
		visibility:hidden;
		opacity:0;
		transition: all 200ms ease-in-out 0s;
		-webkit-transition: all 200ms ease-in-out 0s;
		-moz-transition: all 200ms ease-in-out 0s;
	}

	ul#nav li.level0 ul.level0 > li:hover > .pump, 
	ul#nav li.level0 ul.level1 > li:hover > .pump, 
	ul#nav li.level0 ul.level2 > li:hover > .pump, 
	ul#nav li.level0 ul.level3 > li:hover > .pump, 
	ul#nav li.level0 ul.level4 > li:hover > .pump {
		display: inline-block;
		z-index: 999;
		visibility:visible;
		opacity:1;
		left:120px;
	}
	.topBlock, .bottomBlock {
		padding:15px;
	}
	
	
	
	ul#nav li.level0.megamenu .col-block-5 ul.level0 > li {
		float: left;
		width:20%;
	}
	
	ul#nav li.level0.megamenu ul.level0 > li, ul#nav li.level0.megamenu .col-block-4 ul.level0 > li {
		float: left;
		width: 25%;
	}
	
	ul#nav li.level0.megamenu .col-block-3 ul.level0 > li {
		float: left;
		width:33.33%;
	}
	
	ul#nav li.level0.megamenu .col-block-2 ul.level0 > li {
		float: left;
		width:50%;
	}
	ul#nav li.level0.megamenu .col-block-1 ul.level0 > li {
		float: left;
		width:100%;
	}
	
	
	ul#nav li.level0.megamenu ul.level0 > li {
		float: left;
		width: 25%;
	}
	ul#nav li.level0.megamenu ul.level0 .pump li {
		padding: 3px 5px 3px 12px;
		position: relative;
	}
	ul#nav li.level0.megamenu ul.level0 .pump li :before{
		content: "\f105"; 
		position:absolute; 
		left:0; 
		top:2px; 
		font-family:'FontAwesome';
	}
	
	ul#nav li.level0.megamenu ul.level0 > li > a {
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
	}
	ul#nav li.level0:hover > .pump, ul.dmenu li:hover > ul {
		opacity:1;
		visibility:visible;
		z-index:9999;
		left:0;
		margin-top:0;
		
	}
	.mobMenu{
		display:none;
	}

/********** End Navigation > */
	
	/*Nav header 01 */
	.header1 ul#nav > li {
		padding: 0 15px;
	}
	.header1 ul#nav li.level0 > a {
		font-size: 13px;
		font-weight: 700;
	}
	.header1 .nav-container {
		padding: 18px 0;
	}
	.header1 .navRight, 
	.header1 .nav-wrapper{
		position:static;
	}
	.header1 .cartright{
		padding-right:0;
	}
	.hader1 .logo-block{
		padding-left:0;
	}
	.header1 .headerMid{
		position:relative;
	}
	.header1 .nav-container {
		margin:0;
	}
	/* .header1 .fixit .nav-container {
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
		left: 0;
		margin: 0;
		padding: 6px 0;
		position: fixed;
		top: 0;
	} */
	
	.header1 .fixit .logo img,
	.header1 .fixit h1.logo {
		height: 54px;
	}
	.header1 .fixit .nav-container {
		padding: 5px 0;
	}
	.header1 .fixit h2.classy {
		margin-top: 15px;
	}
	.header1 .fixit .classy a{
		display:none;
	}
	.header1 .fixit ul#nav li.level0.megamenu > .pump {
		top: 54px;
	}
	.header1 .fixit ul#nav li.level0 > .pump, 
	.header1 .fixit ul.dmenu ul{
		 top: 49px;
	}
	.header1 .fixit #minicart {
		top: 54px;
	}
	
	/*header 2 nav*/
	.header2 .nav-container {
		padding:0;
	}
	.header2 ul#nav li span.mdlabel{
		top: -6px;
	}
	.header2 ul#nav li.level0 > .pump, .header2 ul.dmenu ul,
	.header2 ul#nav li.level0.megamenu > .pump{
		 top: 44px;
	}
	
	/*PRODUCT VIEW*/
	.tabs ul.product-tabs {
		display:block;
	}
	.accordionRow dt {
		display: none;
	}
	.product_right.col-md-3.sidebar{
		padding-right:0;
		padding-left:30px;	
	}
	
	/*Login Page*/
	.new-users .content{
		margin-top:20px;
	}
	.new-users h2, .registered-users h2 {
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.new-users .buttons-set{
		text-align:left;
	}
	.benefits li{
		list-style-position: inside;
		list-style-type: disc;
		margin-bottom: 10px;
	}
	form .form-instructions {
		color: #a0a0a0;
		font-family: Georgia,Times,"Times New Roman",serif;
		font-size: 13px;
		font-style: italic;
	}
	.cat_thumb{
		width:100%;
		margin-bottom:10px;
		text-align:center;
		display:block;
	}
	.cat_thumb img{
		max-width:100%;
		display:block;
	}
}
@media (min-width:1025px){
	.custom-gallery-popup {
		width: 1024px;
	}
	.highlighter-content {
		padding-bottom: 50px;
		padding-top: 160px;
	}
}	




#advice-informativa-inputPrivacy {
    width: 200px;
}

dl#mdl_filters_list dd#mdl_layered_color > ol{
max-height: 150px;
overflow-y: scroll;
overflow-x: hidden;

}
dl#mdl_filters_list dd#mdl_layered_brand > ol{
max-height: 250px;
overflow-y: scroll;
overflow-x: hidden;

}
dl#mdl_filters_list dd#mdl_layered_size > ol{
max-height: 150px;
overflow-y: scroll;
overflow-x: hidden;

}

.box-recent{ margin-bottom:20px;}


/* stili nuovo footer corporate per logo italiaonline */
#footer-corporate {
  color: #999;
  text-align: center;
  padding: 5px 10px 10px 5px;
  font-family: "Arial";
}
#footer-corporate a {
  text-decoration: none;
  color: #999;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
#footer-corporate a:hover {
  color: #ccc;
}
#footer-corporate .logo {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  height: 24px;
  position: relative;
  top: -3px;
}
#footer-corporate .svg-a {
  fill: none
}
#footer-corporate .svg-b {
  fill: #000
}
#footer-corporate .svg-c {
  fill: #ffce06
}
#footer-corporate .svg-d {
  fill: #ff005c
}
#footer-corporate .svg-e {
  fill: #8ed800
}
footer #iol-logo .svg-f {
  fill: #2b0052
}
#footer-corporate .svg-g {
  fill: #20c3f3
}


#footer-corporate h6 {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
  margin: 0;
  font-family: "Arial";
}
#footer-corporate ul {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  font-size: 0;
}
#footer-corporate li {
  display: inline-block;
  padding: 5px 10px 5px 5px;
  font-size: 11px;
}
#footer-corporate .footer-rule + ul li {
  padding: 5px;
}
#footer-corporate p {
  color: #999;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

#wishlist-table img{
	min-width:100px;
	}
	
