/**
 * 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

* { margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

body          { background:#fff; font:12px/18px 'PT Sans', sans-serif; color:#2f2f2f; text-align:left;}

img           { border:0; vertical-align:top; max-width:100%; }

a             { color:#000; text-decoration:none; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#101010; font-family:'PT Sans',sans-serif; }
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; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:18px; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }
ul li 		  {list-style: none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.f-block, .cart-collaterals,
.collat-wrap	  { 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; }
.clear		  { clear:both; height: 0;}
/* ======================================================================================= */

/* Grid */

.span12 {
width: 100%;
}
.span11 {
width: 91.5%;
}
.span10 {
width: 83%; 
}
.span9 {
width:74.5%;
}
.span8 {
width:66%; 
}
.span7 {
width: 57.5%;
}
.span6 {
width: 49%;
}
.span5 {
width:40.5%;
}
.span4 {
width: 32%;
}
.span3 {
width: 23.5%;
}
.span2 {
width:15%;
}
.span1 { width:6.5%;}
[class*="span"]{ float:left; margin-bottom:2%; }
[class*="span"] + [class*="span"]{ margin-left:2%; }


/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {  }
.container{ margin:0px auto; clear:both; max-width:1280px;  }
.globle-width .container{ margin:0px 20px; max-width:inherit; }
.hideTopNav .header-wrapper02 + .header-wrapper02 .container{ margin:0px auto; }
.headerfix .header-container .container{ max-width:1280px; margin:0px auto; }
.headerfix .globle-width .header-container > .container,
.headerfix .globle-width .header-container .header-top .container{ margin:0px 20px; }
.headerfix.hideTopNav .globle-width .header-container > .container{ margin:0px auto; padding:0px 20px; }
.globle-width .container .container{ margin-left:0px; margin-right:0px; }
.page { margin:0px auto; }
.hideTopNav .page { padding-top:196px;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty.catalog-product-view { padding:0px 10px; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(../images/bkg_main1.gif) 50% 0 no-repeat; }
.main {  }

/* 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:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px 'PT Sans', sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #cfcfcf; width:100%; height:40px; /*line-height: 40px;*/}
input.input-text{ padding:0px 10px; }
textarea { padding:10px; }
select { /*padding:10px 7px 8px 3px;*/ }
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; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:44px; text-align:center; }
.quickBox input.qty { padding:0px; height:22px; width:30px; }
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; background:transparent; cursor:pointer; }
.button-b,
button.button span { display:inline-block; border:1px solid #000; background:#101010; padding:1px 12px; text-align:center; white-space:nowrap; color:#fff; }
.button-b:hover,
button.button:hover span { color:#eee; background:#202020; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

.checkout-types{ float: right; margin-right: 10px;}
.order-review button.btn-checkout span { padding:0px;}
button.btn-checkout span { padding:11px 0; }
button.btn-checkout span span { background-position:100% 0; padding:0 16px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#fcfcfc; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#333; position:relative; z-index:0; padding-bottom:2px; }
.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; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.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:49%; }
.form-list .field + .field { float:right; }
.form-list input.input-text { }
.form-list textarea { height:10em; }
.form-list select { padding:9px 8px 8px 5px; }
.form-list li.wide .input-box { }
.form-list li.wide input.input-text {  }
.form-list li.wide textarea { }
.form-list li.wide select { }
.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:4em 0 0; padding:8px 0 0; border-top:1px solid #cfcfcf; 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 { float:left; width:100%; margin:28px 0; }
.my-account .fieldset { margin:0px 0px 28px; }
.fieldset .legend { float:left; width:100%; padding-bottom:5px; margin-bottom:20px; border-bottom:1px solid #cfcfcf; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !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:#333; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; text-align:left; }
.messages { display: none; width:100%; box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.1); margin-bottom:20px !important; display:inline-block; }
.messages li { margin:0px !important; }
.messages li li { margin:0 0 3px !important; }
.messages li li span{ vertical-align:top; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:15px 8px 12px 45px !important; font-size:13px !important; position:relative; text-shadow:1px 1px 1px #b6f797; }
.error-msg { border-color:#b32b29; background-color:#ef403d; color:#323232; text-shadow:1px 1px 1px #f56a68; box-shadow:0px 0px 0px 1px rgba(243,104,101,0.5) inset; }
.success-msg { border-color:#82b968; background-color:#96df73; color:#3a6028; box-shadow:0px 0px 0px 1px rgba(216,255,198,0.5) inset; }
.note-msg{ border-color:#d2ae43; background-color:#ffd557; color:#55481f; text-shadow:1px 1px 1px #fff0c4; box-shadow:0px 0px 0px 1px rgba(255,224,132,0.5) inset; }
.notice-msg { border-color:#89b7bf; background-color:#acdae2; color:#394e52; text-shadow:1px 1px 1px #dafaff; box-shadow:0px 0px 0px 1px rgba(189,231,239,0.5) inset; }
.error-msg:before, .success-msg:before, .note-msg:before, .notice-msg:before{ position:absolute; left:14px; top:15px; color:#fff; font-size:20px; text-shadow:0px 1px 1px rgba(0,0,0,0.4); }
.note-msg:before, .notice-msg:before{ left:20px; }
.notice-msg:before{ }
.messages a{ color:#000; font-weight:bold; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0px 0px 10px; float:left; width:100%; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }
.breadcrumbs li a,.breadcrumbs li h1, .breadcrumbs li span{ display:inline-block; }
.breadcrumbs li span{ padding:0px 5px; }
.breadcrumbs li h1 { color: #2f2f2f; font-size: 11px; font-weight: bold;}

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; clear:both; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#000; }
.page-title h1{ padding:10px 0px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.multiple-checkout .title-buttons h1{ padding-top:0px; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#333; }

/* Pager */
.my-account .pager .limiter{ line-height:30px; }
.my-account .pager .limiter label{ float:left; margin:0px 10px 0px 0px; }
.my-account .pager .limiter select{ float:left; width:100px; padding:5px 5px 5px 3px; margin:0px 5px 5px 0px; height:30px; }
.pager {  }
.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 { margin:0px 0px; }
.pager .pages ol { display:inline-block; width:100%; text-align:center; vertical-align:top; }
.pager .pages li { display:inline-block; }
.pager .pages li span,
.pager .pages li a{ display:inline-block; padding:3px 10px 5px; color:#fff; background:#101010; }
.pager .pages li span{ background:#303030; color:#eee; }
.pager .pages .current {}

/* Sorter */
.sorter { }
.sorter .view-mode { float:left; margin:6px 0px 0px; font-size:19px; }
.sorter .view-mode a{ color:#666; }
.toolbar-bottom .sorter .view-mode { display:none; }
.sorter .view-mode strong span,.sorter .view-mode a span{ display:none; }
.sorter .sort-by { float:right;}
.toolbar-bottom .sorter .sort-by { display:none; }
.toolbar-bottom .limiter{ display:none; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar-bottom{ float:left; width:100%; margin-bottom:20px; }
.toolbar { float:left; width:100%; padding:8px 0px; margin-bottom:20px; border-top:1px solid #CFCFCF; border-bottom:1px solid #CFCFCF; }
.toolbar-bottom .toolbar{ border:0px none; padding:0px; margin:0px; }
.toolbar-bottom .toolbar .pager .pages{ padding:5px 0px; border-top:1px solid #CFCFCF; border-bottom:1px solid #CFCFCF; }
.toolbar .pager { display:none; }
.toolbar .sorter { }
.toolbar-bottom .toolbar .pager { display:block;}
.loderPan{ text-align:center; }

/* Data Table */
.data-table {
    border: 1px solid #cfcfcf;
    width: 100%;
	background:#fff;
}
#multiship-addresses-table td select{ width:200px; }
.quickBox .grouped-items-table{ margin:10px 0px 5px; }
.my-account .data-table { margin-bottom:10px; }
.my-account .data-table td{ border-top:1px solid #cfcfcf; }
table.data-table td,table.data-table th{ padding:4px 5px; }
.data-table > li, .data-table > li .row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.data-table > li.tableRow {
    border-bottom: 1px solid #DDDDDD;
}
.data-table > li.heading {
    background: none repeat scroll 0 0 #F6F6F6;
    padding: 5px 0;
}
.data-table > li.heading div, .data-table > li.heading div h2.product-name {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.data-table > li.tableBottomRow {
	border-top: 1px solid #cfcfcf;
    background: none repeat scroll 0 0 #F2F2F2;
    padding: 10px 0;
}
.data-table > li .tableImg {
    float: left;
    padding: 10px 2%;
    position: relative;
    width: 20%;
}
.data-table > li .tableImg a.product-image {
    border: 1px solid #F2F2F2;
    display: inline-block;
    max-width: 100%;
}
.data-table > li .tableContent {
    float: left;
    padding-top: 10px;
    width: 80%;
}
.data-table > li .tableContent .product-name {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}
.data-table > li .tableContent .price-box {
    clear: none;
    float: left;
    width: 50%;
}
.data-table > li .tableContent .price-box div {
    float: left;
}
.data-table > li .tableContent .price-box .qty-wrap, .data-table > li .tableContent .price-box .cart-price-box {
    width: 23%;
}
.data-table > li .tableContent .price-box .cartDeta2, .data-table > li .tableContent .price-box .Cartsep {
    width: 10%;
}
.data-table > li.tableRow .button-b {
    margin-bottom: 10px;
}
.data-table > li .tableContent .price-box .cartDeta6 {
    float: left;
    width: 10%;
}
.data-table .odd {
    background: none repeat scroll 0 0 #F8F8F8;
}

.data-table > li.tableRow .item-options {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E3E3E3;
    display: inline-block;
}
.data-table > li.tableRow .item-options dt {
    float: left;
	padding:10px;
}
.data-table > li.tableRow .item-options dd {
    float: left;
    margin:10px 10px 0px 0px;
	padding:0px;
}

.data-table > li.tableRow .button-b {
    margin-bottom: 10px;
}
.button-b {
    padding: 8px 16px;
}


/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #e1e1e1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../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; }

/* Misc */
.links li { display:inline; }
.links li.first { /*padding-left:0 !important;*/ }
.links li.last { /*background:none !important; padding-right:0 !important; border-right:0px none !important;*/ }

.link-cart { color:#333 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#333 !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:#333; }
.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:14px; height:14px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; 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 { }

/* 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; }

/* Icons -- Now images */
.fa{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style:normal!important;
}
/* Cart related or user related icons */
.fa-file:before {
	content: "";
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 3px;
	display: inline-block;
	background-size: contain;
	background: url('../images/icons/white_signup.svg') no-repeat;
}
.fa-user:before {
	content: "";
	width: 12px;
	height: 12px;
	margin-top: 3px;
	float: left;
	display: inline-block;
	background: url('../images/icons/white_login.svg') no-repeat;
}
.block-cart.header_cart .bag .fa-shopping-cart:before {
	content: "";
	width: 13px;
	height: 13px;
	float: left;
	margin-top: 3px;
	display: inline-block;
	background: url('../images/icons/white_cart.svg') no-repeat;
}
.product-shop button.button:hover .fa-shopping-cart:before,
.product-shop button.button .fa-shopping-cart:before{
	content: "";
	width: 17px;
	height: 15px;
	float: left;
	margin-top: 0px;
	display: inline-block;
	background: url('../images/icons/white_cart.svg') no-repeat;
}
/* Category Page Icons */
.product-cat-info .btnWishlist .link-wishlist .fa-heart:before{
	content: "";
	width: 13px; height: 11px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/icons/black_favorites.svg') no-repeat;
}
.product-cat-info .btnWishlist .link-wishlist:hover .fa-heart:before{
	content: "";
	width: 13px; height: 11px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/icons/aqua_favorites.svg') no-repeat;
}
.product-cat-info .btnCart .btn-cart .fa-plus-circle:before{
	content: "";
	width: 18px; height: 18px;
	margin-right: 0;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/icons/black_close.svg') no-repeat;
}
/* Search and zoom Icon */
.fa-search:before {
	content: "";
	width: 18px;
	height: 18px;
	float: left;
	display: inline-block;
	background: url('../images/icons/white_search.svg') no-repeat;
}
.product-view .product-img-box .product-image-zoom .zoomBtn .fa-search-plus{
	content: "";
	margin: 13px;
	width: 18px;
	height: 18px;
	float: left;
	display: inline-block;
	background: url('../images/icons/white_zoom.svg') no-repeat;
}
/* Arrows Icons */
.menu-creator-pro li > .fa-angle-down:before{
	content: "";
	width: 9px; height: 8px;
	margin-top: 5px;
	display: inline-block;
	background: url('../images/icons/white_dropdown.svg') no-repeat;
}
.fa-angle-left:before{
	content: "";
	width: 14px; height: 14px;
	display: inline-block;
	background: url('../images/icons/black_back.svg') no-repeat;
}
.fa-angle-right:before{
	content: "";
	width: 14px; height: 14px;
	display: inline-block;
	background: url('../images/icons/black_forward.svg') no-repeat;
}
.sliderNab .fa-angle-left:before{
	content: "";
	width: 11px; height: 14px;
	vertical-align: middle;
	display: inline-block;
	background: url('../images/icons/white_back.svg') no-repeat;
}
.sliderNab .fa-angle-right:before{
	content: "";
	width: 11px; height: 14px;
	vertical-align: middle;
	display: inline-block;
	background: url('../images/icons/white_forward.svg') no-repeat;
}
.pager .pages li a .fa-angle-left:before,
.footer-bottom .span3 .pagination a .fa-angle-left:before{
	content: "";
	width: 8px; height: 9px;
	display: inline-block;
	background: url('../images/icons/white_back.svg') no-repeat;
}
.pager .pages li a .fa-angle-right:before,
.footer-bottom .span3 .pagination a .fa-angle-right:before{
	content: "";
	width: 8px; height: 9px;
	display: inline-block;
	background: url('../images/icons/white_forward.svg') no-repeat;
}
.fa-chevron-right:before{
	content: "";
	width: 16px; height: 16px;
	margin-top: 4px;
	display: inline-block;
	background: url('../images/icons/white_forward.svg') no-repeat;
}
.fa-arrow-up:before{
	content: "";
	width: 16px; height: 16px;
	display: inline-block;
	background: url('../images/icons/white_back_to_top.svg') no-repeat;
}
/* Mis Icons */
.box-right-section .box-add-to-wishlist .fa-heart:before{
	content: "";
	width: 12px; height: 10px;
	margin-top: 0px;
	display: inline-block;
	background: url('../images/icons/aqua_favorites.svg') no-repeat;
}
.fa-times,
.minicartInner .fa-times{
	content: "";
	width: 20px; height: 20px;
	margin-top: 0px;
	display: inline-block;
}
.fa-times{
	background: url('../images/icons/white_close.svg') no-repeat;
}
.minicartInner .fa-times{
	background: url('../images/icons/black_close.svg') no-repeat;
}
.data-table > li .tableContent .price-box .cartDeta6 .fa-times:before{
	content: "";
	width: 20px; height: 20px;
	margin-top: 0px;
	display: inline-block;
	background: url('../images/icons/black_close.svg') no-repeat;
}
/* Full With Background */
.bkg-full-with{
	padding-top: 25px;
	overflow: hidden;
	/*text-align: center;*/
	background: #f2f2f2;
	border-top: 2px solid #e5e5e5; 
}
.amfinder-horizontal .startHere .fa-chevron-right:before{
	content: "";
	width: 13px;
	height: 16px;
	margin-left: 6px;
	display: inline-block;
	background: url('../images/icons/aqua_forward.svg') no-repeat;
}
/********** < Custom Static Blocks */
/* Block : Category first Chilldren - Style for current first children categories */
.sb-chilldren-cats ul li:nth-child(6n+1){
	margin-left: 0;
}
.sb-chilldren-cats ul li .containerCategory .linkCategory{ 
	width: 100%; height: 35px;
	text-align: center;
}
.sb-chilldren-cats ul li .containerCategory .linkCategory > a{
	width: 80%;
	font-size: 15px;
	font-weight: bold;
}
.sb-chilldren-cats ul li .containerCategory .linkCategory > a:hover{text-decoration: underline;}
.sb-chilldren-cats ul li .containerCategory .imageCategory{ overflow: hidden; text-align: center;}

/* Block : Category 4 items first Chilldren - Style for current first children categories */
.sb-chilldren-cats-4items ul li:nth-child(4n+1){
	margin-left: 0;
}
.sb-chilldren-cats-4items ul li .containerCategory .linkCategory{ 
	width: 100%;
	text-align: center;
}
.sb-chilldren-cats-4items ul li .containerCategory .linkCategory > a{
	font-size: 15px;
	width: 80%;
	font-weight: bold;
}
.sb-chilldren-cats-4items ul li .containerCategory .linkCategory > a:hover{text-decoration: underline;}
.sb-chilldren-cats-4items ul li .containerCategory .imageCategory{ overflow: hidden; text-align: center;}

/* Links Only */
.sb-links-only{ margin-bottom: 10px;}

/* Border Template */
.sb-chilldren-cats ul li .img-border,
.sb-chilldren-cats-4items ul li .img-border{
	border: 1px solid #d4d4d4;
}

/* Block : Promo Cases/Skins */
.promoBlock{
	margin: 15px 0;
	overflow: hidden;
}
.promoBlock .promoImg{ text-align: center;}
/*.promoBlock .promoImg a img{ max-width: none; max-height: 64%;}*/
.promoBlock .promoInfo{
	font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.promoBlock .promoInfo .promoHeader{ 
	margin-bottom: 15px;
	font-size: 33px;
	line-height: 35px;
	text-transform: uppercase;
}
.promoBlock .promoInfo .promoHeader .price{
	color: #7cbf4a;
	margin-left: 20px;
}
.promoBlock .promoInfo .promoMain .promoBulletPoints ul{
	color: #7cbf4a;
	padding-left: 17px;
	font-size: 17px;
	list-style-type: disc;
}
.promoBlock .promoInfo .promoMain .promoBulletPoints ul li{ margin-bottom: 12px;}
.promoBlock .promoInfo .promoMain .promoBulletPoints ul li span{ color: #686868;}

.promoBlock .promoInfo .promoMain .promoIcons ul{ 
	color: #686868;
	font-size: 13px;
}
.promoBlock .promoInfo .promoMain .promoIcons ul li{ margin-bottom: 0px; position: relative;}
.promoBlock .promoInfo .promoMain .promoIcons ul li:before{
	content: ' ';
	width: 30px; height: 30px;
	margin-right: 15px;
	display: inline-block;
	background: #686868;
}
.promoBlock .promoInfo .promoMain .promoIcons ul li.inkF:before{ background: url('../images/skinit_cases_ico_inkfusion.png') no-repeat; background-size: contain;}
.promoBlock .promoInfo .promoMain .promoIcons ul li.lightW:before{ background: url('../images/skinit_cases_ico_lightweight.png') no-repeat; background-size: contain;}
.promoBlock .promoInfo .promoMain .promoIcons ul li.protec:before{ background: url('../images/skinit_cases_ico_protection.png') no-repeat; background-size: contain;}
.promoBlock .promoInfo .promoMain .promoIcons ul li.printU:before{ background: url('../images/skinit_cases_ico_usa.png') no-repeat; background-size: contain;}
.promoBlock .promoInfo .promoMain .promoIcons ul li.skinC:before{ background: url('../images/skinit_cases_ico_skinoncase.png') no-repeat; background-size: contain;}

.promoBlock .promoInfo .promoMain .promoIcons ul li span{ position: absolute; top: 5px;}
.promoBlock .promoInfo div.clear{ height: 0;}

/* Block : Promo Cases/Skinsv2 3 Colums */
.promoBlock-3Colm{ overflow: hidden;}
.promoBlock-3Colm .promoProduct{ font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;}
.promoBlock-3Colm .promoProduct .promoHeader{ overflow: hidden;}
.promoBlock-3Colm .promoProduct .promoHeader .title{ font-size: 17px; text-transform: uppercase;}
.promoBlock-3Colm .promoProduct .promoHeader .title,
.promoBlock-3Colm .promoProduct .promoHeader .price{ padding: 12px 0;}
.promoBlock-3Colm .promoProduct .promoHeader .price{ color: #7cbf4a; font-size: 20px; text-align: center;}
.promoBlock-3Colm .promoProduct .promoHeader .promoButtons{ text-align: right;}
.promoBlock-3Colm .promoProduct .promoHeader .promoButtons a{ margin: 9px 0; padding: 3px 20px; font-size: 14px;}

.promoBlock-3Colm .promoProduct .promoIcons{ margin: 15px 0; text-align: center;}
.promoBlock-3Colm .promoProduct .promoIcons ul li{ width: 40px;height: 40px; display: inline-block; margin-right: 10px;}
.promoBlock-3Colm .promoProduct .promoIcons ul li a{ width: 40px;height: 40px; display: block; cursor: default;}
.promoBlock-3Colm .promoProduct .promoIcons ul li.inkF a{ background: url('../images/skinit_cases_ico_inkfusion.png') no-repeat; background-size: contain;}
.promoBlock-3Colm .promoProduct .promoIcons ul li.lightW a{ background: url('../images/skinit_cases_ico_lightweight.png') no-repeat; background-size: contain;}
.promoBlock-3Colm .promoProduct .promoIcons ul li.protec a{ background: url('../images/skinit_cases_ico_protection.png') no-repeat; background-size: contain;}
.promoBlock-3Colm .promoProduct .promoIcons ul li.printU a{ background: url('../images/skinit_cases_ico_usa.png') no-repeat; background-size: contain;}
.promoBlock-3Colm .promoProduct .promoIcons ul li.skinC a{ background: url('../images/skinit_cases_ico_skinoncase.png') no-repeat; background-size: contain;}

.promoBlock-3Colm .promoProduct .promoBulletPoints{ margin-top: 15px;}
.promoBlock-3Colm .promoProduct .promoBulletPoints ul{ margin-left: 15px; color: #666; list-style-type: disc;}
.promoBlock-3Colm .promoProduct .promoButtons div a{ font-size: 12px; width: 100%; padding: 5px 0; text-align: center;}

/* Block : Promo Cases/Skinsv2 3 Colums v2 */
.promoBlock-3Colm-v2{ overflow: hidden;}
.promoBlock-3Colm-v2 .promoProduct:nth-child(3n+1){margin-left: 0;}
.promoBlock-3Colm-v2 .promoProduct{ font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif; background: #f3f3f3;}
.promoBlock-3Colm-v2 .promoProduct .title{ padding: 10px 0; font-size: 20px; text-align: center; text-transform: uppercase; background: #e5e5e5;}
.promoBlock-3Colm-v2 .promoProduct .promoButtons{ text-align: center; background: #e5e5e5; overflow: hidden;}

.promoBlock-3Colm-v2 .promoProduct .promoButtons div a{ font-size: 14px; width: 75%; padding: 5px 0; text-align: center;}
.promoBlock-3Colm-v2 .promoProduct .promoButtons{ padding: 14px 0;}
.promoBlock-3Colm-v2 .promoProduct .promoButtons div{ margin-bottom: -4px;}
.promoBlock-3Colm-v2 .promoProduct .promoButtons a{ display: inline-block; line-height: 2;}
.promoBlock-3Colm-v2 .promoProduct .promoButtons .bd-Btn a{ display: inline-block; background: #7cbf4a;}
.promoBlock-3Colm-v2 .promoProduct .promoButtons .bd-Btn a:hover{ background: #7cbf4a;}
.promoBlock-3Colm-v2 .promoProduct .promoButtons .cuz-Btn a{ background: #40cbcb;}
.promoBlock-3Colm-v2 .promoProduct .promoButtons .cuz-Btn a i{ 
	width: 20px; height: 15px;
	position: relative;
	display: inline-block;
}
.promoBlock-3Colm-v2 .promoProduct .promoButtons .cuz-Btn a i:before{ 
	content: '';
	width: 20px; height: 20px;
	right: 0; top: 0;
	margin-right: 5px;
	/*float: left;*/
	position: absolute;
	display: inline-block;
	background: url('../images/cuzt-ico.png') no-repeat;
	background-size: contain;
}
.promoBlock-3Colm-v2 .promoProduct .promoButtons .cuz-Btn a:hover{ background: #40cbcb;}
.promoBlock-3Colm-v2 .promoProduct .promoBulletPoints{ font-size: 14px; margin: 10px 20px; color: #666;}

/* Block : Promo General/Seasons/Events */
.promoGeneral{ padding: 25px 0; font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;}
.promoGeneral .info h3{
	margin: 0;
	font-size: 25px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	position: relative;
}
.promoGeneral .info h3 span.tm{ font-size: 16px; position: absolute;}
.promoGeneral .info .titleLine{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
.promoGeneral .info .infoText span{
	margin-top: 12px;
	display: block; 
}
.promoGeneral .info .infoText .biggerText{font-size: 14px;}
.promoGeneral .info .promoButtons{margin-top: 20px;}

/* Block : Devices ~ Home Page */
.home-device-links {text-align: left; }
.home-device-links p{
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 16px;
	text-decoration: underline;
}
.home-device-links p a{ font-weight: bold;}
.home-device-links ul {
	margin: 0; padding: 0;
	list-style: none inside;
	font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;	
}
.home-device-links li {padding: 0; }
.home-device-links a {
	cursor: pointer;
	color: #404040;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.home-device-links a:hover {text-decoration: underline; }

/* Block : Featured Products */
.featured{
	padding-bottom: 40px;
}
.featured .owl-wrapper .owl-item{
	padding: 10px;
}
.featured .owl-wrapper .owl-item .secondViewInner .sec-view-inner{
	padding: 10px;
	box-shadow: none;
	border: 1px solid #ccc;
}
.featured .owl-wrapper .owl-item .secondViewInner .bottomBox2{
	margin-top: 0px;
	border: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.featured .owl-wrapper .owl-item .secondViewInner .bottomBox2 .link-wishlist{
	border-right: 0px;
	font-size: 15px;
	text-transform: none;
	cursor: default;
}
.featured .owl-wrapper .owl-item .secondViewInner .bottomBox2 .link-wishlist .fa-heart:before{
	content: "";
	width: 12px; height: 10px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
	background: url('../images/icons/black_favorites.svg') no-repeat;
}
.featured .owl-wrapper .owl-item .secondViewInner .bottomBox2 .compareR:hover .fa-heart:before{
	background: url('../images/icons/aqua_favorites.svg') no-repeat;
}
.featured .owl-wrapper .owl-item .secondViewInner .bottomBox2 .compareR .fa-shopping-cart:before{
	content: "";
	width: 15px; height: 15px;
	margin-right: 4px;
	margin-top: 0px;
	display: inline-block;
	vertical-align: bottom;
	background: url('../images/icons/black_close.svg') no-repeat;

	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.featured .owl-wrapper .owl-item .secondViewInner .bottomBox2 .compareR{
	font-size: 15px;
	text-transform: none;
}
.mix_wrapper .customNavigation{
	width: 100%;
}
.mix_wrapper .customNavigation a{
	margin: 0;
	position: absolute;

	-webkit-border-radius: 35px;
	-moz-border-radius   : 35px;
	border-radius        : 35px;

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Modern Browsers */
	opacity: 0.5;
}
.mix_wrapper .customNavigation .jcarousel-next{
	margin-left: 15px;
}
.mix_wrapper .customNavigation .jcarousel-prev{
	right: 0;
	margin-right: 15px;
}

/* Block : Tiles Home Page */
.tiles-home-page{
	margin-top: 30px;
}

/********** < Promo Input - Reedem Code */
#cp_redeem .cp_custom{
	background: #fff!important;
	border: 2px solid #0f66a4!important;
	padding: 2px;
	height: auto!important;
}
#cp_redeem > button{
	float: left;
	padding: 4px 6px;
}
/* Honda Page */
.honda-redeem-section{
	height: 587px;
	border:1px solid #e4e4e4;
	background: #fafafa;
}
.honda-redeem-section .honda-redeem-top-section{
	padding: 30px 10px;
	color: #353334;
	text-align: center;
}
.honda-redeem-section .title-section-big{
	padding: 13px;
	background: #da1934;
}
.honda-redeem-section .honda-redeem-top-section h1,
.honda-redeem-section .title-section-big h1{
	font-family: 'Lato', sans-serif;
}
.honda-redeem-section .title-section-big h1 span{
	color:#fff;
	font-weight: 800;
}
.honda-redeem-section form{
	display: block;
	margin: 15px 0;
}
/********** < Separator Style */
.bkg-full-with .separator{ padding: 0 0 20px 0;}
.separator {
	padding: 25px 0;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.separator a {
	font-size: 20px;
	letter-spacing: 3px;
	color: #7cbf4a;
	text-transform: uppercase;
}

.pluginSkinLight .pluginBoxDivider{
	border-top: 0!important;
}
.divisionLine{ display: block; border-bottom: 1px solid #999;}

/********** < Extentions */
/* Tool Bar - Amfinder */

.filter-by .sort-by{ margin-right: 5px;}
.amfinder-horizontal .startHere{ 
	float: left;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;©
	font-weight: 400;
	line-height: 1.7;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	display: inline-block;
}
.amfinder-horizontal .startHere i{
	color: #7cbf4a;
}
.amfinder-horizontal{ position: relative; overflow: hidden;}
.amfinder-horizontal .dropdown-element{ 
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 28px;
	width: 180px;
	margin-bottom: 0;
	background: #f2f2f2;
	border: 1px solid;
	border-color: white #f7f7f7 whitesmoke;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);

	-moz-user-select   : none;
	-khtml-user-select : none;
	-webkit-user-select: none;

	/* Introduced in IE 10. */
   	-ms-user-select: none;
   	user-select: none;
}
.amfinder-horizontal .dropdown-element:before, 
.amfinder-horizontal .dropdown-element:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}
.amfinder-horizontal .dropdown-element:before {
  border-bottom-color: #aaa;
  border-bottom-style: solid;
  border-top: none;
}

.amfinder-horizontal .dropdown-element:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
  border-bottom-color: #aaa;
}
.amfinder-horizontal .dropdown-element select{ 
	font-size: 14px;

	position: relative;
	width: 130%;
	margin: 0;
	padding: 0px 8px 0px 10px;
	height: 28px;
	line-height: 14px;
	color: #62717a;
	background: #f2f2f2; /* Fallback for IE 8 */
	background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
	border: 0;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;

	-moz-user-select   : none;
	-khtml-user-select : none;
	-webkit-user-select: none;

	/* Introduced in IE 10. */
   	-ms-user-select: none;
   	user-select: none;
}
.amfinder-horizontal .dropdown-element select:focus{
  	z-index: 3;
  	width: 130%;
/*  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
*/  
	outline-offset: -2px;
}
.amfinder-horizontal .dropdown-element select option{
	margin: 3px;
	padding: 2px 8px;
	background: #f2f2f2;
	border-radius: 3px;
	cursor: pointer;
}
.amfinder-horizontal .amfinder-buttons{ 
	width: 250px;
	margin-bottom: 0; 
	/*position: absolute; top: 24px;*/
}
.amfinder-horizontal .amfinder-buttons .button > span{ 
	margin-left: 10px;
	background: #7cbf4a;
	padding: 1px 12px; 
}
.amfinder-horizontal .amfinder-buttons .button span > span{
	margin-left: 0; 
	padding: 4px 20px;
	background:#7cbf4a;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.amfinder-horizontal .amfinder-buttons .reset > span{ 
	padding: 0; 
	border: 0;
	color: #aaaaaa;
	margin-left: 10px;
	background: none;
}
.amfinder-horizontal .amfinder-buttons .reset span > span{
	margin-left: 5px; 
	padding: 0;
	color: #aaaaaa;
	background:none;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}

.amfinder-vertical, .amfinder-horizontal{ 
	padding: 8px!important; 
	border: 0!important; 
	background: #e9e9e9!important;
	
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;

}
.amfinder-horizontal .amfinder-container{
	background: #444;
	overflow: hidden;

	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
}
.amfinder-horizontal .amfinder-container .dropdownsContainer{
	overflow: hidden;
	padding: 15px 10px;

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

/* Giftvoucher */
.gift-card-container{
	cursor: pointer; 
	zoom: 72%;
	-moz-transform: scale(0.72);
	-moz-transform-origin: left top;
}

/********** < Global Style Promo Buttons */
.promoButtons a{
	color: #fff;
	font-size: 15px;
	overflow: hidden;
	padding: 10px 20px;
	margin-right: 10px;
	outline: none;
	position: relative;
	background: #000;
	display: inline-block;
	text-transform: uppercase;

	transition        : all 0.3s;
	-moz-transition   : all 0.3s;
	-webkit-transition: all 0.3s;
}
.promoButtons a:hover,
.promoButtons a:active{ background: #7cbf4a;}

.promoButtons2 a {
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    padding: 10px 10px;
    margin-right: 10px;
    outline: none;
    position: relative;
    background: #000;
    display: inline-block;
    text-transform: uppercase;
    transition        : all 0.3s;
    -moz-transition   : all 0.3s;
    -webkit-transition: all 0.3s;
}
 
.iph6 .iphone6-products .promoButtons2 a{
    width: 190px;
    margin-right: 0;
    background: #7cbf4a;
}

/* Customize it Button */
.promoButtons a.cuz-Btn{ background: #40cbcb;}
.promoButtons .cuz-Btn i{ 
	width: 20px; height: 15px;
	position: relative;
	display: inline-block;
}
.promoButtons .cuz-Btn i:before{ 
	content: '';
	width: 20px; height: 20px;
	right: 0; top: 0;
	margin-right: 5px;
	position: absolute;
	display: inline-block;
	background: url('../images/cuzt-ico.png') no-repeat;
	background-size: contain;
}

/********** < Category Banners */
.categoryBanner{ margin: 5px 0;}

/********** < Header Cart */
.product-details a{ color: black!important;}

/********** < Theme Slider */
.camera_pie{ display: none;}

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.hideTopNav .header-wrapper02 + .header-wrapper02 { position:fixed; top:55px; background:#fff; left:0px; z-index:11; }
.headerfix.hideTopNav .header-wrapper02 ul#nav li ul.level0 {
    top: 57px;
}
.hideTopNav .header-wrapper02 .drop_search_open .form-search{ margin-top:20px; }
.header-top { 
	height: 28px;	
	color: #7cbf4a; 
	font-size: 14px;
	background: #333333;
	line-height: 28px;
	border-top: 3px solid #7cbf4a; 
	font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.header-top .container .top_left{ text-align: left;}
.header-top .container .top_center{ text-align: center;}
.header-top .container .top_right{ text-align: right;}
.header-top .call-us{ color:#ffffff;  }
.header-top a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
.header-wrapper02 .header-top{ padding:0px; position:relative; z-index:10000;}
.header-top {
	transition: all 100ms ease-in-out 0s;
	-moz-transition: all 100ms ease-in-out 0s;
	-ms-transition: all 100ms ease-in-out 0s;
	-o-transition: all 100ms ease-in-out 0s;
	-webkit-transition: all 100ms ease-in-out 0s;   }
.hideTopNav .header-wrapper02 .header-top, .hideTopNav .header-wrapper01 .header-top,
.hideTopNav .header-wrapper03 .header-top{ margin-top:-46px;}
.header-wrapper03 .header-top { background:#fff; border-bottom:1px solid #c4c4c4; color:#333; }
.header-top [class*="span"]{ margin-bottom:0px; }
.header-top .language-switcher,
.header-top .header_currency{ margin-right:25px; position:relative; }
.header-wrapper03 .header-top .language-switcher{ margin-right:0px; }
.header-wrapper03 .header-top .language-switcher,
.header-wrapper03 .header-top .header_currency{ float:right !important; }
.header-wrapper02 .header-top .language-switcher,
.header-wrapper02 .header-top .header_currency{ background:#181818; padding:13px 15px 15px; }
.header-wrapper02 .header-top .welcome-msg{ padding:13px 0px; color:#999; }
.header-wrapper03 .header-top .welcome-msg{ color:#000; }
.header-top .language-switcher label,.header-top .header_currency label,
.header-top .call-us label, .header-top .welcome-msg{ color:#9b9b9b; display:inline-block; padding-right:5px; }
.header-wrapper03 .header-top label{ color:#666; }
.header-top .language-switcher .fa,
.header-top .header_currency .fa{ color:#997A1F; margin-left:15px; }
.header-top .language_detail,
.header-top .currency_detail{ display:none; position:absolute; z-index:999999; top:14px; left:auto; right:0px; padding-top:15px; }
.header-wrapper02 .header-top .language_detail,
.header-wrapper02 .header-top .currency_detail{ padding-top:31px; }
.header-wrapper03 .header-top .language_detail,
.header-wrapper03 .header-top .currency_detail{ padding-top:14px; }
.header-top .language_detail .language-inner,
.header-top .currency_detail .currency-inner{ width:125px; float:left; background:#fff; border:1px solid #000; }
.header-wrapper02 .header-top .language_detail .language-inner,
.header-wrapper02 .header-top .currency_detail .currency-inner{ width:140px; }
.header-wrapper03 .header-top .language_detail .language-inner,
.header-wrapper03 .header-top .currency_detail .currency-inner{ border-color:#c4c4c4; }
.header-top .language_detail a,
.header-top .currency_detail a{ display:block; clear:both; padding:6px 10px; color:#333; line-height:12px; }
.header-top .language_detail a + a,
.header-top .currency_detail a + a{ border-top:1px solid #ccc; }
.header-top .language_detail a:hover,
.header-top .currency_detail a:hover{ background:#f6f6f6; color:#000; }
.header-wrapper03 .header-top .links{ text-align:center; }
.header-wrapper03 .header-top .links li{ display:inline-block; padding:0px 5px; }
.header-wrapper03 .header-top .links li a{ color:#333; }
.header-top .top-links{ float:right; padding:0px 25px; }
.header-top .top-links li{ float:left; color:#fff; }
.header-top .top-links li a{ display:inline-block; text-decoration:none; color:#fff; }
.header-top .top-links li a:hover{ color:#ccc; }
.header-top .top-links li span{ display:inline-block; padding:0px 10px; }
.header-top .social-media{ float:right; }
.header-top .social-media li{ float:left; padding-left:9px;}
.header-top .social-media li a{ float:left; color:#fff; }
.header-top .social-media li a:hover{ color:#999; }
.header-top .social-media li a .fa{ font-size:0px; width:15px; display:inline-block; }
.header-top .social-media li a .fa:before{ font-size:18px; }
.header-container { margin-bottom:15px; }
.hideTopNav .header-container{ position:fixed; left:0px; top:0px; background:#fff; z-index:14;
	box-shadow:0px 0px 3px #999;
	transition:all 200ms ease-in-out 0s;
	-moz-transition:all 200ms ease-in-out 0s;
	-ms-transition:all 200ms ease-in-out 0s;
	-o-transition:all 200ms ease-in-out 0s;
	-webkit-transition:all 200ms ease-in-out 0s;  }
.header-container.header-wrapper02{ box-shadow:0px 0px 3px #999; }
.hideTopNav .header-wrapper01, .headerfix .header-wrapper03{ }
.headerfix .header-wrapper01 + .f-fix,
.headerfix .header-wrapper03 + .f-fix{ }
.nicescroll-rails{ z-index:99999 !important; }
.header { position:relative; z-index:9999; }
.hideTopNav .header-wrapper01 .header, .hideTopNav .header-wrapper03 .header{ position:static; }
.header .logo { float:left; margin:3px 0 10px 0px; text-decoration:none !important; }
.header-wrapper02 .header .logo { margin:0px; }
.header-wrapper02 .navFull{margin-top:10px;}
.hideTopNav .header-wrapper02 .navFull{margin-top:0;}
.header-wrapper03 .help-block{ font-size:16px; line-height:22px; margin-top:-10px; }
.header-wrapper03 .help-block span{ color:#000; }
.header-wrapper03 .header .logo-block{ text-align:center; }
.header-wrapper03 .header .logo { float:left; margin:0px; max-width:100%; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { width: 100%; float:left; position:relative; }
.header-wrapper03 .header .form-search{margin-top:4px;}
.header-wrapper03 .header .form-search ,
.header-wrapper02 .form-search { width:100%; float:left; border:1px solid #CFCFCF; background:#fff; }
.header-wrapper02 .form-search { margin:0px; position:relative; height:0px; opacity:0; filter: alpha(opacity=0); overflow:hidden;
	transition: all 100ms ease-in-out 0s;
	-moz-transition: all 100ms ease-in-out 0s;
	-ms-transition: all 100ms ease-in-out 0s;
	-o-transition: all 100ms ease-in-out 0s;
	-webkit-transition: all 100ms ease-in-out 0s;
}
.header-wrapper02 .drop_search_open .form-search { height:auto; opacity:1;  filter: alpha(opacity=100); margin-bottom:20px; }
.header-wrapper02 .header .form-search { width:100%; margin:20px 0px 0px; bottom:-60px; position:absolute; }
.header-wrapper02 .header .form-search button.button{ background:#f6f6f6; right:30px; }
.header-wrapper02 .header .form-search select,
.header-wrapper02 .header .form-search .input-text{ background:#f6f6f6; height:48px; color:#999;
 }
.header-wrapper03 .header .form-search .input-text,
.header-wrapper03 .header .form-search select{ height:40px; color:#666; }
.header-wrapper03 .header .form-search .input-text, body .header-wrapper02 .form-search input.input-text{ width:100%; }
.header-wrapper02 .header .form-search select:focus + input.input-text,
.header-wrapper02 .header .form-search select.search-focus{ width:33%; padding:13px 10px 11px 7px; float:left; }
.header-wrapper02 .header .form-search select{ width:33%; margin-right:2%; padding:13px 10px 11px 7px; }
.header-wrapper02 .header .form-search select{ }
.header-wrapper02 .header .form-search select option{ padding:1px 5px; }
.header-wrapper02 .header .form-search .button{ }
.header-wrapper02 .header .form-search select:focus + input.input-text + .button,
.header-wrapper02 .header .form-search input.input-text:focus + .button{ z-index:5;}
.header-wrapper02 .header .form-search input.input-text:focus{ background:#f6f6f6; width:100%; padding:0px 10px; }
.header-wrapper02 .header .form-search select + .input-text{ width:63%; }
.header-wrapper02 .header .form-search select + .input-text,
.header-wrapper02 .header .form-search .input-text{ }
.header-wrapper02 .header .form-search select:focus + input.input-text,
.header-wrapper02 .header .form-search select + input.input-text:focus{ padding:0px 10px; width:65%; background:#f6f6f6; }
.header-wrapper02 .header .form-search .sb-icon-search{ position:absolute; width:49px; height:46px; right:0px; top:0px; text-indent:-9999em; }
.header .form-search select, .header-wrapper02 .form-search select
{ float:left; margin-right:20px; background:#fff; border:0px none; height:20px; padding:1px 0px 2px; width:120px; }
.header-wrapper01 .form-search select{ width:23%; margin-right:2%; }
body .header-wrapper02 .form-search input.input-text,
body .header-wrapper02 .form-search select{ height:42px; color:#666; font-size:16px; line-height:42px; }
body .header-wrapper02 .form-search select{ padding-top:9px; padding-left:20px; background-position:77% 20px; }
.header-wrapper03 .header .form-search select,
.header-wrapper02 .form-search select{ padding:12px 10px 6px 10px; width:38%; margin:0px; float:right; border-left:1px dotted #cfcfcf; background-image:url(../images/select-arrow.png); background-repeat:no-repeat; background-position:78% 19px; }
.header-wrapper03 .header .form-search select{ width:26%; background-position:64% 19px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text , .header-wrapper02 .form-search input.input-text { float:left; border:0px none; width:160px; height:20px; }
.header-wrapper01 .header .form-search input.input-text:focus, .header-wrapper01 .header .form-search select:focus{ background:#f2f2f2; }
.header-wrapper01 .form-search input.input-text{ width:100%; font-size: 14px; height: 43px; color: #404040; background: #ccc; text-align: center; padding: 0px 55px 0 12px;}
.header .form-search button.button, .header-wrapper02 .form-search button.button{ float:left; position:absolute; right:0px; top:0px; }
.header-wrapper01 .form-search button.button{ width: 43px; height: 43px; background: #333333; }
.header-wrapper03 .header .form-search button.button { top:1px; right:1px; background:#fff; }
.header-wrapper02 .form-search button.button { top:3px; right:40px; background:#fff; padding-bottom:3px; }
.header .form-search button.button span { border:0; background:none; color:#fff; font-size:20px; padding: 1px 0px; }
.header-wrapper02 .form-search button.button span { background:none; color:#000; font-size:18px; line-height:24px; border:0px none; }
.header-wrapper02 .header .form-search button.button span{ padding:6px 8px 7px; font-size:18px; }
.header-wrapper03 .header .form-search select + .input-text, .header-wrapper02 .form-search select + input.input-text{ width:62%; float:left; }
.header-wrapper03 .header .form-search select + .input-text{ width:74%; }
.header .form-search button.button span span {  }
.header-wrapper02 .search-button{ margin:5px 0px 0px 10px; font-size:18px; color:#333; width:60px; text-align:center; cursor:pointer; line-height:18px; border-left:1px solid #666; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete { left:auto !important; right:0px !important; top:42px !important; }
.header-wrapper03 .header .form-search .search-autocomplete { top:36px !important; }
.form-search .fa-times{ display:inline-block; position:absolute; right:8px; top:6px; width:30px; height:30px; line-height:30px; text-align:center; cursor:pointer; font-size:18px; background:#fff; color:#000; display:none; }
.header-wrapper02 .form-search .fa-times{ display:inline-block; }

/* Search OUTPUT */
#search_autocomplete ul li a div{
	color: #686868!important;
	font-size: 12px!important;
}

.drop_search{ }
.drop_search_open{ }
.header-wrapper02 .search-button.closeIcon{
border: medium none;
font-size: 0;
width: 0;
margin-left:0px;
}
.search-button{
transition: all 400ms ease-in-out 1s;
-moz-transition: all 400ms ease-in-out 1s;
-ms-transition: all 400ms ease-in-out 1s;
-o-transition: all 400ms ease-in-out 1s;
-webkit-transition: all 400ms ease-in-out 1s;
}

.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header-wrapper02 .links{ float:right; }
.header-wrapper02 .links li{ float:left; padding:13px 15px }
.header-wrapper02 .links li a{ float:left; color:#fff; font-weight:bold; text-transform:uppercase; }
.header .links { float:right; margin:0 0 6px; }
.header-wrapper03 .header .links { float:left; }
.header-wrapper03 .header .links li { border-right:0px none; padding-right:0px; }
.header-wrapper03 .header .links li a{ color:#232323; }
.block-content_pan { padding: 12px 10px 9px 10px; cursor: auto!important;}
.header .links li, .block-content_pan { float:left; font-size:12px; background: #333333; border-top: 2px solid #999999; cursor: pointer; font-family: 'Lato', sans-serif;}
.block-cart .summary .classy{ font-family: 'Lato', sans-serif;}
.header .links li:hover, .block-content_pan:hover { background: #404040; }
.header .links li:hover a{ color:#fff;}
.header .links a { padding: 12px 10px 11px 10px; color:#000; text-decoration:none; display:inline-block; position:relative; }
/*.header .links a:hover { color:#fff; }*/
.header .links a:before { padding-right: 5px; }
.header .links li a.top-link-checkout:before{}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

.logo-row{ padding:58px 0px 24px; }
.header-wrapper01 .logo-row{ padding: 15px 0px 5px; }
.header-wrapper01 [class*="span"]{ margin-bottom:0px; }
.header-wrapper03 .logo-row{ padding:20px 0px; }
.header-wrapper02 .logo-row{ padding:27px 0px 24px;}
.logo-row, .logo img{
	transition: all 100ms ease-in-out 1s;
	-moz-transition: all 100ms ease-in-out 1s;
	-ms-transition: all 100ms ease-in-out 1s;
	-o-transition: all 100ms ease-in-out 1s;
	-webkit-transition: all 100ms ease-in-out 1s;}
.hideTopNav .header-wrapper03 .logo img{
    width: 180px;
}
.hideTopNav .header-wrapper03 .header .form-search{margin-top:2px;}
.hideTopNav .header-wrapper03 .container .header_cart .block-content_pan{margin-top:2px;}	
.hideTopNav .header-wrapper01 .logo-row{ padding:14px 0px 4px; }
.hideTopNav .header-wrapper03 .logo-row{ padding:15px 0px; }
.header-wrapper01 .logo-row .account-links{ /*margin-top:15px;*/ }
.hideTopNav .header-wrapper01 .logo-row .span9{ margin-top:17px; }
.hideTopNav .header-wrapper02 .logo-row {padding: 15px 0 10px;}
.hideTopNav .header-wrapper02 .logo img{width:125px;}
.header-wrapper02 .logo-row .span3, .header-wrapper02 .logo-row .span9, .header-wrapper03 .logo-row [class*="span"]{ margin-bottom:0px; }
.header_cart{ float:right; }


/********** < Navigation */
.nav-container { float:left; width:100%; }
.header-wrapper02 .nav-container { float:right; width:auto; margin-top:5px; }
.header-wrapper03 .nav-container { }
.header-wrapper02 #nav, .header-wrapper02 .sf-menu{ border-bottom:0px none; border-top:0px none; padding:0px; }
#nav, .sf-menu{ width:100%; float:left; font-size:13px; border-bottom:1px solid #c4c4c4; border-top:1px solid #c4c4c4; padding:19px 0px;
	transition: all 100ms ease-in-out 1s;
	-moz-transition: all 100ms ease-in-out 1s;
	-ms-transition: all 100ms ease-in-out 1s;
	-o-transition: all 100ms ease-in-out 1s;
	-webkit-transition: all 100ms ease-in-out 1s;
 }
.hideTopNav .header-wrapper01 #nav, .hideTopNav .header-wrapper01 .sf-menu,
.hideTopNav .header-wrapper03 #nav, .hideTopNav .header-wrapper03 .sf-menu{ border-bottom:0px none; position:relative; z-index:9999; }
.hideTopNav .header-wrapper01 #nav:before, .hideTopNav .header-wrapper01 .sf-menu:before,
.hideTopNav .header-wrapper03 #nav:before, .hideTopNav .header-wrapper03 .sf-menu:before{ position:fixed; content:''; height:1px; width:100%; background:#C4C4C4; margin-top:-20px; left:0px; }
.mobMenu{ display:none; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li, .sf-menu li{ position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a, .sf-menu li a, .sf-menu li a:hover,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }


/* 0 Level */
#nav li, .sf-menu li { float:left; border-right:1px solid #c4c4c4; }
#nav li.contact-link, .sf-menu li.contact-link{ border-right:0px none; }
.header-wrapper02 #nav li, .header-wrapper02 .sf-menu li{ border:0px none; padding:0px 14px; }

.sf-menu li.home + li.first.active a, #nav li.home + li.first.active a,
#nav li.level0.active > a, ul.sf-menu > li.active > a, .cms-index-index li.home a,.contacts-index-index ul#nav li.contact-link a,
.contacts-index-index ul.sf-menu li.contact-link a{ color:#666; }

#nav a, .sf-menu li a, #nav li.home + li.first a, .sf-menu li.home + li.first a{ float:left; padding:0px 36px; color:#000; font-weight:normal; }
.sf-menu li.home + li.first ul.level0 li.level1 > a, #nav li.home a, .sf-menu li.home a, #nav li.first a, .sf-menu li.first a{ padding-left:10px; }
.header-wrapper02 #nav a, .header-wrapper02 .sf-menu > li > a{  padding:0px; }
#nav a .fa-home, .sf-menu > li > a .fa-home{ font-size:20px; margin-top:-3px; display:inline-block; vertical-align:top; }
#nav a .home-link, .sf-menu > li > a .home-link{ margin-right:8px; }
.header-wrapper02 #nav > li.parent > a, .header-wrapper02 .sf-menu > li.parent > a{ padding-right:15px; position:relative; }
.header-wrapper02 #nav li.parent a:after, .header-wrapper02 .sf-menu > li.parent > a:after{ position:absolute; right:0px; top:3px; color:#333; }
.sf-menu li.home + li.first:hover a, #nav li.home + li.first:hover a,
ul.sf-menu > li > a:hover, #nav > li.level0 > a:hover, #nav > li.home > a:hover, #nav > li.level0:hover > a,
#nav > li.contact-link > a:hover { color:#888; }

/* SF Menu */

.sf-menu li ul{ position:absolute; }
.sf-menu li ul.level0{ top:13px; left:auto; padding:24px 0px 0px; display:none; overflow:visible !important; }
.sf-menu li ul li{ border-right:0px none; border-bottom:1px solid #333; background:#1f1f1f; }
.sf-menu li ul li:hover{ background:#313233; }
.sf-menu li ul li.last{ border-bottom:0px none; }
.sf-menu li.home + li.first ul.level0 li a,
.sf-menu li.home + li.first ul.level0 li.level1 > a,.sf-menu li ul li a{ display:inline-block; width:100%; padding:10px; color:#ccc; }
.sf-menu li ul.level0 ul{ left:100%; top:10px; margin-left:1px; }
.header-wrapper02 .sf-menu li ul.level0 ul{ left:-100%; }

/*	Mega Menu	*/

ul#nav { position:relative; }
.header-wrapper02 ul#nav { position:static; }
ul#nav li { position:static; }
ul#nav li ul.level0:before{ position:absolute; height:20px; top:-20px; float:left; left:0px; width:100%; content:''; }
ul#nav li ul.level0:after{ position:absolute; height:20px; bottom:0px; float:left; left:0px; width:100%; content:''; background:#1f1f1f;  }
ul#nav li ul.level0{ position:absolute; left:-10000px; top:56px; padding:20px 20px 12px; background:#1f1f1f; width:100%;  z-index:9999; }
.header-wrapper02 ul#nav li ul.level0{ top:89px; z-index:9; }
.hideTopNav .header-wrapper02 ul#nav li ul.level0{ top:67px; }
.header-wrapper02 .sf-menu li ul.level0{ top:21px; z-index:9; }
.header-wrapper02 ul#nav li ul.level0:before{ height:40px; top:-30px; }
.hideTopNav .header-wrapper02 ul#nav li ul.level0:before{ top:-20px; }
ul#nav li:hover ul.level0{ left:0px; }
ul#nav li ul.level0 li{ border-right:0px none; margin-bottom:2px; }
ul#nav li ul.level0 li.customMenu{ padding:15px 15px 0px; }
ul#nav li ul.level0 li.customMenu img{ width:100%; border:1px solid #333; }
ul#nav li ul.level0 li.customMenu h2{ color:#fff; text-transform:uppercase; margin-bottom:10px; }
ul#nav li ul.level0 li.customMenu p{ color:#eee; margin:10px 0px 0px; }
ul#nav li ul.level0 li ,ul#nav li ul.level0 li ul{ display:inline-block; width:100%; padding:0px; }
#nav li.home + li.first ul.level0 li a,
ul#nav li ul.level0 li a{ display:inline-block; width:92%; margin-right:8%; float:none; padding:0px; color:#ccc; padding:5px 10px 6px; }
ul#nav li ul.level0 li.customMenu a{ padding:0px; }
ul#nav li ul.level0 li a:hover{ background:#313233; }
ul#nav li ul.level0 li.level1{ float:left; width:20%; padding:0px 10px; }
ul#nav li ul.level0 li.level1:after { content:''; background:#363636; position:absolute; width:1px; height:100%; top:0px; }
ul#nav li ul.level0 li.level1.last:after { width:0px; }
ul#nav li ul.level0 li.level1:before { content:''; background:#1f1f1f; position:absolute; width:100%; left:0px; height:20px; top:0px; z-index:1; }
/*.sf-menu li.home + li.first ul.level0 li.level1 > a, */#nav li.home + li.first ul.level0 li.level1 > a,#nav li ul.level0 li.level1 > a,
#nav li ul.level0 li.level1 > a:hover{ color:#fff; margin-bottom:5px; text-transform:uppercase; font-weight:bold; background:none; }
#nav li ul.level0 li.level1 > a:hover{ color:#eee; }

/* Custom Area for Menu Pro */
.container-nav{ background: #333;}
.container-nav .nav { max-width: 1280px; margin: 0px auto;}

/* Menu Pro Styles */
.mst > div .menu-creator-pro {
  width: 100%;
  display: inline-block;
  border: 0 solid transparent;
  background: inherit;
}
.menu-creator-pro li > div{
	padding-bottom: 10px;
}
.mst > div .menu-creator-pro > li {
  background: #333;
  border-right: 0;
}
.mst > div .menu-creator-pro li li{
	border-top-width: 0px; 
}
.mst > div .menu-creator-pro li div.no-parent > a{
	color: #333!important;
	line-height: 24px!important;
	font-size: 12px!important;
	font-weight: normal!important;
}
.mst > div .menu-creator-pro li div.no-parent > a:hover{
	color: #1cbec9!important;
	border-top: 2px solid transparent!important;
}
.mst > div .menu-creator-pro li a {
  color: #fff;
  padding: 3px 15px 3px 15px;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  border-top: 2px solid transparent;
}
.mst > div .menu-creator-pro li.parent > a{
  padding: 3px 30px 3px 15px;
}
.mst > div .menu-creator-pro li a:hover,
.mst > div .menu-creator-pro li a:focus {
  color: #ffffff;
  border-top: 2px solid #999999;
  background: #404040;
}
.mst > div .menu-creator-pro li a:hover ~ .mcp-icon {
  color: #ffffff;
}
.mst > div .menu-creator-pro li .mcp-icon {
  color: #f2f2f2;
  padding: 14px 25px 0 0;
}
.switcher .mcp-icon{ padding: 11px 25px 0 0!important;}
.menu-creator-pro-cyan li:hover > a, .menu-creator-pro-cyan li.current > a,
.mst > div .menu-creator-pro-cyan li:hover > a {
  border-top: 2px solid #999999;
  background: #404040;
}

/* Menu 0 lvl */
.mst > div .menu-creator-pro .level0{
	font-weight: normal;
	/*letter-spacing: 0.5px;*/
}
.mst > div .menu-creator-pro .level0 > a{
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}

/* Menu +1 lvl */
.mst > div .menu-creator-pro .grid-column{
	border-left-width: 0px;
}
.mst > div .menu-creator-pro .grid-column .nav-header{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	padding: 0 15px !important;
}

.mst > div .menu-creator-pro .grid-column ul li a,
.mst > div .menu-creator-pro .autosub-item a{
	color: #333;
	font-size: 12px;
	background: #fff;
	border-top: 0px;
	line-height: 20px;
	font-weight: normal;
}
.mst > div .menu-creator-pro .grid-column ul.level1 li a:hover{
	color: #1cbec9;
}
.mst > div .menu-creator-pro .autosub-item .mcp-icon{
	color: #333;
	padding: 10px 25px 0 0;
}
.mst > div .menu-creator-pro .autosub-item:hover > a{
	color: #1cbec9;
	background: #fff;
	border-top: 0px;
}
.mst > div .menu-creator-pro .autosub-item:hover > a:hover ~ .mcp-icon{
	color: #1cbec9;
}

/* Mega Menu Pro Layouts */
/* Full Page With */
.menu-creator-pro li.col_100 > span.fa-angle-down{
	margin-top: -42px!important;
}
.mst div .menu-creator-pro li.no-click a,
.mst div .menu-creator-pro .no-click .nav-header{ cursor: default!important;}

/********** Navigation > */


/*	Mobile Menu	*/

.mobMenu{ text-align:left; }
.mobMenu h1{ background:#101010; margin:0px; padding:5px 10px; color:#fff; }
.mobMenu h1 span{ font-size:14px; vertical-align:top; display:inline-block; line-height:26px; }
.mobMenu h1 a{ color:#fff; float:right; font-size:19px; line-height:19px; margin-top:5px; }
.mobMenu .accordion{ background:#fff; border:1px solid #E7E7E7; border-top:0px none; }
.mobMenu .accordion li{ display:block; position:relative; font-size:13px; }
.mobMenu .accordion li + li{ border-top:1px solid #e7e7e7; }
.accordion li ul li { background:#f9f9f9; border-top:1px solid #e7e7e7; font-size:11px; }
.accordion li ul li ul li { background:#f1f1f1; }
.mobMenu .accordion li a{ color:#333; display:block; padding:5px 10px; }
.mobMenu .accordion em.open-close {
    background: url(../images/common.png) no-repeat scroll 2px -392px rgba(0, 0, 0, 0);
    padding: 8px 14px;
    position: absolute;
    right: 0;
    top: 0;
	cursor:pointer;
}
.mobMenu .accordion em {
    margin-right: 10px;
}
.mobMenu .accordion li.active > em.open-close {
    background: url(../images/common.png) no-repeat scroll 2px -427px rgba(0, 0, 0, 0);
}

/* ======================================================================================= */


.rowExt ul li{ border:1px solid #cecece;}
.rowExt ul li a{ display:inline-block; width:100%; overflow:hidden; vertical-align:top; }
.rowExt ul li a img{
	display: block;
    width:100%;
	height:100%;
    float: left;
	margin:0;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration:300ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration:300ms;
}
.rowExt ul li a:hover img{
    -webkit-transform: scale(1.07,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration:300ms;
    -moz-transform: scale(1.07,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration:300ms;
    position: relative;
    z-index:11;	
}
.promoBox ul li + li{ margin:15px 0px 0px; }
.promoBox1 ul li, .promoBox2 ul li{ margin-top:20px; }

.std .store-listing { padding:10px 0px 0px; }
.std .store-listing li{ padding:3px 0px 3px 16px; list-style:none; position:relative; }
.std .store-listing li:before{ position:absolute; left:0px; top:5px; }

/* Sidebar =============================================================================== */
.block { margin:0 0 20px; }
.block .block-title {  padding:8px 16px; margin-bottom:10px; background:#000; }
.product_right .block .block-title { margin-top:1px; padding-bottom:11px; }
.block .block-title strong { display:block; text-transform:uppercase; color:#fff; font-size:14px; font-weight:normal; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#101010; }
.block .block-content { }
.block #compare-items .btn-pancil{ float:right; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#000; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#f2f2f2; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; background:#f6f6f6; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {}

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { }
.block-account .block-title strong { }
.block-account .block-content { }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:7px 0px 7px 7px; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#333; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:7px 0px 7px 7px; font-size:13px; color:#000; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { }
.block-layered-nav .block-subtitle { line-height:18px; background:#f2f2f2; padding:3px 9px; border:1px solid #cfcfcf; border-width:1px 0; text-transform:uppercase; color:#101010; }
.block-layered-nav .block-content {  }
.block-layered-nav dt { padding:0px 10px 7px 18px; text-transform:uppercase; position:relative; font-size:13px; }
.block-layered-nav dt .toggleBtn{ position:absolute; right:0px; top:0px; cursor:pointer; }
.block-layered-nav dt:before{ position:absolute; left:0px; top:2px; font-size:12px; }
.block-layered-nav dd { padding:0px 0px 12px 18px; margin-bottom:15px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; margin-bottom:0px; padding-bottom:0px; }
.block-layered-nav .currently li { background:#f9f9f9; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; border-bottom:1px solid #cfcfcf; margin-bottom:20px;  }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; text-transform:uppercase; display:inline-block; vertical-align:top; position:relative; }
.block-layered-nav .currently .label:before { position:absolute; left:0px; top:3px; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #f2f2f2; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.container .header_cart{ float:right; border:0px none; }
.header-wrapper01 .container .header_cart{ margin-bottom:0px; }
.header-wrapper03 .container .header_cart{ margin:0px; }
.header-wrapper02 .container .header_cart{ margin:0px 0px 0px 10px; }
.container .header_cart .block-content_pan{ float:left; position:relative; }
.header-wrapper02 .container .header_cart .block-content_pan{ margin:0px 0px 0px 10px; }
.container .header_cart h2{ font-size:12px; }
.container .header_cart h2 a{ text-decoration:none; color:#000; }
.header-wrapper02 .container .header_cart h2 a{ color:#999; font-weight:bold; display:inline-block; padding:0px 3px; }
.header_cart .remain_cart{ display:none; position:absolute; z-index:9999; top:35px; right:0px; left:auto; padding:7px 0px 0px; width:280px; }
.header-wrapper03 .header_cart .remain_cart{ padding-top:29px; }
.header-wrapper02 .header_cart .remain_cart{ padding-top:30px; }
.header_cart .minicartInner{ border:1px solid #c4c4c4; background:#fff; padding:5px 0px; }
.header-wrapper02 .header_cart .minicartInner{ border-color:#000; color:#101010; }
.block.header_cart .empty{ margin:5px; }
.header_cart .mini-products-list li{ display:block; background:none; padding:10px; }
.header_cart .mini-products-list li + li{ border-top:1px dotted #c4c4c4;  }
.header_cart .mini-products-list li .btn-pencil{ float:right; margin-left:5px; }
.header_cart .actions_checkout{ display:inline-block; width:100%; vertical-align:top; }
.header_cart .actions_checkout .button { margin:0px 10px 5px;}
.header_cart .actions_checkout .button > span{ padding:6px 15px; }
.header-wrapper02 .block-cart .summary { border:0px none; padding:10px 22px 13px; background:#181818; }
.block-cart .summary { float:left; position:relative; z-index:1; }
.header-wrapper03 .block-cart .summary{ border:1px solid #cfcfcf; padding:10px 20px; }
.header-wrapper03 .container .header_cart .block-content_pan{ margin:0px; }
.block-cart .summary em{ float:left; margin:0px 5px 0px 0px; }
.header-wrapper02 .block-cart .summary em { margin-top:3px; font-size:14px; color:#fff; }
.header-wrapper02 .block-cart .summary .classy{ color:#fff; font-size:12px; line-height:19px; margin:3px 0px 1px; }
.block-cart .summary .classy{ float:left; margin:1px 0px 3px; }
.block-cart .summary .classy span span{ display:none; }
.header-wrapper03 .block-cart .summary .classy span span{ display:inline-block; margin-right:3px; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:0px 0px 10px; padding:5px 0; background:#f2f2f2; text-align:center; font-size:18px; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
.header-wrapper03 .container .header_cart .block-content_pan{margin-top:4px;}
.header-wrapper03 .container .header_cart .block-content_pan, .header-wrapper03 .container .header_cart,
.header-wrapper03 .block-cart .summary{ width:100%; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#000; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fff; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong {}

#magicat li{ line-height:24px; }
#magicat li a{ display:inline-block; padding-left:18px; position:relative; color:#333; font-size:13px; }
#magicat li a:before{ position:absolute; left:0px; top:6px; font-size:12px; }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#666; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#101010; background:#202020; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }
.block-banner p{ font-size:14px; text-align:center; color:#666; margin:20px 0px 0px; }
.block-banner .owl-pagination, .block-banner .owl-controls{ display:inline-block; width:100%; text-align:center; }
.block-banner .owl-pagination .owl-page{ margin:10px 2px 0px; display:inline-block; width:14px; height:14px; background:#101010; border-radius:50%; cursor:pointer; }
.block-banner .owl-pagination .owl-page.active{ background:#999; cursor:default; }

/* Block: Revolution Slider */
.fullwidthbanner-container{
	width: 100%;
	padding: 0;
	position: relative;
}
.fullwidthbanner-container .banner{
	width: 100%;
	position: relative;
}
.fullwidthbanner-container .banner ul{
	margin: 0;
	list-style: none;
}
/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Social Annex */
.loginSecurity{
	text-align: center;
	margin-bottom: 10px;
}
.loginSecurity p{
	margin: 5px 0;
}
/* Login Area */
.login_box .content .login{
	color: #666666;
	background: none
}
.login_box .content .login a{
	color: #7cbf4a;
	text-decoration: underline;
}
.login_box .content .span6{
	margin-bottom: 0;
}
.login_box .content .button-get-started .button{
 padding: 10px 20px;
}
/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */

.collection ul{ padding:20px 0px 30px; overflow:hidden; }
.collection ul li{ float:left; width:25%; }
.collection ul li a{ 
	text-decoration: none;
    display: block;
    width:100%;
    height:auto;
    float: left;
    margin: 0 3px 3px 0;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.collection ul li a:hover{ 
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index:2;
 }
.collection ul li img{ float:left; width:100%; }


.owl-item{ float:left; }
.owl-item .logopan a{ display: block;}
.owl-item .logopan a img{ max-width: 50%;}
.brandbox { /*margin-bottom:20px;*/ }

.aboutBlock { border-bottom:1px solid #CFCFCF; }
.aboutBlock p{ color:#7d7d7d; font-size:15px; line-height:18px; text-align:center; margin:20px 0px 30px; }

.featured-block{ padding:40px 0px 30px; }
.featured-block li{ font-size:16px; color:#000; background:#ebebeb; text-align:center; padding:20px 0px; }
.featured-block li a{ color:#000; text-decoration:none; }
.featured-block li .fa{ font-size:24px; margin-right:10px; }
.featured-block li span{ vertical-align:text-top; }

.product_right .pro-static-block{ border:1px solid #CFCFCF; float:left; padding:10px; background:#f9f9f9; }
.product_right .pro-static-block li{ float:left; width:100%; padding:10px; }
.product_right .pro-static-block li + li{ border-top:1px solid #e9e9e9; }
.product_right .pro-static-block li .fa{ font-size:18px; color:#333; margin-right:5px; }
.product_right .pro-static-block li p{ margin:0px; color:#666; }

/* Mix CSS */
.logBox{
	margin-bottom: 15px;
}

.headingBox{ display:block; overflow:hidden; position:relative; clear:both; }
.headingBox h2{ padding: 10px 0; line-height: 1; text-align:left; position:relative; font-size:20px; color:#000; font-weight:500; text-transform:uppercase; margin-bottom:0px; }
/*.headingBox h2:before, .headingBox h2:after{ left:-30px; width:50%; height:1px; content:''; background:#cfcfcf; float:left; top:15px; position:absolute; }
.headingBox h2:after{ right:-30px; left:auto; }*/
.category-description{ font-size: 13px;}

.mix_wrapper{ position:relative; }
.footer-bottom .mix_wrapper{ position:static; }
.mix_inner{ overflow:hidden; }
.owl-wrapper-outer{ display:block; overflow:hidden; }
.owl-wrapper{ position:relative; }
.viewAll{ position:absolute; top:40px; right:0px; }
.block-viewed ol li .product-image{ float:left; border:1px solid #cfcfcf; padding:2px; margin-right:10px; }
.product-image{ display:block; position:relative; }
.product-image .front-img{
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	max-width:100%;
	 }

.footer-container .block-content{background:none;}	 
.itemInner:hover .product-image .front-img{ 
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg); 
}
.flipView2:hover .product-image .front-img{ -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); }
.product-image .back-img{
	position: absolute;
	top:0px; 
	left:0px;
	width:100%;
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	z-index:9;
	}
.itemInner:hover .product-image .back-img{ 
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	z-index:10;
	position:absolute;
}
.flipView2 .product-image .back-img{ -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); opacity:0; filter: alpha(opacity=0); }
.flipView2 .product-image .front-img,
.flipView2 .product-image .back-img{ padding: 15px;}
.flipView2:hover .product-image .back-img{ opacity:1; filter: alpha(opacity=100);  }
.sliderNab{ position:absolute; right:0px; top:-40px; }
.owl-item{ float:left; /*padding-bottom: 10px;*/ }
.block-banner .owl-item{ padding:0px; }
.crosssell-wrap .item{ width:23%; float:left; padding:20px 0px; }
.itemInner{ /*box-shadow:0px 0px 3px rgba(0,0,0,0.2);*/ background:#fff; }
.badge{ position:relative; z-index:12; }
.badge .new,
.badge .sale{ position:absolute; top:40px; text-align:center; z-index:9; width:200px;  }
.quickBox .badge .new, .quickBox .badge .sale{ top:10px; color:#fff; }
.badge .new b, .badge .sale b{ display:none; }
.badge .new strong,.badge .sale strong{ display:inline-block; font-weight:normal; font-size:15px; line-height:30px; color:#fff; text-transform:uppercase; }
.quickBox .badge .new strong,.quickBox .badge .sale strong{ font-size:12px; line-height:20px; }
.badge .new{ 
	right:-45px;
	background:#1cbec9; 
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Safari and Chrome */ }
.badge span.new i{ 
	width: 20px; height: 15px;
	position: relative;
	display: inline-block;
}
.badge span.new i:before{ 
	content: '';
	width: 20px; height: 20px;
	right: 0; top: 0;
	margin-right: 5px;
	position: absolute;
	display: inline-block;
	background: url('../images/cuzt-ico.png') no-repeat;
	background-size: contain;
}
.badge .sale{ 
	left:-40px; 
	background:#13cb24; 
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */ }
.quickBox .badge .new{ right:-60px; }
.quickBox .badge .sale{ left:-60px; }
.itemInner, .bottomBox,
.newProducts{ display:inline-block; width:100%; vertical-align:top; position:relative; text-align:center; overflow:hidden; }
.products-list .itemInner{ width:23.5%; }
.itemInner .fancybox{ position:absolute; margin:-24px 0px 0px -24px; width:48px; height:48px; text-align:center; line-height:48px; font-size:18px; color:#fff; top:-200px; left:50%; background:#333; background:rgba(0,0,0,0.8); border-radius:50%; z-index:12;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
 }
.item .bottomBox2 button.button > span, .item .bottomBox2 .fancybox.btn,
.secondViewInner .itemInner .fancybox{ width:auto; height:auto; background:#fff; border:1px solid #ccc; border-radius:0px; font-size:12px; line-height:24px; color:#000; text-transform:uppercase; padding-right:6px; font-weight:normal; }
.item .bottomBox2 .link-wishlist, .item .bottomBox2 .compareR{ height:auto; background:#fff; border-radius:0px; font-size:10px; line-height:12px; color:#000; text-transform:uppercase; font-weight:normal; width:50%; float:left; padding:6px 0px }
.item .bottomBox2 .link-wishlist:hover, .item .bottomBox2 .compareR:hover{ color:#444; }
.item .bottomBox2 .link-wishlist{ border-right:1px solid #ccc; }
.item .bottomBox2 button.button > span{ line-height:26px; }
.secondViewInner .itemInner .fancybox{ top:auto; bottom:-60px; margin-left:-52px; }
.item .bottomBox2 button.button  > span .fa, .item .bottomBox2 .fancybox.btn .fa,
.secondViewInner .itemInner .fancybox .fa{ font-size:13px; border-right:1px solid #ccc; margin-right:6px; padding:0px 7px; vertical-align:top; line-height:26px; }
.item .bottomBox2 .buttonox-center{ padding-bottom:10px; border-bottom:1px solid #ccc; }
.secondViewInner .itemInner:hover .fancybox{ bottom:32px; top:auto; }
.itemInner:hover .fancybox{ top:50%; }
.itemInner .fancybox i{ font-style:normal;}
.bottomBox{ /*padding:20px 0px;*/ text-align:center; }
.products-list .product-shop .bottomBox{ text-align:left; }
.bottomBox2{ border:1px solid #ccc; margin-top:10px; padding:0px; background:#fff; }
.bottomBox2 .product-name{ margin-top:5px; }
.item .bottomBox2 .link-wishlist{  }
.bottomBox .product-cat-info {position: relative; overflow: hidden; background: none; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.bottomBox .product-cat-info .elementCat { margin-bottom: 0;}
.bottomBox .product-cat-info .elementCat a,
.bottomBox .product-cat-info .elementCat button.button {width: 100%; padding: 10px 0;}
.bottomBox .product-cat-info .elementCat button.button {line-height: 19px;}
.bottomBox .price-box{ margin:0px 0px 0px; display: block; padding: 10px 0px;}
.bottomBox .product-cat-info .elementCat a:hover,
.bottomBox .product-cat-info .elementCat button.button:hover{ color: #000; background: none;}
.bottomBox .product-cat-info .elementCat button.button span{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	background: transparent;
	text-decoration: none;
}
.bottomBox .product-cat-info .elementCat button.button span i{	
	margin-right: 4px;
	
	/*-webkit-transform: rotate(0) translate(0);
	-ms-transform    : rotate(0);
	transform        : rotate(0);

	-webkit-transform-origin: 7px 7px;
	-moz-transform-origin   : 7px 7px;
	-ms-transform-origin    : 7px 7px;
	-o-transform-origin     : 7px 7px;
	transform-origin        : 7px 7px;

	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;*/

	-webkit-transform: rotate(135deg);
	-ms-transform    : rotate(135deg);
	transform        : rotate(135deg);	
}
.bottomBox .product-cat-info .elementCat button.button:hover span i{
	/*-webkit-transform: rotate(180deg);
	-ms-transform    : rotate(180deg);
	transform        : rotate(180deg);	

	-webkit-transform-origin: 7px 7px;
	-moz-transform-origin   : 7px 7px;
	-ms-transform-origin    : 7px 7px;
	-o-transform-origin     : 7px 7px;
	transform-origin        : 7px 7px;

	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;*/
}
.bottomBox .product-cat-info .cuz-Btn a{
	width: 100%; 
	padding: 10px 0;
	font-size: 14px;
	margin-bottom: 0;
	display: inline-block;
}
.bottomBox .product-cat-info .cuz-Btn a i{ 
	width: 20px; height: 15px;
	position: relative;
	display: inline-block;
}
.bottomBox .product-cat-info .cuz-Btn a i:before{ 
	content: '';
	width: 20px; height: 20px;
	right: 0; top: 0;
	margin-right: 5px;
	position: absolute;
	display: inline-block;
	background: url('../images/cuzt-ico-black.png') no-repeat;
	background-size: contain;
}
.bottomBox .product-cat-info .cuz-Btn a:hover{color: #000;}
.bottomBox .product-cat-info .cuz-Btn a:hover i:before{ 
	background: url('../images/cuzt-ico-blue.png') no-repeat;
	background-size: contain;
}
.bottomBox .product-name{ font-size:16px; font-weight:normal; margin-bottom:0px; }
.bottomBox .product-name a{ color:#000; text-decoration:none; }
.bottomBox .regular-price .price,
.bottomBox .minimal-price{ font-size:16px; color:#000; font-weight:normal; }
.bottomBox .minimal-price{ color:#000; }
.bottomBox button.button span, .compareR, .sliderNab a, .viewAll, .bottomBox .fancybox, .product-view .product-shop .add-to-links a ,.email-friend a,
.link-wishlist, .testimonial-3 .pagination a{ border:0px none; color:#000; font-size:14px; text-align:center; padding:0px; display:inline-block; cursor:pointer; vertical-align:top; }
.link-wishlist i:before{ margin-right: 5px;}
.item .bottomBox2 .fancybox.btn:hover,.bottomBox button.button:hover span, .compareR:hover, .sliderNab a:hover, .viewAll:hover, .bottomBox .fancybox:hover, .product-view .product-shop .add-to-links a:hover ,.email-friend a:hover,.link-wishlist:hover{ background:#202020; }
.link-wishlist:hover i{ color: #1cbec9;}
.bottomBox button.button:hover span i{ color: #7cbf4a;}
i.fa{ 
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 }
.std ul.itemPro{ padding:0px 10px; }
.newProducts li{ list-style:none; padding:20px 0px; margin:0px; }

.sec-view-inner{ box-shadow:none; background:#fff; }

.col3-set img{ padding:5px; border:1px solid #cfcfcf; background:#f9f9f9; }

/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 20px; text-align:center; }
.category-image img {}
{ margin:0 0 10px; font-size: 14px;}
.category-products {margin-top: 5px;}
.cat_name{ font-weight: 800; font-family: 'Lato',sans-serif;}

/* View Type: Grid */
.products-grid { float:left; width:100%; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { }
.products-grid .product-image { border: 1px solid #d4d4d4; display:block; }
.products-grid .product-info { 
	padding: 0 5px;
	border-left: 1px solid #d4d4d4; 
	border-right: 1px solid #d4d4d4; 
	border-bottom: 1px solid #d4d4d4; 
	/*border: 1px solid #ccc;*/
}
.products-grid .custom-design{
	/*height: 55px;*/
}
.products-grid .product-info .brand-category{ margin-top: 2px; margin-bottom: 10px;}
.products-grid .product-info .brand-category a{ color: #1576cf; text-decoration: underline;}
.products-grid .product-info .brand-category a:hover{ text-decoration: none;}
.products-grid .customizer-product-name { margin: 0; padding: 10px 0 10px 0; font-size: 16px; text-transform: none;}
.products-grid .product-name { padding: 10px 0 0px 0; font-size: 13px; text-transform: none;}
.products-grid .customizer-product-name a,
.products-grid .product-name a { color:#000; font-family: 'Lato', sans-serif; font-weight: 500; letter-spacing: 0px;}
.products-grid .customizer-product-name a:hover,
.products-grid .product-name a:hover { text-decoration: underline;}
.products-grid .price-box { }
.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; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:100%; margin:0 0 10px; }
.products-list .product-shop { /*margin-left:150px; comment for list page */ }
.products-list .product-name { margin:0px; font-weight:normal; font-size:16px; color:#000; }
.products-list .product-name a { color:#000; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

/* Paypal logo - Note: Image is been read from core files */
.paypal-logo{
	display: none;
}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:97px; height:15px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:bold; }
.in-stock span {  color:#060; }
.out-of-stock span {  color:#C00; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-size:13px; color:#333; }
.product-shop .regular-price .price { font-size:30px; line-height:normal; }
.product-shop .grouped-items-table td, .product-shop .grouped-items-table th{ line-height:40px; padding:2px 12px; }
.product-shop .grouped-items-table thead th{ background:#333; color:#fff; }
.product-shop .grouped-items-table .regular-price .price { font-size:18px; line-height:40px; }
.block .regular-price,
.block .regular-price .price {  }

/* Old price */
.old-price { margin:0; display:inline-block; }
.old-price .price-label { white-space:nowrap; color:#999; display:none; }
.old-price .price { font-weight:bold; color:#7D7D7D; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; display:inline-block; }
.special-price .price-label { display:none; }
.special-price .price { font-size:18px; font-weight:normal; color:#101010; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#000;}
.minimal-price-link .price { font-weight:normal; color:#000; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0;  }
.price-from, .price-to { color:#7D7D7D; text-transform:uppercase; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#333; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:none; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; float: right; }
.add-to-box .add-to-cart { float:left; }
.product-shop .add-to-box .add-to-cart { float:right; }
.product-shop .add-to-box .button-add-to-cart { margin-top: 30px; display: block;}
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }
.add-to-box div{ display: inline-block;}


.product-view { }

.product-essential { }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { float:left; width:100%; margin-bottom:30px; }
.product-collateral h2 { font-weight:normal; font-size:15px; color:#101010; border-bottom:1px solid #CFCFCF; padding:0 0 5px; margin:0 0 10px; }
.product-collateral .box-collateral { }

/* Product Images */
.product-view .product-img-box { position:relative; overflow:hidden; }
.product-view .left-carousel .thumbbox{ float:left; width:105px; position:absolute; left:0px; top:0; margin-top:-17px; }
.product-view .product-img-box.left-carousel .more-views{ width:100%; }
.product-view .left-carousel .more-views .jcarousel-clip{ height:421px; margin:13px 0px; /*margin:50px 0px;*/ padding:0px 4px; /*border:1px solid #CFCFCF;*/ }
.product-view .left-carousel .more-views .jcarousel-prev,.product-view .left-carousel .more-views .jcarousel-next{ left:50%; margin:0px 0px 0px -14px; display: none!important;}
.product-view .left-carousel .more-views .jcarousel-next{ top:-33px; }
.product-view .left-carousel .more-views .jcarousel-prev{ top:auto; bottom:-31px; }
.product-view .product-img-box.left-carousel .more-views li{ margin:5px 0px; }
.product-view .left-carousel .product-cover{ float:right; padding-left:125px; width:100%; }
.product-view .left-carousel .product-cover .f-block{ overflow:hidden; }
.product-view .left-carousel .product-cover.no-thumb-view { padding-left:0px; }
.product-view .more-views{ width:200px; margin:0px auto; }
.product-view .more-views .jcarousel-clip{ overflow:hidden; }
.customNavigation { position:absolute; right:5px; top:-42px; }
.customNavigation a, .product-view .product-shop .nextPre a,
.product-view .more-views .jcarousel-prev,
.product-view .more-views .jcarousel-next{ float:left; width:28px; height:28px; font-size:14px; color:#fff; background:#101010; line-height:26px; text-align:center; position:absolute; top:50%; margin-top:-14px; cursor:pointer; }
.customNavigation a:hover, .product-view .product-shop .nextPre a:hover,
.product-view .more-views .jcarousel-prev:hover,
.product-view .more-views .jcarousel-next:hover{ color:#ccc; background:#202020; }
.product-view .more-views .jcarousel-prev{ left:-26px; }
.product-view .more-views .jcarousel-next{ right:-30px; left:auto; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:100%; overflow:hidden; z-index:9; border:1px solid #CFCFCF; margin-bottom:20px;}
.product-view .product-img-box.left-carousel .product-image-zoom { margin-bottom:0px;}
.product-view.quickBox, .product-view.quickBox .product-essential{ width:auto !important; }
.product-view.quickBox .pro-right{ float:right; width:310px; }
.product-view.quickBox .product-img-box { width:230px; float:left; }
.product-view.quickBox .product-img-box .product-image-zoom { height:230px; overflow:hidden; }
.product-view.quickBox .product-img-box .product-image-zoom img{ position:static; }
.product-view .product-img-box .product-image-zoom .zoomBtn{ position:absolute; bottom:-1px; right:-1px; font-size:18px; color:#d4d4d4; width:48px; height:48px; line-height:46px; border:1px solid #CFCFCF;  text-align:center; float:left; z-index:99999; background: #333;}
.product-view .product-img-box .product-image-zoom .zoomBtn:hover{ color:#fff; }
.product-view .product-img-box .product-image-zoom img { left:0; top:0; cursor:move; padding: 16px 20px;}
.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;  }
.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:56px; height:56px; border:1px solid #CFCFCF; overflow:hidden; }
.product-view .product-img-box.left-carousel .more-views li a { width:95px; height:95px; }

.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; }

.block-related{ clear:both; }

/* Product Shop */
.product-view .product-shop { position:relative; }
.product-view .product-shop .nextPre{ position:absolute; right:0px; top:0; display: none;}
.customNavigation a,
.product-view .product-shop .nextPre a{ position:static; margin:0px 0px 0px 1px;}
.box-up-sell .customNavigation a{ background:#fff; color:#000; }
.box-up-sell .customNavigation a:hover{ background:#f2f2f2; color:#111; }
.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 0px; }
.product-view .product-shop .product-name span { margin:0; font-size:24px; color:#7cbf4a; font-weight:normal; line-height:24px; padding:0px 60px 5px 0px; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; }
.product-view .product-shop .availability {display: none; margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:0; }
.product-view .product-shop .add-to-links { margin:0; }
.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:10px; }
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { }
.product-view .static-links { border:1px solid #CFCFCF; margin:30px 0 0; padding:5px;}
.product-view .static-links li { float:left; text-align:center; width:33%;}
.static-links li + li{ border-left:1px dashed #CFCFCF; }
.static-links li a { color:#666; display:inline-block; margin:10px 0px; padding:5px 0; width:100%;}
.static-links li a span { color:#010101; display:inline-block; font-size:13px; width:100%;}

.product-view .product-shop .bullet-features h2,
.product-view .product-shop .bullet-features ul{ color:#656565; text-transform: uppercase; /*font-family: 'Lato', sans-serif;*/ font-family: 'Roboto Condensed', sans-serif;}
.product-view .product-shop .bullet-features h2{ font-size: 18px; font-weight: bold;}
.product-view .product-shop .bullet-features ul{ margin: 15px; list-style: inherit; font-size: 12px;}
.product-view .product-shop .bullet-features ul li { margin-bottom: 5px;}

/* Product Options */
.data-table .product-options{ margin-top:0px; }
.product-options { margin:20px 0 0; position:relative; }
.product-options dt { padding:0px 0px 10px; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; position:relative; }
.product-options dt label.required em { color:#eb340a; position:absolute; right:-7px; 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 dd { padding:0px 0px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:20px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.quickBox .product-options dd select{ padding:10px 10px 9px 5px; }
.product-options dd select { width:100%; font-size:12px; padding:10px 10px 8px 5px; }
.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:0px; top:5px; }

.pro-left, .pro-left .add_to_cart{ float:left; width:100%; }
.pro-left .add_to_cart{ padding-bottom:10px; }
.quickBox .product-options-bottom{ float:left; }
.quickBox .view_product{ clear:both; padding:10px 0px 0px; }
.product-options-bottom { float:right; }
.add_to_cart .add-to-box{ margin-top: 20px;}
.add_to_cart .price_box{ float:left; }
.add_to_cart .price_box .availability{ display:none; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#333; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#333; }
.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-shop .price-label { float:left; padding-right:5px; }
.product-shop .price-tax { float:left; }
.product-shop .add-to-cart { float:none; }
.product-shop .add-to-cart label,
.quick_product .add-to-cart label{ margin:14px 10px 0px 0px; }
.product-shop .add-to-cart .qty_pan,.quick_product .add-to-cart .qty_pan{ float:left; position:relative; }
.quick_product .add-to-cart .qty_pan .qty,
.product-shop .add-to-cart .qty_pan .qty{ font-size: 15px; color:#000;float:left;width:43px;height:33px; margin:0 43px;text-align:center; border:1px solid #E6E6E6;}
.quick_product .add-to-cart .qty_pan .more,
.product-shop .add-to-cart .qty_pan .more{ right: 0;}
.quick_product .add-to-cart .qty_pan .add,
.product-shop .add-to-cart .qty_pan .add{ 
	background:#f4f4f4; 
	color:#333; 
	cursor:pointer; 
	font-size:14px; 
	width:43px; height:33px; 
	line-height:33px; 
	position:absolute; 
	text-align: center; 
	top:0px; 

	-ms-user-select    : none; /* IE10+ */
	-moz-user-select   : none; /* mozilla */
	-khtml-user-select : none; /* webkit (konqueror) */
	-webkit-user-select: none; /* webkit (safari, chrome) */
}
.quick_product .add-to-cart .qty_pan .add:hover,
.product-shop .add-to-cart .qty_pan .add:hover{ background:#333; color:#f4f4f4; }
.quick_product .add-to-cart .qty_pan .dec,
.product-shop .add-to-cart .qty_pan .dec { left: 0;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.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; }
.quick_product button.button,
.product-shop button.button{ width: 100%; /*margin-left:5px;*/ }
.quick_product button.button span,
.product-shop button.button span{ width: inherit; font-size: 15px; background:#7cbf4a; padding:10px 30px; text-transform: uppercase; border: 0; font-family: 'Lato', sans-serif;}
.product-shop button.button span span:before {margin-right: 10px;}
.quick_product button.button:hover span,
.product-shop button.button:hover span{ background:#333; color:#fff; }
.products-list .product-shop button.button span{ padding:0px; }
.quick_product button.button span span,
.product-shop button.button span span{ padding:0px; }
.product-shop .addthis_toolbox{ margin-top:5px; }

/* Social PDP */
.addthis_default_style .at300b{display: none;}
/*.addthis_default_style .at300b{
	margin: 0 3px;
}
.product-shop .addthis_toolbox .at300b:hover{opacity: 0.9;}
.product-shop .addthis_toolbox .at16nc{
	width: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	background-size: contain!important;
	background-repeat: no-repeat;
}
.product-shop .addthis_toolbox .at16t_facebook{background: url('../images/fb.png')!important; }
.product-shop .addthis_toolbox .at16t_twitter{background: url('../images/tw.png')!important; }
.product-shop .addthis_toolbox .at16t_pinterest_share{background: url('../images/pi.png')!important; }
.product-shop .addthis_toolbox .at16t_google_plusone_share{background: url('../images/go.png')!important; }
.product-shop .addthis_toolbox .at16t_email{ background: url('../images/email.png')!important;}
*/
.product-view .accordionRow{ display:none; }
.product-view .tabs{ float:left; width:100%; }
.product-view .tabs .product-tabs{ float:left; width:100%; position:relative;  }
.product-view .tabs .product-tabs li{ float:left; margin-right:8px; }
.product-view .tabs .product-tabs li a,.product-view .accordionRow dt a{ float:left; background:#f2f2f2; border:1px solid #c4c4c4; color:#444; padding:7px 14px; }
.product-view .accordionRow dt a{ width:100%; }
.product-view .accordionRow dt.active a{ background:#101010; border-color:#000; color:#fff; cursor:default; }
.product-view .tabs .product-tabs li.active a{ background:#fff; cursor:default; border-bottom:none; padding-bottom:8px; }
.product-view .product-tabs-content{ float:left; width:100%; padding:10px; border:1px solid #cfcfcf; margin-top:-1px; text-align:left; color:#666; line-height:20px; font-size:14px; text-align:justify; background:#fff; margin-bottom:10px; }
.product-view .product-tabs-content .customLeft img,
.product-view .product-tabs-content .customRight img{ float:left; margin:0px 10px 10px 0px; padding:3px; border:1px solid #ddd; }
.product-view .product-tabs-content .customLeft h3,
.product-view .product-tabs-content .customRight h3{ clear:both; }

/* 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; }

/* 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:13px; font-weight:bold; margin:0 0 5px; color:#101010;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; padding:0px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#000; background:#101010;}
.product-view .box-tags .form-add button.button:hover span { background:#202020; color:#eee; }
.product-view .box-tags .form-add button.button span span{ padding:9px 20px; }
.product-view .box-tags .note { margin:3px 0 0; padding:0; font-size:11px; }

/* Block: Reviews */
.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; }
.product-view .box-reviews dd small { font-style:italic; }
.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 { }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:100%; }

/* 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; }

/********** Skinit Changes: Product Info > */
.sku-area .product-view-sku{
	text-transform: uppercase;
}
.skinitCustomNavigation{
	/*margin-bottom: 30px;*/
}
.skinitCustomNavigation a{ 
	width: 28px;
	height: 28px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	/*background: #101010;*/
	line-height: 26px;
	text-align: center;
	display: block;

	-ms-user-select    : none; /* IE10+ */
	-moz-user-select   : none; /* mozilla */
	-khtml-user-select : none; /* webkit (konqueror) */
	-webkit-user-select: none; /* webkit (safari, chrome) */
}
.skinitCustomNavigation a.jcarousel-next{ 
	position: absolute;
	left: 0; top: 20px;
}
.skinitCustomNavigation a.jcarousel-prev{ 
	position: absolute;
	right: 0; top: 20px;
}
/* ======================================================================================= */


/* Content Styles : Generic Styles ======================================================= */

.product-name { margin:0; font-size:1em; font-weight:normal; }
.header_cart .product-name { font-size:12px; line-height:16px; margin-bottom:6px; }
.product-name a { color:#333; }
#wishlist-table .product-name a { font-size:14px; color:#000; }
#wishlist-table .product-name a:hover { color:#333; }
#wishlist-table .description { padding:10px 0px; }
.product-name a:hover { color:#000; }
.quickBox .product-name h1{ padding-bottom:5px; border-bottom:1px solid #cfcfcf; margin-bottom:10px; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#000; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }

/* Boxes Styles */
.box-bottom-border{
	padding: 10px 20px;
	background: #f4f4f4;
	border-bottom: 3px solid #d4d4d4;
}
.box-bottom-border .box-info .box-left{ float: left;}
.box-bottom-border .box-info .box-qty{ float: right; padding: 0 20px;}
.box-right-section{
	text-align: center;
}
.box-right-section {
	padding: 10px 20px;
	position: relative;
	background: #f4f4f4;
}
.box-right-section .box-add-to-wishlist a{ color: #1576cf;}
.box-right-section .box-add-to-wishlist a:hover{ text-decoration: underline;}
.box-right-section .box-add-to-wishlist .fa{
	top: 0; right: 0;
	position: absolute;
	color: #1576cf;
	padding: 13px;
	background: #d4d4d4;

}
.box-right-section .box-add-to-wishlist .fa:hover{
	color: #fff;
	text-decoration: none;
}
/* Full with Bar - Separation Bar */
.full-with-bar,
.full-with-bar-small{
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.full-with-bar{
	padding: 20px 0;
	font-size: 23px;
}
.full-with-bar-small{
	padding: 10px 0;
	font-size: 18px;
}
.black-bar{
	color: #fff;
	background: #000;
}
.grey-bar,
.dark-grey-bar a{
	color: #fff;
}
.grey-bar{
	color:#000;
	background: #f2f2f2;
}
.dark-grey-bar{
	color:#fff;
	background: #333333;
}
.blue-skinit{
	color: #fff;
	background: #1cbec9;
}
/* Button Link */
.button-link{
	padding: 5px 20px;
	font-size: 25px;
	letter-spacing: 2px;
}
.button-link i{
	margin-left: 13px;
}
/* Titles */ 
.title-section-big h1,
.title-section-big h2{
	margin: 0;
	margin-bottom: 20px;
	font-size: 36px;
	clear: both;
	line-height: 50px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.title-section-md h1,
.title-section-md h2{
	margin: 0;
	margin-bottom: 20px;
	font-size: 26px;
	clear: both;
	line-height: 50px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
/* Margins */
.margin-top{ margin-top: 10px;}
.margin-left{ margin-left: 10px;}
.margin-right{ margin-right: 10px;}
.margin-bottom{ margin-bottom: 10px;}

.margin-top-big{ margin-top: 20px;}
.margin-left-big{ margin-left: 20px;}

/* Margin Center Content */
.margin-50-center{
	width: 50%;
	margin: 0 auto;
}
.margin-25-center{
	width: 25%;
	margin: 0 auto;
}

/* Get Started Button Link */
.button-get-started{
	clear: both;
	padding-top: 8px;
	text-align: right;
}
.button-get-started .button{
	padding: 5px 10px;
	color: #fff;
	border: none;
	font-size: 16px;
	background: #7cbf4a;
	text-transform: uppercase;
}
/* Link Pages Anchor */
.linkPageAnchor{
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.linkPageAnchor a{
	padding: 5px 15px;
	color: #7cbf4a;
	font-size: 18px;
	background: none;
	position: relative;
	display: inline-block;
	border:1px solid transparent;
	text-transform: uppercase;
	
	-webkit-transition: all 0.3s;
	-o-transition     : all 0.3s;
	transition        : all 0.3s;
}
.linkPageAnchor a:after{
	/*width: 0%; height: 100%;
	top: 0; left: 0;
	content: '';
	position: absolute;
	z-index: -1;
	background: #7cbf4a;*/

	-webkit-transition: all 0.3s;
	-o-transition     : all 0.3s;
	transition        : all 0.3s;
}
.linkPageAnchor a:hover{
	/*color: #fff;*/
	border:1px solid #7cbf4a;
}
.linkPageAnchor a:hover:after,
.linkPageAnchor a:active:after{
	/*width: 100%;*/
}

.linkPageAnchor .mediumAnchor{
	margin: 0 15px;
}
/* Brand Logo */
.brandlogos{
	padding-left: 0;
	text-align: center;
}
.brandlogos li{
	width: 70px;
	margin-right: 50px;
	display: inline-block;
}
/* ======================================================================================= */


/* CMS Iphone 6 Home Page ================================================================ */

/* IPH6 Title */
.iph6 .iph6-title-container .iph6-title-copy{
	width: 75%;
	margin: 0 auto;
}
.iph6-title-holder{
	color: #000;
	padding: 15px 0;
	line-height: 35px;
	text-align: center;
	font-family: 'Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.iph6-title-holder .iph6-main-title{
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 3px;
}
.iph6-title-holder .iph6-main-title .iph6-thin-txt{
	font-weight: 100;
}
.iph6-title-holder .iph6-secondary-title{
	font-size: 30px;
 	letter-spacing: 3px;
}
.iph6-title-holder .iph6-title-info{font-size: 18px;}

/* IPH 6 Banner */
.iph6 .iph6-banner{
	margin-top: 25px;
}

.iph6 .iphone6-products ul{
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Lato', sans-serif;
}
.iph6 .iphone6-products .promoButtons a{
	width: 250px;
	margin-right: 0;
	background: #7cbf4a;
}
.iph6 .iphone6-products .cuz-Btn{
	margin-bottom: 10px;
}
.iph6 .iphone6-products .cuz-Btn a{
	width: 250px;
	margin-right: 0;
	background: #40cbcb;
}
.iph6 .iphone6-products ul li.span12{
	margin: 0;
	padding: 10px 25px;
}
.iph6 .iphone6-products ul li ul.container{
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
	line-height: 1;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.10);
	-moz-box-shadow   : 0px 2px 2px 0px rgba(0,0,0,0.10);
	box-shadow        : 0px 2px 2px 0px rgba(0,0,0,0.10);
}
.iph6 .iphone6-products ul li ul li{
	margin-bottom: 0; padding: 0;
	text-align: center;
}
.iph6 .iphone6-products .iph6-bullet-points{
	margin-bottom: 20px;
}
.iph6 .iphone6-products .iph6-bullet-points li{
	margin-bottom: 10px;
	margin-left: 4%;
	font-size: 15px;
	text-align: left;
	list-style: disc inside;
}

.iph6 .iphone6-products .iph6-bullet-points p{
	margin-bottom: 10px;
	font-size: 15px;
	text-align: left;
	padding: 0 4% 0 4%;
	line-height: 150%;
}

.iphone6-products .iph6-cases .iph6-img img,
.iphone6-products .iph6-skins .iph6-img img{
	height: 300px;
}
.iphone6-products .iph6-cases .iph6-cases-title,
.iphone6-products .iph6-cyo .iph6-cyo-title{
	float: right;
	text-align: center;
}
.iphone6-products .iph6-skins .iph6-skin-title{
	text-align: center;
}
.iphone6-products .iph6-cases .iph6-cases-title .iph6-device,
.iphone6-products .iph6-skins .iph6-skin-title .iph6-device{
	font-size: 50px;
	margin-bottom: 15px;
}
.iphone6-products .iph6-cases .iph6-cases-title .iph6-type,
.iphone6-products .iph6-skins .iph6-skin-title .iph6-type{
	font-size: 70px;
	margin-bottom: 15px;
}
.iph6 .iphone6-products .iph6-cyo ul.container{
	padding: 20px 0px 0px 0px;
}
.iphone6-products .iph6-cyo .iph6-cyo-title .iph6-cyo-smaller-text{
	margin-bottom: 5px;
	font-size: 17px;
}
.iphone6-products .iph6-cyo .iph6-cyo-title .iph6-cyo-small-title{
	font-size: 40px;
	margin-bottom: 0;
}
.iphone6-products .iph6-cyo .iph6-cyo-title .iph6-cyo-big-title{
	font-size: 95px;
	letter-spacing: 10px;
	margin-bottom: 15px;
}
/* ======================================================================================= */


/* CMS Canvas Landing Page ================================================================ */

/* Steps Icons */
/*.steps-icons{ 
	margin: 20px 0;
	overflow: hidden;
}
.steps-icons div{
	text-align: center;
	margin-bottom: 0;
}*/

/* Select a product to get start it */
/*.get-started-products .gs-element{
	display: block;
	-webkit-transition: 250ms;
	-o-transition     : 250ms;
	transition        : 250ms;

	-ms-transform    : scale(1,1); 
	-webkit-transform: scale(1,1); 
	-moz-transform 	 : scale(1,1);
	transform        : scale(1,1);
}
.get-started-products .gs-element:hover{
	z-index: 2;
	position: relative;

	-ms-transform    : scale(1.05,1.07); 
	-webkit-transform: scale(1.05,1.07); 
	transform        : scale(1.05,1.07);

	-webkit-transition: 250ms;
	-o-transition     : 250ms;
	transition        : 250ms;
}
.get-started-products .gs-element img{
	width: 100%;
}*/
/* What you Can Do Section */
/*.examples-showcase .ex-shc-container{
	background: #fff;
}
.ex-txt-container{
	padding: 15px 15px 15px 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.ex-txt-container span{
	margin-bottom: 15px;
	display: block;
}
.ex-txt-container .last{
	margin-bottom: 0;
}
.ex-img-container{*/
	/*background: yellowgreen;*/
/*}
.ex-txt-title{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.ex-txt-subtitle{
	font-size: 15px;
}
.ex-txt-content{
	font-size: 13px;
}
.ex-txt-subtitle, .ex-txt-content{
	line-height: 20px;
}*/

/* ======================================================================================= */


/* Sub - Category & Products ========================================================================= */

/* Products */
.sub-category-products{
	margin-bottom: 0;
}
.sub-category-products .category-products{
	margin-top: 35px;
}
/* ======================================================================================= */


/* CMS Canvas Landing Page ================================================================ */

/* Fonts for AT&T */
@font-face {
    font-family: "omnes";
    src: url("../font/att/Omnes_ATTW02.woff") format('woff');  /* Modern Browsers */
}

.promoLogo{
	margin-bottom: 25px;
	text-align: center;
}
/* Hero Shot */
.golden-bar{
	height: 10px;
	background: #fcb115;
}
.blue-bar{
	height: auto;
	overflow: hidden;
	position: relative;
	background: #006498;
}
.blue-bar .span6{
	margin-bottom: 0;
}
.blue-bar .pin-redemption-area{
	padding: 45px 0px 45px 70px;
	font-family: omnes, arial;
}
.blue-bar .pin-redemption-area .enterPin-container{ 
	padding: 25px 30px;
	margin-right: 110px;
	background: #fff;
}
.blue-bar .pin-redemption-area .enterPin-container p{
	margin: 0;
	font-size: 30px;
	line-height: 1;
}
.enterPin-container p span{
	color: #006498;
}
.blue-bar .pin-redemption-area .enterPin-container .discount{
	margin-top: 10px;
	margin-bottom: 0;
}
.blue-bar .pin-redemption-area .enterPin-container .discount .input-text{
	border: 2px solid #ccc;
	text-align: center;
	text-transform: uppercase;
}
.blue-bar .pin-redemption-area .enterPin-container .discount .button{
	width: 100%;
	padding: 10px;
	font-size: 18px;
	background: #fcb115;
}
.blue-bar .pin-redemption-area .heroshot-copy{
	margin-top: 40px;
	color: #fff;
}
.blue-bar .pin-redemption-area .heroshot-copy p{
	margin: 0;
	font-size: 35px;
	line-height: 1.5;
}
.heroshot-copy p .tradeMark{
	font-size: 18px;
}
.blue-bar .controllers{overflow: hidden;}
.blue-bar .controllers img{
	width: 90%;
	float: right;
}
/* Second Section ATT */
.second-section-att{
	margin-top: 35px;
}
.second-section-att .span6{
	margin-bottom: 0;
}
.second-section-att .ss-image{
	text-align: center;
}
.ss-image img{
	width: 80%;
}
.second-section-att .ss-copy{
	padding: 15px;
	font-family: omnes, arial;
}
.ss-copy .gold-copy{
	color: #fcb115;
	font-size: 30px;
	line-height: 1;
}
.ss-copy .att-list{
	padding-left: 0;
	color: #88898d;
	margin-top: 15px;
}
.ss-copy .att-list li{
	font-size: 25px;
	line-height: 1.5;
	list-style-type: disc;
	list-style-position: inside;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:0px; }

/* 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; }
.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 { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#101010; background:#232323; padding:5px 10px; }
.cart-table .btn-empty:hover span,.cart-table .btn-continue:hover span,
.cart-table .btn-update:hover span { background:#000; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; margin-right:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 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 .safeBox,
.cart .shipping { /*border:1px solid #cfcfcf; padding:10px;*/ }
.cart .discount h2,
.cart .shipping h2 { font-size:16px; padding:0px; color:#333; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#101010; background:#232323; }
.cart .discount button:hover span,
.cart .shipping button:hover span { background:#000; color:#fff; }
.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 .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; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { border:1px solid #cfcfcf; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.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 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Custom Cart Section */
.tableTotalRow .totalBox{ float: right;}
.tableTotalRow .coupon-area{ margin: 10px;}

.safeBox .safe_seals li{ display: inline-block;}

/* Cart: Cross Sell */
.crosssell-wrap .cartSell .headingBox{ 
	padding-bottom: 5px;
	border-bottom: 1px solid #d4d4d4;
}
#crosssell-products-list .item
/* Cart Checkout */
.checkout-types li{ font-size: 16px; color: #ef732c;}
.checkout-types button.btn-checkout span{font-size: 14px; background: #ef732c; border: none;}
.checkout-types button.button:hover span, .checkout-types button.btn-checkout span:hover, .checkout-types button.btn-checkout span span:hover{background: #ef7e2e; }
.checkout-types button.btn-checkout span:active, .checkout-types button.btn-checkout span:active span{background: #df7021; }

.orange.onestepcheckout-button,
.orange.onestepcheckout-button:visited{ background:#ef732c!important;}
.orange.onestepcheckout-button:hover{ background:#ef7e2e!important;}
.orange.onestepcheckout-button:active{ background:#df7021!important;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }

/* Custom Style */
.continueShopping{ margin-left: 10px;}
/* ======================================================================================= */


/* 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 label { font-weight:bold; color:#666; }
.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:#333; }
.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:#101010; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#333; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#000 !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 { }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:normal; line-height:18px; background:#f6f6f6; border:1px solid #cfcfcf; margin:0 0 6px; padding:4px 8px; color:#333; }
.block-progress dd { background:#fff; border:1px solid #cfcfcf; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#f2f2f2; color:#333; }
.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 { padding-left:15px; position:relative; }
.opc .buttons-set .back-link a:before { position:absolute; left:0px; top:3px; }
.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; border-color:#fff #cfcfcf #cfcfcf; background:#fff; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#f2f2f2; border:1px solid #cfcfcf; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font-size:13px; color:#333; text-transform:uppercase; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#f2f2f2; border:1px solid #cfcfcf; border-bottom:0; color:#333; cursor:pointer; }
.opc .allow .step-title .number { background:#cfcfcf; border-color:#ccc; color:#666; }
.opc .allow .step-title h2 { color:#333; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f6f6f6; border:1px solid #cfcfcf; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#000; border-color:#000; color:#fff; }
.opc .active .step-title h2 { color:#000; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #cfcfcf; border-top:0; background:#fcfcfc; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }
#checkout-review-table td, #checkout-review-table th{ padding:3px 10px; }

#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:#101010; }
#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:18%; margin:0 1%; border-top:10px solid #666; padding:2px 0 0; font-weight:bold; text-align:center; color:#666; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.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:#333; }
.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:#000 !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:#101010; }
.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:#333; }

.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:#333; }
.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 { }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { }

/* 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; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }

/* Extention  Onestepcheckout */
h1.onestepcheckout-title{ font-weight: 800;}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; max-width:860px; margin:40px auto 10px; }
.account-login .content h2 { font-family: 'Lato' sans-serif; font-weight:normal; font-size:20px; line-height:24px; text-align:center; margin:0 0 14px; padding:8px 10px 10px; color:#fff; background:#101010; }
.account-login #remember-me-box{list-style-type: none;}
.account-login .input-box{ float:left; width:100%; position:relative;}
.account-login .checkBox{ width: 15px; display: inline-block;}
.account-login .control label{ display: inline-block;}
.account-login .form-list{ 
	padding: 20px;
	background: #f1f1f1;
}
.account-login .form-list li{
	margin: 0 0 10px 0;
}
.account-login .form-list .input-box:before{ display: none;}
.account-login .input-box .login-copy{ 
	color: #606060;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
.account-login .input-box .input-text{
	margin-top: 10px;
}
.account-login .key p a{
	color: #7cbf4a;
	margin: 0;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
/*.account-login .form-list .input-box:before{ position:absolute; left:0px; top:0px; width:41px; height:40px; line-height:38px; text-align:center; background:#101010; color:#fff; font-size:18px; }*/
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#f2f2f2 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
.account-login button.button span span,
.buttons-set button.button span span{ padding:8px 15px; }
.account-login a{ margin:7px 15px 0px 0px; }
.account-login .login-buttons-set{ border-top:1px solid #c4c4c4; padding-top:10px; margin-top:10px; }
.account-create {}

.account-login .login-button-area{
	padding: 20px;
	background: #ececec;
}
/* Social Login */
.copy-content-login{
	padding: 20px;
	background: #f2f2f2;
	color: #606060;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: center;
}
.social-login{
	 margin-top: 15px;
}

/* Captcha ================================================================================ */
.captcha-note { clear:left; padding-top:5px; }
.captcha-image { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { border:1px solid #cfcfcf; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #cfcfcf; margin:0 0 10px; text-align:right; padding-bottom:5px; }
.box-account .box-head h2 { float:left; margin:0; font-size:16px; font-weight:normal; text-transform:uppercase; color:#333; }

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#101010; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#101010; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#333; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#f2f2f2; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#f2f2f2; border:1px solid #e1e1e1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fbfbfb; border:1px solid #e1e1e1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#101010; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#000; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table th{ padding:8px; font-weight:bold; background:#f2f2f2; }
.my-wishlist .data-table td, #my-orders-table td, #my-orders-table th { padding:10px; }
.my-wishlist .data-table td .add-to-cart-alt .button{ margin:5px 0px 0px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#232323; background:#333; }
.my-wishlist .buttons-set .btn-add:hover span,
.my-wishlist .buttons-set .btn-share:hover span { border-color:#010101; background:#101010; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { background:#000; position:relative; }
.mainFooterPan02{ background:#fff; padding:8px 0px 0px; }
.mainFooterPan03{ background:#101010; }
.mainFooterPan02 .footer-logo img{ max-width:110px; }
.mainFooterPan02 .footer-logo p{ margin:20px 0px 0px; display:inline-block; clear:both; width:100%; }
.footer-links {}
.mainFooterPan03 .footer-links .form-subscribe .input-box{ position:relative; }
.mainFooterPan03 .footer-links .form-subscribe .msg-block{ width:100%; }
.mainFooterPan03 .footer-links .form-subscribe .input-text{ width:100%; background:#202020; border:0px none; color:#555; }
.mainFooterPan03 .footer-links .form-subscribe .button{ position:absolute; top:0px; right:0px; }
.mainFooterPan03 .footer-links .form-subscribe .button span{ background:#202020; padding:10px 15px 11px; border:0px none; }
.mainFooterPan03 .footer-links .form-subscribe .button span span{ padding:0px; }
.mainFooterPan03 .footer-links .form-subscribe .button > span{ border-left:1px solid #101010; }
.mainFooterPan03 .footer-links .form-subscribe h3 .fa{ display:none; }
.footer-links h3{ font-size:14px; font-weight:normal; color:#7cbf4a; position:relative; text-transform:uppercase; /*padding-bottom:8px;*/ margin-bottom:10px; }
.mainFooterPan03 .footer-links h3{ margin-bottom:20px; }
.footer-links ul {display:inline-block; width:100%; vertical-align:top; padding:10px 0px 0px; }
.footer-links ul li{ display:block; line-height:24px; }
.mainFooterPan03 .footer-links ul li{ line-height:18px; color:#666; }
.footer-links ul li a{ display:inline-block; padding-left:18px; position:relative; font-size:12px; color:#fff; }
.mainFooterPan03 .footer-links ul li a{ color:#A5A5A5; line-height:22px; }
.footer-links ul li a:before{ position:absolute; left:0px; top:6px; }
.footer-links h3:after{ /*position:absolute; left:0px; bottom:0px; content:''; width:24px; height:2px; background:#fff; float:left;*/ }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer-mid{ background:#333; padding:13px 0px; }
.footer-mid h3{ float:left; color:#fff; font-size:15px; text-transform:uppercase; font-weight:normal; line-height:30px; margin:0px; }
.footer-mid .news-letter{ float:left; width:45%; }
.footer-mid .form-subscribe h3 .fa{ font-size:30px; margin-right:10px; }
.footer-mid .form-subscribe h3 span{ vertical-align:top; }
.footer-mid .form-subscribe .input-box input{ width:300px; height:32px; margin:0px 10px 0 0; background:#cccccc; padding:0px 5px;color:#000; text-transform: uppercase; text-align: center; font-family: 'Lato', sans-serif; line-height: 1;}
.footer-mid .form-subscribe .input-box button.button span{ color:#fff; background:none; border:0px none; padding:2px 0px 0 0; font-size:18px; }
.footer-mid .form-subscribe .validation-advice{ width:233px; margin-left:10px; }
.footer-mid .social-link{ float:right; margin-left:3%; }
.footer-mid .social-media{ float:left; margin-left:5px; }
.footer-mid .social-media li{ float:left; margin-left:10px; }
.footer-mid .social-media li a{ display:inline-block; color:#fff; font-size:30px; }
.footer-mid .social-media li a.facebook{ color: #6698ce;}
.footer-mid .social-media li a.twitter{ color: #74cdf3;}
.footer-mid .social-media li a.pinterest{ color: #e91f3f;}
.footer-mid .social-media li a.google{ color: #ee4c74;}
.footer-mid .social-media li a.instagram{ color: #f5ba45;}
.footer-mid .social-media li a.youtube{ color: #e83767;}
.footer-mid .social-media li a:hover{ color:#fff; }
.footer-mid .social-media li a span{ display:none; }
.footer-mid .addiotnal-discounts{ float:left; width:28%; padding:0px 20px; text-align:center; border-left:1px solid #fff; border-right:1px solid #fff; }
.footer-mid .addiotnal-discounts h3{ position:relative; line-height:15px; padding-left:30px; }
.footer-mid .addiotnal-discounts h3:before{ font-size:30px; position:absolute; left:20px; top:2px; }
.footer-mid .addiotnal-discounts h3 small{ font-size:10px; color:#8d8c8c; clear:both; display:inline-block; }
.footer-bottom { color:#fff; background: #000; padding-top: 25px; margin-bottom: 25px}
.footer-bottom a{ color: #fff;}
.footer-bottom a:hover{ text-decoration: none;}
.footer-bottom .span3{ position:relative; }
.mainFooterPan02 .span6{ position:relative; }
.mainFooterPan02 .tweet-block, .mainFooterPan02 .footer2-links{ float:right; }
.mainFooterPan02 .logo-block, .mainFooterPan02 .footer-logo{ margin-left:0px; }
.mainFooterPan02 .span6 .span6{ margin-bottom:0px; padding-right:10px; }
.mainFooterPan02 .span6 .span6 + .span6{ padding:0px 0px 0px 10px; }
.footer-bottom .span3 .pagination,
.mainFooterPan02 .pagination{ position:absolute; right:0px; top:-5px; }
.mainFooterPan02 .pagination{ top:6px; right:7px; }
.mainFooterPan02 .pagination a,
.footer-bottom .span3 .pagination a{ color:#fff; font-size:30px; display:inline-block; margin-left:10px; }
.mainFooterPan02 .pagination a span,
.footer-bottom .span3 .pagination a span{ display:none; }
.footer-bottom h3{ color:#7cbf4a; font-size:15px; text-transform:uppercase; font-weight:normal; line-height:18px; margin:0px 0px 10px; }
.mainFooterPan02 .footer-bottom h3{ margin-bottom:10px; padding-top:10px; border-top:4px solid #101010; color:#333; font-weight:bold; }
.mainFooterPan02 .footer-bottom .span4 h3{ border-top-color:#fff; }
.mainFooterPan02 .footer-bottom a{ color:#333; line-height:20px; display:inline-block; }
.footer-bottom p{ font-size:12px; line-height:14px; }
.mainFooterPan03 .footer-bottom p{ margin:2px 0px 0px; }
.mainFooterPan01 .footer-bottom img, .mainFooterPan03 .footer-bottom img{ margin:-5px 0px 0px; }
.footer-bottom p big{ font-size:24px; display:inline-block; margin-top:5px; }
.footer-bottom .author{ font-size:12px; font-weight:800; padding-right:10px;}
.mainFooterPan02 .twitter-twets{ padding-left:10px; }
.footer-bottom .twitter-twets li{ position:relative; padding-left:38px; }
.mainFooterPan02 .footer-bottom .twitter-twets li{ padding-left:30px; }
.footer-bottom .twitter-twets li:before{ font-size:18px; color:#fff; position:absolute; left:0px; top:2px; }
.footer-bottom .twitter-twets li a{ color:#fff; text-decoration:none; }
.footer-info-box li{ padding-left:32px; position:relative; margin-bottom:10px; }
.footer-info-box li:before{ position:absolute; left:0px; top:2px; font-size:18px; color:#fff; }
.mainFooterPan02 .footer-bottom .twitter-twets li a{ color:#333; }
.mainFooterPan02 .footer-bottom .twitter-twets li:before{ color:#333; }

.testimonial-3{ color:#7D7D7D; font-size:15px; line-height:24px; clear:both; }
.testimonial-3 h3{ display:none; }
.testimonial-3 .pagination{ position:absolute; right:0px; top:-47px; }
.testimonial-3 .pagination a{ }
.testimonial-3 .mix_wrapper{ padding:20px; background:#f2f2f2; border:1px solid #CFCFCF; margin-bottom:20px; }
.testimonial-3 .mix_wrapper .testimonialPan{ border:2px solid #cfcfcf; padding:10px 30px; background:#fff; min-height:100px; float:left; width:100%; }
.testimonial-3 .owl-item{ padding:0px; position:relative; overflow:hidden; }
.testimonial-3 .owl-item:before, .testimonial-3 .mix_wrapper .testimonialPan:before, .testimonial-3 .mix_wrapper .testimonialPan:after,
.testimonial-3 .owl-item:after{ position:absolute; content:''; float:left; width:30px; height:30px; border:2px solid #cfcfcf; background:#f2f2f2; border-radius:50%; }
.testimonial-3 .owl-item:before{ left:-13px; top:-13px; }
div .testimonial-3 .owl-item:after{ top:-13px; right:-13px; }
.testimonial-3 .mix_wrapper .testimonialPan:before{ left:-13px; bottom:-13px; }
.testimonial-3 .mix_wrapper .testimonialPan:after{ right:-13px; bottom:-13px; }
.testimonial-3 .brandbox{ margin:0px; }
.testimonial-3 .author{ font-weight:bold; color:#333; float:right; font-style:italic; }
.testimonial-3 .owl-item .fa{ color:#333; }
.mainFooterPan01 .testimonialPan img, .mainFooterPan02 .testimonialPan img{ float:left; border:5px solid #333; margin:0px 10px 10px 0px; max-width:100%; }
.mainFooterPan02 .testimonialPan img{ border-color:#c8c8c8; }
.mainFooterPan01 .footer-bottom .author{ float:right; color:#eee; }
.mainFooterPan02 .footer-bottom .author{ float:right; color:#333; }
.footer-bottom .owl-item{ padding:0px; }
.mainFooterPan02 .footer-bottom .owl-item{ margin-right:1px; }
.testimonial-3 .testimonialPan .auther-img{ margin:5px 20px 10px 0px; float:left; width:60px; height:60px; overflow:hidden; text-align:center; background:#c9c9c9; }
.testimonial-3 .testimonialPan .auther-img span{  }
.testimonial-3 .testimonialPan .auther-img img{ display:inline-block;}

.copyright{ color:#999999;background: #333; padding:20px 0px 0px; }
.mainFooterPan03 .copyright, .mainFooterPan01 .copyright{ border-top-color:#313131; padding:18px 0px 10px; }
.copyright .span4{ margin-bottom:0px; }
.mainFooterPan02 .footer-bottom-links{ text-align:left; float:left; padding:10px 0px 0px; }
.mainFooterPan02 .footer-bottom-links a{ margin:0px 3px; text-transform:uppercase; color:#333; }
.footer-bottom-links{ text-align:center; }
.footer-bottom-links li{ color:#999999; display:inline-block; }
.footer-bottom-links li a{ color:#999999; display:inline-block; text-decoration:none; }
.mainFooterPan03 .footer-bottom-links li{ line-height:12px; }
.footer-bottom-links li a:hover{ color:#fff; }
.goTop{ position:fixed; z-index:9; right:10px; bottom:10px; }
.goTop a{ display:block; color:#fff; text-align:center; padding:10px; text-decoration:none; background:#000; text-transform:uppercase; border:1px solid #fff; }
.goTop a:hover{ background:#101010; }
.goTop a .fa{ display:block; font-size:24px; }
.goTop a span{ display:block; font-size:12px; }

/* Social Icons Footer */
.social-media-footer {text-align: right; }
.social-media-footer li { margin-left: 5px; vertical-align: middle; display:inline-block; color:#ffffff; }
.social-media-footer li:first-child { height:35px;line-height:35px;font-size:18px;margin-right:7px; text-transform:uppercase; letter-spacing:2px;}
.social-media-footer a {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-indent: 100%; white-space: nowrap; overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
}
.social-media-footer a:hover { opacity: .9; }
.go a { background-image: url(../images/go.png); }
.ig a { background-image: url(../images/in.png); }
.tw a { background-image: url(../images/tw.png); }
.pi a { background-image: url(../images/pi.png); }
.fb a { background-image: url(../images/fb.png); }
.yt a { background-image: url(../images/yt.png); }

/* Custom Footer Big Block */
.big-footer { background: #fff; padding-top: 30px; text-transform: uppercase;}
.big-footer .container div h4 { margin-top: 15px;}
.big-footer .container div p a { color:#676767;}

/* Logo Footer */
.footer-image-container{
	/*height: 200px;*/
	margin-bottom: 15px;
}
.footer-image-container img{
  /*margin: auto!important;
  position: absolute;
  top: 0; left: 0; bottom: 0;*/ /*right: 0;*/	
}

.footer-mid .form-subscribe .input-box button.button i{ color: #fff;}
.footer-mid .form-subscribe .input-box button.button i:hover{ color: #1cbec9;}

/* ======================================================================================= */

/* 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; }
/* ======================================================================================= */

.guest-select {width:305px !important;}


/*=================		Responsive		======================*/

/*----------------	for Desktop 1024 	----------------------*/

@media screen and (max-width:1200px){

.container{ margin:0px 2% !important; width:96%; }
.container .container { margin-left:0px !important; margin-right:0 !important; width:100%; }
.navFull .container{ margin:0px !important; width:100%; }

}
@media only screen and (min-width:1201px) and (max-width: 1280px) {
	/* Category Page */
	.bottomBox .product-cat-info .porduct-cat-cont{ width: 100%; margin: 0 auto;}
	.bottomBox .product-cat-info .porduct-cat-cont .elementCat{ display: inline-block; width: 20%!important;}
	.bottomBox .product-cat-info .porduct-cat-cont .btnWishlist { float: left; width: 34%!important;}
	.bottomBox .product-cat-info .porduct-cat-cont .btnCart { float: right; width: 38%!important;}

	/* Giftvoucher */
	.gift-card-container{
		zoom: 50%;
		-moz-transform: scale(0.50);
	}

	/* Brand Logo */
	.brandlogos li{
		margin-right: 15px;
	}
}
@media only screen and (min-width:768px) and (max-width: 1200px) {
		/* Category Page */
	.bottomBox .product-cat-info .porduct-cat-cont{ width: 100%; margin: 0 auto;}
	.bottomBox .product-cat-info .porduct-cat-cont .elementCat{ width: 100%!important; margin-left: 0; display: inline-block;}
	.bottomBox .product-cat-info .porduct-cat-cont .btnWishlist { float: none; width: 0%;}
	.bottomBox .product-cat-info .porduct-cat-cont .btnCart { float: none; width: 0%;}

}
@media only screen and (min-width:768px) and (max-width: 1280px) {
	.container{ width: 90%; margin: 0 auto!important;}
	.promoButtons a{
		font-size: 13px;
		padding: 10px 10px;
	}

	/* Carrousel Handlers */
	/*.skinitCustomNavigation a.jcarousel-next{ 
		position: absolute;
		left: 0; top: 15px;
	}
	.skinitCustomNavigation a.jcarousel-prev{ 
		position: absolute;
		right: 0; top: 15px;
	}*/
}

@media only screen and (min-width:767px) and (max-width: 1143px){
	/* Block : Custom Design */
	.promoBlock-3Colm-v2 .promoProduct .promoBulletPoints{font-size: 12px;}
}
@media only screen and (min-width:767px) and (max-width: 1024px) {

	.header-top .language-switcher, .header-top .header_currency{ margin-right:20px; }
	.header-wrapper03 .block-cart .summary .classy span span{ display:none; }
	.header-wrapper01 .block-cart .summary, .header-wrapper01 .header .links li{  }
	.header-wrapper01 .logo-row .span9{ margin-top:-10px; }
	.header-wrapper01 .header .links{ margin:0px 0px; }
	.header-wrapper03 .header .form-search select{ background-position:47% 19px;}
	/*09.01.14*/

	.product-view .left-carousel .product-cover {
	    padding-left: 115px;
	}
	.product-view .left-carousel .thumbbox {
	    width: 100px;
	}
	.product-view .left-carousel .more-views .jcarousel-clip {
	    height: 300px;
	}
	.product-view .product-img-box.left-carousel .more-views li a {
	    height: 90px;
	    width: 90px;
	}
	
	/* Category Static Block */
	.sb-chilldren-cats ul li .containerCategory .linkCategory > a,
	.sb-chilldren-cats-4items ul li .containerCategory .linkCategory > a{font-size: 14px;}

	/* Block : Custom Design */
	.promoBlock-3Colm-v2 .promoProduct .title{ font-size: 15px;}

	/* Block : Case Types */
	.promoBlock-3Colm-v2 .promoProduct .promoButtons div a{ width: 100%; font-size: 11px;}
	.promoBlock-3Colm-v2 .promoProduct .promoButtons .cuz-Btn a i{ height: 12px;}
	.promoBlock-3Colm-v2 .promoProduct .promoButtons .cuz-Btn a i:before{ width: 15px; height: 15px;}
}

@media only screen and (min-width:1024px) and (max-width: 1061px) {
	.promoBlock .promoInfo .promoHeader{font-size: 29px;}
}

@media only screen and (min-width:960px) and (max-width: 1024px) {
.footer-mid .form-subscribe .input-box .msg-block{ width: 95%;}
.footer-mid .form-subscribe .input-box input{ width:inherit; }
}

@media screen and (max-width:1024px){
	
.mainFooterPan02 .twitter-twets{ padding-left:0px; }
.header-wrapper03 #nav a, .header-wrapper03 .sf-menu li a{ padding:0px 22px; }
.header-wrapper02 .header .form-search{ width:70%; }
.promoBox ul li + li{ margin:12px 0px 0px; } 
.product-shop .add-to-box .add-to-cart{ float:none; margin:0px auto; width:250px; }
.add_to_cart .price_box{ padding-top:10px; width:100%; text-align:center; }
.promoBlock .promoInfo .promoHeader{ font-size: 25px;}
}

/*----------------	for ipad and mobile device 	----------------------*/

@media only screen and (min-width:767px) and (max-width:960px) {

/* Header */
.header-container .header-top { display: none;}
/*.header-top .welcome-msg{ float:right; clear:both; padding:0px; }	
.header-top .language_detail, .header-top .currency_detail{ padding-top:4px; }*/
.block-cart .summary{ border-left:0px none; }
.header-top .language-switcher, .header-top .header_currency{ margin-right:8px; }
/* Header - Cart */
.block-cart.header_cart .bag,
.header .links a:before{ display: none!important;}
/* Header  MegaMenu */
.menu-creator-pro li.col_100 > span.fa-angle-down{
	margin-top: 0px!important;
}

.product-shop .grouped-items-table td, .product-shop .grouped-items-table th{ padding:2px 8px; }
.product-view .left-carousel .more-views .jcarousel-clip {height: 200px; }

/* Category Page */
.bottomBox .regular-price .price, .bottomBox .minimal-price{ font-size: 12px;}
.bottomBox .product-cat-info .elementCat a{/*font-size: 17px;*/}
.products-grid .product-name{ font-size: 12px;}

/* Customizer Product Category */
.bottomBox .product-cat-info .elementCat{ width: 100%; margin-left: 0;}
.bottomBox .regular-price .price, .bottomBox .minimal-price{ font-size: 16px;}
.badge .new, .badge .sale{width: 170px; top: 20px; }
.badge .new strong, .badge .sale strong{ font-size: 11px;}
.badge span.new i{ height: 10px;}
.badge span.new i:before{ width: 15px; height: 15px;}

/* Custom Static Blocks */
.promoBlock .promoInfo .promoHeader .price{margin-left: 0;}
.promoBlock .promoInfo .promoMain .promoBulletPoints ul{ font-size: 14px;}

/* Footer Sign Up Bar */
.footer-mid .form-subscribe .input-box{ position: relative;}
.footer-mid .form-subscribe .input-box .msg-block{ width: 100%;}
.footer-mid .form-subscribe .input-box input{ width:inherit; }
.footer-mid .form-subscribe .input-box button.button{ position: absolute; right: 10px;}

}

@media only screen and (min-width:960px) and (max-width:980px) {
	.product-view .left-carousel .product-cover {
		padding-left: 110px;
	}
	.product-view .left-carousel .thumbbox {
		width: 96px;
	}
	.product-view .product-img-box.left-carousel .more-views li a {
		height: 85px;
		width: 85px;
	}
	.product-view .left-carousel .more-views .jcarousel-clip {
		height: 286px;
	}
}
@media only screen and (max-width:768px) {
	/* Header */
	.block-content_pan { padding: 9px 10px 9px 10px;}
	/*PDP*/
	.productDetailBox, .box-right-section, .add-to-box{ margin-left: 0!important;}
	.product-view .left-carousel .more-views .jcarousel-clip {
	    height: 193px;
	}
	.product-view .left-carousel .thumbbox {
	    width: 95px;
	}	
	.product-view .left-carousel .product-cover {
	    padding-left: 105px;
	}
	.product-view .product-img-box.left-carousel .more-views li a {
	    height: 85px;
	    width: 85px;
	}
	
}

@media screen and (max-width:960px){

/* Header  MegaMenu */
.menu-creator-pro li.col_100 > span.fa-angle-down{
	margin-top: -42px!important;
	position: static;
	float: right;
}

ul#nav, #menu{ display:none; }
.mobMenu{ display:block; }
.header-wrapper03 .block-cart .summary{ padding:10px; }
div .camera_effected h2{ font-size:22px; line-height:24px; margin-bottom:0px; }
div .camera_effected p{ font-size:13px; line-height:18px; }
div .promoBox ul li + li{ margin:7px 0px 0px; }
.header-wrapper03 .header .form-search{ width:100%; padding:0px; }
.header-wrapper03 .header .form-search button.button{ }
.header-wrapper03 .nav-container{ width:100%; }
.hideTopNav .header-wrapper02 .header-top, .hideTopNav .header-wrapper01 .header-top, .hideTopNav .header-wrapper03 .header-top{ margin-top:0px; }
.hideTopNav .header-wrapper02 + .header-wrapper02{ position:static; }
.header-wrapper02 .logo-row .span3{ margin:0px 0px 10px !important; }
.header-wrapper02 .form-search{ margin-bottom:20px; }
.crosssell-wrap .item{ width:100%; /*margin:0px 4%;*/ }
.product-view .tabs .product-tabs li{ margin-right:3px; }
.footer-mid .news-letter{ width:100%; }
.footer-mid .addiotnal-discounts, .footer-mid .social-link{ width:50%; margin:0px; padding:20px 0px 0px; border:0px none; }
.newProducts li, .footer-bottom .span3{ width:46%; margin:0px 2%; }
.featured-block li{ width:46%; margin:0px 2% 10px !important; }
.footer-bottom .span3{ padding-bottom:20px; }
.copyright .span4, .copyright .span4 .f-right, .copyright .span4 .f-left, .copyright .span4 .footer-bottom-links{ width:100%; margin:0px !important; text-align:center; }
.copyright .span4 .footer-bottom-links{ padding:7px 0px 10px; }
.mainFooterPan02 .footer-bottom .span6{ width:100%; margin:0px !important; padding:0px 0px 20px !important; }
.header-wrapper02 .logo-row .span3, .header-wrapper02 .logo-row .span9{ width:100%; margin:0px; text-align:center; }
.header-wrapper02 .header .logo{ float:none; display:inline-block; }
.header-wrapper02 .form-search .fa-times,
.header-wrapper02 .search-button{ display:none; }
.hideTopNav .header-wrapper02 .logo-row{ padding:27px 0 24px; }
.header-wrapper02 .mobMenu{ margin-bottom:0px !important; }
.header-wrapper02 .form-search button.button{ right:6px; }
.header-wrapper02 .nav-container{ width:100%; margin-top:30px; }
.header-wrapper02 .form-search{ height:auto; opacity:1; }
.headerfix .header-container{ position:static; }
.headerfix .page{ padding-top:0px; }
.headerfix .page .header-wrapper02 .nav-container{ margin:10px 0px 20px; }
.header-wrapper02 .links{ width:100%; text-align:center; }
.header-wrapper02 .links li{ float:none; display:inline-block; }
.headerfix .header-wrapper01 + .f-fix, .headerfix .header-wrapper03 + .f-fix{ margin-top:0px; }
div .camera_prev, div .camera_next, div .camera_commands{ width:32px; height:32px; font-size:14px; line-height:32px; }
div .camera_prev{ margin-left:-16px; }
div .camera_next{ margin-left:16px; }
.mainFooterPan01 .footer-bottom img,
.mainFooterPan03 .footer-bottom img{ margin:0px; }
.mainFooterPan01 .testimonialPan img, .mainFooterPan02 .testimonialPan img{ margin-right:10px; }
.itemInner .fancybox,
.bottomBox .fancybox{ display:none; }
.product-view .tabs{ display:none; }
.product-view .accordionRow{ display:block; }
.product-view .accordionRow dt{ display:inline-block; width:100%; }

/* Banner Button */
.camera_effected .bannerButton{
	font-size: 16px!important;
	padding: 10px 25px!important;
}

/* Brand Logo */
.brandlogos li{
	width: 100px;
	margin-right: 15px;
}

/* Social Icons Footer */
.footer-mid .social-link{ width: 100%;}
.social-media-footer { text-align: center;}

}

/*----------------	for Only Mobile Device 	----------------------*/

@media screen and (max-width:767px){
	
[class*="span"]{ display:inline-block; width:100% !important; float:none; /*margin:0px 0px 20px !important;*/ }
.std ul.newProducts.itemPro{ padding:0px; }
.newProducts li[class*="span"]{ width:46% !important; margin:0px 1.8% !important; }
.header-top{ display: none; }
.header .logo{float: none;}
.header-wrapper02 .header .logo{ margin-bottom:3px; }
.headerfix .page .header-wrapper02 .nav-container{ margin:0px; }
.header-wrapper02 .container .header_cart{ margin:10px 0px 0px; }
.header-wrapper02 .container .header_cart .block-content_pan{ margin:0px; }
.header-wrapper03 .header .logo{ float:none; display:inline-block; }
.header-top .language-switcher, .header-top .header_currency,.header-wrapper03 .header-top .language-switcher, .header-wrapper03 .header-top .header_currency{ margin:0px 10px; display:inline-block; float:none !important; }
.header-wrapper01 .header-top .language_detail, .header-wrapper01 .header-top .currency_detail{ padding-top:4px; }
.header-wrapper01 .call-us, .header-wrapper01 .welcome-msg{ width:100%; padding:10px 0px 0px; }
.header-wrapper03 .header-top .welcome-msg{ padding:0px; }
.header-wrapper03 .header-top [class*="span"]{ margin-bottom:5px !important; }
.header-wrapper02 .header-top .welcome-msg{ width:100%; }
.header-wrapper01 .header-top .social-media, .header-wrapper01 .header-top .top-links,
.header-wrapper02 .links{ width:100%; text-align:center; }
.header-wrapper01 .header-top .social-media li, .header-wrapper02 .links li,
.header-wrapper01 .header-top .top-links li{ float:none; display:inline-block; }
.header-wrapper02 .links li{ padding:10px 5px; }
.header-wrapper02 .header-top .language-switcher, .header-wrapper02 .header-top .header_currency{ margin:0px 1px; }
.header-wrapper02 .header .form-search{ width:100%; }
.header-wrapper02 .header .form-search select{ margin:10px 0px; padding:13px 10px 11px 7px; }
.header-wrapper02 .header .form-search select, 
.header-wrapper02 .header .form-search .input-text{ width:100% !important; background:#f6f6f6 !important; }
.header-wrapper02 .header .form-search .input-text{ padding:0px 10px !important; }
.header-wrapper02 .header .form-search button.button{ z-index:9; bottom:17px; top:auto; }
.header-wrapper01 .logo-row .span3{ text-align:center; }
.header-wrapper01 .logo-row .span3 .logo{ float:none; display:inline-block; }
.hideTopNav .header-wrapper02 .logo-row,.header-wrapper01 .logo-row, .header-wrapper02 .logo-row, 
.header-wrapper03 .logo-row{ padding:18px 0px 0px; text-align:center; }
.header h1.logo{ float:none; display:inline-block; vertical-align:top; }
.header .form-search{ width:100%; padding-bottom:15px; }
.header .form-search select{ width:33%; margin-right:2%; }
.header .form-search select + input.input-text{ width:65%; }
.header .form-search input.input-text{ width:100%; }
.promoBox1{ margin-top:20px; }
.container .header_cart{ width:100%; text-align:center; }
.container .header_cart .block-content_pan{ width: inherit; margin:0px; display:inline-block; float:none; }
.header-wrapper01 .block-cart .summary{ float: none; text-align: center; }
.header-wrapper01 .block-cart .summary em,
.header-wrapper01 .block-cart .summary h2{ float: none; display: inline-block;}
.header-wrapper01 .header_cart .remain_cart{ padding-top:22px;}
.header_cart .remain_cart{ left:50%; margin-left:-140px; }
.header-wrapper01 .header .links{ width:100%; }
.header-wrapper01 .header .links li{ width: 100%; margin-top: 5px; float:none; display:inline-block; }
.headingBox h2{ font-size:20px; line-height:24px; }
.customNavigation{ top:-34px; }
.product_right .box-up-sell .customNavigation{ top:-42px; }
.testimonial-3 .pagination{ top:-36px; }
.testimonial-3 .pagination{}
.collection ul li{ width:50%; }
.featured-block li{ margin:0px 0px 5px !important; }
.products-list .product-shop .product-name{ text-align:center; }
.products-list .product-shop .price-box, .products-list .product-shop .desc, .no-rating{ margin:0px; width:100%; text-align:center; }
.quickBox  .no-rating{ text-align:left; }
.products-list .product-shop .bottomBox,
.products-list .product-shop .ratings{ text-align:center; }

.products-list .product-shop .ratings .rating-box, .products-list .product-shop .price-label,
.products-list .product-shop .ratings .rating-links{ float:none; display:inline-block; }
.product-tabs-content fieldset{ display:table-cell; }
.product-view .left-carousel .product-cover{ padding-left:0px; }
.product-view .left-carousel .thumbbox{ display:none; }
.product-tabs-content fieldset table thead th{ background:#101010; color:#fff; }
.col2-set .col-1, .col2-set .col-2{ width:100%; }
.opc .step{ padding:10px; }
.checkout-progress{ padding:0px; }
div .camera_effected p{ margin:10px 0px 0px; }
#my-orders-table.data-table ,#my-orders-table.data-table tr,#my-orders-table.data-table thead,#my-orders-table.data-table colgroup
,#my-orders-table.data-table tbody,#wishlist-table.data-table ,#wishlist-table.data-table tr,#wishlist-table.data-table thead,#wishlist-table.data-table colgroup
,#wishlist-table.data-table tbody{ width:100%; display:inline-block; }
#my-orders-table.data-table tr td{ float:left; padding:10px 13px 10px 14px; border:0px none; }
#wishlist-table.data-table tr td{ float:left; padding:10px; border:0px none; }
#wishlist-table.data-table tr td.last{ float:right; padding:15px 10px 10px; }
#wishlist-table.data-table tr td .link-edit{ display:none; }
.goTop a .fa{ font-size:14px; }
.goTop a span{display:none; }

/* Header */
.logo-row .f-left{ margin-bottom: 10px;}
.header-wrapper01 .container .header_cart{ 
	width: auto;
	float: none;
	display: inline-block;
}
.container .header_cart .block-content_pan{
	width: auto;
	float: none;
}
.header .links{
	float: none;
}
.header-wrapper01 .header .links{
	width: auto;
	display: inline-block;
}
.header-wrapper01 .header .links li{
	width: auto;
	margin-top: 0;
	float: none;
}
.header-wrapper01 .header_cart .remain_cart{
	left: -20px;
	padding-top: 10px;
}

/* Home Page Quick Fix : Replace future - maybe if with in time*/
.bkg-full-with > .container > .span4{
	margin-left: 0;
}
.container > .row > .span2{
	text-align: center;
	margin-left: 0;
}
.home-device-links{ text-align: center;}

/* Block : Case Types */
.promoBlock-3Colm-v2 .promoProduct{ margin-bottom: 15px;}
.promoBlock-3Colm-v2 .promoProduct .promoButtons div{ margin-left: 0;}

/* Finder */
.amfinder-horizontal .dropdown-element{ margin-left: 0;}

/* Category Page */
.bottomBox .product-cat-info .porduct-cat-cont{ width: 65%; margin: 0 auto;}
.bottomBox .product-cat-info .porduct-cat-cont .elementCat{ display: inline-block; width: 20%!important;}
.bottomBox .product-cat-info .porduct-cat-cont .btnWishlist { float: left; width: 30%!important;}
.bottomBox .product-cat-info .porduct-cat-cont .btnCart { float: right; width: 30%!important;}
.sb-chilldren-cats ul li .containerCategory .linkCategory > a,
.sb-chilldren-cats-4items ul li .containerCategory .linkCategory > a{ font-size: 17px;}

.mainFooterPan01 .footer-bottom .span3:first-child,
.footer-bottom .span3 .brandbox{ margin-bottom:0px !important; }
.mainFooterPan01 .footer-bottom .span3:first-child,
.mainFooterPan02 .span6 .span6 + .span6{ padding-bottom:0px !important; }

/* Customizer Product Category */
.bottomBox .product-cat-info .elementCat{ width: 49%!important; float: left;}

/* Links */
.header-wrapper01 .header .links{ margin: 0 0 15px;}

/* Search Bar */
.logo-row div{ margin-left: 0!important;}

/* Banner Button ~ Home Page */
.camera_effected .bannerButton{
	font-size: 14px!important;
	padding: 10px 20px!important;
}

/* Filter */
.amfinder-horizontal .amfinder-buttons .button > span{ margin-left: 0;}

/* Category Page */
.products-grid li.item{ margin-left: 0; margin-bottom: 15px;}

/* Footer Sign Up Bar */
.footer-mid .form-subscribe .input-box{ position: relative;}
.footer-mid .form-subscribe .input-box .msg-block{ width: 100%;}
.footer-mid .form-subscribe .input-box input{ width:inherit; }
.footer-mid .form-subscribe .input-box button.button{ position: absolute; right: 10px;}
.footer-mid .form-subscribe .input-box button.button i{ color: #1cbec9;}

/* Big Footer */
.big-footer{ padding-bottom: 30px;}
.big-footer .container .f-fix{ text-align: center;}

/* Footer Bottom */
.footer-bottom{ text-align: center;}
.footer-image-container{ height: inherit; margin-bottom: 25px;}
.footer-image-container img{ position: initial}
.footer-info-box li { padding-left: 0; margin-bottom: 15px;}
.footer-info-box li:before{ position: static; display: block;}
.footer-info-box li.hand:before{ display: none;}

/* Footer Links */
.footer-links{ text-align: center;}

/* Cart */
.crosssell-wrap .headingBox .line_heading{ text-align: center;}
.safeBox .safe_seals .span4{ width: 30%!important;}

/* Custom Static Blocks */
.promoBlock{text-align: center;}
.promoBlock .promoInfo .promoHeader{font-size: 25px;}
.promoBlock .promoInfo .promoMain .promoBulletPoints ul{list-style-type: none;}
.promoBlock .promoInfo .promoMain .promoBulletPoints ul li:before{ content: '• '}
.promoBlock .promoInfo .promoMain .promoIcons ul li{display: inline-block;}
.promoBlock .promoInfo .promoMain .promoIcons ul li span{display: none;}

/* Block : Promo General */
.promoGeneral .info .promoButtons{ text-align: center;}

/* Block : Custom Design */
.promoBlock-3Colm-v2 .promoProduct{ margin-left: 0px;}

.sb-chilldren-cats-4items .row .responsive-image-parent{ margin-left: 0;}

}

@media screen and (max-width:580px){

.container{ margin:0px 4% !important; width:92%; }
.newProducts li[class*="span"]{ width:100% !important; margin:0px 0px 20px !important; }
body .header-wrapper02 .form-search select{ background-position:74% 20px; }
.footer-mid .addiotnal-discounts, .footer-mid .social-link{ width:100%; }
.header-wrapper03 .header .form-search select{ width:35%; background-position:50% 19px; }
.header-wrapper03 .header .form-search select + .input-text{ width:65%; }
.mainFooterPan01 .footer-mid h3, .mainFooterPan02 .footer-mid h3{ width:100%; text-align:center;  }
.footer-mid .addiotnal-discounts h3{ padding-left:0px; }
.footer-mid .addiotnal-discounts h3:before{ position:static; margin-right:10px; }
.mainFooterPan01 .footer-mid .social-media, .mainFooterPan02 .footer-mid .social-media{ margin-left:0px; width:100%; text-align:center; }
.mainFooterPan01 .footer-mid .social-media li, .mainFooterPan02 .footer-mid .social-media li{ margin:0px 1px; display:inline-block; float:none; }
.limiter{ margin:2px 28px 0px 0px; clear:both; }
.crosssell-wrap .item{ width:96%; margin:0px 2%; }
.data-table > li.heading { display:none; }
.data-table > li .tableImg, .checkout-types-top, .data-table > li .tableContent{ width:100%; text-align:center; }
.data-table > li .tableContent .product-name, .data-table > li .tableContent .price-box{ padding:0px 0px 5px 10px; text-align:left; width:100%; }
.data-table > li .tableContent .product-name{ text-align:center; padding-left:0px; }
div .contentPos-left, div .contentPos-right, div .contentPos-center{ display:none; }
.header-wrapper02 .form-search select{ background-position:100px 19px; }
.checkout-progress li{ margin:0px 4% 10px; width:92%; }
#multiship-addresses-table td select{ width:100px; }
.multiple-checkout .page-title{ text-align:center; padding-bottom:10px; }
.multiple-checkout .title-buttons h1{ float:none; }
.multiple-checkout .buttons-set{ text-align:center; }
.multiple-checkout .buttons-set .back-link, .multiple-checkout .buttons-set button.button{ float:none; }
.multiple-checkout .buttons-set button.button{ margin:10px 0px; }
.my-wishlist .buttons-set button.button { float:right; margin:5px; }
.form-list .field,
.collection ul li{ width:100%; }

/* Slider */
.slide .camera_wrap{ display: none!important;}

/* Footer Sign Up Bar */
.footer-mid .form-subscribe .input-box{ position: relative;}
.footer-mid .form-subscribe .input-box .msg-block{ width: 100%;}
.footer-mid .form-subscribe .input-box input{ width:inherit; }
.footer-mid .form-subscribe .input-box button.button{ position: absolute; right: 10px;}
.footer-mid .form-subscribe .input-box button.button i{ color: #fff;}
.footer-mid .form-subscribe .input-box button.button i:hover{ color: #1cbec9;}

/*Custom Static Block*/
.promoButtons a{ font-size: 12px; padding: 10px;}

/* Cart Page */
button.btn-checkout span{ padding: 10px 0;}
button.btn-checkout span span{ padding: 0 10px 0 10px;}
.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span{
	padding: 5px;
}

}

/*----------------	for Mobile Small Screen 	----------------------*/

@media screen and (max-width:440px){
	
	.header-wrapper01 .header .links li{ padding:0px 4px 2px; border-right:0px none; }
	body .header-wrapper02 .form-search select{ background-position:58% 20px; }
	.crosssell-wrap .item{ width:100%; margin:0px; }
	.add_to_cart .price_box{ padding-top:10px; width:100%; }
	
	/* header */
	.logo-row .f-left{ margin-bottom: 10px;}
	.container .header_cart .block-content_pan{
		padding: 9px 10px 11px 10px;
	}
	.header-wrapper01 .header_cart .remain_cart{left: -10px; }
	
	/* Page Title */
	.page-title h1{ padding: 5px 0;}

	/* Footer Sign Up Bar */
	.social-media-footer li:first-child{ display: none;}

	/* Custom Static Blocks */
	.promoBlock .promoInfo .promoHeader{ font-size: 19px;}
	.promoBlock .promoInfo .promoMain .promoBulletPoints ul{ font-size: 13px;}
	.promoBlock .promoInfo .promoMain .promoIcons ul li{display: inline-block;}
	.promoBlock .promoInfo .promoMain .promoIcons ul li span{display: none;}

	/* Separator */
	.separator a {
		font-size: 14px;
	}

	/* Category Page */
	.bottomBox .product-cat-info .porduct-cat-cont{ width: 100%; margin: 0 auto;}
	.bottomBox .product-cat-info .porduct-cat-cont .elementCat{ display: inline-block; width: 20%!important;}
	.bottomBox .product-cat-info .porduct-cat-cont .btnWishlist { float: left; width: 34%!important;}
	.bottomBox .product-cat-info .porduct-cat-cont .btnCart { float: right; width: 38%!important;}
	
	/* Cart */
	fieldset{ margin: 0; padding: 0;}

	/* Buttons Cart */	
	.continueShopping{ margin-left: 10px;}
	.cart .discount .buttons-set{text-align: center; }
	.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span{
		padding: 5px 5px;
	}
	
	.checkout-types{ margin-right: 10px;}
	.button-b, button.button span{padding: 1px 0px; }
	.checkout-types button.btn-checkout span{font-size: 13px;}
	button.btn-checkout span span{ padding: 10px 10px;}
	
	.cart-table .btn-update{ float: left; margin-left: 10px; margin-top: 10px;}

	/* Discount Button */
	.cart .discount .buttons-set{ text-align: right;}

	.big-footer{ padding-top: 5px; padding-bottom: 5px;}
}

@media only screen and (-Webkit-min-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio: 1.5){	
.rating-box  { background:url(../images/bkg_rating@2x.png) repeat-x; background-size:20px 102px; }
.rating-box .rating{ background:url(../images/bkg_rating.png) 0 100% repeat-x; background-size:20px 102px;}
/*.headingBox h2{ background:url(../images/title-bg@2x.png) top center no-repeat; background-size:29px 24px;}	*/
}

/* Title Tooltip */

.tooltip { position: absolute; z-index: 1030; display: block; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); visibility: visible; }
.tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }
.tooltip.top { padding: 5px 0; margin-top: -9px; }
.tooltip.right { padding: 0 5px; margin-left: 0px; }
.tooltip.bottom { padding: 5px 0; margin-top: 9px; }
.tooltip.left { padding: 0 5px; margin-left: -9px; }
.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #101010; border-radius: 4px; }
.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }
.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-color: #101010; border-width: 5px 5px 0; }
.tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-top-color: #101010; border-width: 5px 5px 0; }
.tooltip.top-right .tooltip-arrow { right: 5px; bottom: 0; border-top-color: #101010; border-width: 5px 5px 0; }
.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-right-color: #101010; border-width: 5px 5px 5px 0; }
.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-left-color: #101010; border-width: 5px 0 5px 5px; }
.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-color: #101010; border-width: 0 5px 5px; }
.tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-bottom-color: #101010; border-width: 0 5px 5px; }
.tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-bottom-color: #101010; border-width: 0 5px 5px; }
.logopan{ text-align:center; }