/**
 * 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 { text-align:left; }

body{ font-weight:400; font-size:13px; line-height:20px; font-family:'PT Sans', sans-serif; }

img           { border:0; vertical-align:top; max-width:100%; }
a, button,input[type='submit'],input[type='button']{ cursor:pointer; }
a             { 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; }
h1            { font-size:20px; font-weight:400; }
h2            { font-size:18px; font-weight:400; }
h3            { font-size:16px; font-weight:700; }
h4            { font-size:14px; font-weight:700; }
h5            { font-size:12px; font-weight:700; }
h6            { font-size:10px; font-weight:700; }

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

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

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

html {
    -webkit-text-size-adjust: 100%; / Prevent font scaling in landscape while allowing user zoom /
}

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

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

/* 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%; }
.fa-spinner{ font-size:18px; }

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

/* Layout ================================================================================ */
.wrapper { }
.page { margin:0px auto; }
.page-print { padding:25px 30px; text-align:left; }
.page-empty { padding:20px; text-align:left; }
.page-popup { padding:25px 30px; text-align:left; }
.main-container { background-image:url(https://www.fightandflight.com/skin/frontend/ultimate/default/images/bkg_main1.gif); background-position:50% 0; background-repeat:no-repeat; }
.main { text-align:left; }

/* 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.input-text,select,textarea{border-width:1px; border-style:solid; -webkit-appearance:none; }
input.input-text,textarea { padding:0px 10px; height:36px; width:100%; }
select { padding:8px 7px 8px 5px; height:36px; }
select option { padding:0px 10px; }
select.multiselect option { border-bottom-width:1px; border-bottom-style:solid; 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:48px; text-align:center; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; cursor:pointer; font-family:inherit;}
button.button span { display:inline-block; border-width:3px; border-style:solid; padding:10px 15px; text-align:center; white-space:nowrap; }
button.button span span { border:0; padding:0; }
.cart .discount button span, .cart .shipping button span{ padding:4px 10px; }

button.btn-checkout span { text-transform:uppercase; padding:7px 25px; }
button.btn-checkout span span { }
button.btn-checkout.no-checkout span { }
button.btn-checkout.no-checkout span span { }

.read-btn{ display:inline-block; padding:4px 10px; font-size:11px; text-transform:uppercase; }
.w-btn{  display:inline-block; padding:5px 10px; font-size:12px; line-height:20px; }
.play-video{ display:inline-block; font-size:18px; line-height:25px; padding:10px 26px; border-width:2px; border-style:solid; text-transform:uppercase; }


p.control input.checkbox,
p.control input.radio { margin-right:6px; }

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list input, .form-list textarea{padding:10px;}
.form-list li { margin:0 0 10px; }
.form-list label { float:left; font-weight:400; position:relative; z-index:0; padding-bottom:2px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; 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 { width:100%; }
.form-list textarea { width:100%; height:10em; }
.form-list select { width:100%; }
.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-width:1px; border-top-style:solid; 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; }
.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:10px; 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:30px 0px 20px; padding:8px 0 0; border-top-width:1px; border-top-style:solid; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

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

.fieldset { }
.fieldset .legend { padding-bottom:5px; margin-bottom:20px; border-bottom-width:1px; border-bottom-style:solid; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:5px 0 0; text-align:left; font-size:11px; font-weight:bold; line-height:13px; }
.validation-failed { border-width:1px; border-style:dashed !important;	}
.footer02 .validation-advice { margin:0px 0px 10px; }
.validation-passed {}
p.required { font-size:10px; text-align:right; }
/* 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 { font-weight:700; }
.error { font-weight:700; }
.notice {}

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; text-align:left; }
.messages { width:100%; margin-top:20px !important; display:inline-block; }
.content-wrapper .span9 .messages, .catalog-product-view .content-wrapper .messages  { margin-bottom:20px !important; }

.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 { display:inline-block; width:100%; clear:both; 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; font-family: fontawesome; }
.error-msg:before, .success-msg:before, .note-msg:before, .notice-msg:before{ position:absolute; left:14px; top:15px; font-size:20px; }
.note-msg:before, .notice-msg:before{ left:20px; }
.notice-msg:before{ }
.messages a{ font-weight:bold; }

/* BreadCrumbs */
.breadcrumbs {line-height:18px; margin:20px 0px; border-bottom-width:1px; border-bottom-style:solid; padding-bottom:13px; }
.page-title + .breadcrumbs { margin-top:-5px; }
.breadcrumbs li {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
}
.breadcrumbs li a{ display:inline-block; }
.breadcrumbs li span{ display:inline-block; padding:0px 3px; }
.breadcrumbs li strong { font-weight:400; }

/* Page Heading */
.breadcrumbs + .page-title, .breadcrumbs + .block-title { margin-top:0px; }
.page-title, .block-title { width:100%; border-bottom-width:2px; border-bottom-style:solid; margin:25px 0 17px; text-align:center; text-transform:uppercase; padding-bottom:5px; position:relative; display:inline-block; }
.slider-box #tabs .block-title h2 span:after,.page-title h1:after, .block-title strong:after, .page-title h2:after, .block-title h2:after{ position:absolute; height:2px; width:100%; bottom:-7px; left:0px; content:''; }
.page-title h1, .block-title h2, .block-title strong, .block-title h2 a,
.cms-index-index .page-title h2,.page-title h2 { margin:0; font-size:18px; line-height:24px; font-weight:700; display:inline-block; position:relative; padding:0px 20px; min-width:200px; }
.page-title h1, .page-title h2{ }
.page-title h1 span, .block-title strong span, .page-title h2 span, .block-title h2 span{ display:inline-block; vertical-align:top; }
.page-title .separator { margin:0 3px; float:right; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; }
.page-title .button{ right:0px; position:absolute; bottom:6px; }

/* Pager */
.pager { padding:4px 0px; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select {  }
.pager .pages { margin:0px; text-align:center; }
.pager .pages ol { display:inline-block; }
.pager .pages li { float:left; margin:0px; }
.pager .pages li a, .pager .pages li span{ font-size:12px; width:35px; height:34px; line-height:33px; text-align:center; display:inline-block; border-width:1px; border-style:solid; margin-left:-1px; }
.pager .pages li:first-child a, .pager .pages li:first-child span{ border-radius:4px 0px 0px 4px; }
.pager .pages li:last-child a, .pager .pages li:last-child span{ border-radius:0px 4px 4px 0px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:10px; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.mdlblog-index-list .toolbar { display:none; }
.toolbar { border-bottom-style:solid; border-bottom-width:1px; margin-bottom:20px; padding:15px 0px; }
.toolbar .pager { display:none; }
.toolbar .pager .pages{ padding:20px 0px 10px; border-top-width:1px; border-top-style:solid; text-align:center; }
.toolbar .sorter {}
.toolbar-bottom .toolbar{ border-bottom:0px none; padding:0px; }
.toolbar-bottom .limiter, .toolbar-bottom .sort-by, .toolbar-bottom .view-mode{ display:none; }
.toolbar-bottom .pager { display:block; }
.view-mode .grid, .view-mode .list{ font-size:23px; display:inline-block; margin:5px 5px 0px 0px; }
.view-mode .grid span, .view-mode .list span{ display:none; }

/* Data Table */
.data-table { width:100%;}
.review-customer-index .data-table { border-top:0px; }
.data-table input.qty{ margin-bottom:7px; }

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:8px; font-weight:bold; }
.data-table td { padding:8px; }

.data-table thead th { font-weight:bold; padding:8px; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th .tax-flag { font-size:10px; white-space:nowrap; }

.data-table tfoot { border-bottom-width:1px; border-bottom-style:solid; }
#my-orders-table.data-table tfoot tr.first td,#checkout-review-table-wrapper .data-table tfoot tr.first td, .multiple-checkout .data-table tfoot tr.first td{ border-top-width:1px; border-top-style:solid; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right-width:1px; border-right-style:solid; }
.data-table tfoot strong { font-size:16px; }

/* Bundle products tables */
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; border-bottom-style:solid; }

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

/* Generic Info Box */
.info-box { border-width:1px; border-style:solid; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { }

.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; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:10px; }
tr.summary-details-first td { border-top-width:1px; border-top-style:solid; }
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; 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; }

/* 		Cart Page	 */

.data-table > li.heading {  padding: 5px;}
.data-table > li{  border-bottom-style: solid;   border-bottom-width: 1px;   }
.data-table > li.heading div.tableImg {    padding-left: 5px;}
.data-table > li.heading div {    font-weight: 700;}
.data-table > li .tableContent .product-name {   float: left;    margin: 0;    text-align: left;    width: 50%;}
.data-table > li .tableContent .price-box {    float: left;    margin: 0;    width: 50%;}
.data-table > li .tableContent .price-box .qty-wrap {    float: left;    width: 20%;}
.data-table > li .tableContent .price-box .qty-wrap {    float: left;    width: 20%;}
.data-table > li .tableContent .price-box .cart-price-box {   float: left;    width: 25%;}
.data-table > li .tableContent .price-box .Cartsep {    float: left;    width: 10%;}
.data-table > li .tableContent .price-box .cart-price-box {    float: left;    width: 25%;}
.data-table > li .tableImg a {    border-style: solid;    border-width: 1px;    display: inline-block;    margin: 5px 10px;    vertical-align: top;}
.data-table > li + li .tableContent {    float: left;    margin-top: 10px;   width: 80%;}
.data-table > li .product-options-cart {    clear: both;    text-align: left;}
.data-table > li .button-b { border-style:solid; border-width:1px; cursor: pointer;    display: inline-block;    font-size: 11px;    padding: 5px 10px;}
.data-table > li .product-options {    margin: 10px 10px 10px 0;    padding: 5px 20px;}
.data-table > li .tableImg {    float: left;    text-align: left;    width: 20%;}
.data-table > li .tableContent {    float: left;    width: 80%;}
.data-table > li .tableContent .price-box .qty-wrap {    float: left;    width: 20%;}
.data-table > li .tableContent .price-box .cart-price-box {    float: left;    width: 25%; }
.data-table > li .tableContent .price-box .cartDeta2 {    float: left;}
.data-table > li .tableContent .price-box .Cartsep {    float: left;    width: 10%;}
.data-table > li + li {    padding: 5px 0;}
.data-table > li {    display: inline-block;    vertical-align: top;    width: 100%;}
.data-table .product-name a { font-size:15px;    font-weight: normal;   text-decoration: none;}
.product-name {    font-size: 1em;    font-weight: normal;    margin: 0;}
.data-table > li.tableBottomRow{ padding:10px; border-bottom:0px; }


/* 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 {  padding-right:0 !important; }

.link-cart { text-transform:uppercase; }
.link-wishlist { font-weight:bold; }
.link-reorder { float:right; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://www.fightandflight.com/skin/frontend/ultimate/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; float:right; }
.link-rss { padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:inline-block; font-size:0px;  }
.btn-remove:before  { content:'\f014'; font-family: FontAwesome; display:inline-block; font-size:18px; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.btn-remove2 {  }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

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

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border-style:solid; border-width:0 0 1px; line-height:1.25; text-align:center; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border-width:1px; border-style:dotted; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

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

/* Noscript Notice */
.noscript {}

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

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


/* Header ================================================================================ */
.logo { float:left; max-width:100%; }
.header-container { }
.header-container [class*="span"]{ margin-bottom:0px; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.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-container .welcome-msg { margin:0; text-align:right; padding:0px 5px; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; padding:0 0 0 3px; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border-width:1px; border-style:solid;  }
.header .form-search .search-autocomplete li { text-align:left; border-bottom-width:1px; border-bottom-style:solid; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; 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 .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:10px; padding:0 8px 0 7px; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:10px; }

.language-switcher{position:relative;z-index:103; float:left;} 
.header_currency{position:relative;z-index:102; float:left;}
.header-compare{position:relative;z-index:101; float:left;}
.language-switcher:hover, .header_currency:hover, .header-compare:hover,
.language-switcher:hover .select_lang, .header_currency:hover .currency_pan, .header-compare:hover .compare_pan{position:relative;}

.language-switcher .language_detail, .header_currency .currency_detail, .header-compare .compare-content{ display:none; position:absolute; top:-5px; padding:34px 0px 8px; border-width:1px; border-style:solid; text-align:left;}
.language-switcher .language_detail a, .header_currency .currency_detail a{ display:block; padding:2px 15px; min-width:150px; }
.language-switcher label, .header_currency label, .compare_pan label{ display:inline-block; margin-right:10px; text-transform: capitalize; }
.language-switcher .select_lang, .header_currency .currency_pan, .header-compare .compare_pan{ font-size:12px; z-index:9; display:inline-block; padding:0px 15px; }
.language-switcher .select_lang span, .header_currency .currency_pan span, .compare_pan span{ display:inline-block; margin-right:15px; }
.header-compare .actions{
    padding: 5px 18px ;
    min-width: 250px;
}
.header-compare .actions p{margin:0px;}

.header-compare .actions button.button {
    margin:0 5px;
}
.header-compare #compare-items li {
    padding:2px 18px;
	width:100%;
	display:inline-block;
}
.header-compare #compare-items li .product-name{
    width: 80%;
    float: left;
}
.header-compare #compare-items li .btn-remove{float:right;}
.topLinkMenu{ display:none; position:relative; z-index:999; text-align:left; }
.topLinkMenu .tpm-inner{ position:absolute; left:-20px; top:29px; padding:10px 0px; position:absolute; border-width:1px; border-style:solid; display:none; }
div .topLinkMenu .tpm-inner:before{ right:auto; left:20px; }
.topLinkMenu .tpm-inner ul.links li{ padding:0px; line-height:18px; }
.topLinkMenu .tpm-inner ul.links li a{ font-size:12px; display:block; padding:2px 15px; white-space:nowrap; min-width:100px; }

.header_cart { margin:0px 22px; }
.header_cart{ margin-right:10px; }
.header_cart .block-content_pan{ position:relative; }
.header_cart .classy span{ display:inline-block; width:28px; height:23px; text-indent:-9999em; background-position:29px -8px; }
.header_cart .classy a{ font-size:10px; padding:3px 5px; border-radius:3px; position:absolute; top:-15px; right:-5px; line-height:10px; }
.header_cart .remain_cart{ position:absolute; display:none; width:420px; right:-45px; top:40px; padding:10px 0px; z-index:99999; border-width:1px; border-style:solid; }
.header_cart .remain_cart .empty{ margin:0px; text-align:center; }
.topLinkMenu .tpm-inner:before,.header_cart .remain_cart:before{ border-style:solid; border-width: 0 9px 9px; content: ""; height: 0; right:53px; position:absolute; top:-9px; width:0;}
.header_cart .shopping-bag{ padding:5px 20px 0px; }
.header_cart .shopping-bag .empty{ font-size:16px; }
.header_cart .shopping-bag .subtotal{ margin:0px; padding:0px; font-size:16px; }
.header_cart .mini-products-list{ display:inline-block; width:100%; }
.header_cart .actions_checkout,.header_cart .mini-products-list li{ float:left; width:100%; border-top-width:1px; border-top-style:solid; padding:15px 20px 0px; margin:15px 0px 0px; }
.header_cart .mini-products-list li.item .product-image{ float:left; width:70px; }
.header_cart .mini-products-list li.item .product-details{ margin-left:90px; }
.header_cart .mini-products-list li.item .product-name a{ font-size:14px; }
.header_cart .mini-products-list li.item .btn-pencil{ width:30px; height:30px; display:inline-block; font-size:15px; text-align:center; border-width:1px; border-style:solid; border-radius:50%; margin:20px 5px 0px 0px; }
.header_cart .mini-products-list li.item .btn-pencil{ line-height:28px; vertical-align:top; }
.header_cart .mini-products-list li.item .btn-pencil + .btn-pencil{ line-height:30px; }
.header_cart .mini-products-list li.item .quity-multy, .header_cart .mini-products-list li.item .price{ font-size:14px; }
.header_cart .actions_checkout{ text-align:center; padding-bottom:5px; }
.header_cart .actions_checkout .button{ margin:0px 2px; }
.header_cart .actions_checkout button.button span{ font-size:12px; text-transform:uppercase; }

/*		Header01 		*/

.header-wrapper01 header {
    clear: both;
    padding: 40px 0 44px;
    position: relative;
    z-index:99;
}
.header-wrapper01 header .header-right, .header-wrapper01 header .free-shipping{ margin-top:10px; }
.header-wrapper02 header .header-right{ margin-top:3px; }
.header-wrapper02 header .span1{ margin:9px 0px 0px; max-width:75px; }
.header-wrapper02 header .free-shipping{ text-align:right; margin-top:11px; }
.header-wrapper01 .header-top{ border-bottom-width:2px; border-bottom-style:solid; padding:5px 0px; }
.header-wrapper01 .header-top .header-social-links li{ float:left; padding-left:10px; }
.header-wrapper01 .header-top .header-social-links li a{ float:left; font-size:18px; }
.header-wrapper01 .header-top .header-social-links li a span{ display:none; }
.free-shipping h2{ font-size:14px; text-transform:uppercase; }
.free-shipping h2 .fa{ font-size:28px; vertical-align:top; margin:-5px 5px 0px 0px; }
.header-wrapper01 h1.logo{ width:100%; text-align:center; }
.header-wrapper02 h1.logo{ text-align:left;}
.header-wrapper01 h1.logo .logo{ float:none; display:inline-block; }
.header-wrapper02 .search-right{ width:100%;}
.search-right .search-button{ font-size:25px; cursor:pointer; width:25px; text-align:right; }
.header-wrapper02 .search-right .search-button{ display:none; }
.search-right .drop_search{ position:absolute; width:100%; padding:10px; border-width:1px; border-style:solid; right:0px; top:124px; z-index:99; }
.header-wrapper02 .search-right .drop_search{ display:block !important; padding:0px; border:0px; position:relative; left:0px; top:0px; width:100%; }
div .header-wrapper02 .search-right .drop_search:before{ display:none; }
.search-right .drop_search:before{ content:''; width:0; height:0; border-left:8px solid transparent;	border-right:8px solid transparent; border-bottom-width:8px; border-bottom-style:solid; position:absolute; right:2px; top:-9px; }
.search-right .drop_search select{ width:111%; float:left; border:0px none; background:none; }
.header-wrapper01 .search-right .drop_search select{ width:115%; height:34px; }
.search-right .drop_search .select-cover{ float:left; overflow:hidden; width:30%; margin-right:2%; border-width:1px; border-style:solid; position:relative; }
.search-right .drop_search .select-cover:after{ position:absolute; top:8px; right:16px; content:'\f107'; font-family: FontAwesome; }
.search-right .drop_search .select-cover select{ position:relative; z-index:9; }
.search-right .drop_search .input-text{ width:100%; float:left; }
.search-right .drop_search .select-cover + .input-text{ width:68%; }
.search-right .drop_search button.button{ position:absolute; right:11px; top:10px; }
.header-wrapper02 .search-right .drop_search button.button{ right:0px; top:0px; }
.search-right .drop_search button.button > span{ padding:9px 12px; border:none;}
.header-wrapper02 .search-right .drop_search button.button > span{ padding:9px 12px; }
.header-wrapper01 .links{ float:right; }
.header-wrapper01 .links li{ padding:0px 7px; line-height:24px; }
.header-wrapper01 .links li a{ font-size:14px; }


/*		Header03		*/

.header-wrapper03{ border-bottom-width:1px; border-bottom-style:solid; }
.header-wrapper03 .header-top{ }
.header-wrapper03 .links{ float:right; }
.header-wrapper03 .links li { padding:10px 20px; }
.header-wrapper03 .links li + li, .header-wrapper03 .header_currency .currency_pan,  .header-wrapper03 .header-compare .compare_pan { border-left-width:1px; border-left-style:solid; }
.header-wrapper03 .links li a{ float:left; }
.header-wrapper03 .language-switcher .select_lang, 
.header-wrapper03 .header_currency .currency_pan,
.header-wrapper03 .header-compare .compare_pan
 { padding:10px 20px; font-size:13px; }
.header-wrapper03 .language-switcher .language_detail, .header-wrapper03 .header_currency .currency_detail{ padding-top:44px; }
.header-wrapper03 .language-switcher .language_detail a, .header-wrapper03 .header_currency .currency_detail a{ width:172px; }
.header-wrapper03 header .span2{ margin-top:2px; }
.header-wrapper03 header .span2.f-right{ max-width:110px; }
.header-wrapper03 header{ padding:40px 0px; clear:both; position:relative; z-index:99;}

/********** < Navigation */
.nav-wrapper {
    z-index:88;
    position: relative;
}
.nav-container {
    float: left;
    padding: 16px 0;
    position: relative;
    width: 100%;
    z-index: 9;
}
ul#nav {
    float: left;
    position: relative;
    width: 100%;
}
ul#nav > li{float:left; margin:0 2px;}
ul#nav li.level0 > a {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 30px;
    text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
	position:relative;
}
ul#nav li.level0 > a:hover,
.cms-index-index ul#nav li.home.level0 > a,
ul#nav li.level0.active > a,
ul#nav li.level0.over > a{
    border-style: solid;
    border-width: 2px;
    padding: 10px 28px;
}

.header3.cms-index-index ul#nav li.home.level0 > a{padding:12px 20px;}


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

.hideTopNav.header3 .header-wrapper03 header{z-index:9999;}
.hideTopNav.header3 .nav-container {
    float: none;
    padding:8px 0;
    width: auto;
    text-align: center;
    max-width:1280px;
    margin: 0 auto;
    position: relative;
}
.hideTopNav.header3 ul#nav {
    float: none;
    width: auto;
    display: inline-block;
}
.hideTopNav ul#nav li span.mdlabel.lab-red:after, .hideTopNav ul#nav li span.mdlabel {
    display: none;
}
ul#nav li.level0 ul.level0 li a {
    display: block;
    transition: color 200ms ease-in-out 0s;
}
#nav li.level0.megamenu ul.level0 .pump {
    box-shadow: none;
    display: inline-block;
    left: 0;
    padding: 5px 0;
    position: relative;
    top: 0;
    width: 100%;
}
div.pump{display:none;}
ul#nav li.level0 ul.level0 li {
    float: left;
    padding: 5px;
    position: relative;
    width: 100%;
	font-size:14px;
}
ul#nav li.level0 ul.level0 li.parent:before, ul#nav li.level0.megamenu li.level2.parent:before {
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}
ul#nav li.level0 ul.level0 li.parent:before, ul#nav li.level0.megamenu li.level2.parent:before, ul#nav li.level0 ul.level0 li.parent:before {
    border-color: transparent transparent transparent #000;
}

/*label*/

ul#nav li span.mdlabel.lab-green:after {
    border-top-style: solid;
    border-top-width: 5px;
}
ul#nav li span.mdlabel:after {
    border: 5px solid rgba(0, 0, 0, 0);
    bottom: -10px;
    content: "";
    position: absolute;
    right: 5px;
}


ul#nav li span.mdlabel {
    font-family: arial;
    font-size: 13px;
    font-style: normal;
    padding: 3px 10px;
    position: absolute;
    right: 15px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    text-transform: none;
    top: -26px;
    white-space: nowrap;
    z-index: 999;
	font-weight:normal;
}

ul#nav li.level0 .pump span.mdlabel {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 10px;
}
ul#nav li.level0 .pump span.mdlabel:after{display:none;}
#nav li.megamenu .pump ul li span{float:left;}
#nav li.megamenu .pump ul li span.mdlabel{float:none;}
ul#nav li.level0:hover > .pump:before, ul.dmenu li:hover > ul:before {
    background: none repeat scroll 0 0 transparent;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
}
ul#nav li.level0.megamenu > .pump {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 60px;
    width: 100%;
	opacity:0;
	transition: all 0.3s ease 1s;
	-webkit-transition: all 0.3s ease 1s;
	-moz-transition: all 0.3s ease 1s;
	 display: none;
}
.header3 ul#nav li.level0.megamenu > .pump,
.header3 ul#nav li.level0 > .pump, ul.dmenu ul{top:100px;}
ul#nav li.level0 > .pump, ul.dmenu ul {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    display: none;
    padding: 20px;
    position: absolute;
    text-align: left;
    width: 300px;
	top:60px;
}
ul#nav li.level0 ul.level0 .pump, ul#nav li.level0.megamenu li.level2 .pump, ul.dmenu ul ul {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    display: none;
    left: 100px;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 999;
}
ul#nav li.level0 ul.level0 > li:hover > .pump, 
ul#nav li.level0 ul.level1 > li:hover > .pump, 
ul#nav li.level0 ul.level2 > li:hover > .pump, 
ul#nav li.level0 ul.level3 > li:hover > .pump, 
ul#nav li.level0 ul.level4 > li:hover > .pump {
    display: inline-block;
    z-index: 999;
}
.topBlock, .bottomBlock {
    padding: 10px;
}
ul#nav li.level0.megamenu ul.level0 > li {
    float: left;
    width: 25%;
}
ul#nav li.level0.megamenu ul.level0 > li {
    float: left;
    width: 25%;
}
ul#nav li.level0.megamenu ul.level0 .pump li {
    background: url("../images/nav1.png") no-repeat scroll left 11px rgba(0, 0, 0, 0);
    padding: 3px 5px 3px 12px;
    position: relative;
}
ul#nav li.level0.megamenu ul.level0 > li > a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: georgia;
}
ul#nav li.level0:hover > .pump, ul.dmenu li:hover > ul {
	opacity:1;
	display: block;
}
/*navigation for header3*/
.header3 ul#nav li.level0 > a:hover, .cms-index-index.header3  ul#nav li.home.level0 > a, .header3 ul#nav li.level0.active > a, .header3 ul#nav li.level0.over > a {
    border:none;
}
.header3 .nav-container {
    padding: 0;
}
.header3 ul#nav li.level0 > a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding:12px 20px;
    text-shadow: none;
}
.header3 .nav-wrapper{background:none;}
.header3 ul#nav, .header3 .nav-container, .header3 .nav-wrapper{
    position:static;
}
li.fixlogo {
    display: none;
}
.hideTopNav .nav-container li.fixlogo {
    display: block;
}
ul#nav li.level0.fixlogo{
    padding: 4px 0 0;
}
ul#nav li.level0.fixlogo > a{
    display: inline-block;
    float: left;
	border:none;
    max-width: 100px;
    padding: 0 50px 0 10px;
}
.header3.hideTopNav ul#nav li.level0.megamenu > .pump, .header3.hideTopNav ul#nav li.level0 > .pump, ul.dmenu ul {
    top:64px;
}
/********** End Navigation > */

/*Left Navigation*/
.magicat-container, .magicat-container .block { display: inline-block; width: 100%; }
ul#magicat li, ul.listStyle li { cursor: pointer; display: block; float: left; list-style-type: none; margin: 0 0 1px 0; padding-left: 10px; position: relative; width: 100% !important; }
ul#magicat li.level0 span.magicat-cat, ul.listStyle li span { text-align:left; border-bottom: 1px solid #eeeeee; display: inline-block; padding: 5px 0; width: 100%; }
ul#magicat li .open-close, .block-layered-nav dt .toggleBtn { display: inline-block; height: 30px; position: absolute; right: 0; top: 0; width: 30px; }
.block-layered-nav dt .toggleBtn { cursor: pointer; }
ul#magicat li.active > .open-close, .block-layered-nav dt .toggleBtn.highlight { background-position: 2px -28px; }
ul#magicat ul { padding-left: 10px; }
ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
ul#magicat li .open-close, .block-layered-nav dt .toggleBtn {
    background: url("../images/leftNav.png") no-repeat scroll 2px 3px #eeeeee;
}

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



/*	Mobile Menu	*/

.mobMenu{ text-align:left; display:none; }
.mobMenu h1{ margin:0px; padding:5px 10px; }
.mobMenu h1 span{ font-size:14px; vertical-align:top; display:inline-block; line-height:26px; }
.mobMenu h1 a{ float:right; font-size:19px; line-height:19px; margin-top:5px; }
.mobMenu .accordion{ border-width:1px; border-style:solid; border-top:0px none; }
.mobMenu .accordion li{ display:block; position:relative; font-size:13px; }
.mobMenu .accordion li + li{ border-top-width:1px; border-top-style:solid; }
.accordion li ul li { border-top-width:1px; border-top-style:solid; font-size:11px; }
.nav-wrapper .mobMenu ul.level0{ border:0px; }
.mobMenu .accordion li a{ display:block; padding:5px 10px; }
.mobMenu .accordion em.open-close { padding: 8px 14px; position: absolute; right: 0; top: 0; cursor:pointer;}
.mobMenu .accordion em {  margin-right: 10px;}

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

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


.slide .container .container, .carousel .container .container,.cms-index-index .content-wrapper.oneCol > .container{ width:100%; margin:0px; max-width:none;}

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


/* Sidebar =============================================================================== */
.block { margin:0 0 20px; }
.block .block-title { }
.block .block-title strong { }
.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; }
.block .block-content li.item { padding:7px 9px; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; margin-top:10px; }
.block .actions a { float:left; margin:3px 0px 0px; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }
.block-static-banner{ margin-top:20px; }
.magicat-container .block .block-title h2{ font-size:13px; line-height:18px; }
.magicat-container .block .block-title h2:after{ display:none; }

/* 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:13px; 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 {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/*	Magicat	*/

.magicat-container{}
.magicat-container ul li{ padding:2px 0px; }
.magicat-container ul li a{ display:inline-block; padding-left:12px; position:relative; }
.magicat-container ul li a:before{ position:absolute; left:0px; top:3px; }


/* Tabs */
.product-tabs li {
	float: left;
	margin: 0;
}
.product-tabs li a, .accordionRow > dt > a {
	background-color: #eeeeee;
	color: #333333;
	font-size: 15px;
	padding: 20px 15px;
	display: inline-block;
	position: relative;
}
.product-tabs li.active a, .accordionRow > dt.active > a {
	border-bottom: 1px solid #ffffff;
	margin-bottom: -1px;
}
.product-tabs li.active a:before {
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	top: -4px;
}
.product-tabs-content {
	float: left;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #eee;
}
ul.product-tabs {
	display: inline-block;
	width: 100%;
	float: left;
}
.accordionRow > dt > a {
	font-size: 18px;
	margin-bottom: 1px;
	width: 100%;
}
.accordionRow {
	display: inline-block;
	width: 100%;
	display: none;
}
#tabs {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#tabs .headingBox h2 {
	margin: 0px
}
#tabs .headingBox h2 span {
	float: left;
	width: 33.3333%;
}
#tabs .headingBox h2 span a {
	width: 100%;
	float: left;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	padding: 50px 0px 46px;
	line-height: 24px;
}
/*	Recent Product	*/

.block-viewed{}
.block-viewed .block-content li.item{ background:none; padding:0px; }
.block-viewed .block-content li.item + li.item{ padding-top:10px; margin-top:10px; }
.block-viewed .item .product-image{ float:left; width:90px; height:90px; border-width:1px; border-style:solid; }
.block-viewed .recent_left{ margin-left:110px; }
.block-viewed .recent_left .product-name a{ font-size:13px; line-height:18px; text-transform:uppercase; }
.block-viewed .recent_left .price-box{ font-size:16px; }
.scrollerRelated .bottomProDetail{text-align:center;}
/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border-width:1px; border-style:solid; }
.mini-products-list .product-details{margin-left:60px;}
.mini-products-list .product-details{font-size:13px;}
.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 .block-title { }
.block-account .block-content { }
.block-account .block-content li a { display:block; border-bottom-width:1px; border-bottom-style:solid; padding:5px 0; text-decoration:none !important; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom-width:1px; border-bottom-style:solid; padding:3px 0;}
.block-account .block-content li.current strong{ font-weight:400; display:inline-block; padding:2px 0px; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { padding:0 0 0 21px; text-transform:none; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }
.block-layered-nav .currently ol{margin:10px 0;}
/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { }
.block-layered-nav .block-subtitle{border-style:solid; border-width:1px; text-transform:uppercase; }
.block-layered-nav .block-content { }
.block-layered-nav dt { padding:2px 0px 3px; font-weight:400; text-transform:uppercase; position:relative;}
.block-layered-nav dd { padding:5px 12px 12px; }
.block-layered-nav .currently li { padding:5px 24px 5px 10px; position:relative; z-index:1; line-height:18px; }
.block-layered-nav ol.filter-block{ padding:10px 0px 20px; }
.block-layered-nav ol.filter-block li{ padding:2px 0px; }
.block-layered-nav ol li a{ display:inline-block; position:relative; padding-left:12px; }
.block-layered-nav ol li a:before{ position:absolute; left:0px; top:3px;}
.block-layered-nav ol li a.btn-remove:before{ top:-7px; content:'\f00d'; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:10px; padding:4px 5px 4px 9px; border-style:solid; 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 .summary { padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
.block-cart .subtotal .price { }
.block-cart .actions { border-bottom-width:1px; border-bottom-style:solid; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/*block upsell list*/
.box-up-sell, .pro-static-block {
	display: inline-block;
	width:100%;
}
.upsellList .product-image {
	border: 1px solid #e1e1e1;
	float: left;
	margin: 0 15px 0 0;
	width: 100px;
}
.upsellList .price-box{width:auto;}
.upsellList li {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
}
.upsellList li .price-box .price {
	font-size: 14px;
}

/* Block: Related */
.block-related .block-title strong { background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-position:0 1px; }
.page-popup .link-print { padding:2px 0 2px 25px; font-weight:bold; }
.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; width:72px; height:15px; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top-width:1px; border-top-style:solid; border-left-width:1px; border-left-style:solid; }
.compare-table tbody td.last { border-right-width:1px; border-right-style:solid; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom-width:1px !important; border-bottom-style:solid !important; }
.compare-table tr.add-to-row td, .logopan { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {  font-weight:bold; margin:0 0 5px; }
.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-compared .block-title strong { background-position:0 1px; }

/* Block: Poll */

.block-poll .block-subtitle {  }
.block-poll label { }
.block-poll input.radio { float:left; margin:2px -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 .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }


/* Block: Tags */
.block-tags .block-content .tags-list { border:0;  }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe label { font-weight:bold; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }


/* Block: Reorder */

.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */

.bannerfullwidth > .container{ max-width:100%; }
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }
.banner-standard .rev_slider_wrapper .rev_slider{ max-height:480px; }

.slide{ margin-top:20px; }
.slide.bannerfullwidth{ margin-top:0px; }
.promoBox1 img, .promoBox2 img, .promoBox3 img{ width:100%; }
.promoBox1 [class*="span"], .promoBox2 [class*="span"]{ margin-top:20px !important; margin-bottom:20px; }
.promoBox li + li{ margin-top:12px; }


/* Block: Login */

.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { padding:0; margin:3px 0 0; }


/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
.block-static-content p{ line-height:24px; font-size:12px; }

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


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid .itemInner{ display:inline-block; width:100%; position:relative; text-align:center;}
.products-grid.scrollerRfy .itemInner{padding:2px;}
.badge{ position:absolute; top:0px; left:0px; z-index:10; width:100%; padding:5px; }
.badge span{ float:left; clear:both; margin:5px 0px 0px 5px }
.badge span strong{ font-weight:400; display:inline-block; padding:2px 0px; min-width:56px; text-align:center; text-transform:uppercase; border-width:2px; border-style:solid; }
.badge span b{ display:none; }

.products-grid { position:relative; padding:0px !important; }
.products-grid.last { }
.products-grid li.item { list-style:none; text-align:center; margin-top:10px; }
.products-grid .proImage{display:inline-block; margin:0 0 14px; width:100%; vertical-align:top; position:relative; overflow:hidden; }
.products-grid .proImage .image-action{ float:right; position:absolute; right:10px; bottom:10px; z-index:99; }
.products-grid .product-image {  display:inline-block; width:100%; vertical-align:top; position:relative; height:100%; }
.products-grid .product-name a{ font-size:14px; text-transform:uppercase; }
.products-grid .price-box { margin:0px; font-size:16px; display:inline-block; width:100%; padding:5px 0; text-align:center; }
.proAction{ display:inline-block; vertical-align:top; width:100%; padding:8px 0px; margin:8px 0px 0px; }
.secView .proAction{ padding:0px; background:none; }
.products-grid .secView .proAction a.btn-cart {
    border-style: solid;
    border-width: 3px;
    display: inline-block;
    font-size: 13px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: none;
}
.secView .proAction button.button span{text-transform:uppercase; }
.proAction .w-btn,.proAction .btn-cart{ border:0px; background:none; padding:0px; font-size:12px; display:inline-block; margin:0px 5px; }
.products-grid .proAction a.btn-cart{ margin:1px 5px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }


.flipView {
  position: relative;
  margin:0px auto;
  width:100%;
  z-index: 1;
}
.flipView {
  perspective: 1000;
}
.item .product-image {
}
.flipView:hover .product-image {
}
.fadeView.flipView:hover .product-image {
}
.flipView img.spacer-img {
	width: 100%;
}
.proImage:hover .face{
left:100%
}
.proImage.fadeView .face, .proImage.fadeView .face.back,.proImage.fadeView:hover .face, .proImage.fadeView:hover .face.back,.proImage:hover .face.back {
left:0px;
}
.face {
	position:absolute;
	left:0px; top:0px;
	width:100%; height:100%;
	text-align:center;
	z-index:2;
	padding:10px;
	transition:left 1s;
	-webkit-transition:left 1s;
}

.face.back {
	left:-100%;
}
.fadeView:hover .face,.fadeView:hover .face img{ opacity:0; -ms-filter: "alpha(opacity=0)";  }
.fadeView:hover .back.face, .fadeView:hover .back.face img{ opacity:1; -ms-filter: "alpha(opacity=100)"; }
.fadeView .face.back { transform: rotateY(0deg);  -webkit-transform: rotateY(0deg); }
.fadeView .face{ z-index:10;  }
.fadeView .face,.fadeView .face img{  transition: all 0.5s linear;  -webkit-transition: all 0.5s linear; }
.fadeView .face.back{ z-index:9; }

.loderPan{ text-align:center; }
.loderPan .fa{ width:30px; height:30px; line-height:28px; display:inline-block; font-size:24px; } 

/* View Type: List */
.products-list li.item{ margin-bottom:20px; text-align:left; }
.products-list li.item + li.item { padding-top:20px; border-top-width:1px; border-top-style:solid; }
.products-list li.item .proImage{ width:220px; float:left; height:262px; border-width:1px; border-style:solid; overflow:hidden; }
.products-list li.item .bottomProDetail{ margin-left:240px; }
.products-list li.item .bottomProDetail .span5{ text-align:center; padding-left:10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { display:inline-block; overflow:hidden; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 10px; }
.products-list .product-name a{ font-size:18px; }
.products-list .price-box { margin:0px 0px 10px; font-size:20px; line-height:30px; text-transform:uppercase; }
.products-list .ratings .rating-box{ margin:0px 0px 5px; }
.products-list .ratings .rating-links{ display:block; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:0; margin:0 0 10px; line-height:24px; }
.products-list .desc p{ line-height:20px; font-size:13px; }
.products-list .desc .link-learn { font-size:10px; }
.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;}
.bottomProDetail .ratings .amount{display:none;}
.bottomProDetail .no-rating a{
    font-size: 0;
    height: 13px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 71px;
	display:inline-block;
	position:relative;
}
.bottomProDetail .no-rating a{
    background: url("../images/bkg_rating.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.innerSlids p{
    text-align: center;
    padding: 10px;
}
.bottomProDetail .no-rating a:before{position:absolute; width:100%; height:20px; background:transparent; top:0; left:0; content:'';}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.std .no-rating { margin:5px 0px; }

.ratings { font-size:10px; line-height:1.25; margin:7px 0; }
.product-shop .ratings , .product-shop .no-rating{ display:inline-block; width:100%; margin-bottom:15px; }
.products-grid li.item .ratings { margin-bottom:0px; display:inline-block; width:100%; }
.ratings strong { float:left; margin:2px 3px 0 0; }
.ratings .rating-links { margin:0; display:inline-block; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box{width:71px; height:13px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; }
.ratings .rating-box { display:inline-block; margin:2px 3px 0px 0px; vertical-align:top; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:10px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { display:inline-block; padding:5px 10px; margin-left:2px; line-height:14px; }
.availability.in-stock span {}

.availability-only { margin:10px 0 7px; line-height:16px; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom-width:1px; border-bottom-style:dashed;}
.availability-only a { cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom-width:1px; border-bottom-style:solid; font-size:10px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { font-weight:bold; }

.product-view .product-shop .availability { }
.product-view .product-shop .availability span {}

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

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

/********** < Product Prices */
.price { word-wrap: break-word; }

.price-box { margin:5px 0; display:inline-block; width:100%;}
.price-box .price-label{display:none;}
.price-box p{display:inline-block; float:none;}
.price-box .price { }

/* Regular price */
.regular-price .price { font-weight:400; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label {display:none; white-space:nowrap; }
.old-price .price {text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label {white-space:nowrap; }

/* Minimal price (as low as) */
.minimal-price, .products-grid li.item .minimal-price { margin:0; }
.minimal-price .price-label { text-transform:uppercase; white-space:nowrap; }

.minimal-price-link { display:block; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price {  font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price {  font-weight:bold; }

/* 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:10px;}
.weee .price { font-size:10px; 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; display:inline-block; }
.price-from .price-label { white-space:nowrap; }

.price-to { margin:0; display:inline-block; }
.price-to .price-label { white-space:nowrap; }

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

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

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

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; border-width:1px; border-style:solid; }
.tier-prices li { line-height:1.4; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; }
.tier-prices .price { font-weight:bold; }
.tier-prices-grouped li { padding:2px 0; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:10px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin:10px 10px 0px 0px; font-weight:bold; }
.add-to-cart .qty_pan{ float:left; position:relative; }
.add-to-cart .qty {
    float: left;
    height: 48px;
    margin-right: 30px;
    text-align: center;
    width: 60px;
}
.add-to-cart .add{ width:23px; height:23px; line-height:23px; text-align:center; font-size:12px; position:absolute; right:5px; cursor:pointer; }
.add-to-cart .dec{ top:25px; }
.add-to-cart button.button { float:left; }
.add-to-cart button.button span{ text-transform:uppercase; padding:6px 12px; }
.product-shop .product-options-bottom .add-to-cart button.button span{ padding:6px 12px; }
.quick_product .product-options-bottom .add-to-cart{float:left;}
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:right; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; }
.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; }

.product-view { }
.product-essential { }
.product-essential h2 { }

.product-collateral { display:inline-block; width:100%; vertical-align:top; margin-bottom:20px; }
.product-collateral h2 { border-bottom-width:1px; border-bottom-style:solid; padding:0 0 5px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

.block-related{ clear:both; }

/* Product Images */
#fancybox-content:before{ position:absolute; font-size:24px; left:48%; top:48%; z-index:-1; }
.product-view .product-img-box { position:relative; }
.ajax-index-options .product-view{ min-height:250px; }
.ajax-index-options .product-view, .ajax-index-options .product-view .product-essential{ max-width:100%; z-index:9; }
.ajax-index-options .quickLeft {
    float: left;
    position: relative;
    width: 50%;
}

.ajax-index-options .quickRight{
    float: left;
    position: relative;
    width: 50%;
	padding:0 20px 20px 20px;
}

.ajax-index-options .product-view .add-to-box .add-to-cart{ float:left; }
.ajax-index-options .product-view .product-img-box .product-image-zoom{ margin-bottom:10px; height:390px; }
.ajax-index-options .product-view .product-img-box .product-image-zoom img{ position:absolute; left:0px; top:0px; width:100%;}
.ajax-index-options .product-view .product-img-box .product-image-zoom #slide-loader{ position:absolute; left:48%; top:48%; position:absolute; z-index:3; }
.ajax-index-options .product-view .product-img-box .more-views ul{ margin-left:0px; margin-bottom:20px; }
.ajax-index-options .product-view .product-img-box .more-views ul li{ margin:0px 3px; }
.ajax-index-options .data-table{ margin-top:10px; }
.ajax-index-options .badge span strong{ min-width:45px; padding:0px; font-size:11px; }
.product-view .add-to-cart .fa-spin{ margin:10px 0px 0px 10px;  }
.ajax-index-options .product-options{ width:100% !important; }

.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; overflow:hidden; z-index:9; margin:0px 0px 30px; }
.product-view .product-img-box .product-image-zoom .zoomBtn{position:absolute; left:-1px; bottom:-1px; display:inline-block; width:54px; height:54px; line-height:54px; text-align:center; z-index:10001; font-size:21px; }
.product-view .product-img-box .product-image-zoom img { cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:10px; 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; 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; }
.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:10px; border-bottom-width:1px; border-bottom-style:solid; 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:0px; padding:0px; text-align:center; }
.product-view .product-img-box .more-views li a { display:inline-block; width:56px; height:56px; border-width:1px; border-style:solid; overflow:hidden; }

.product-view .product-img-box .thumbbox{ position:relative; display:inline-block; width:100%; }

.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-weight:bold; margin:0 0 10px; }

/* Product Shop */
.product-view .product-shop { padding-left:10px; }
.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 5px; }
.product-view .product-shop .product-name h1 { margin:0px 0px 10px; font-size:24px; }
.product-view .product-shop .price_box .availability { display:none; }
.product-view .product-shop .short-description { margin:20px 0; padding:15px 0px; border-top-width:1px; border-top-style:dashed; border-bottom-width:1px; border-bottom-style:dashed; font-size:12px; }
.product-view .product-shop .add_to_cart{ margin:0px 0px 20px; float:left; width:100%; }
.product-view .product-shop .price_box{ margin:5px 0; float:left; }
.product-view .product-shop .price_box .price-box { font-size:24px; margin-top:7px; }
.product-view .product-shop .price-box-bundle{ padding:0px; }
.product-view .product-shop .price-box-bundle .price-box { font-size:18px; }
.product-view .product-shop .price-box-bundle + .price-box{ font-size:18px; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { float:left; }
.product-view .product-shop .add-to-links li{ float:left; margin-right:5px; }
.product-view .product-shop .add-to-links li .separator { }
.product-view .product-shop .add-to-links a { font-weight:normal !important; }
.addthis_toolbox{ float:right; margin:7px 0px; width:140px; }

.product-view .static-links { border-width:1px; border-style:solid;   margin:20px 0 0;  padding: 5px;}
.product-view .static-links li { float: left;  text-align: center; width: 33%;}
.static-links li + li {  border-left-width:1px; border-left-style:dashed;}
.static-links li a { display: inline-block;  margin:20px 0;  padding: 0 10px;   width: 100%;}
.static-links li a span {  display: inline-block;    font-size: 13px;    width: 100%;}

/* Product Options */
.product-options { margin:10px 0 0; padding:10px 15px 20px; position:relative; border-width:1px; border-style:solid; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; }
.product-options dt label.required em { margin-left:5px; margin-right:5px;}
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { border:0; padding:3px; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom-width:1px; border-bottom-style:solid; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:100%; height:42px; }
.product-options dd input.input-text.qty{ width:42px; text-align:center; margin-left:10px; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom-style:1px; border-bottom-style:dotted; 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:10px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { padding:15px 20px; border-width:1px; border-style:solid; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:left; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom + .price_box{ margin:10px 0px 0px; }
.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; }

/* 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-width:1px; border-style:solid; }
.product-view .box-up-sell .products-grid td { width:25%; border-right-width:1px; border-right-style:solid; border-bottom-width:1px; border-bottom-style:solid; 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-width:1px; border-style:solid; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; }
.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-weight:400; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { padding-right:0; }
.product-view .box-tags .form-add label { display:block;  font-weight:bold; margin:0 0 5px; }
.product-view .box-tags .form-add .input-box { float:left; margin:0 5px 0 0; padding:0px; width:100%; max-width:300px; }
.product-view .box-tags .form-add input.input-text { width:100%; height:38px; padding:0px 10px; }
.product-view .box-tags .form-add button.button span { padding:4px 12px; }
.product-view .box-tags .note { margin:3px 0 0; padding:0px; font-size:10px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt { margin-bottom:5px; }
.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 .comment{ margin:20px 0px 0px; }
.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-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 {  }
.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 { overflow:hidden; }
.send-friend .form-list li { }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { }
.send-friend .form-list .input-box { }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { }
.send-friend .form-list li.wide .input-box {  }
.send-friend .form-list li.wide textarea { }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:10px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { }

/* Product Tags */
.tags-list { display:block;  border-width:1px; border-style:solid; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { clear:none; display:inline-block; width:100%; }
.advanced-search .form-list li{ width:49%; float:left; }
.advanced-search .form-list li.even{ float:right; }
select[multiple]{ height:100px; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border-width:1px; border-style:solid; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { padding-left:15px; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

.search-autocomplete{ display:block; border-width:1px; border-style:solid; margin:-2px 0px 0px -1px; }
.header-wrapper02 .search-autocomplete{ margin:-1px 0px 0px; }
.search-autocomplete ul li{ padding:3px 5px; }
.search-autocomplete ul li + li{ border-top-width:1px; border-top-style:solid; }
.search-autocomplete ul li.first{ border-top:0px; }


/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

.home-sidebar{ padding-left:2%; border-left-width:1px; border-left-style:solid; text-align:center; }
.home-sidebar ul{ display:inline-block; width:100%; margin:0px; padding:0px; }
.home-sidebar ul li{ list-style:none; float:left; width:48%; border-width:1px; border-style:solid; }
.home-sidebar ul li + li + li { margin-top:20px; }
.home-sidebar ul li img{ margin:20px 0px; }
.home-sidebar .get-look img{ width:100%; }

.all .jcarousel-wrapper{ display:inline-block; margin:50px 0px 0px; width:100%; }
.mhBox{margin-top:30px;}
.product-musthave ul li{ text-align:center; padding:0px; margin:10px 0px 0px; cursor:pointer; }
.product-musthave ul li h2{ margin:20px 0px 0px; }
.product-musthave ul li h2 a{ font-size:16px; font-weight:700; display:inline-block; line-height:16px; }
.product-musthave ul li .price-box{ margin:2px 0px 0px; }
.product-musthave ul li .price-box .regular-price{ font-size:14px; }
.price-box-container .button {padding:10px 15px; border-style:solid; border-width:3px;}
.price-box-container .price-box{padding-bottom:10px;}
.latest-news{}
.latest-news ul li{ margin-top:10px; }
.latest-news ul li .news-img{ display:inline-block; width:100%; vertical-align:top; border-width:1px; border-style:solid; border-bottom:0px none; }
.latest-news ul li img{ width:100%; }
.latest-news ul li .new-content{ border-width:1px; border-style:solid; }
.latest-news ul li h2{ margin:10px 10px 0px; text-transform:uppercase; line-height:24px; font-size:14px; }
.latest-news ul li h3{ margin:0px 0px 8px; font-size:11px; font-weight:400; }
.latest-news ul li h3 .fa{ font-size:13px; margin-right:5px; }
.latest-news ul li h3 span{ display:inline-block; margin:0px 10px; }
.latest-news ul li p{ line-height:20px; font-size:12px; margin:0px 10px 10px; }
.latest-news ul li .f-block{ border-top-width:1px; border-top-style:solid; padding:10px; }
.latest-news ul li .f-block .span8{ width:63% !important; }
.latest-news ul li .f-block .span4{ width:35% !important; }
.latest-news ul li .f-block [class*="span"]{ margin-bottom:0px !important; vertical-align:top; }
.latest-news ul li .f-block .f-left{ font-size:12px; margin-top:8px; line-height:12px; }
.latest-news ul li .f-block .span8 .date{ font-style:italic; margin-right:5px; }


.featuredcat-wrapper{ text-align:center; margin-bottom:30px; }
.featuredcat-wrapper article{ padding:0px 14% 20px; font-size:16px; line-height:24px; }
.featuredcat-wrapper ul{ display:inline-block; width:100%; }
.featuredcat-wrapper ul li.cat-block{ width:25%; float:left; }
.featuredcat-wrapper ul li.cat-block img{ max-width:150px; margin-bottom:20px; opacity:0.9; }
.featuredcat-wrapper ul li.cat-block h2 a{ font-size:16px; }

.highlighterWrap{ margin:0px 0px 30px; padding-bottom:20px;}
.highlighterWrap [class*="span"]{ margin-bottom:0px; }
.highlighterWrap img{ margin:10px 0px; }
.highlighterWrap h2{ font-size:30px; margin:40px 0px 20px; }
.highlighterWrap p{ font-size:12px; line-height:24px; margin:0px 0px 20px; }
.highlighterWrap .span5 {text-align:center;}

.view-button{ border:0px none; padding:10px 25px; display:inline-block; font-size:12px; text-transform:uppercase; }
.logBox, .slider-box{
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.product-default{  }
.product-default .span7{ text-align:center; }
.product-default h2 { margin-top:40px; }
.product-default h2 a{ font-size:55px; line-height:52px; font-weight:700; text-transform:uppercase;  }
.product-default .desc{ font-size:14px; line-height:24px; margin:10px 0px 20px; }
.product-default .price-box-container{ padding:20px; max-width:240px; position:relative; }
.product-default .price-box-container:after{ position:absolute; content:''; right:-18px; top:50%; margin-top:-18px; border-top:19px solid transparent;	border-bottom:19px solid transparent; border-left-width:19px; border-left-style:solid;
 }
.product-default .price-box-container .price-box{ margin:0px; font-size:24px; margin-bottom:15px; }
.product-default .price-box-container .price-box .minimal-price-link{ display:inline-block; margin-left:5px; font-size:14px; }
.product-default .price-box-container .price-box .price{ font-weight:400; }
.product-default .price-box-container .btn-cart{ font-size:14px; overflow:visible; background:none; }
.product-default .price-box-container p{ margin:0px; }

.new-collections{}
.slider-box #tabs .block-title { padding-bottom:0px; border-bottom-style:none; }
.slider-box #tabs .block-title h2{ width:100%; padding:0; }
.slider-box #tabs .block-title h2 span{ width:33.33%; float:left; position:relative; z-index:9; }

#map_canvas{ margin-bottom:20px; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px 0px 0; width:100%; display:inline-block; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }

/* RSS */
.rss-title h1 { padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { }
.cart .page-title h1 { margin:10px 0 0; }

/* 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:10px; }
.multiple-checkout .title-buttons .button{ position:absolute; right:0px; }
.multiple-checkout .buttons-set button.button span{ padding:4px 10px; text-transform:uppercase; }

/* 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; }
.cart-table .item-msg { margin:5px 0; font-size:10px; font-weight:bold; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */

.static_content,.crosssell-wrap{ clear:both; }
.contacts-index-index .span4 img, .static_content img{ width:100%; }

.cart .cart-collaterals { padding:25px 0 0; clear:both; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

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

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border-width:1px; border-style:solid; padding:12px 15px; }
.cart .discount h2,
.cart .shipping h2 { text-transform:uppercase; margin-bottom:10px; }
.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 .input-box { margin:8px 0 0; }
.cart .discount input.input-text { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

/* Shopping Cart Totals */
.cart .totals { border-width:1px; border-style:solid; }
.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 {  padding:0px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:0px 0px 10px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.checkout-cart-index .item-options dd{ padding-bottom:0px; border-bottom:0px; }
.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-width:1px; border-style:solid; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
#wishlist-table .truncated .show .item-options { left:auto; right:0px; }
#wishlist-table .price-box {
    text-align: left;
	font-size:15px;
}
#wishlist-table textarea{padding:15px; margin:15px 0;}
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* 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; }
.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:10px; cursor:help; margin-left:10px; }
.box-collateral .upsellBox, .ralatedBox{ position:relative; }

.pro-static-block{  }
.pro-static-block li{ display:inline-block; width:100%; vertical-align:top; padding:10px 15px; }
.pro-static-block li .fa{ font-size:24px; }
.pro-static-block li p{ margin:4px 0px 4px 40px; }

/* Tooltip */
.tool-tip { border-width:1px; border-style:solid; 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; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.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; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {  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:10px; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; 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; border-width:1px; border-style:solid; }
.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; }

.opc .checkout-agreements { border-width:1px; border-style:solid; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border-width:1px; border-style:solid; }
.centinel .authentication iframe { width:99%; height:400px; margin:0 !important; padding:0 !important; border:0 !important; }

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

/* Generic Info Set */
.info-set { border-width:1px; border-style:solid; margin:0 0 25px; padding:20px; }
.info-set h2 {  font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 {  font-weight:bold; }
.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; border-bottom-width:1px; border-bottom-style:solid; position:relative; }
.info-set h3.legend { margin:0 0 10px; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !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-content { background:none; }
.block-progress dt { line-height:24px; border-width:1px; border-style:solid; margin:0 0 2px; padding:5px 10px; }
.block-progress dd { border-width:1px; border-style:solid; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit;  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:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

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

.opc .step-title { border-width:0 1px 1px; border-style:solid; padding:15px 8px; text-align:right; }
.opc .step-title .number { float:left; border-width:1px; border-style:solid; padding:0 8px; margin:0 10px 0 0; }
.opc .step-title h2 { float:left; margin:0; }
.opc .step-title a { display:none; float:right; font-size:10px; line-height:16px; }

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

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

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

#opc-login .buttons-set { border-top:0; }
#opc-login h3 {  border-bottom-width:1px; border-bottom-style:solid; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; margin:0; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; border-width:1px; border-style:solid; 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:400; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:15px; border-width:1px; border-style:solid; 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 { font-weight:bold; text-align:center; padding:10px 10px 0; }

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

.multiple-checkout h2 {  font-weight:bold; margin:0 0 10px; }
.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; }
.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 { border-width:1px; border-style:solid; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; border-bottom-width:1px; border-bottom-style:solid; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; padding:14px 21px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; font-size:24px; line-height:36px; vertical-align:top; }
.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 */
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* 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-width:1px; border-style:solid; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */

.checkout-cart-index .content-wrapper, .customer-account-index .content-wrapper,.customer-account-logoutsuccess .content-wrapper,.customer-account-edit .content-wrapper,.customer-address-index .content-wrapper,.customer-address-form .content-wrapper,.sales-order-history .content-wrapper,
.sales-order-view .content-wrapper,
.sales-billing-agreement-index .content-wrapper,
.sales-recurring-profile-index .content-wrapper,
.review-customer-index .content-wrapper,
.review-customer-view .content-wrapper,
.tag-customer-index .content-wrapper,
.wishlist-index-index .content-wrapper,
.oauth-customer-token-index .content-wrapper,
.newsletter-manage-index .content-wrapper,
.downloadable-customer-products .content-wrapper,
.tag-product-list .content-wrapper,
.customer-account-edit .content-wrapper,
.customer-account-edit .content-wrapper,
.customer-account-create .content-wrapper{ padding-top:20px; }

/* Account Login/Create Pages ============================================================ */
.account-login .col2-set{ padding:30px 0px; }
.account-login .col2-set .col2-set{ padding:0px; }
.forgot-content, .account-login .content { min-height:345px; padding:14px 21px; border-width:1px; border-style:solid; margin:0px auto; max-width:600px; }
.forgot-content h2, .account-login .content h2 { font-weight:400;  margin:10px 0 20px; text-align:center; padding:0 0 5px 0px; border-bottom-width:1px; border-bottom-style:solid; text-transform:uppercase; line-height:24px; font-size:16px; }
.account-login .buttons-set { border-width:1px; border-style:solid; margin:0; padding:8px 13px; }
.account-login .buttons-set .button span, .account-create .buttons-set .button span{ padding:3px 10px; min-width:60px; text-align:center; }
.account-login .buttons-set a{ margin:5px 0px 0px; }
.account-create {}
.login_box .form-list .input-box{ padding-left:42px; position:relative; }
.login_box .form-list .input-box:before{ width:42px; height:42px; position:absolute; left:0px; top:0px; text-align:center; line-height:42px; font-size:20px; }
.login_box .form-list .key{}
.login_box .form-list .unlock-block{}
.login_box .form-list input.input-text{ height:42px;}
.login_box .login-buttons-set{ padding-top:20px; margin-top:20px; border-top-width:1px; border-top-style:solid; }
.login_box .f-block{ margin-top:10px; vertical-align:top; }
.login_box .f-block p.left{ margin:5px 0px 0px; }

.forgot-content{ min-height:inherit; margin:20px auto; }

/* 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-width:1px; border-style:solid; 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 { position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { border-width:1px; border-style:solid; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; z-index:1000; }
.remember-me-popup h3 { border-bottom-width:1px; border-style:solid;  padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { 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-width:1px; border-style:solid; padding:0 8px; text-align:center; text-decoration:none; white-space:nowrap; }
/* 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-width:1px; border-style:solid; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom-width:1px; border-bottom-style:solid; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0;  padding-bottom:5px; font-weight:400; text-transform:uppercase;}

.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-weight:bold; margin:0; }

/* Block: Account Information */
.dashboard .box-info h4 { font-size:10px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; margin:3px -20px 0 0; padding:2px 3px; }
.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 .number { float:left; font-size:10px; font-weight:bold; line-height:1; margin:3px -20px 0 0; padding:2px 3px; }
.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 { text-transform:uppercase; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { border-width:1px; border-style:solid; 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 { border-width:1px; border-style:solid; 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 { border-width:1px; border-style:solid; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold;  }
.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; padding:0; margin:0 0 5px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dd {  margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd {  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-weight:bold; }
.page-print h2,
.page-print h3 {  font-weight:bold; }
.page-print h2.h2 {  font-weight:bold; }
.page-print .order-date { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

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

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

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

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:10px; 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 {  margin:0 0 3px; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd {  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;  }
/* ======================================================================================= */


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

.map-popup { border-width:1px; border-style:solid; margin:12px 0 0; position:absolute; text-align:left; width:300px; z-index:100; }
.map-popup-heading { border-bottom-width:1px; border-bottom-style:solid; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 {  margin:0; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top-width:1px; border-top-style:solid; 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-width:1px; border-top-style:solid; }
/* ======================================================================================= */

/*	Home Static Page	*/

.home-static{ padding:30px 0px; }
.home-static [class*="span"]{ position:relative; text-align:center; }
.home-static [class*="span"] img{ width:100%; }
.home-static .home-static-block .content{ position:absolute; height:100%; width:100%; left:0px; top:0px; }
.home-static .home-static-block .content .content-cover{ position:relative; height:100%; width:100%; left:0px; top:0px; display:table; text-align:center; vertical-align:middle; }
.home-static .home-static-block .content .content-cover div{ display:table-cell; vertical-align:middle; }
.home-static .home-static-block .content .content-cover h2{ font-size:36px; text-transform:uppercase; line-height:36px; margin-bottom:15px; }
.home-static .home-static-block .content .content-cover h4{ font-size:18px; font-weight:400; text-transform:uppercase; margin:-5px 0px 15px; }
.home-static .home-static-block .content .content-cover a{ font-size:18px; text-transform:uppercase; text-decoration:underline; }
.home-static .new-look-container{ position:absolute; left:40px; top:100px; width:280px; }
.home-static .new-look-container small{ font-weight:700; font-size:14px; text-transform:uppercase; }
.home-static .new-look-container h2{ font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; font-size:48px; line-height:40px; margin:10px 0px; }
.home-static .promo-block{ width:220px; padding:20px 10px; position:absolute; left:50px; bottom:50px; }
.home-static .promo-block.small-promo{ padding:10px 5px; width:160px; left:auto; right:20px; bottom:20px; }
.home-static .promo-block h2{ font-size:26px; text-transform:uppercase; margin-bottom:0px; line-height:26px; }
.home-static .promo-block.small-promo h2{ font-size:18px; line-height:18px; }
.home-static .promo-block h3{ font-weight:400; font-size:18px; margin:5px 0px 10px; }
.home-static .promo-block.small-promo h3{ font-size:14px; }

/*	About Us Page	*/

.about-page{} 
.std .about-page ul{ padding:0px; } 
.std .about-page ul li{ list-style:none; } 
.about-page .span8 img{ float:left; margin:0px 20px 20px 0px; max-width:380px; border-width:1px; border-style:solid; } 
.service-box{}
.service-box li, .leadership-block li{ width:48%; margin:10px 0px; }
.box-container .terms-conditions-icon .extra-wrap h3,.blog-post li .post-detail h3,.service-box li h3, .leadership-block li h3{ font-weight:400; font-size:18px; }
.service-box .icon-block{ margin:0px 20px 20px 0px; padding:2px; border-radius:50%; }
.service-box .icon-block .fa{ width:80px; height:80px; display:inline-block; text-align:center; border-radius:50%; font-size:36px; line-height:80px; border-width:3px; border-style:solid; }
.service-box .icon-block span{ display:none; }
.leadership-block li img{ float:left; margin:0px 30px 30px 0px; max-width:300px; }
.leadership-block li .read-btn{ margin-top:10px; }

/*	Privacy Policy	*/

.terms-conditions-icon{ margin:10px 0px; }
.terms-conditions-icon,.box-container{ display:inline-block; width:100%; vertical-align:top; }
.box-container .terms-conditions-icon .fa{ float:left; font-size:48px; }
.box-container .terms-conditions-icon .extra-wrap{ margin-left:80px; }

.site-map-block{ padding:20px 30px 30px; border-width:1px; border-style:solid; }
.site-map-block ul li{ display:inline-block; vertical-align:text-bottom; width:100%; padding:5px 0px; }
.site-map-block ul li a{ display:inline-block; padding-left:16px; position:relative; }
.site-map-block ul.static-links li a:before{ position:absolute; left:0px; top:2px; }
.site-map-block ul.dynamic-links li{ border-left-width:1px; border-left-style:solid; padding-left:20px; position:relative; }
.site-map-block ul.dynamic-links li a{ padding-left:10px; }
.site-map-block ul.dynamic-links li:before{ content:''; position:absolute; left:0px; width:20px; top:15px; height:1px; float:left; }
.site-map-block ul.dynamic-links li ul{ padding-left:30px; }

/*		Collection	*/

.new-collections{ position:relative; padding:92px 0px 100px; margin-bottom:24px; }
.new-collections:after, .new-collections:before{ position:absolute; width:50%; top:0px; height:100%; content:''; }
.new-collections:after{ right:0px; }
.new-collections:before{ left:0px; }
.new-collections ul{ position:relative; z-index:9; padding:0px; }
.new-collections ul li{ text-align:center; float:left; width:50%; list-style:none; }
.new-collections ul li em{ width:38px; height:40px; display:inline-block; text-indent:-9999em; }
.new-collections ul li em.map{ background-position:7px 0px; }
.new-collections ul li em.bag{ background-position:-53px 0px; }
.new-collections ul li h4{ font-size:24px; font-weight:400; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; margin:10px 0px;  }
.new-collections ul li h2{ font-size:60px; font-weight:400; text-transform:uppercase; line-height:60px; margin:0px; padding-bottom:28px; position:relative; letter-spacing:5px; }
.new-collections ul li h2:after{ position:absolute; left:50%; bottom:0px; content:''; width:304px; height:1px; margin-left:-152px; }

.box-account, .overflow-block, .multiple-checkout .col-2.col-wide{ overflow:auto; }

/*	Blog Page	*/
.blog-img:before {
	background:#fff;
    background: rgba(245,245,245,0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	opacity:0;
}
.blog-img {
    position: relative;
    display: block;
}
.Rblog{
    border-width:3px;
	border-style:solid;
    display: inline-block;
    font-size: 15px;
    margin: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.blogItem h2 {
    color: #5d5d5d;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 15px;
}
.blogItem .author{
    text-transform: uppercase;
	display:inline-block; 
	width:100%;
}
.bList {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
	z-index:2;
	opacity:0;
}
.blogItem:hover .bList, .blogItem:hover .blog-img:before{opacity:1;}
.block-news .some-left, .block-news .some-right {
    padding: 5px 10px;
    width: 50%;
    border-left: 1px solid rgba(0,0,0,0.3);
	font-weight:normal;
	float:left;
}
.block-news .some-right {
    text-align: right;
}

.blog-post{}
.blog-post { float:left; width:100%; border-width:1px; border-style:solid; margin:0px 0px 30px; }
.blog-post li img{ width:100%; }
.blog-post li .post-detail{ padding:10px 15px 5px; }
.blog-post li .post-action{ padding:10px 15px; border-top-width:1px; border-top-style:solid; display:inline-block; width:100%; vertical-align:top; }
.blog-post li .post-action .post-date{ margin-top:2px; font-size:12px; }
.blog-post li .post-img{ position:relative; }
.blog-post li .post-img span{ padding:10px 14px; position:absolute; right:20px; top:20px; text-transform:uppercase; }


.bloglistveiw{margin-bottom:20px; display:inline-block; width:100%;}
.blogListStyle1 li.blog-list, .blogListStyle2 li.blog-list, .blogListStyle3 li.blog-list, .postContent img.mainpost  {
    border: 1px solid #eee;
    float: left;
    padding: 10px;
}
.blogListStyle1 li.blog-list{width:100%;}
.blogListStyle2 li.blog-list{width:48%;}
.blogListStyle3 li.blog-list{width:32%;}

.date-left {
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin: 10px 0 5px;
    padding-bottom: 5px;
    width: 100%;
}
.date-left li{float:left; margin-right:10px;}
.date-left li .fa{margin-right:8px;}
.blogListStyle2 li +li,
.blogListStyle3 li + li{ margin-left:2%;}
.blog-list h2 a{
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*	End of Blog Page	*/

/*	Components Page	*/

.components h2.components-title{ font-size:30px; border-bottom-width:1px; border-bottom-style:solid; padding-bottom:5px; }
.components h2{ margin-bottom:20px; }
.components .bs-example{ padding:45px 15px 15px; border-width:1px; border-style:solid; position:relative; border-radius:4px 4px 0px 0px; }
.components .bs-example:after { content:"Example"; font-size:12px; font-weight:700; left:15px; letter-spacing:1px; position:absolute; text-transform:uppercase; top:15px; }
.components .highlight{ padding: 9px 14px; border-width:1px; border-style:solid; border-top:0px none; border-radius:0px 0px 4px 4px; margin-bottom:30px; }

/*	End of Components Page	*/

.goTop{ position:fixed; right:0px; bottom:20px; z-index:9999; }
.goTop a{ display:inline-block; padding:20px; text-transform:uppercase; }
.goTop a .fa{ font-size:18px; margin-right:5px; vertical-align:top; }
.goTop a span{ font-size:13px; }

/* Footer ================================================================================ */

.footer-wrapper{ display:inline-block; width:100%; vertical-align:top; }
.footer01 .footer-top{ overflow:hidden;}
.footer01 .footer-top [class*="span"]{ margin-bottom:0px;}
.footer01 .footer-top .testimonial-wrapper{ padding:57px 28px 50px; position:relative; }
.footer01 .footer-top .testimonial-wrapper:before{ position:absolute; left:0; top:0; content:''; height:500px; width:100%;}
.footer-wrapper .jcarousel-wrapper,.footer-wrapper .jcarousel li{ padding:0px; }
.footer01 .footer-top p{ margin:7px 0px 13px; display:inline-block; width:100%;  }
.footer01 .footer-top, .footer01 .footer-top p{ font-size:13px; line-height:20px; }
.footer01 .footer-top .testimonial-wrapper h2{ font-size:16px; text-transform:uppercase; margin-bottom:21px; font-weight:700; }
.footer01 .footer-top .testimonial-wrapper .author{ font-size:12px; font-weight:700; }
.footer01 .block-testimonial{position:relative;}
.footer01 .footer-top .about-block,.footer01 .footer-top .tweet-block,.footer01 .footer-top .fb-block{ padding:40px 0px 40px; }
.footer01 .footer-top .block-title h2:after{ width:36px; left:50%; margin-left:-18px; }
.footer01 .footer-top .tweet-block ul.twitter-twets li{ padding:8px 0px 4px 47px; position:relative; }
.footer01 .footer-top .tweet-block ul.twitter-twets li:before{ position:absolute; left:0px; top:8px; width:35px; height:35px; text-align:center; line-height:35px; font-size:18px; border-radius:50%; }
.form-subscribe{float:right;}
.footer01.newsletter-wrapper{border-top-width:1px; border-top-style:solid;}
.newsletter-wrapper{ text-align:center; padding:46px 0px 42px; }
.newsletter-wrapper .form-subscribe h4,
.newsletter-wrapper .form-subscribe .input-box, .newsletter-wrapper .form-subscribe .input-box .msg-block{ display:inline-block; vertical-align:top; }
.newsletter-wrapper .form-subscribe h4{ font-size:20px; text-transform:uppercase; line-height:52px; font-weight:400; margin-right:20px; margin-bottom:0; }
.newsletter-wrapper .form-subscribe h4 .fa{ font-size:44px; margin:3px 10px 0px 0px; vertical-align:top; }
.newsletter-wrapper .form-subscribe .input-text{ width:380px; height:52px; border-width:3px; border-style:solid; padding:0px 10px; }
.newsletter-wrapper .form-subscribe .button-newsletter{ font-size:30px; line-height:50px; background:none; border:0px none; margin-left:18px; }
.newsletter-wrapper .form-subscribe .button-newsletter span span span{ display:none; }
.footer-wrapper01 [class*="span"]{ margin-bottom:0px; }
.footer-wrapper01 .link-block{ padding:36px 0px; }
.footer-wrapper01 .link-block li{ float:left; width:100%; padding:2px 0px; }
.footer-wrapper01 .link-block li a{ display:inline-block; position:relative; padding-left:20px; font-size:12px; text-transform:uppercase; }
.footer-wrapper01 .link-block li a:before{ position:absolute; left:0px; top:3px; font-size:14px; }
.footer-wrapper01 .footer-bottom{ padding:28px 0px 26px; }
.footer-wrapper01 .contact-detail{ padding:42px 0px 42px 37px; min-height:216px; position:relative; z-index:2;}
.footer-links{overflow:hidden;}
.footer-wrapper01 .contact-detail:after{content:''; position:absolute; top:0; left:0; background:#000; height:500px; width:100%; z-index:-1;}
.footer-wrapper01 .contact-detail h2{ font-size:14px; text-transform:uppercase; font-weight:700; margin-bottom:25px; }
.footer-wrapper01 .contact-detail p{ margin:0px; font-size:12px; }
.footer-wrapper01 .contact-detail a{ text-decoration:underline; font-size:12px; }
.footer-wrapper01 .contact-detail a:hover{ text-decoration:none; }
.footer-wrapper01 .footer-bottom-links li{ margin-right:5px; }
.footer-wrapper01 .footer-bottom-links li a{ display:inline-block; margin-right:3px; }
.footer-wrapper01 .copyText{ clear:both; font-size:12px;  margin:0px; }
.footer-wrapper01 .media-payment img{ margin:7px -3px 0px 0px; }
.fb_iframe_widget iframe, .fb-like-box, .fb-like-box > span{ width:100% !important; }

.newsletter-wrapper.newsf2 .form-subscribe{
    display: inline-block;
    padding:0;
    width: 100%;
}
.footer-wrapper.footer02 [class*="span"]{ margin-bottom:0px; }
.footer-wrapper.footer02 + .footer-wrapper.footer02{ border-top-width:1px; border-top-style:solid; }
.footer-wrapper.footer02 .footer h2{ font-size:18px; margin-bottom:20px; }
.footer-wrapper.footer02 .footer ul{ display:inline-block; vertical-align:top; width:100%; }
.footer-wrapper.footer02 .footer ul li{float:left; width:100%; padding-bottom:8px; }
.footer-wrapper.footer02 .footer ul.twitter-twets li { width:100%; position:relative; padding:0px 0px 20px 20px; }
.footer-wrapper.footer02 .footer ul.twitter-twets li:before { position:absolute; left:0px; top:5px; }
.footer-wrapper.footer02 h4{ font-weight:400; font-size:15px; }
.footer-wrapper.footer02 .input-text{ border:0px none; margin:0px 0px 5px; }
.footer-wrapper.footer02 .button-newsletter{ display:inline-block; padding:10px 30px; overflow:visible; border:0px; text-transform:uppercase; }
.footer-wrapper.footer02 .button-newsletter .fa{ display:none; }
.footer-wrapper.footer02 .footer ul.footer-bottom-links, .sliderf-wrapper{ text-align:center; }
.footer-wrapper.footer02 .footer ul.footer-bottom-links li{ width:auto; float:none; display:inline-block; padding-left:5px; }
.footer-wrapper.footer02 .footer ul.footer-bottom-links li a{ display:inline-block; margin-right:5px; }
.footer-wrapper.footer02 .footer .copyText{ margin-bottom:0px; text-align:center; }
.footer-wrapper.footer02 {
    padding: 30px 0;
}
.testimonial-wrapper.footer02{ text-align:center; background:none; }
.testimonialPan p{font-size:15px; font-style:italic;}
.testimonialPan span{font-weight:bold; font-size:15px;}
.footer-wrapper.footer03{ padding:40px 0px 21px; }
.footer-wrapper.footer03 [class*="span"]{ margin-bottom:0px; }
.footer-wrapper.footer03 div,.footer-wrapper.footer03 p, .footer-wrapper.footer03 a{ font-size:12px; line-height:24px; text-transform:uppercase; }
.footer-wrapper.footer03 ul.footer-bottom-links, .fContect{
    border-bottom: 1px solid #4b4b4b;
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}
.footer-wrapper.footer03 .footer-bottom-links li + li{ padding-left:10px; }
.footer-wrapper.footer03 .footer-bottom-links li a{ display:inline-block; margin-right:10px; }
.footer-wrapper.footer03 .fa { margin-right:10px; font-size:15px; vertical-align:top; margin-top:2px; }
.footer-wrapper.footer03 .fa.fa-phone{ font-size:20px; }
.footer-wrapper.footer03 .fa span{ display:none; }
.footer-wrapper.footer03 .mail-link{ margin-right:20px; }
.footer-wrapper.footer03 .copyText{ margin:2px 0px 0px; }
.footer-wrapper.footer03 .form-subscribe{margin-top:10px;}
.footer-wrapper.footer03 .form-subscribe,
.footer-wrapper.footer03 .form-subscribe h4,
.footer-wrapper.footer03 .form-subscribe .input-box,
.footer-wrapper.footer03 .form-subscribe .msg-block
{float: left;}
.footer-wrapper.footer03 .form-subscribe h4 {
    font-weight: normal;
    margin-right: 10px;
    margin-top: 7px;
}
.footer-wrapper.footer03.footer-bottom{padding:15px 0;}
.footer-wrapper.footer03 .form-subscribe input.input-text {
    height: 30px;

    min-width: 250px;
    padding: 0 10px;
    width: 100%;
	float:left;
}
.footer-wrapper.footer03 button.button-newsletter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    font-size: 0;
    margin-left: 10px;
    margin-top: 5px;
}
.contact-no{margin-right:30px;}
/*Mdl Social Links*/
.mdl-social{float:left;}
.mdl-social li{float:left; margin-right:10px; text-align:center;}
.mdl-social li a {
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
	border-width:1px;
	border-style:solid;
}
.footer03 .mdl-social{margin-top:10px;}
.footer03 .mdl-social li a{border:none; width:auto; height:auto;}
.footer02 .mdl-social li a{border:none;}
.midCol .f-right{padding-top:12px;}
/* ======================================================================================= */

/* 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; font-size:1.2em; }
.best-selling table { border-top-width:1px; border-top-style:solid; }
.best-selling td { width:50%; border-bottom-width:1px; border-bottom-style:solid; padding:8px 10px 8px 8px; font-size:10px; }
.best-selling .product-img { float:left; border-width:2px; border-style:solid; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }

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


/* 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		======================*/

@media screen and (max-width:1280px){
.container{ margin:0px 3%; width:94%; }		
.header-wrapper01 header .links{ display:none; }
.header-wrapper01 header .header_cart{ margin:0px 22px; }
.header-wrapper01 header .topLinkMenu{ display:inline-block; float:right; margin:3px 0px 0px; }
.header-wrapper01 header .topLinkMenu .links{ display:block; }
.header-wrapper01 header .topLinkMenu .tpMenu{ display:inline-block; }
.header-wrapper01 header .topLinkMenu .tpMenu .fa{ font-size:23px; }

}

/*----------------	for Desktop 1024 	----------------------*/

@media screen and (max-width:1024px){
.footer03 .mdl-social, .footer02 .mdl-social {
    display: inline-block;
    float: none;
    padding-bottom: 15px;
}	
.footer03 .form-subscribe, .footer02 .form-subscribe {
    display: inline-block;
    float: none;
    margin-top: 10px;
}
.play-video{ font-size:14px; line-height:20px; padding:5px 12px; }
.product-shop .add-to-cart label {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
}
.product-shop .add-to-cart .qty_pan {
    display: inline-block;
    float: none;
    margin:10px 33%;
    position: relative;
}
.product-shop .add-to-cart button.button {
    display: inline-block;
    float: none;
}
.product-shop .product-shop .product-options-bottom {
    margin: 0 0 10px;
    text-align: center;
}
.product-shop .product-view .static-links li {
    border: medium none;
    float: left;
    text-align: center;
    width: 100%;
}
.product-shop .add-to-box {
    text-align: center;
}
.product-shop .product-view .product-shop .price_box {
    display: inline-block;
    float: none;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
}
.product-shop .product-options-bottom .add-to-cart {
    float: none;
    width: 100%;
	text-align:center;
}
}

@media screen and (min-width: 961px) and (max-width:1024px) { 

.header-wrapper01 .free-shipping h2{ text-align:left; font-size:13px; }
.header-wrapper01 .free-shipping h2 .fa{ float:left; margin-right:0px; }

}

@media screen and (max-width:1024px){
.mdl-social {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
}
.form-subscribe {
    float: none;
    display: inline-block;
}
ul#nav li.level0 > a {
    padding: 12px 20px;
}
ul#nav li.level0 > a:hover, .cms-index-index ul#nav li.home.level0 > a, ul#nav li.level0.active > a, ul#nav li.level0.over > a {
    padding: 10px 18px;
}
.header3 ul#nav li.level0 > a, .header3.cms-index-index ul#nav li.home.level0 > a {
    padding: 10px 18px;
}	
.header3.hideTopNav ul#nav li.level0.megamenu > .pump, .header3.hideTopNav ul#nav li.level0 > .pump, ul.dmenu ul {
    top: 60px;
}
}

@media screen and (min-width: 768px) and (max-width:960px) { 

.page-title h1, .block-title h2, .block-title strong, .block-title h2 a, .cms-index-index .page-title h2, .page-title h2,
.page-title h1, .block-title h2, .block-title strong, .block-title h2 a, .cms-index-index .page-title h2, .page-title h2{ font-size:14px; min-width:100px; }
.featuredcat-wrapper ul li.cat-block img{ max-width:110px; }
button.btn-checkout span{ padding:7px 15px; }

}

/*----------------	for ipad and mobile device 	----------------------*/

@media screen and (max-width:960px){
.product-default h2 a {
    font-size: 20px;
    line-height: 20px;
}
.product-default h2 {
    margin-top: 10px;
}

.header1 .search-right .drop_search {
    position: relative;
    top: 0;
}
.header1 .search-right {
    margin-bottom: 50px;
}	
.logo {
    margin: 10px 10px 15px 10px;
}
.tabs{display:none;}
.accordionRow{display:block;}
.home-static .new-look-container{ left:0px; width:200px; }
.home-static .promo-block.small-promo{ right:5px; }
.home-static .new-look-container h2,.home-static .home-static-block .content .content-cover h2{ font-size:24px; line-height:24px; }
.home-static .home-static-block .content .content-cover h4{ font-size:13px; line-height:13px; }
.home-static .home-static-block .content .content-cover a{ font-size:12px; }
.nav-wrapper .nav-container, .home-static .new-look-container p{ display:none; }
.nav-wrapper{ padding-top:0px; background:none; }
.hideTopNav .nav-wrapper{padding:15px; background:#fff;}
.nav-wrapper .mobMenu{ display:block; }
.header-wrapper01 header{ padding:10px 0px; }
.header-container header [class*="span"]{ width:100%; margin-left:0px; text-align:center; }
.header-wrapper01 header .topLinkMenu, .header-wrapper01 .block-cart{ float:none !important; display:inline-block; margin-left:0px; }
.header-wrapper01 .topLinkMenu { vertical-align:top; margin-top:5px; }
.search-right{ width:100%; margin-bottom:10px; }
.header. .search-right{margin-bottom:40px; }
.search-right .search-button{ display:none; }
.search-right .drop_search{ display:block !important; left:0px; top:60px; border:0px; padding:0px; width:100%; }
.search-right .drop_search:before{ display:none; }
.search-right .drop_search button.button{ top:0px; right:0px; }
.header-wrapper02 h1.logo{ text-align:center; }
.header-wrapper02 header .span1{ max-width:100%; margin-top:20px; }
.header-wrapper02 header .header-right{ margin-bottom:0px; }
.header-wrapper02 .search-right .drop_search{ position:relative; left:0px; top:0px; }
.header-wrapper02 header .free-shipping{ display:none; }

.header-wrapper03 header{padding:20px 0px; position:relative;}
.header-wrapper03 .logo{ float:none; display:inline-block;}
.header-wrapper03 header .span2.f-right{ max-width:100%;}
.header-wrapper03 .header_cart{ display:inline-block; float:none !important; margin-top:10px; }
.header-wrapper03 .search-right{ margin:0px; }
.header-wrapper03 .search-right .drop_search{ position:relative; left:0px; top:0px; }
.header-wrapper03 .nav-wrapper{ margin-bottom:0px !important; }
.header-wrapper03 .header-top .span6{ text-align:center; width:100%; margin-bottom:0px !important; }
.header-wrapper03 .header-top .span6 + .span6{ display:none; }
.header-wrapper03 .header-top .span6 .language-switcher, .header-wrapper03 .header-top .span6 .header_currency{ float:none; display:inline-block; text-align:left; }
.header-wrapper03 .header-top .topLinkMenu{ display:inline-block; border-left-width:1px; border-left-style:solid; padding:8px 0px 8px 15px; vertical-align:top; }
.header-wrapper03 .header-top .topLinkMenu .tpMenu{ font-size:23px; vertical-align:top; }
.header-wrapper03 .header-top .topLinkMenu .tpm-inner{ top:40px; }
.header-wrapper03 .header-top .topLinkMenu .tpm-inner:before{ left:38px; }

.header-container .nav-wrapper .mobMenu{ text-align:left; margin-bottom:0px !important;}
.header3 .header-container .nav-wrapper .mobMenu{ margin-top:15px;}
.header_cart .remain_cart{ width:300px; left:50%; margin-left:-150px; }
.header_cart .remain_cart:before{ left:50%; margin-left:-4px; }

div .tp-rightarrow, div .tp-leftarrow{ height:80px; line-height:80px; font-size:40px;}

.play-video{ font-size:12px; line-height:18px; padding:4px 8px; border-width:1px; }

.home-sidebar ul li img{ margin:0px; min-height:72px; }
.highlighterWrap p{ max-height:165px; overflow:hidden; }
.col2-set .col-1, .col2-set .col-2{ width:100%; text-align:left; }
.col2-set .col-2{ margin-top:20px; }
.account-login .content{ min-height:135px; }
.checkout-progress{ padding:0px; }
#multiship-addresses-table td select{ width:300px; }
.blogListStyle2 li, .blogListStyle3 li{ width:100%; margin-top:0px; }
.blogListStyle2 li + li, .blogListStyle3 li + li{ margin-top:20px; margin-left:0px; }
.new-collections ul li h2{ font-size:48px; line-height:48px; }
.col-wrapper.span6 .products-list li.item .proImage{ width:100%; }
.col-wrapper.span6 .products-list li.item .bottomProDetail{ margin:10px 0px 0px; display:inline-block; width:100%; }

.footer01 .footer-top [class*="span"]{ width:100%; overflow:hidden; margin:0;}
.footer01 .footer-top .tweet-block ul.twitter-twets li {
    padding:12px 0 12px 47px;
}
.footer01 .footer-top .tweet-block{ margin-left:0px; }
.footer-wrapper01 footer > [class*="span"]{ width:100%; margin-left:0px; }

/* Dec */
.cms-home .content-wrapper {padding-top:0px;}
div.content-wrapper {padding-top:20px !important;}


/*.fancybox.w-btn, fancybox btn-cart{display:none;}*/
}
@media screen and (max-width:800px){
.header-top {
    display: inline-block;
    float: none;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.header-top .container .span6{
    display: inline-block;
    float: none;
    margin:0;
    width:auto;
}
.header-top .container .span6.ddown{
    width:100%;
	margin-bottom:15px;
}

.language-switcher, .header_currency, .header-compare {
    display: inline-block;
    float: none;
    z-index: 100;
}	
.footer-wrapper.footer02.midCol{display:inline-block; text-align:center;}
.footer02 .mdl-social {
    float: none;
    display: inline-block;
    text-align: center;
}
.midCol .f-right {
    padding-top: 12px;
    float: none!important;
    display: inline-block;
}
}

/*----------------	for Only Mobile Device 	----------------------*/

@media screen and (max-width:767px){
.pro-left{text-align:center;}
.product-view .product-shop .price_box, .product-view .product-shop .add-to-cart{
    display: inline-block;
    float: none;
    margin: 5px 0;
    padding: 10px;
    width: 100%;
}
.sbox {
    display: inline-block;
    float: none;
	width:auto;
}	
[class*="span"]{ display:inline-block; width:100% !important; float:none; margin:0px 0px 20px !important; }
.home-static .default-block{ max-height:200px; }
.header-container [class*="span"]{ text-align:center; }
.language-switcher .language_detail, .header_currency .currency_detail{ text-align:left; }
.header-wrapper01 .header_currency .currency_detail{ left:auto; right:0px; }
.language-switcher, .header_currency, .footer-wrapper01 .media-payment .f-right, .header-compare{ float:none !important; display:inline-block; }
.header-wrapper01 .header-top .span6, .footer-wrapper01 .media-payment{ margin-bottom:0px !important; }
.header-wrapper01 .header-top .span6 + .span6{ display:none; }
.header-wrapper01 header{ padding:20px 0px; }
.header-wrapper01 header .header-right{ margin-bottom:0px !important; }

.header-wrapper02 .header-top .span6 + .span6{ display:none; }
.header-wrapper02 .header-top .topLinkMenu{ display:inline-block; vertical-align:top; margin:0px; }
.header-wrapper02 .header-top .topLinkMenu .tpMenu{ font-size:14px; }
.header-wrapper02 header .header-right{ margin-bottom:0px !important;  }
.header-wrapper02 header .span1{  margin-bottom:10px !important;}

.home-sidebar{ border-left:0px; padding-left:0px; }
.new-collections:after, .new-collections:before{ width:100%; height:50%; }
.new-collections ul li{ width:100%; }
.new-collections:after{ bottom:0px; top:auto; }
.featuredcat-wrapper article{ padding:0px 0px 20px; }
.featuredcat-wrapper ul li.cat-block{ width:100%; }
.products-list li.item .bottomProDetail{ text-align:center; }
div .camera_effected h2{ display:none; }
div .contentPos-left, div .contentPos-right, div .contentPos-center{ width:100%; left:0px; top:0px; padding:20px 40px; }
div .camera_effected .bannerButton span{ padding:5px 15px; font-size:14px; }
div .camera_fakehover .camera_prev, div .camera_fakehover .camera_next{ height:24px; width:24px; line-height:21px; font-size:14px; border-width:1px; margin-top:-12px; }

div .tp-simpleresponsive .caption, div .tp-simpleresponsive .tp-caption{ display:none; }
div .tp-simpleresponsive .tp-caption.big_white, div .tp-simpleresponsive .caption.big_white,
div .tp-simpleresponsive .tp-caption.display-white, div .tp-simpleresponsive .caption.display-white{ display:block; }

.data-table > li.heading{ display:none; }
.data-table > li .tableImg{ width:100%; text-align:center; }
.data-table > li + li .tableContent{ width:100%; }
.data-table > li .tableContent .product-name{ margin-bottom:10px; text-transform:uppercase; }
.data-table > li .tableContent .product-name,.data-table > li .tableContent .price-box{ width:100%; text-align:center; }
.checkout-progress li{ width:100%; margin:0px; }
.new-collections{ padding:0px; }
.new-collections ul li{ padding:50px 0px; }
.promoBox1 [class*="span"] + [class*="span"], .promoBox2 [class*="span"] + [class*="span"]{ margin-top:0px !important; }
.data-table > li .product-options-cart{ text-align:center; }

.fancybox{ display:none !important; }

.footer-wrapper01 .contact-detail{ min-height:inherit; }
.footer-wrapper01 footer > [class*="span"] [class*="span"]{ width:50% !important; float:left; margin:20px 0px 0px !important; }
.footer-wrapper01 footer > .contact-detail [class*="span"]{ margin:0px !important;}
.footer-wrapper01 .footer-bottom{ text-align:center; }
.footer-wrapper01 .footer-bottom-links li,.footer-wrapper.footer03 .ul-left li, .footer-wrapper.footer03 .f-right{ display:inline-block; float:none !important; }

.footer-wrapper.footer03 { text-align:center; }
.footer-wrapper.footer03 .mail-link{ margin:0px 0px 0px 10px; }
.footer01 .footer-top [class*="span"]{ min-height:inherit; padding-top:20px; padding-bottom:20px; margin-bottom:0px !important; }
.footer01 .footer-top .tweet-block ul.twitter-twets li{ margin-bottom:10px; }
.footer-wrapper01 .link-block{ padding:0px; }
.goTop a{ padding:10px; }

}

@media screen and (max-width:580px){
.mdl-social li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
}
.add-to-box .add-to-cart{float:none;}
.header-compare .compare-content{right:0;}	
.home-static .new-look-container{ top:60px; }
.products-list li.item .proImage{ width:100%; }
.products-list li.item .bottomProDetail{ margin:10px 0px 0px; display:inline-block; width:100%; }
.title-buttons{ margin-bottom:50px; }
.slider-box #tabs .block-title h2 span{ width:100%; padding:12px 0px 0px; }
.multiple-checkout .title-buttons .button{ bottom:-40px; top:auto; }
.products-list li.item .proImage{ height:300px; }
.limiter{ clear:both; margin:5px 27px 0px 0px; }
.header-wrapper02 .topLinkMenu .tpm-inner{ right:-10px; left:auto; }
.header-wrapper02 .topLinkMenu .tpm-inner:before{ left:auto; right:10px; }
div .tp-rightarrow, div .tp-leftarrow{ height:50px; line-height:50px; font-size:16px; }
.footer-wrapper.footer02{ padding:20px 0px; }
div.mdlajax-progress, div.mdlajax-confirm{left:0!important; width:100%!important;}

/*----------------	for Mobile Small Screen 	----------------------*/

@media screen and (max-width:440px){	
.language-switcher label, .header_currency label, .compare_pan label{display:none;}
.header-wrapper03 .language-switcher .select_lang, .header-wrapper03 .header_currency .currency_pan{ padding:10px 5px; }
.header-wrapper03 .header-top .topLinkMenu{ padding-left:5px; }
.header-wrapper03 .language-switcher .select_lang span, .header-wrapper03 .header_currency .currency_pan span{ margin-right:8px; }
.header-wrapper03 .header-top .topLinkMenu .tpm-inner{ left:auto; right:-10px; }
.header-wrapper03 .header-top .topLinkMenu .tpm-inner:before{ left:auto; right:10px; }

.product-view .box-tags .form-add .input-box{ width:148px; }

.newsletter-wrapper .form-subscribe h4 span{ line-height:26px; display:inline-block; }
.newsletter-wrapper .form-subscribe .input-text{ width:250px; }
.form-list .field{ width:100%; }
.form-list .field + .field{ margin-top:10px; }
.header-wrapper01 .language-switcher .select_lang, .header-wrapper01 .header_currency .currency_pan{ padding:0px 14px; }
.footer-wrapper01 footer > [class*="span"] [class*="span"]{ width:100% !important; }
.header-wrapper02 .language-switcher .select_lang, .header-wrapper02 .header_currency .currency_pan{  padding:0px 10px; }
header-wrapper03 .header-top .span6 .language-switcher{ float:left !important; }
.header-wrapper03 .header-top .topLinkMenu{ float:right; }
.header-wrapper03 .language-switcher .language_detail a, .header-wrapper03 .header_currency .currency_detail a{ width:150px; }
}