

* { margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

body          { background:#e4dfdf; font-family:'Open Sans', sans-serif; font-size:12px; line-height:18px; font-weight:400; color:#4a4a4a; text-align:left;}

img           { border:0; vertical-align:top; max-width:100%; }

a             { color:#796868; text-decoration:none; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#918888; font-family:'Open Sans', sans-serif; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:18px; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.f-block, .cart-collaterals,
.collat-wrap	  { display:inline-block; vertical-align:top; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear		  { clear:both; }
.margin-left5{ margin-left:5px !important; }
.margin-left10{ margin-left:10px !important; }
.margin-left15{ margin-left:15px !important; }
.margin-left20{ margin-left:20px !important; }
.margin-left25{ margin-left:25px !important; }
.margin-left30{ margin-left:30px !important; }
.margin-right5{ margin-right:5px !important; }
.margin-right10{ margin-right:10px !important; }
.margin-right15{ margin-right:15px !important; }
.margin-right20{ margin-right:20px !important; }
.margin-right25{ margin-right:25px !important; }
.margin-right30{ margin-right:30px !important; }

/* ======================================================================================= */


/* Grid */

.span12 {
width: 100%;
}
.span11 {
width: 91.5%;
}
.span10 {
width: 83%; 
}
.span9 {
width:74.5%;
}
.span8 {
width:66%; 
}
.span7 {
width: 57.5%;
}
.span6 {
width: 49%;
}
.span5 {
width:40.5%;
}
.span4 {
width: 32%;
}
.span3 {
width: 23.5%;
}
.span2 {
width:15%;
}
.span1 { width:6.5%;}
[class*="span"]{ float:left; margin-bottom:2%; }
[class*="span"] + [class*="span"]{ margin-left:2%; }


/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {  }
.container{ margin:0px auto; clear:both; max-width:1280px;  }
.globle-width .container{ margin:0px 20px; max-width:inherit; }
.hideTopNav .header-wrapper02 + .header-wrapper02 .container{ margin:0px auto; }
.headerfix .header-container .container{ max-width:1280px; margin:0px auto; }
.headerfix .globle-width .header-container > .container,
.headerfix .globle-width .header-container .header-top .container{ margin:0px 20px; }
.headerfix.hideTopNav .globle-width .header-container > .container{ margin:0px auto; padding:0px 20px; }
.globle-width .container .container{ margin-left:0px; margin-right:0px; }
.page { margin:0px auto; }
.hideTopNav .page { padding-top:196px;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty.catalog-product-view { padding:0px 10px; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(../images/bkg_main1.gif) 50% 0 no-repeat; }
.main {  }

/* Base Columns */
.col-left { }
.col-main { }
.col-right {}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px 'PT Sans', sans-serif; vertical-align:middle; color:#2f2f2f; }
.login_box input.input-text,.login_box select,.login_box textarea ,
.catalog-product-view .product-shop input.input-text,.catalog-product-view .product-shop select,.catalog-product-view .product-shop textarea { border:1px solid #CFCFCF; }
input.input-text,select,textarea { background:#fff; border:1px solid #e7e7e7; width:100%; height:40px; }
input.input-text{ padding:0px 10px; }
textarea { padding:10px; }
select { padding:10px 7px 8px 3px; }
select[multiple]{ height:98px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #e7e7e7; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:44px; text-align:center; }
.quickBox input.qty { padding:0px; height:22px; width:30px; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.w-btn{ font-size:14px; color:#666; padding:0px; border:1px solid #BBB; border-radius:50%; width:28px; height:28px; line-height:24px; text-align:center; }
.w-btn + .w-btn{ margin-left:3px; }
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button label{ cursor:pointer; }
.button-b,
button.button > span { display:inline-block; border:0px none; background:#918888; padding:5px 15px; font-size:12px; font-weight:600; text-align:center; white-space:nowrap; color:#fff;  font-family:'Open Sans', sans-serif; }
.button-b:hover,
button.button:hover span { background:#F26565; }
button.button span span { border:0; padding:0; display:inline-block; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

.order-review button.btn-checkout span { padding:0px;}
button.btn-checkout span { padding:15px; }
.checkout-types button.button span{ background:#D7595A; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#fcfcfc; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#333; position:relative; z-index:0; padding-bottom:3px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box, .form-list .input-range{ display:block; clear:both; }
.form-list .field { float:left; width:49%; }
.form-list .field + .field { float:right; }
.form-list input.input-text { }
.form-list textarea { height:10em; }
.form-list select { padding:9px 8px 8px 5px; }
.form-list li.wide .input-box { }
.form-list li.wide input.input-text {  }
.form-list li.wide textarea { }
.form-list li.wide select { }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:20px 0px; padding:8px 0 0; border-top:1px solid #cfcfcf; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { float:left; width:100%; margin:28px 0; }
.my-account .fieldset { margin:0px 0px 28px; }
.fieldset .legend { float:left; width:100%; padding-bottom:5px; margin-bottom:20px; border-bottom:1px solid #cfcfcf; }
.fieldset { background:#f5f5f5; padding:15px 20px 20px; margin-top:0px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #F26565 !important; background:#fdefef !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#333; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; text-align:left; }
.messages { width:100%; box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.1); margin-bottom:20px !important; display:inline-block; }
.messages li { margin:0px !important; }
.messages li li { margin:0 0 3px !important; }
.messages li li span{ vertical-align:top; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:15px 8px 12px 45px !important; font-size:13px !important; position:relative; text-shadow:1px 1px 1px #b6f797; }
.error-msg { border-color:#b32b29; background-color:#ef403d; color:#323232; text-shadow:1px 1px 1px #f56a68; box-shadow:0px 0px 0px 1px rgba(243,104,101,0.5) inset; }
.success-msg { border-color:#82b968; background-color:#96df73; color:#3a6028; box-shadow:0px 0px 0px 1px rgba(216,255,198,0.5) inset; }
.note-msg{ border-color:#d2ae43; background-color:#ffd557; color:#55481f; text-shadow:1px 1px 1px #fff0c4; box-shadow:0px 0px 0px 1px rgba(255,224,132,0.5) inset; }
.notice-msg { border-color:#89b7bf; background-color:#acdae2; color:#394e52; text-shadow:1px 1px 1px #dafaff; box-shadow:0px 0px 0px 1px rgba(189,231,239,0.5) inset; }
.error-msg:before, .success-msg:before, .note-msg:before, .notice-msg:before{ position:absolute; left:14px; top:15px; color:#fff; font-size:20px; text-shadow:0px 1px 1px rgba(0,0,0,0.4); }
.note-msg:before, .notice-msg:before{ left:20px; }
.notice-msg:before{ }
.messages a{ color:#000; font-weight:bold; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0px 0px 20px; float:left; width:100%; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }
.breadcrumbs li a, .breadcrumbs li span{ display:inline-block; }
.breadcrumbs li span{ padding:0px 5px; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; clear:both; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#000; }
.page-title h1{ padding:10px 0px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.multiple-checkout .title-buttons h1{ padding-top:0px; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#333; }

/* Pager */
.my-account .pager .limiter{ line-height:30px; }
.my-account .pager .limiter label{ float:left; margin:0px 10px 0px 0px; }
.my-account .pager .limiter select{ float:left; width:100px; padding:5px 5px 5px 3px; margin:0px 5px 5px 0px; height:30px; }
.pager {  }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0px 0px; }
.pager .pages ol { display:inline-block; width:100%; text-align:center; vertical-align:top; }
.pager .pages li { display:inline-block; }
.pager .pages li span,
.pager .pages li a{ display:inline-block; padding:4px 10px; color:#fff; background:#918888; }
.pager .pages li span{ background:#F26565; color:#fff; }
.pager .pages .current {}

/* Sorter */
.sorter { }
.sorter .view-mode { float:left; margin:6px 0px 0px; font-size:19px; color:#F26565; }
.sorter .view-mode strong{ cursor:default; }
.sorter .view-mode a{ color:#666; }
.toolbar-bottom .sorter .view-mode { display:none; }
.sorter .view-mode strong span,.sorter .view-mode a span{ display:none; }
.sorter .sort-by {
    float: right;
    position: relative;
    z-index: 1500;
}
.toolbar-bottom .sorter .sort-by { display:none; }
.toolbar-bottom .limiter{ display:none; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar-bottom{ float:left; width:100%; margin-bottom:20px; }
.toolbar { float:left; width:100%; padding:8px 0px; margin-bottom:20px; border-top:1px solid #CFCFCF; border-bottom:1px solid #CFCFCF; position:relative; z-index:99; }
.toolbar-bottom .toolbar{ border:0px none; padding:0px; margin:0px; }
.toolbar-bottom .toolbar .pager .pages{ padding:5px 0px; border-top:1px solid #c9c9c9; border-bottom:1px solid #c9c9c9; }
.toolbar .pager { display:none; }
.toolbar .sorter { }
.toolbar-bottom .toolbar .pager { display:block;}
.loderPan{ text-align:center; }

/* Data Table */

/* Data Table */
.data-table {
    border: 1px solid #cfcfcf;
    width: 100%;
	background:#fff;
}
#multiship-addresses-table td select{ width:200px; }
.quickBox .grouped-items-table{ margin:10px 0px 5px; }
.my-account .data-table { margin-bottom:10px; }
.my-account .data-table td{ border-top:1px solid #cfcfcf; }
table.data-table td,table.data-table th{ padding:4px 5px; }
.data-table > li, .data-table > li .row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.data-table > li.tableRow {
    border-bottom: 1px solid #DDDDDD;
}
.data-table > li.heading {
    background: none repeat scroll 0 0 #F6F6F6;
    padding: 5px 0;
}
.data-table > li.heading div, .data-table > li.heading div h2.product-name {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.data-table > li.tableBottomRow {
    background: none repeat scroll 0 0 #F2F2F2;
    padding: 10px 0;
}
.data-table > li .tableImg {
    float: left;
    padding: 10px 2%;
    position: relative;
    width: 20%;
}
.data-table > li .tableImg a.product-image {
    border: 1px solid #F2F2F2;
    display: inline-block;
    max-width: 100%;
}
.data-table > li .tableContent {
    float: left;
    padding-top: 10px;
    width: 80%;
}
.data-table > li .tableContent .product-name {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}
.data-table > li .tableContent .price-box {
    clear: none;
    float: left;
    width: 50%;
}
.data-table > li .tableContent .price-box div {
    float: left;
}
.data-table > li .tableContent .price-box .qty-wrap, .data-table > li .tableContent .price-box .cart-price-box {
    width: 23%;
}
.data-table > li .tableContent .price-box .cartDeta2, .data-table > li .tableContent .price-box .Cartsep {
    width: 10%;
}
.data-table > li.tableRow .button-b {
    margin-bottom: 10px;
}
.data-table > li .tableContent .price-box .cartDeta6 {
    float: left;
    width: 10%;
}
.data-table .odd {
    background: none repeat scroll 0 0 #F8F8F8;
}

.data-table > li.tableRow .item-options {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E3E3E3;
    display: inline-block;
}
.data-table > li.tableRow .item-options dt {
    float: left;
	padding:10px;
}
.data-table > li.tableRow .item-options dd {
    float: left;
    margin:10px 10px 0px 0px;
	padding:0px;
}

.data-table > li.tableRow .button-b {
    margin-bottom: 10px;
}
.button-b {
    padding: 8px 16px;
}


/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #e1e1e1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; border-right:0px none !important; }

.link-cart { color:#333 !important; font-weight:bold; }
.link-wishlist { color:#333; font-weight:bold; }
.link-reorder { font-weight:bold; color:#333 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#333; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:14px; height:14px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.hideTopNav .header-wrapper02 + .header-wrapper02 { position:fixed; top:55px; background:#fff; left:0px; z-index:11; }
.headerfix.hideTopNav .header-wrapper02 ul#nav li ul.level0 {
    top:61px;
}
.hideTopNav .header-wrapper02 .drop_search_open .form-search{ margin-top:20px; }
.header-top { background:#D7595A; padding:10px 0px; }
.header-wrapper01 .header-top { padding:10px 20px; }
.header-top .call-us{ color:#ffffff;  }
.header-top a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
.header-wrapper02 .header-top{ padding:0px; position:relative; z-index:10000; background:#fff; border-bottom:1px solid #f26565; }
.header-top {
	transition: all 100ms ease-in-out 0s;
	-moz-transition: all 100ms ease-in-out 0s;
	-ms-transition: all 100ms ease-in-out 0s;
	-o-transition: all 100ms ease-in-out 0s;
	-webkit-transition: all 100ms ease-in-out 0s;   }
.hideTopNav .header-wrapper02 .header-top, .hideTopNav .header-wrapper01 .header-top,
.hideTopNav .header-wrapper03 .header-top{ margin-top:-49px;}
.header-wrapper03 .header-top { background:#fff; border-bottom:2px solid #eae5e5; color:#333; padding:13px 0px 10px; }
.header-top [class*="span"]{ margin-bottom:0px; }
.header-top .language-switcher,
.header-top .header_currency{ position:relative; margin-right:15px;}
.header-wrapper01 .language-switcher,
.header-wrapper01 .header_currency,
.header-wrapper01 .header-top .language-switcher .fa,
.header-wrapper01 .header-top .header_currency .fa{ color:#fff; }
.header-wrapper03 .language-switcher{ margin-right:0px; }
.header-wrapper03 .language-switcher,
.header-wrapper03 .header_currency{ margin:15px 0px 0px 0px; position:relative; font-size:13px; color:#796868; font-weight:600; }
.header-wrapper03 .language-switcher .fa,
.header-wrapper03 .header_currency .fa{ font-size:14px; color:#f26565; margin-left:8px; }
.header-wrapper02 .header-top .language-switcher,
.header-wrapper02 .header-top .header_currency{ background:#EAE5E5; padding:13px 25px 15px; color:#3a3a3a; }
.header-wrapper02 .header-top .welcome-msg{ padding:13px 0px; color:#999; }
.header-wrapper03 .header-top .welcome-msg{ color:#666; padding:0px 20px; text-transform:uppercase; font-weight:600; }
.header-top .language-switcher label,.header-top .header_currency label,
.header-top .call-us label, .header-top .welcome-msg{ color:#ffdede; display:inline-block; padding-right:5px; }
.header-wrapper03 .header-top label{ color:#666; }
.header-top .language-switcher .fa,
.header-top .header_currency .fa{ color:#F26565; margin-left:15px; }
.language_detail,.currency_detail{ display:none; position:absolute; z-index:999999; top:18px; left:0px; }
.header-wrapper03 .language_detail,.header-wrapper03 .currency_detail{ background:#fff; border-bottom:5px solid #f26565; padding:5px 10px; }
.header-wrapper03 .currency_detail{ width:180px; }
.header-wrapper03 .language_detail{width:120px;}
.language_detail a,.currency_detail a{ display:block; font-weight:400; padding:6px 0px; margin-bottom:1px; color:#666; }
.language_detail a:hover,.currency_detail a:hover{ color:#f26565; }
.language_detail a + a,.currency_detail a + a{ border-top:1px solid #EAE5E5; }
.header-wrapper02 .header-top .language_detail,
.header-wrapper02 .header-top .currency_detail{ padding-top:28px; }
.header-wrapper03 .language_detail,
.header-wrapper03 .currency_detail{}
.header-top .language_detail .language-inner,
.header-top .currency_detail .currency-inner{ width:125px; float:left; background:#fff; border:1px solid #f26565; }
.header-wrapper02 .header-top .language_detail .language-inner,
.header-wrapper02 .header-top .currency_detail .currency-inner{ width:140px; }
.header-wrapper03 .language_detail .language-inner,
.header-wrapper03 .currency_detail .currency-inner{ border-color:#c4c4c4; }
.header-top .language_detail a,
.header-top .currency_detail a{ display:block; clear:both; padding:6px 10px; color:#333; line-height:12px; text-align:left; }
.header-top .language_detail a + a,
.header-top .currency_detail a + a{ border-top:1px solid #ccc; }
.header-top .language_detail a:hover,
.header-top .currency_detail a:hover{ background:#f6f6f6; color:#000; }
.header-wrapper03 .header-top .links{ text-align:center; }
/*header3 new added css*/
.header-wrapper03 .search-button{position:relative; z-index:99;}
.header-wrapper03 .drop_search {
    border-top: 3px solid #F26565;
    position: absolute;
    right:0;
    top: 35px;
    width:400px;
	overflow:visible!important;
}
.header3S{position:relative; z-index:99;}
.header-wrapper03 .drop_search:before{
	position:absolute;
	content:'';
	border:8px solid transparent;
	border-bottom-color:#F26565;
	float:left;
	position: absolute;
    right: 18px;
    top:-19px;
}
/*end header3 new added css*/

.header-wrapper03 .header-top .links li{ display:inline-block; padding:0px 20px; }
.header-wrapper03 .header-top .links li a{ color:#333; }
.header-top .top-links{ float:right; padding:0px 25px; }
.header-top .top-links li{ float:left; color:#fff; }
.header-top .top-links li a{ display:inline-block; text-decoration:none; color:#fff; }
.header-top .top-links li a:hover{ color:#ccc; }
.header-top .top-links li span{ display:inline-block; padding:0px 10px; }
.header-top .social-media{ float:right; }
.header-top .social-media li{ float:left; padding-left:9px;}
.header-top .social-media li a{ float:left; color:#fff; }
.header-top .social-media li a:hover{ color:#ffd3d3; }
.header-top .social-media li a .fa{ font-size:0px; width:15px; display:inline-block; }
.header-top .social-media li a .fa:before{ font-size:18px; }
.header-container { margin-bottom:0px; background:#f5f5f5; }
.hideTopNav .header-container{ position:fixed; left:0px; top:0px; background:#fff; z-index:999;
	box-shadow:0px 0px 3px #999;
	transition:all 200ms ease-in-out 0s;
	-moz-transition:all 200ms ease-in-out 0s;
	-ms-transition:all 200ms ease-in-out 0s;
	-o-transition:all 200ms ease-in-out 0s;
	-webkit-transition:all 200ms ease-in-out 0s;  }
.header-container.header-wrapper02{ border-bottom:5px solid #f26565; }
.hideTopNav .header-wrapper01, .headerfix .header-wrapper03{ }
.headerfix.hideTopNav .header-wrapper01,
.headerfix.hideTopNav .header-wrapper03{ border-bottom:5px solid #F26565; background:#F5F5F5;}
.headerfix .header-wrapper01 + .f-fix,
.headerfix .header-wrapper03 + .f-fix{ }
.nicescroll-rails{ z-index:99999 !important; }
.header { position:relative; z-index:9999; }
.hideTopNav .header-wrapper01 .header, .hideTopNav .header-wrapper03 .header{ position:static; }
.header .logo { float:left; margin:3px 0 10px 0px; text-decoration:none !important; max-width:100%;  }
.header-wrapper02 .header .logo { margin:0px; }
.header-wrapper02 .navFull{margin-top:10px; padding:4px 10px 10px; background:#EAE5E5; border-radius:5px; }
.hideTopNav .header-wrapper02 .navFull{margin-top:0;}
.header-wrapper03 .help-block{ font-size:16px; line-height:22px; margin-top:-10px; }
.header-wrapper03 .help-block span{ color:#000; }
.header-wrapper03 .header .logo-block{ text-align:center; }
.header-wrapper03 .header .logo { float:left; margin:0px; max-width:100%; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:3; }
.headerfix .header-wrapper01 .header a.logo{ margin-top:0px; }
.headerfix .header a.logo{ margin-top:0px; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { float:right; position:relative; }
.header-wrapper03 .header .span8 .form-search{ border-top:none;}
.header-wrapper03 .header .form-search ,
.header-wrapper02 .form-search { width:100%; float:left; border:1px solid #CFCFCF; background:#fff; }
.header-wrapper02 .form-search { margin:0px; position:relative; height:0px; opacity:0; filter: alpha(opacity=0); 
	transition: all 100ms ease-in-out 0s;
	-moz-transition: all 100ms ease-in-out 0s;
	-ms-transition: all 100ms ease-in-out 0s;
	-o-transition: all 100ms ease-in-out 0s;
	-webkit-transition: all 100ms ease-in-out 0s;
}
.header-wrapper02 .drop_search_open .form-search { height:auto; opacity:1;  filter: alpha(opacity=100); margin-bottom:20px; }
.header-wrapper02 .header .form-search { width:100%; margin:20px 0px 0px; bottom:-60px; position:absolute; }
.header-wrapper02 .header .form-search button.button{ background:#f6f6f6; right:30px; }
.header-wrapper02 .header .form-search select,
.header-wrapper02 .header .form-search .input-text{ background:#f6f6f6; height:48px; color:#999;
 }
.header-wrapper03 .header .form-search .input-text,
.header-wrapper03 .header .form-search select{ height:60px; color:#666; }
.header-wrapper03 .header .form-search select{ box-shadow:5px 2px 4px rgba(0, 0, 0, 0.1) inset; }
.header-wrapper03 .header .form-search select + .input-text{ box-shadow:-5px 2px 4px rgba(0, 0, 0, 0.1) inset; }
.header-wrapper03 .header .form-search .input-text{ box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2) inset;  }
.header-wrapper03 .header .form-search .input-text, body .header-wrapper02 .form-search input.input-text{ width:100%; }
.header-wrapper02 .header .form-search select:focus + input.input-text,
.header-wrapper02 .header .form-search select.search-focus{ width:33%; padding:13px 10px 11px 7px; float:left; }
.header-wrapper02 .header .form-search select{ width:33%; margin-right:2%; padding:13px 10px 11px 7px; }
.header-wrapper02 .header .form-search select{ }
.header-wrapper02 .header .form-search select option{ padding:1px 5px; }
.header-wrapper02 .header .form-search .button{ }
.header-wrapper02 .header .form-search select:focus + input.input-text + .button,
.header-wrapper02 .header .form-search input.input-text:focus + .button{ z-index:5;}
.header-wrapper02 .header .form-search input.input-text:focus{ background:#f6f6f6; width:100%; padding:0px 10px; }
.header-wrapper02 .header .form-search select + .input-text{ width:63%; }
.header-wrapper02 .header .form-search select + .input-text,
.header-wrapper02 .header .form-search .input-text{ }
.header-wrapper02 .header .form-search select:focus + input.input-text,
.header-wrapper02 .header .form-search select + input.input-text:focus{ padding:0px 10px; width:65%; background:#f6f6f6; }
.header-wrapper02 .header .form-search .sb-icon-search{ position:absolute; width:49px; height:46px; right:0px; top:0px; text-indent:-9999em; }
.header .form-search select, .header-wrapper02 .form-search select
{ float:left; margin-right:20px; background:#fff; border:0px none; height:20px; padding:1px 0px 2px; width:120px; }
.header-wrapper01 .form-search select{ width:23%; margin-right:2%; }
body .header-wrapper02 .form-search input.input-text,
body .header-wrapper02 .form-search select{ height:42px; color:#666; font-size:16px; line-height:42px; }
body .header-wrapper02 .form-search select{ padding-top:9px; padding-left:20px; background-position:75% 20px; }
.header-wrapper03 .header .form-search select,
.header-wrapper02 .form-search select{ padding:12px 10px 6px 10px; width:38%; margin:0px; float:right; border-left:1px dotted #cfcfcf; /*background-image:url(../images/select-arrow.png); background-repeat:no-repeat; background-position:78% 19px;*/ float:left; }
.header-wrapper03 .header .form-search select{ width:26%; background-position:64% 28px; padding:20px 10px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text , .header-wrapper02 .form-search input.input-text { float:left; border:0px none; width:160px; height:20px; }
.header-wrapper01 .header .form-search input.input-text:focus, .header-wrapper01 .header .form-search select:focus{ background:#eee; }
.header-wrapper01 .form-search input.input-text{ width:100%; }
.header-wrapper01 .form-search select + input.input-text{ width:75%; }
.header .form-search button.button, .header-wrapper02 .form-search button.button{ float:left; position:absolute; right:0px; top:0px; }
.header-wrapper01 .form-search button.button{ top:-8px; }
.header-wrapper03 .header .form-search button.button { top:10px; right:5px; background:none; }
.header-wrapper02 .form-search button.button { top:3px; right:40px; background:#fff; padding-bottom:3px; }
.header .form-search button.button span { border:0; background:none !important; color:#000; font-size:13px; line-height:26px; }
.header-wrapper02 .form-search button.button span { background:none; color:#000; font-size:18px; line-height:24px; border:0px none; }
.header-wrapper02 .header .form-search button.button span{ padding:6px 8px 7px; font-size:18px; }
.header-wrapper03 .header .form-search select + .input-text, .header-wrapper02 .form-search select + input.input-text{ width:62%; float:left; }
.header-wrapper03 .header .form-search select + .input-text{ width:74%; }
.header .form-search button.button span span {  }
.header-wrapper02 .search-button{ margin:5px 0px 0px 10px; font-size:18px; color:#f26565; width:60px; text-align:center; cursor:pointer; line-height:18px; border-left:1px solid #4A4A4A; }
.form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.form-search .search-autocomplete { left:auto !important; right:0px !important; top:20px !important; }
.header-wrapper02 .form-search .search-autocomplete { top:42px !important; }
.header-wrapper02 .form-search .search-autocomplete { width:100% !important; }
.header-wrapper03 .header .form-search .search-autocomplete { top:60px !important; width:100% !important; }
.form-search .fa-times{ display:inline-block; position:absolute; right:8px; top:6px; width:30px; height:30px; line-height:30px; text-align:center; cursor:pointer; font-size:18px; background:#fff; color:#000; display:none; }
.header-wrapper02 .form-search .fa-times{ display:inline-block; }

.drop_search{ }
.drop_search_open{ }
.header-wrapper02 .search-button.closeIcon{
border: medium none;
font-size: 0;
width: 0;
margin-left:0px;
}
.header-wrapper03 .search-button{ color:#f26565; font-size:20px; margin:0px 20px; cursor:pointer; width:20px; text-align:center; }
.search-button{
transition: all 400ms ease-in-out 1s;
-moz-transition: all 400ms ease-in-out 1s;
-ms-transition: all 400ms ease-in-out 1s;
-o-transition: all 400ms ease-in-out 1s;
-webkit-transition: all 400ms ease-in-out 1s;
}

.form-search .search-autocomplete ul { border:1px solid #cfcfcf; background-color:#fff; }
.form-search .search-autocomplete li { text-align:left; padding:2px 8px 1px 8px; cursor:pointer; }
.form-search .search-autocomplete li + li + li { border-top:1px solid #e7e7e7; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { background-color:#fffefb; }
.form-search .search-autocomplete li.selected { background-color:#f6f6f6; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header-wrapper02 .header .links{ float:right; margin:0px; }
.header-wrapper02 .links li{ float:left; padding:13px 15px }
.header-wrapper02 .links li a{ float:left; color:#555; font-weight:600; text-transform:uppercase; }
.header .links { margin:0 0 6px; }
.header-wrapper01 .header .links { margin-top:15px; }
.header-wrapper03 .header .links li { border-right:0px none; padding-right:0px; }
.header-wrapper03 .header .links li a{ color:#666; font-weight:600; text-transform:uppercase; }
.header .links li { float:left; font-size:12px; padding:14px 22px; border-right:1px solid #e7e7e7;}
.header-wrapper01 .header .links li { border:0px none; padding:0px 15px;  }
.header-wrapper01 .header .links li.last{ padding-right:0px; }
.header-wrapper01 .header .links a{ color:#796868; }
.header .links a { color:#000; text-decoration:none; padding-left:18px; display:inline-block; position:relative; }
.header .links a:hover { color:#666; }
.header .links a:before { position:absolute; left:0px; top:3px; color:#f26565; }
.header .links li a.top-link-checkout:before{}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.header-wrapper03 .links li.last a:before{ font-size:14px; }

.logo-row{ padding:58px 0px 24px; }
.header-wrapper01 .logo-row{ padding:34px 0px 24px; }
.header-wrapper01 [class*="span"]{ margin-bottom:0px; }
.header-wrapper03 .logo-row{ padding:30px 0px; }
.header-wrapper02 .logo-row{ padding:27px 0px 24px;}
.logo-row, .logo img{
	transition: all 100ms ease-in-out 1s;
	-moz-transition: all 100ms ease-in-out 1s;
	-ms-transition: all 100ms ease-in-out 1s;
	-o-transition: all 100ms ease-in-out 1s;
	-webkit-transition: all 100ms ease-in-out 1s;}
.hideTopNav .header-wrapper03 .logo img{
    width: 180px;
}
.logo img{ }
.hideTopNav .header-wrapper03 .header .form-search{margin-top:2px;}
.hideTopNav .header-wrapper03 .container .header_cart .block-content_pan{margin-top:2px;}	
.hideTopNav .header-wrapper01 .logo-row{ padding:14px 0px 4px; }
.hideTopNav .header-wrapper03 .logo-row{ padding:15px 0px; }
.hideTopNav .header-wrapper01 .logo-row .span9{ margin-top:0px; }
.hideTopNav .header-wrapper02 .logo-row {padding: 15px 0 10px;}
.hideTopNav .header-wrapper02 .logo img{width:125px;}
.header-wrapper02 .logo-row .span3, .header-wrapper02 .logo-row .span9, .header-wrapper03 .logo-row [class*="span"]{ margin-bottom:0px; }
.header_cart{  }
.headerfix .logo-row .span9,
.headerfix .header-wrapper03 .header .logo-block + .f-right{ margin-top:-4px; }

/********** < Navigation */
.nav-container { float:left; width:100%; }
.header-wrapper02 .nav-container { width:auto; margin-top:5px; }
.header-wrapper03 .nav-container { }
.header-wrapper02 #nav, .header-wrapper02 .sf-menu{ border-bottom:0px none; border-top:0px none; padding:0px; background:none; }
#nav, .sf-menu{ width:100%; float:left; font-size:14px; font-weight:600; padding:15px 20px; background:#fff; border-radius:5px 5px 0px 0px; border-bottom:5px solid #f26565;	transition: all 100ms ease-in-out 1s;
	-moz-transition: all 100ms ease-in-out 1s;
	-ms-transition: all 100ms ease-in-out 1s;
	-o-transition: all 100ms ease-in-out 1s;
	-webkit-transition: all 100ms ease-in-out 1s;
 }
.hideTopNav .header-wrapper01 #nav, .hideTopNav .header-wrapper01 .sf-menu,
.hideTopNav .header-wrapper03 #nav, .hideTopNav .header-wrapper03 .sf-menu{ border-bottom:0px none; position:relative; z-index:9999; }
.mobMenu{ display:none; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav ul li ul li a{ font-size:12px; }
#nav li, .sf-menu li{ position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a, .sf-menu li a, .sf-menu li a:hover,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
.sf-menu .level0 li a{ color:#333; font-size:12px; }

/* 0 Level */
#nav li, .sf-menu li { float:left; padding:0px 18px; }
#nav li.contact-link, .sf-menu li.contact-link{ border-right:0px none; }
.header-wrapper02 #nav li, .header-wrapper02 .sf-menu li{ padding:0px 14px; }

.sf-menu li.home + li.first.active a{} 
#nav li.level0.active > a, ul.sf-menu > li.active > a, .cms-index-index li.home a,.contacts-index-index ul#nav li.contact-link a,
.contacts-index-index ul.sf-menu li.contact-link a{ color:#666; }
#nav li.home + li.first.active a{}

#nav a, .sf-menu li a{ float:left; color:#2a2a2a; font-weight:600; }
#nav li.home + li.first a{}
.sf-menu li.home + li.first ul.level0 li.level1 > a, #nav li.home a, .sf-menu li.home a, #nav li.first a, .sf-menu li.first a{ }
.header-wrapper02 #nav a, .header-wrapper02 .sf-menu > li > a{  padding:0px; }
#nav a .fa-home, .sf-menu > li > a .fa-home{ font-size:20px; margin-top:-3px; display:inline-block; vertical-align:top; }
#nav a .home-link, .sf-menu > li > a .home-link{ margin-right:8px; }
.header-wrapper02 #nav > li.parent > a, .header-wrapper02 .sf-menu > li.parent > a{ padding-right:15px; position:relative; }
.header-wrapper02 #nav li.parent a:after, .header-wrapper02 .sf-menu > li.parent > a:after{ position:absolute; right:0px; top:3px; color:#333; }
.sf-menu li.home + li.first:hover a{} 
ul.sf-menu > li > a:hover, #nav > li.level0 > a:hover, #nav > li.home > a:hover, #nav > li.level0:hover > a,
#nav > li.contact-link > a:hover { color:#888; }
#nav li.home + li.first:hover a{}
/* SF Menu */

.sf-menu li ul{ position:absolute; }
.sf-menu li ul.level0{ top:13px; left:auto; padding:25px 0px 0px; display:none; overflow:visible !important; }
.sf-menu li ul{ border-bottom:5px solid #F26565; }
.sf-menu li ul li{ border-right:0px none; border-bottom:1px solid #EAE5E5; background:#fff; }
.sf-menu li ul li:hover{ background:#313233;  }
.sf-menu li ul li.last{ border-bottom:0px none; }
.sf-menu li ul li a{ display:inline-block; width:100%; padding:10px; color:#333; white-space:nowrap; }
.sf-menu li.home + li.first ul.level0 li:hover a{}
.sf-menu li.home + li.first ul.level0 li.level1 > a:hover{}
.sf-menu li ul li a:hover, .sf-menu li ul li:hover > a,
.sf-menu li ul li a:hover{ color:#fff; }
.sf-menu li.home + li.first ul.level0 li.level1 > a{}
.sf-menu li.home + li.first ul.level0 li a{}

.sf-menu li.home + li.first ul.level0 li.level1 > a,.sf-menu li ul li a{ }
.sf-menu li ul.level0 ul{ left:100%; top:10px; margin-left:1px; }
.header-wrapper02 .sf-menu li ul.level0 ul{ left:-100%; }


/*	Mega Menu	*/

ul#nav { position:relative; }
.header-wrapper02 ul#nav { position:static; }
ul#nav li { position:static; }
ul#nav li ul.level0:before{ position:absolute; height:20px; top:-20px; float:left; left:0px; width:100%; content:''; }
ul#nav li ul.level0:after{ position:absolute; height:20px; bottom:0px; float:left; left:0px; width:100%; content:''; background:#f26565;  }
ul#nav li ul.level0{ position:absolute; left:-10000px; top:53px; padding:20px 20px 12px; background:#f26565; width:100%;  z-index:9999; }
.header-wrapper02 ul#nav li ul.level0{ top:150px; z-index:9; }
.hideTopNav .header-wrapper02 ul#nav li ul.level0{ top:67px; }
.header-wrapper02 .sf-menu li ul.level0{ top:5px; z-index:9; }
.header-wrapper02 ul#nav li > ul.level0:before{ height:45px; top:-45px; }
.hideTopNav .header-wrapper02 ul#nav li ul.level0:before{ top:-26px; }
ul#nav li:hover ul.level0{ left:0px; }
ul#nav li ul.level0 li{ border-right:0px none; margin-bottom:2px; }
ul#nav li ul.level0 li.customMenu{ padding:15px 15px 0px; }
ul#nav li ul.level0 li.customMenu img{ width:100%; border:1px solid #333; }
ul#nav li ul.level0 li.customMenu h2{ color:#fff; text-transform:uppercase; margin-bottom:10px; }
ul#nav li ul.level0 li.customMenu p{ color:#eee; margin:10px 0px 0px; }
ul#nav li ul.level0 li ,ul#nav li ul.level0 li ul{ display:inline-block; width:100%; padding:0px; }
ul#nav li ul.level0 li a{ display:inline-block; width:92%; margin-right:8%; float:none; padding:0px; color:#fff; padding:3px 10px; }
#nav li.home + li.first ul.level0 li a{}
ul#nav li ul.level0 li.customMenu a{ padding:0px; }
ul#nav li ul.level0 li a:hover{ color:#333; }
ul#nav li ul.level0 li.level1{ float:left; width:20%; padding:0px 10px; }
ul#nav li ul.level0 li.level1:after { content:''; background:#fff; background:rgba(255,255,255,0.4); position:absolute; width:1px; height:100%; top:0px; }
ul#nav li ul.level0 li.level1.last:after { width:0px; }
ul#nav li ul.level0 li.level1:before { content:''; background:#f26565; position:absolute; width:100%; left:0px; height:20px; top:0px; z-index:1; }
/*.sf-menu li.home + li.first ul.level0 li.level1 > a, */#nav li ul.level0 li.level1 > a,
#nav li ul.level0 li.level1 > a:hover{ color:#fff; margin-bottom:5px; text-transform:uppercase; font-weight:bold; background:none; }
#nav li ul.level0 li.level1 > a:hover{ color:#eee; }
#nav li.home + li.first ul.level0 li.level1 > a{}


/********** Navigation > */


/*	Mobile Menu	*/

.mobMenu{ text-align:left; }
.mobMenu h1{ background:#f26565; margin:0px; padding:5px 10px; color:#fff; }
.mobMenu h1 span{ font-size:14px; vertical-align:top; display:inline-block; line-height:26px; }
.mobMenu h1 a{ color:#fff; float:right; font-size:19px; line-height:19px; margin-top:5px; }
.mobMenu .accordion{ background:#fff; border:1px solid #E7E7E7; border-top:0px none; }
.mobMenu .accordion li{ display:block; position:relative; font-size:13px; }
.mobMenu .accordion li + li{ border-top:1px solid #e7e7e7; }
.accordion li ul li { background:#f9f9f9; border-top:1px solid #e7e7e7; font-size:11px; }
.accordion li ul li ul li { background:#f1f1f1; }
.mobMenu .accordion li a{ color:#333; display:block; padding:5px 10px; }
.mobMenu .accordion em.open-close {
    background: url(../images/common.png) no-repeat scroll 2px -392px rgba(0, 0, 0, 0);
    padding: 8px 14px;
    position: absolute;
    right: 0;
    top: 0;
	cursor:pointer;
}
.mobMenu .accordion em {
    margin-right: 10px;
}
.mobMenu .accordion li.active > em.open-close {
    background: url(../images/common.png) no-repeat scroll 2px -427px rgba(0, 0, 0, 0);
}

/* ======================================================================================= */

.cart-empty a, .checkout-success a{ color:#f26565; text-decoration:underline; font-weight:600; }
.rowExt ul li{ }
.rowExt ul li a{ display:inline-block; width:100%; overflow:hidden; vertical-align:top; }
.rowExt ul li a img{
	display: block;
    width:100%;
	height:100%;
    float: left;
	margin:0;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration:300ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration:300ms;
}
.rowExt ul li a:hover img{
    -webkit-transform: scale(1.07,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration:300ms;
    -moz-transform: scale(1.07,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration:300ms;
    position: relative;
    z-index:11;	
}
.promoBox ul li + li{ margin:15px 0px 0px; }
.promoBox1 ul li, .promoBox2 ul li{ margin-top:20px; }

.std .store-listing { padding:10px 0px 0px; }
.std .store-listing li{ padding:3px 0px 3px 16px; list-style:none; position:relative; }
.std .store-listing li:before{ position:absolute; left:0px; top:5px; }

/* Sidebar =============================================================================== */

.span3 .block { margin:0 0 20px; min-height:inherit; padding-left:20px; padding-right:20px; }
.magicat-container .block { background:#282828; }
.magicat-container .block .block-title { color:#fff; }
.product_right .block .block-title { margin-top:1px; padding-bottom:11px; }
.block .block-title strong { font-weight:600; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:0px 9px 5px; font-size:1em; font-weight:bold; color:#918888; }
.block .block-content { }
.block #compare-items .btn-pancil{ float:right; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#000; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#EAE5E5; padding:6px 9px; margin-top:20px; }
.block .actions a { }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; background:#f6f6f6; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {}

/* Mini Products List */
.mini-products-list .product-image { float:left; width:70px; }
.mini-products-list .product-details { margin-left:80px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { }
.block-account .block-title strong { }
.block-account .block-content { }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:7px 0px 7px 7px; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#333; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:7px 0px 7px 7px; font-size:13px; color:#333; }
.block-account .block-content li.current strong{ font-weight:600; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { }
.block-layered-nav .block-subtitle { line-height:18px; background:#f2f2f2; padding:3px 9px; border:1px solid #cfcfcf; border-width:1px 0; text-transform:uppercase; color:#918888; }
.block-layered-nav .block-content {  }
.block-layered-nav dt { padding:0px 10px 7px 18px; text-transform:uppercase; position:relative; font-size:13px; }
.block-layered-nav dt .toggleBtn{ position:absolute; right:0px; top:0px; cursor:pointer; }
.block-layered-nav dt:before{ position:absolute; left:0px; top:2px; font-size:12px; }
.block-layered-nav dd { padding:0px 0px 12px 18px; margin-bottom:15px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; margin-bottom:0px; padding-bottom:0px; }
.block-layered-nav .currently li { background:#f9f9f9; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; border-bottom:1px solid #cfcfcf; margin-bottom:20px;  }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; text-transform:uppercase; display:inline-block; vertical-align:top; position:relative; }
.block-layered-nav .currently .label:before { position:absolute; left:0px; top:3px; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #f2f2f2; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.container .header_cart{ border:0px none; }
.header-wrapper01 .container .header_cart{ margin:-7px 0px 0px; }
.header-wrapper01 .container .header_cart .summary{ padding:0px; }
.header-wrapper03 .container .header_cart{ margin:0px; }
.header-wrapper02 .container .header_cart{ margin:0px 0px 0px 10px; }
.container .header_cart .block-content_pan{ float:left; position:relative; }
.header-wrapper02 .container .header_cart .block-content_pan{ }
.container .header_cart h2{ font-size:14px; color:#796868; font-weight:600; }
.container .header_cart h2 a{ text-decoration:none; color:#796868; }
.header-wrapper02 .container .header_cart h2 a{ color:#f26565; font-weight:bold; display:inline-block; padding:0px 3px; }
.header_cart .remain_cart{ display:none; position:absolute; z-index:99999; top:15px; right:0px; left:auto; padding:7px 0px 0px; width:280px; }
.header-wrapper01 .header_cart .remain_cart{top:30px;}
.header-wrapper03 .header_cart .remain_cart{ padding-top:33px; }
.header-wrapper02 .header_cart .remain_cart{ padding-top:30px; }
.header_cart .minicartInner{ border:2px solid #EAE5E5; background:#fff; padding:10px; }
.header_cart .minicartInner .empty{ text-align:center; font-weight:600; color:#666; margin:10px 0px; }
.header-wrapper02 .header_cart .minicartInner{ border-color:#f26565; color:#918888; }
.block.header_cart .empty{ margin:5px; }
.header_cart .mini-products-list li{ display:inline-block; width:100%; vertical-align:top; background:none; padding:10px 0px; border-bottom:1px dotted #c4c4c4; }
.header_cart .mini-products-list li + li{ }
.header_cart .mini-products-list li .btn-pencil{ float:right; margin-left:5px; }
.header_cart .actions_checkout{ display:inline-block; width:100%; vertical-align:top; }
.header_cart .actions_checkout .button { }
.header_cart .actions_checkout .button > span{ padding:6px 15px; }
.header-wrapper02 .block-cart .summary { border:0px none; padding:11px 22px 10px; background:#EAE5E5; }
.block-cart .summary { float:left; position:relative; z-index:1; padding:0px 25px; }
.header-wrapper03 .block-cart .summary{ padding:10px 0px; background:#eae5e5; }
.header-wrapper03 .container .header_cart .block-content_pan{ margin:0px; }
.block-cart .summary em{ font-size:14px; color:#f26565; margin:9px 20px 0px; }
.block-cart .cart-icon { font-size:24px; color:#f26565; margin:0px 20px; }
.header-wrapper02 .block-cart .cart-icon { line-height:24px; }
.header-wrapper02 .block-cart .summary em { margin-top:6px; font-size:14px; color:#3a3a3a; }
.header-wrapper02 .block-cart .summary .classy{ color:#3a3a3a; font-size:12px; line-height:19px; margin:4px 0px 1px; }
.block-cart .summary .classy{ margin:8px 0px 0px; }
.block-cart .summary .classy span span{ display:none; }
.header-wrapper03 .block-cart .summary .classy span span{ display:inline-block; margin-right:3px; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:0px 0px 10px; padding:5px 0; text-align:center; font-size:20px; font-weight:600; color:#606060; font-weight:400; }
.block-cart .subtotal .price { color:#E62C39; font-weight:600; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
.header-wrapper03 .container .header_cart .block-content_pan{}
.header-wrapper03 .container .header_cart .block-content_pan, .header-wrapper03 .container .header_cart,
.header-wrapper03 .block-cart .summary{  }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#000; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fff; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong {}

#magicat li{ line-height:18px; display:block; padding:5px 0px; }
#magicat li a{ display:inline-block; color:#fff; font-size:14px; clear:both; position:relative; padding-left:14px; }
#magicat li ul{ margin-left:16px; }
#magicat li ul ul li{ padding-bottom:0px; }
#magicat li ul ul li a{ font-size:13px; padding-left:8px; }
#magicat li a:hover{ color:#F26565; }
div #magicat li a:before{ position:absolute; left:0px; top:1px; color:#F26565; }
div #magicat li ul li ul li a:before{ display:none; }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#666; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#918888; background:#202020; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { color:#D7595B; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }
.block-banner p{ font-size:14px; text-align:center; color:#666; margin:20px 0px 0px; }
.block-banner .owl-pagination, .block-banner .owl-controls{ display:inline-block; width:100%; text-align:center; }
.block-banner .owl-pagination .owl-page{ margin:10px 2px 0px; display:inline-block; width:14px; height:14px; background:#918888; border-radius:50%; cursor:pointer; }
.block-banner .owl-pagination .owl-page.active{ background:#999; cursor:default; }

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */

.collection ul{ padding:20px 0px 30px; overflow:hidden; }
.collection ul li{ float:left; width:25%; }
.collection ul li a{ 
	text-decoration: none;
    display: block;
    width:100%;
    height:auto;
    float: left;
    margin: 0 3px 3px 0;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.collection ul li a:hover{ 
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index:2;
 }
.collection ul li img{ float:left; width:100%; }


.owl-item{ float:left; }
.brandbox { margin-bottom:20px; }

.aboutBlock { border-bottom:1px solid #CFCFCF; }
.aboutBlock p {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #7D7D7D;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 30px;
    padding: 15px;
    text-align: center;
}

.featured-block{ padding:0px; }
.featured-block li{ font-size:16px; color:#000; background:#f1f1f1; text-align:center; padding:20px 0px; }
.featured-block li a{ color:#000; text-decoration:none; }
.featured-block li .fa{ font-size:24px; margin-right:10px; }
.featured-block li span{ vertical-align:text-top; }

.product_right .pro-static-block{ border:1px solid #CFCFCF; display:inline-block; padding:10px; background:#f9f9f9; }
.product_right .pro-static-block li{ float:left; width:100%; padding:10px; }
.product_right .pro-static-block li + li{ border-top:1px solid #e9e9e9; }
.product_right .pro-static-block li .fa{ font-size:18px; color:#333; margin-right:5px; }
.product_right .pro-static-block li p{ margin:0px; color:#666; }

.content-wrapper { background:#e4dfdf; padding-top:30px; }

/* Mix CSS */

.headingBox{ display:block; overflow:hidden; position:relative; clear:both; }
.headingBox h2{ font-size:26px; color:#918888; font-weight:600; text-transform:uppercase; margin:0px 0px 20px; border-left:5px solid #D7595A; position:relative; line-height:42px; }
.headingBox h2:before{ background:#c7c7c7; height:1px; width:100%; content:''; position:absolute; top:49%; left:0px; }
.headingBox h2 span{ display:inline-block; padding:0px 10px; background:#E4DFDF; position:relative; }


.mix_wrapper{ position:relative; }
.footer-bottom .mix_wrapper{ position:static; }
.mix_inner{ overflow:hidden; }
.owl-wrapper-outer{ display:block; overflow:hidden; }
.owl-wrapper{ position:relative; }
.viewAll{ position:absolute; top:6px; right:10px; }
.headingBox + .mix_container .jcarousel-control-prev:before,
.headingBox + .mix_container .jcarousel-control-next:before, .headingBox + .mix_container .jcarousel-control-next:after,
.headingBox + .jcarousel-wrapper .jcarousel-control-prev:before,
.headingBox + .jcarousel-wrapper .jcarousel-control-next:before, .headingBox + .jcarousel-wrapper .jcarousel-control-next:after,
.viewAll:before, .viewAll:after{ width:10px; height:10px; content:''; float:left; background:#E4DFDF; top:50%; margin-top:-5px; position:absolute; }
.headingBox + .jcarousel-wrapper .jcarousel-control-next:before,.headingBox + .jcarousel-wrapper .jcarousel-control-prev:before,.viewAll:before,
.headingBox + .mix_container .jcarousel-control-next:before,.headingBox + .mix_container .jcarousel-control-prev:before{ left:-10px; }
.headingBox + .jcarousel-wrapper .jcarousel-control-next:after,.viewAll:after, .headingBox + .mix_container .jcarousel-control-next:after{ right:-10px; }
.block-viewed ol li .product-image{ float:left; border:1px solid #cfcfcf; padding:2px; margin-right:10px; }
.product-image{ display:block; position:relative; }
.product-image .front-img{
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	max-width:100%;
	 }

.footer-container .block-content{background:none;}	 
.itemInner:hover .product-image .front-img{ 
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg); 
}
.flipView2:hover .product-image .front-img{ -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); }
.product-image .back-img{
	position: absolute;
	top:0px; 
	left:0px;
	width:100%;
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	z-index:9;
	}
.itemInner:hover .product-image .back-img{ 
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	z-index:10;
	position:absolute;
}
.flipView2 .product-image .back-img{ -webkit-transform: rotateX(0deg) rotateY(0deg); -moz-transform: rotateX(0deg) rotateY(0deg); opacity:0; filter: alpha(opacity=0); }
.flipView2:hover .product-image .back-img{ opacity:1; filter: alpha(opacity=100);  }
.sliderNab{ position:absolute; right:0px; top:-40px; }
.owl-item{ float:left; padding:20px; }
.block-banner .owl-item{ padding:0px; }
.crosssell-wrap .item{ margin:0px 1%; width:23%; float:left; padding:20px 10px; }
.itemInner{ background:#fff; text-align:center; }
.badge{ position:relative; z-index:12; }
.badge .new,
.badge .sale{ position:absolute; top:20px; z-index:9; width:60px; padding:0px 10px; font-weight:400; font-size:15px; line-height:30px; color:#fff; text-transform:uppercase; }
.quickBox .badge .new, .quickBox .badge .sale{ top:10px; color:#fff;  }
.badge .new b, .badge .sale b{ display:none; }
.badge .new strong,.badge .sale strong{ display:inline-block; font-weight:400;  }
.quickBox .badge .new strong,.quickBox .badge .sale strong{ font-size:12px; font-weight:400;  }
.badge .new{ 	right:0px;	background:#00a161; text-align:right; }
.badge .sale{ 	left:0px; 	background:#ff8a00; text-align:left; }
.badge .sale:after{
	content:''; float:left; right:-15px; top:0px; position:absolute; 
	width: 0; 
	height: 0; 
	border-top:15px solid #ff8a00;
	border-bottom:15px solid #ff8a00; 
	border-right:15px solid transparent; }
.badge .new:before{ content:''; float:left; left:-15px; top:0px; position:absolute; 
	width: 0; 
	height: 0; 
	border-top:15px solid #00a161;
	border-bottom:15px solid #00a161;
	border-left:15px solid transparent;
 }
.quickBox .badge .new{ right:0px; }
.quickBox .badge .sale{ left:0px; }
.itemInner, .bottomBox,
.newProducts{ display:inline-block; width:100%; vertical-align:top; position:relative; text-align:center; overflow:hidden; }
.products-list .itemInner{ width:23.5%; }
.itemInner .fancybox{ position:absolute; margin:-24px 0px 0px -24px; width:48px; height:48px; text-align:center; line-height:48px; font-size:18px; color:#fff; top:-200px; left:50%; background:#333; background:rgba(0,0,0,0.8); border-radius:50%; z-index:12;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
 }
.span6 .col-main .buttonox-center .button label, .span6 .col-main .buttonox-center .fancybox label{ display:none; }
.span6 .col-main .buttonox-center .button .fa, .span6 .col-main .item .buttonox-center .fancybox .fa{ margin:0px; line-height:16px; }
.span6 .col-main .item .bottomBox2 button.button > span, .span6 .col-main .item .buttonox-center .fancybox,
.span6 .col-main .item .bottomBox2 .link-wishlist, .span6 .col-main .item .bottomBox2 .compareR{ padding:5px 7px; font-size:14px; line-height:16px; }
.item .bottomBox2 button.button > span, .item .bottomBox2 .fancybox.btn, .products-list li.item .fancybox.btn,
.secondViewInner .itemInner .fancybox{ width:auto; height:auto; background:#f26565; border-radius:0px; font-size:12px; line-height:24px; color:#fff; font-weight:600; padding:1px 7px 2px; }
.products-list li.item .fancybox.btn{ padding-top:2px; padding-bottom:3px; margin-right:3px; }
.products-list li.item .btn-cart{ margin-left:0px; }
.secondViewInner:hover .itemInner .fancybox, .secondViewInner:hover .bottomBox2 button.button > span, .secondViewInner:hover .bottomBox2 .fancybox.btn
, .secondViewInner:hover .bottomBox2 .link-wishlist,  .secondViewInner:hover .bottomBox2 .compareR
 { background:#fff; color:#f26565; }
.item .bottomBox2 .link-wishlist, .item .bottomBox2 .compareR{ height:auto; background:#f26565; border-radius:0px; font-size:16px; line-height:16px; color:#fff; text-transform:uppercase; font-weight:normal; float:right; padding:6px 8px; margin-left:2px; }
.item .bottomBox2 button.button{ float:left; }
.item .bottomBox2 .link-wishlist:hover, .item .bottomBox2 .compareR:hover{ background:#918888; }
.secondViewInner:hover .bottomBox2 .link-wishlist:hover, .secondViewInner:hover .bottomBox2 .compareR:hover{ background:#fff; }
.item .bottomBox2 .link-wishlist{ }
.item .bottomBox2 button.button > span{ line-height:26px; }
.secondViewInner .itemInner .fancybox{ top:auto; bottom:-60px; margin-left:-52px; }
.item .bottomBox2 button.button  > span .fa, .item .bottomBox2 .fancybox.btn .fa,
.secondViewInner .itemInner .fancybox .fa{ font-size:16px; margin-right:6px; vertical-align:top; line-height:26px; }
.item .bottomBox2 .buttonox-center{ float:left; width:100%; background:#dad4d4; padding:8px 8px 6px; }
.item .bottomBox2 .buttonox-center .btn-cart, .item .bottomBox2 .buttonox-center .link-wishlist, .item .bottomBox2 .buttonox-center .compareR{ margin-bottom:2px; }
.item.secondViewInner:hover .bottomBox2 .buttonox-center{ background:#d7595a; }
.secondViewInner .itemInner:hover .fancybox{ bottom:32px; top:auto; }
.itemInner:hover .fancybox{ top:50%; }
.itemInner .fancybox i{ font-style:normal; }
.bottomBox{ padding:20px 0px 0px; text-align:center; }
.firstViewInner .btn-right{ }
.firstViewInner .bottomBox{ background:#fff; padding:0px 10px 15px; }
.products-list .product-shop .bottomBox{ text-align:left; }
.bottomBox2{ background:#f2f2f2; }
.secondViewInner:hover .bottomBox2{ background:#f26565; }
.bottomBox2 .product-name{ }
.item .bottomBox2 .link-wishlist{  }
.bottomBox .product-name{ font-size:14px; font-weight:normal; margin-bottom:0px; line-height:18px; text-transform:uppercase; padding:0px 10px; }
.firstViewInner .bottomBox .product-name{ text-align:left; padding:0px; margin-bottom:10px; text-transform:none; }
.bottomBox .product-name a{ color:#4a4a4a; text-decoration:none; }
.secondViewInner:hover .bottomBox .product-name a,.secondViewInner:hover .bottomBox .regular-price .price,
.secondViewInner:hover .bottomBox .minimal-price{ color:#fff; }
.bottomBox .regular-price .price,
.bottomBox .minimal-price{ font-size:20px; color:#f26565; font-weight:normal; }
.bottomBox .minimal-price{ color:#F26565; font-weight:400; }
.bottomBox .price-box{ margin:5px 0px 15px; }
.bottomBox button.button > span, .compareR, .sliderNab a, .viewAll, .bottomBox .quick_view , .product-view .product-shop .add-to-links a ,.email-friend a,
.link-wishlist, .testimonial-3 .pagination a{ border:0px none; background:#918888; color:#fff; font-size:12px; line-height:29px; text-align:center; padding:0px 10px; display:inline-block; cursor:pointer; vertical-align:top; }
.bottomBox button.button:hover span, .compareR:hover, .sliderNab a:hover, .viewAll:hover, .product-view .product-shop .add-to-links a:hover ,.email-friend a:hover,.link-wishlist:hover{ background:#D7595A; }
i.fa{ font-style:normal; }
.std ul.itemPro{ padding:0px 10px; }
.newProducts li{ list-style:none; padding:20px 0px; margin:0px; }
.firstViewInner .btn-cart{ border:1px solid #bbb; background:#fff; padding:0px; font-size:12px; color:#666; text-align:center; border-radius:10px;cursor:pointer; position:relative; overflow:hidden; margin-bottom:5px; }
.firstViewInner .btn-cart .fa{ float:left; position:absolute; left:0px; top:0px; padding:0px 8px; line-height:26px; border-right:1px solid #BBB; background:#f4f4f4; }
.firstViewInner .btn-cart span span{ display:inline-block; padding:0px 6px; line-height:24px; margin-left:26px; }
.firstViewInner a.btn-cart span{ line-height:26px; }
.secondViewInner .itemInner{ border-top:4px solid #d9d4d4; }
.secondViewInner:hover .itemInner{ border-color:#f26565; }

.col3-set img{ padding:5px; border:1px solid #cfcfcf; background:#f9f9f9; }

/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 20px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { float:left; width:100%; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { }
.products-grid .product-image { display:block; }
.products-grid .product-name { }
.products-grid .product-name a {  }
.products-grid .price-box { }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:100%; margin:0 0 10px; }
.products-list .product-shop { /*margin-left:150px; comment for list page */ }
.products-list .product-name { margin:0px; font-weight:normal; font-size:16px; color:#000; }
.products-list .product-name a { color:#000; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:97px; height:15px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:bold; }
.in-stock span {  color:#060; }
.out-of-stock span {  color:#C00; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }
.firstViewInner .price-box { text-align:center; position:absolute; width:80px; height:80px; z-index:99; border-radius:50%; background:#f26565; background:rgba(215,89,90,0.8); right:20px; bottom:20px; }
.firstViewInner .price-box p.old-price{margin:10px 0 0 0;}
.price-box { margin:5px 0; }
.firstViewInner .price-box .price { color:#fff; font-weight:600; font-weight:16px; }
.firstViewInner .price-box .price-from{ margin-top:20px; line-height:16px; }
.price-box .price { color:#F26565; }
.secondViewInner:hover .price-box .price { color:#fff; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-size:13px; color:#333; }
.firstViewInner .regular-price .price{ font-size:16px; line-height:76px; color:#fff; font-weight:600; }
.product-shop .regular-price .price { font-size:24px; line-height:50px; }
.product-shop .grouped-items-table td, .product-shop .grouped-items-table th{ line-height:40px; padding:2px 12px; }
.product-shop .grouped-items-table thead th{ background:#333; color:#fff; }
.product-shop .grouped-items-table .regular-price .price { font-size:18px; line-height:40px; }
.block .regular-price,
.block .regular-price .price {  }

/* Old price */
.old-price { margin:0; display:inline-block; }
.old-price .price-label { white-space:nowrap; color:#999; display:none; }
.old-price .price { font-weight:bold; color:#7D7D7D; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; display:inline-block; }
.special-price .price-label { display:none; }
.special-price .price { font-size:18px; font-weight:normal; color:#918888; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { white-space:nowrap; }
.firstViewInner .minimal-price{ margin:0px; }
.firstViewInner .minimal-price-link .label,
.firstViewInner .price-label{ display:none; }
.firstViewInner .minimal-price .price{ font-size:16px; line-height:76px; color:#fff; font-weight:600; }
.firstViewInner .minimal-price-link{ margin-top:-30px; }
.firstViewInner .minimal-price-link .price{ color:#fff; }

.minimal-price-link { display:block; font-size:14px; }
.minimal-price-link .label {color:#333;}
.minimal-price-link .price { font-weight:normal; color:#f26565; }
.secondViewInner:hover .minimal-price-link .price, .secondViewInner:hover .minimal-price-link .label { color:#fff; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
div .std .price-from { margin:0;  }
.price-from, .price-to { color:#7D7D7D; text-transform:uppercase; font-size:14px; line-height:22px; margin:0px; }
.span3 .block #recently-viewed-items .price-from, .span3 .block #recently-viewed-items .price-to { font-size:12px; line-height:18px; }
.secondViewInner:hover .price-from, .secondViewInner:hover .price-to { color:#fff; }
.price-from .price-label { font-weight:600; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#333; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float: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:left; }
.product-shop .add-to-box .add-to-cart { float:right; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { }

.product-essential { }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { float:left; width:100%; margin-bottom:30px; }
.product-collateral h2 { font-weight:normal; font-size:15px; color:#333; border-bottom:1px solid #C9C9C9; padding:0 0 5px; margin:0 0 10px; }
.product-collateral .box-collateral { }

/* Product Images */
.product-view .product-img-box { position:relative; overflow:hidden; }
.product-view .left-carousel .thumbbox{ float:left; width:105px; position:absolute; left:0px; top:0; margin-top:-17px; }
.product-view .product-img-box.left-carousel .more-views{ width:100%; height:450px; }
.product-view .product-img-box.left-carousel .more-views ul{ width:auto; height:20000em; }
.product-view .left-carousel .more-views .jcarousel-clip{ height:421px; margin:50px 0px; padding:0px 4px; border:1px solid #CFCFCF; }
.product-view .left-carousel .more-views .jcarousel-prev,.product-view .left-carousel .more-views .jcarousel-next{ left:50%; margin:0px 0px 0px -14px; }
.product-view .left-carousel .more-views .jcarousel-next{ top:-33px; }
.product-view .left-carousel .more-views .jcarousel-prev{ top:auto; bottom:-31px; }
.product-view .product-img-box.left-carousel .more-views li{ margin:0px; }
.product-view .left-carousel .product-cover{ float:right; padding-left:125px; width:100%; }
.product-view .left-carousel .product-cover .f-block{ overflow:hidden; }
.product-view .left-carousel .product-cover.no-thumb-view { padding-left:0px; }
.product-view .more-views{width:100%; margin:0px auto; }
.product-view .more-views .jcarousel-clip{ overflow:hidden; }
.customNavigation { position:absolute; right:5px; top:-42px; }
.customNavigation a, .product-view .product-shop .nextPre a,
.product-view .more-views .jcarousel-prev,
.product-view .more-views .jcarousel-next{ float:left; width:28px; height:28px; font-size:14px; color:#fff; background:#918888; line-height:26px; text-align:center; position:absolute; top:50%; margin-top:-14px; cursor:pointer; }
.customNavigation a:hover, .product-view .product-shop .nextPre a:hover,
.product-view .more-views .jcarousel-prev:hover,
.product-view .more-views .jcarousel-next:hover{ background:#D7595A; }
.product-view .more-views .jcarousel-prev{ left:-26px; }
.product-view .more-views .jcarousel-next{ right:-30px; left:auto; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:100%; overflow:hidden; z-index:9; border:1px solid #CFCFCF; margin-bottom:20px; background:#f5f5f5; text-align: center; padding: 10px 0} 
.product-view .product-img-box.left-carousel .product-image-zoom { margin-bottom:0px;}
.product-view.quickBox, .product-view.quickBox .product-essential{ width:auto !important; }
.product-view.quickBox .pro-right{ float:right; width:310px; }
.product-view.quickBox .product-img-box { width:230px; float:left; }
.product-view.quickBox .product-img-box .product-image-zoom { height:230px; overflow:hidden; }
.product-view.quickBox .product-img-box .product-image-zoom img{ position:static; }
.product-view .product-img-box .product-image-zoom .zoomBtn{ position:absolute; bottom:-1px; left:-1px; font-size:18px; color:#111; width:48px; height:48px; line-height:46px; border:1px solid #CFCFCF;  text-align:center; float:left; z-index:99999;}
.product-view .product-img-box .product-image-zoom .zoomBtn:hover{ color:#666; }
.product-view .product-img-box .product-image-zoom img { left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { }
.product-view .product-img-box.left-carousel .more-views ul { margin-left:0px; }
.product-view .product-img-box .more-views li { float:left; margin:0px; }
.product-view .quick_product .product-img-box .more-views li { margin:0px 3px 0px 2px; }
.product-view .quick_product .product-img-box .more-views li a{ width:66px; height:66px; }
.product-view .product-img-box .more-views li a { float:left; /*width:96px; height:96px; border:1px solid #CFCFCF; */ overflow:hidden; background:#f2f2f2; }
.product-view .product-img-box.left-carousel .more-views li a { width:95px; height:95px; background:#F2F2F2; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

.block-related{ clear:both; }

/* Product Shop */
.product-view .product-shop { position:relative; }
.product-view .product-shop .nextPre{ position:absolute; right:0px; top:0; }
.customNavigation a,
.product-view .product-shop .nextPre a{ position:static; margin:0px 0px 0px 1px; }
.box-up-sell .customNavigation a{ background:#fff; color:#000; }
.box-up-sell .customNavigation a:hover{ background:#f2f2f2; color:#111; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0px 0px 20px; font-size:24px; color:#3A3939; font-weight:600; line-height:24px; padding:0px 60px 12px 0px; border-bottom:1px solid #c9c9c9; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; color:#3a3939; }
.product-view .product-shop .price-box { margin:0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li{ float:left; padding-right:10px; }
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { }
.product-view .static-links { border:1px solid #c9c9c9; background:#f5f5f5; margin:30px 0 0; padding:5px;}
.product-view .static-links li { float:left; text-align:center; width:33%;}
.static-links li + li{ border-left:1px dashed #CFCFCF; }
.static-links li a { color:#666; display:inline-block; margin:10px 0px; padding:0px 10px; width:100%;}
.static-links li a span { color:#010101; display:inline-block; font-size:13px; width:100%;}

/* Product Options */
.data-table .product-options{ margin-top:0px; }
.product-options { margin:20px 0 0; position:relative; }
.product-options dt { padding:0px 0px 10px; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; position:relative; }
.product-options dt label.required em { color:#eb340a; position:absolute; right:-7px; font-style:normal; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:0px 0px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:20px; margin-bottom:0; }
.product-options dd input.input-text { }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.quickBox .product-options dd select{ padding:10px 10px 9px 5px; }
.product-options dd select { width:100%; font-size:12px; padding:10px 10px 8px 5px; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:0px; top:5px; }

.pro-left, .pro-left .add_to_cart{ float:left; width:100%; }
.pro-left .add_to_cart{ padding-bottom:10px; }
.quickBox .product-options-bottom{ float:left; }
.quickBox .view_product{ clear:both; padding:10px 0px 0px; }
.product-options-bottom { float:right; }
.add_to_cart .price_box{ float:left; }
.add_to_cart .price_box .availability{ display:none; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#333; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#333; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-shop .price-label { float:left; padding-right:5px; }
.product-shop .price-tax { float:left; }
.product-shop .add-to-cart { float:right; }
.product-shop .add-to-cart label,
.quick_product .add-to-cart label{ margin:14px 10px 0px 0px; }
.product-shop .add-to-cart .qty_pan,.quick_product .add-to-cart .qty_pan{ float:left; position:relative; }
.quick_product .add-to-cart .qty_pan .qty,
.product-shop .add-to-cart .qty_pan .qty{ color:#796868;float:left;height:50px; margin-right:26px;text-align:center;width:62px; }
.quick_product .add-to-cart .qty_pan .add,
.product-shop .add-to-cart .qty_pan .add{ background:#F26565; color:#FFF; cursor:pointer; font-size:14px; height:24px; line-height:22px; position:absolute; right:0px; text-align: center; top:0px; width:24px;}
.quick_product .add-to-cart .qty_pan .add:hover,
.product-shop .add-to-cart .qty_pan .add:hover{ background:#918888; }
.quick_product .add-to-cart .qty_pan .dec,
.product-shop .add-to-cart .qty_pan .dec { top:26px;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.quick_product button.button,
.product-shop button.button{ margin-left:5px; }
.quick_product button.button span,
.product-shop button.button span{ border-color:#F26565; background:#F26565; padding:17px 30px 18px; }
.quick_product button.button:hover span,
.product-shop button.button:hover span{ background:#918888; }
.products-list .product-shop button.button span{ padding:0px 10px; }
.quick_product button.button span span,
.product-shop button.button span span{ padding:0px; }
.product-shop .addthis_toolbox{ float:right; margin-top:5px; }

.product-view .accordionRow{ display:none; }
.product-view .tabs{ float:left; width:100%; }
.product-view .tabs .product-tabs{ float:left; width:100%; position:relative;  }
.product-view .tabs .product-tabs li{ float:left; margin-right:8px; }
.product-view .tabs .product-tabs li a,.product-view .accordionRow dt a{ float:left; background:#efefef; border:1px solid #c9c9c9; color:#444; padding:7px 14px; }
.product-view .accordionRow dt a{ width:100%; }
.product-view .accordionRow dt.active a{ background:#f26565; border-color:#f26565; color:#fff; cursor:default; }
.product-view .tabs .product-tabs li.active a{ background:#f5f5f5; cursor:default; border-bottom:none; padding-bottom:8px; }
.product-view .product-tabs-content{ float:left; width:100%; padding:10px 20px 20px; border:1px solid #c9c9c9; margin-top:-1px; text-align:left; color:#666; line-height:20px; font-size:12px; text-align:justify; background:#f5f5f5; margin-bottom:10px; }
.product-view .product-tabs-content .customLeft img,
.product-view .product-tabs-content .customRight img{ float:left; margin:0px 10px 10px 0px; padding:3px; border:1px solid #ddd; }
.product-view .product-tabs-content .customLeft h3,
.product-view .product-tabs-content .customRight h3{ clear:both; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#918888;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; padding:0px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#000; background:#918888; padding:3px 15px; }
.product-view .box-tags .form-add button.button:hover span { background:#D7595A; color:#eee; }
.product-view .box-tags .form-add button.button span span{ padding:9px 20px; }
.product-view .box-tags .note { margin:3px 0 0; padding:0; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:100%; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.header_cart .product-name { font-size:12px; line-height:16px; margin-bottom:6px; font-weight:600; }
.header_cart .product-name a{ color:#656565; }
.header_cart .product-details .quity-multy{ font-size:14px; color:#000; font-weight:600; }
.header_cart .product-details .price{ color:#C90F07; font-size:14px; font-weight:600; }
.header_cart .product-details .truncated{ margin-top:2px; }
.header_cart .product-details .truncated a{ font-weight:700; color:#666; text-transform:uppercase; }
.product-name a { color:#333; }
#wishlist-table .product-name a { font-size:14px; color:#000; }
#wishlist-table .product-name a:hover { color:#333; }
#wishlist-table .description { padding:10px 0px; }
.product-name a:hover { color:#000; }
.quickBox .product-name h1{ padding-bottom:5px; border-bottom:1px solid #cfcfcf; margin-bottom:10px; }

/* Product Tags */
.my-account .tags-list { padding:5px 10px; }
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list{ display:inline-block; width:100%;  vertical-align:top; }
.advanced-search .form-list li{ }
.advanced-search .form-list li.even{ }
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

.freeshipping-block{ width:76.5%; float:left; background:#efecec; padding-right:20px; margin-bottom:2%; }
.freeshipping-block .title-icon{ float:left; background:#928889; width:68px; height:60px; color:#fff; font-size:30px; text-align:center; line-height:56px; }
.freeshipping-block .title-icon span{ display:none; }
.freeshipping-block h2{ font-size:30px; color:#9b9192; line-height:58px; font-weight:300; float:left; margin:0px; padding:0px 20px 0px 30px; }
.freeshipping-block h2 strong{ font-weight:600;  }
.freeshipping-block h2 strong.price{ color:#F26565; }
.freeshipping-block h3{ font-size:30px; color:#d7595a; font-weight:300; line-height:60px; float:left; margin:0px; font-size:16px; text-transform:uppercase; }
.freeshipping-block a{ float:right; font-size:30px; color:#d7595a; line-height:58px; }

.onlinesupport-block{ float:right; background:#d7595a; text-align:center; width:23.5%; margin-bottom:2%; }
.onlinesupport-block a{ color:#fff; font-size:18px; font-weight:600; text-transform:uppercase; line-height:58px; display:inline-block; width:100%; }
.onlinesupport-block a em{ font-size:30px; line-height:60px; margin:0px 10px; vertical-align:top; }

#map_canvas{ display:inline-block; width:100%; vertical-align:top; border:1px solid #c9c9c9; background:#f5f5f5; margin:0px 0px 30px !important;  }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#000; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:0px; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#918888; background:#918888; padding:5px 10px; }
.cart-table .btn-empty:hover span,.cart-table .btn-continue:hover span,
.cart-table .btn-update:hover span { background:#000; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; margin-right:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #c9c9c9; padding:10px; background:#f5f5f5; }
.cart .discount h2,
.cart .shipping h2 { font-size:16px; padding:0px; color:#333; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#918888; background:#918888; }
.cart .discount button:hover span,
.cart .shipping button:hover span { background:#000; color:#fff; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; }
.cart .discount input.input-text { }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { border:1px solid #c9c9c9; background:#f5f5f5; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:130px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-10px; left:27%; }
.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; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#333; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#918888; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#333; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#000 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { }
.block-progress .block-title strong { }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:normal; line-height:18px; background:#f6f6f6; border:1px solid #cfcfcf; margin:0 0 6px; padding:4px 8px; color:#333; }
.block-progress dd { background:#fff; border:1px solid #cfcfcf; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#f2f2f2; color:#333; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { padding-left:15px; position:relative; }
.opc .buttons-set .back-link a:before { position:absolute; left:0px; top:3px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px 1px; border-style:solid; border-color:#fff #cfcfcf #cfcfcf; background:#fff; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#f2f2f2; border:1px solid #cfcfcf; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font-size:13px; color:#333; text-transform:uppercase; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#f2f2f2; border:1px solid #cfcfcf; border-bottom:0; color:#333; cursor:pointer; }
.opc .allow .step-title .number { background:#cfcfcf; border-color:#ccc; color:#666; }
.opc .allow .step-title h2 { color:#333; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f6f6f6; border:1px solid #cfcfcf; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#D7595A; border-color:#D7595A; color:#fff; }
.opc .active .step-title h2 { color:#000; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #cfcfcf; border-top:0; background:#fcfcfc; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }
#checkout-review-table td, #checkout-review-table th{ padding:3px 10px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#918888; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:18%; margin:0 1%; border-top:10px solid #666; padding:2px 0 0; font-weight:bold; text-align:center; color:#666; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#333; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#000 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#918888; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#333; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#333; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; max-width:560px; margin:40px auto 0px; }
.account-login .content h2 { font-weight:normal; font-size:20px; line-height:24px; text-align:center; margin:0 0 14px; padding:8px 10px 10px; color:#fff; background:#D7595A; }
.account-login .input-box{ float:left; width:100%; padding-left:40px; position:relative; }
.account-login .form-list .input-box:before{ position:absolute; left:0px; top:0px; width:41px; height:40px; line-height:38px; text-align:center; background:#D7595A; color:#fff; font-size:18px; }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#f2f2f2 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
.account-login button.button span span,
.buttons-set button.button span span{ padding:8px 15px; display:inline-block; }
.account-login a{ margin:7px 15px 0px 0px; color:#D7595A; }
.account-login .login-buttons-set{ border-top:1px solid #c9c9c9; padding-top:10px; margin-top:10px; }
.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { border:1px solid #c9c9c9; padding:15px; margin: 0 0 20px; background:#f5f5f5; }
.box-account .box-head { border-bottom:1px solid #cfcfcf; margin:0 0 10px; text-align:right; padding-bottom:5px; }
.box-account .box-head h2 { float:left; margin:0; font-size:16px; font-weight:normal; text-transform:uppercase; color:#333; }

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#918888; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#918888; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#333; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#f2f2f2; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#f2f2f2; border:1px solid #e1e1e1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fbfbfb; border:1px solid #e1e1e1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#918888; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#000; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table th{ padding:8px; font-weight:bold; background:#f2f2f2; }
.my-wishlist .data-table td, #my-orders-table td, #my-orders-table th { padding:10px; }
.my-wishlist .data-table td .add-to-cart-alt .button{ margin:5px 0px 0px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#D7595A; background:#D7595A; }
.my-wishlist .buttons-set .btn-add:hover span,
.my-wishlist .buttons-set .btn-share:hover span { border-color:#010101; background:#918888; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { background:#222; position:relative; padding:30px 0px; }
.footer-top-wr{ background:#E4DFDF; }
.mainFooterPan02{ background:#CCC8C8; padding:0px; }
.mainFooterPan03{ background:#fff; border-top:5px solid #F26565; padding-bottom:0px; }
.mainFooterPan02 .footer-logo img{ max-width:110px; }
.mainFooterPan02 .footer-logo p{ margin:20px 0px 0px; display:inline-block; clear:both; width:100%; }
.mainFooterPan01 .footer-links .span3.last p{ color:#757474; padding-left:31px; line-height:20px; }
.mainFooterPan03 .span3.last p { display:inline-block; width:100%; margin:20px 0px; color:#666; line-height:20px; }
.mainFooterPan03 .span3.last p label, .mainFooterPan01 .footer-links .span3.last p label{ display:inline-block; min-width:94px; }
.footer-links {}
.mainFooterPan03 .footer-links .form-subscribe .input-box{ position:relative; }
.mainFooterPan03 .footer-links .form-subscribe .msg-block{ width:100%; }
.mainFooterPan03 .footer-links .form-subscribe .input-text{ width:100%; background:#FAF4F4; border:0px none; color:#ada3a3; height:36px; }
.mainFooterPan03 .footer-links .form-subscribe .button{ position:absolute; top:0px; right:0px; }
.mainFooterPan03 .footer-links .form-subscribe .button span{ background:#f26565; padding:10px 15px 11px; border:0px none; }
.mainFooterPan03 .footer-links .form-subscribe .button span span{ padding:0px; }
.mainFooterPan03 .footer-links .form-subscribe h3 .fa{ display:none; }
.footer-links h3{ font-size:14px; font-weight:normal; color:#fff; position:relative; text-transform:uppercase; padding-bottom:8px; margin-bottom:10px; }
.mainFooterPan03 .footer-links h3{ margin-bottom:20px; display:block; color:#333;}
.footer-links ul {display:inline-block; width:100%; vertical-align:top; padding:10px 0px 0px; }
.footer-links ul li{ display:inline-block; width:100%; line-height:18px; padding:5px 0px; }
.mainFooterPan03 .footer-links ul li{ line-height:18px; color:#666; }
.footer-links ul li a{ display:inline-block; padding-left:18px; position:relative; font-size:13px; color:#fff; }
.footer-links ul.social-media li a .fa{ font-size:18px; color:#d7595b; margin-right:10px; width:20px; vertical-align:top; margin-bottom:2px; text-align:center; }
.mainFooterPan01 .footer-links ul li a{ padding-left:0px; }
.mainFooterPan03 .footer-links ul li a{ color:#444; line-height:22px; }
.mainFooterPan03 .footer-links ul li a:hover{ text-decoration:none; color:#F26565; }
.footer-links ul li a:before{ position:absolute; left:0px; top:6px; color:#f26565; }
.mainFooterPan01 .footer-links ul li a:before{ display:none; }
.footer-links h3:after{ position:absolute; left:0px; bottom:0px; content:''; width:24px; height:2px; background:#F26565; float:left; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer-mid{ background:#D7595A; border-top:1px solid #F93; padding:13px 0px; margin-bottom:40px; }
.mainFooterPan02 .footer-mid .form-subscribe .input-box input {border: 3px solid #E9A3A3;}
.mainFooterPan02 .footer-mid .addiotnal-discounts {border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF;}
.mainFooterPan02 .footer-mid .addiotnal-discounts h3 small{color:#fff;}
.footer-mid h3{ float:left; color:#fff; font-size:15px; text-transform:uppercase; font-weight:normal; line-height:30px; margin:0px; }
.footer-mid .news-letter{ float:left; width:45%; }
.footer-mid .form-subscribe h3 .fa{ font-size:30px; margin-right:10px; }
.footer-mid .form-subscribe h3 span{ vertical-align:top; }
.footer-mid .form-subscribe .input-box input{ width:150px; height:32px; margin:0px 10px; border:3px solid #5a5a5a; background:#fff; padding:0px 5px;color:#666; }
.footer-mid .form-subscribe .input-box button.button span{ color:#fff; background:none; border:0px none; padding:3px 0px; font-size:18px; }
.footer-mid .form-subscribe .validation-advice{ width:233px; margin-left:10px; }
.footer-mid .social-link{ float:left; width:22%; margin-left:5%; }
.footer-mid .social-media{ float:left; margin-left:5px; }
.footer-mid .social-media li{ float:left; margin-left:10px; }
.footer-mid .social-media li a{ display:inline-block; color:#fff; font-size:30px; }
.footer-mid .social-media li a:hover{ color:#999; }
.footer-mid .social-media li a span{ display:none; }
.footer-mid .addiotnal-discounts{ float:left; width:28%; padding:0px 20px; text-align:center; border-left:1px solid #313131; border-right:1px solid #313131; }
.footer-mid .addiotnal-discounts h3{ position:relative; line-height:15px; padding-left:30px; }
.footer-mid .addiotnal-discounts h3:before{ font-size:30px; position:absolute; left:0px; top:2px; }
.footer-mid .addiotnal-discounts h3 small{ font-size:10px; color:#8d8c8c; clear:both; display:inline-block; }
.footer-bottom { color:#444; }
.mainFooterPan03 .footer-bottom { border-top:1px solid #F26565; background:#fff8f8; }
.block, .footer-blocks .span4{ position:relative; background:#f1f1f1; border-top:7px solid #d7595b; padding:17px 30px 20px; min-height:355px; }
.mainFooterPan02 .span6{ position:relative; }
.mainFooterPan02 .tweet-block, .mainFooterPan02 .footer2-links{ float:right; }
.mainFooterPan02 .logo-block, .mainFooterPan02 .footer-logo{ margin-left:0px; }
.mainFooterPan02 .span6 .span6{ margin-bottom:0px; padding-right:10px; }
.mainFooterPan02 .span6 .span6 + .span6{ padding:0px 0px 0px 10px; }
.mainFooterPan02 .span6 .span6 ul li{ display:block; padding:2px; }
.footer-bottom .span3 .pagination,
.mainFooterPan02 .pagination{ position:absolute; right:0px; top:-5px; }
.mainFooterPan02 .pagination{ top:6px; right:7px; }
.mainFooterPan02 .pagination a,
.footer-bottom .span3 .pagination a{ color:#fff; font-size:30px; display:inline-block; margin-left:10px; }
.mainFooterPan02 .pagination a span,
.footer-bottom .span3 .pagination a span{ display:none; }
.block .block-title,
.footer-blocks h3{ color:#d7595b; font-size:18px; font-weight:600; line-height:18px; margin:0px 0px 20px; padding-bottom:12px; border-bottom:1px solid #b1b1b1; }
.mainFooterPan02 .footer-bottom h3{ margin-bottom:10px; padding-top:10px; border-top:5px solid #D7595B; color:#444; text-transform:uppercase; font-weight:600; }
.mainFooterPan02 .footer-bottom .span4 h3{ border-top-color:#fff; }
.mainFooterPan02 .footer-bottom .span6 .span6 ul li a{ color:#666; line-height:20px; display:inline-block; }
.mainFooterPan02 .footer-bottom .span6 .span6 ul li a:hover{ color:#333; }
.footer-bottom p{ font-size:12px; line-height:20px; }
.mainFooterPan01 .footer-bottom p{ float:left; margin:3px 5px 0px 0px; color:#757474; line-height:18px; }
.mainFooterPan01 .footer-bottom .footer-bottom-links{ padding-top:3px; }
.mainFooterPan01 .span6{ margin-bottom:0px; }
.mainFooterPan01 .copyright .span6 img{ margin-top:0px; }
.footer-blocks .testimonialPan p{ font-size:16px; color:#727272; line-height:30px; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; display:inline-block; width:100%; }
.footer-blocks .testimonialPan p .fa{ font-size:24px; color:#aaa; }
.footer-blocks .testimonialPan .author{ font-size:14px; color:#727272; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif; }
.mainFooterPan03 .footer-bottom p{ margin:2px 0px 0px; }
.mainFooterPan03 .footer-bottom img{ }
.footer-blocks p big{ font-size:24px; display:inline-block; margin-top:5px; }
.footer-blocks .author{ font-size:12px; font-weight:800; padding-right:10px;}
.mainFooterPan02 .twitter-twets{ padding-left:10px; }
.footer-blocks .twitter-twets li{ position:relative; padding-left:26px; }
.mainFooterPan02 .footer-bottom .twitter-twets li{ padding-left:30px; }
.footer-blocks .twitter-twets li:before{ font-size:18px; color:#f26565; position:absolute; left:0px; top:2px; }
.footer-blocks .twitter-twets li{ margin:5px 0px; display:inline-block; width:100%; vertical-align:top; }
.footer-blocks .twitter-twets li p{ margin-bottom:1px; line-height:18px; color:#727272; }
.footer-blocks .twitter-twets li a{ color:#f26565; text-decoration:none; }
.footer-blocks .twitter-twets li em{ color:#999; font-style:italic; }
.footer-info-box li{ padding-left:32px; position:relative; margin-bottom:10px; }
.footer-info-box li:before{ position:absolute; left:0px; top:2px; font-size:18px; color:#fff; }
.footer-info-box li .fa{ float:left; width:20px; color:#f26565; font-size:18px; text-align:center; margin-right:10px; margin-top:2px; }
.footer-info-box li div { display:inline-block; color:#757474; }
.skype_c2c_container{ display:none !important; }
.skype_c2c_print_container{ display:inline-block !important; }
.mainFooterPan02 .footer-bottom .twitter-twets li a{ color:#333; }
.mainFooterPan02 .footer-bottom .twitter-twets li:before{ color:#333; }
.mainFooterPan02 .footer2-links h3{ display:none; }

.testimonial-3{ color:#7D7D7D; font-size:15px; line-height:24px; clear:both; }
.testimonial-3 h3{ display:none; }
.testimonial-3 .pagination{ position:absolute; right:0px; top:-47px; }
.testimonial-3 .pagination a{ }
.testimonial-3 .mix_wrapper{ padding:20px; background:#f2f2f2; border:1px solid #CFCFCF; margin-bottom:20px; }
.testimonial-3 .mix_wrapper .testimonialPan{ border:2px solid #cfcfcf; padding:10px 30px; background:#fff; min-height:100px; float:left; width:100%; }
.testimonial-3 .owl-item{ padding:0px; position:relative; overflow:hidden; }
.testimonial-3 .owl-item:before, .testimonial-3 .mix_wrapper .testimonialPan:before, .testimonial-3 .mix_wrapper .testimonialPan:after,
.testimonial-3 .owl-item:after{ position:absolute; content:''; float:left; width:30px; height:30px; border:2px solid #cfcfcf; background:#f2f2f2; border-radius:50%; }
.testimonial-3 .owl-item:before{ left:-13px; top:-13px; }
div .testimonial-3 .owl-item:after{ top:-13px; right:-13px; }
.testimonial-3 .mix_wrapper .testimonialPan:before{ left:-13px; bottom:-13px; }
.testimonial-3 .mix_wrapper .testimonialPan:after{ right:-13px; bottom:-13px; }
.testimonial-3 .brandbox{ margin:0px; }
.testimonial-3 .author{ font-weight:bold; color:#333; float:right; font-style:italic; }
.testimonial-3 .owl-item .fa{ color:#333; }
.mainFooterPan01 .testimonialPan img, .mainFooterPan02 .testimonialPan img{ float:left; border:5px solid #333; margin:0px 10px 10px 0px; max-width:100%; }
.mainFooterPan02 .testimonialPan img{ border-color:#c8c8c8; }
.mainFooterPan02 .footer-bottom .author{ float:right; text-transform:uppercase; font-weight:600; color:#f26565; }
.footer-bottom .owl-item{ padding:0px; }
.mainFooterPan02 .footer-bottom .owl-item{ margin-right:1px; }
.testimonial-3 .testimonialPan .auther-img{ margin:5px 20px 10px 0px; float:left; width:60px; height:60px; overflow:hidden; text-align:center; background:#c9c9c9; }
.testimonial-3 .testimonialPan .auther-img span{  }
.testimonial-3 .testimonialPan .auther-img img{ display:inline-block;}

.copyright{ padding:10px; }
.mainFooterPan03 .copyright{ border-top-color:#313131; padding:18px 0px; }
.copyright .span4{ margin-bottom:0px; }
.mainFooterPan02 .footer-bottom-links{ text-align:left; float:left; padding:20px 0px 0px; }
.mainFooterPan02 .footer-bottom-links a{ margin:0px 3px; text-transform:uppercase; color:#333; }
.footer-bottom-links{ text-align:center; }
.footer-bottom-links li{ color:#444; display:inline-block; }
.footer-bottom-links li a{ color:#444; display:inline-block; text-decoration:none; }
.footer-bottom-links li a:hover{ text-decoration:underline; }
.mainFooterPan01 .footer-bottom-links li a{ color:#666; }
.mainFooterPan03 .footer-bottom-links li{ line-height:24px; }
.footer-bottom-links li a:hover{ color:#444; }
.goTop{ position:fixed; z-index:999; right:10px; bottom:10px; }
.goTop a{ display:block; color:#fff; text-align:center; padding:10px; text-decoration:none; background:#f26565; text-transform:uppercase; border:1px solid #fff; }
.goTop a:hover{ background:#918888; }
.goTop a .fa{ display:block; font-size:24px; }
.goTop a span{ display:block; font-size: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; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}


/*=================		Responsive		======================*/

/*----------------	for Desktop 1024 	----------------------*/

@media screen and (max-width:1300px){

.container{ margin:0px 2% !important; width:96%; }
.container .container { margin-left:0px !important; margin-right:0 !important; width:100%; }
.navFull .container{ margin:0px !important; width:100%; }

}
@media only screen and (min-width:767px) and (max-width: 1024px) {

.header-top .language-switcher, .header-top .header_currency{ margin-right:20px; }
.header-wrapper03 .block-cart .summary .classy span span{ display:none; }
.header-wrapper01 .block-cart .summary, .header-wrapper01 .header .links li{ border:0px none; }
.header-wrapper01 .logo-row .span9{ }
.header-wrapper01 .header .links{ margin:10px 0px; }
.header-wrapper03 .header .form-search select{ background-position:47% 28px;}
/*09.01.14*/

.product-view .left-carousel .product-cover {
    padding-left: 115px;
}
.product-view .left-carousel .thumbbox {
    width: 100px;
}
.product-view .left-carousel .more-views .jcarousel-clip {
    height: 300px;
}
.product-view .product-img-box.left-carousel .more-views li a {
    height: 90px;
    width: 90px;
}

	
}
@media only screen and (min-width:960px) and (max-width: 1024px) {

.footer-mid .form-subscribe .input-box input{ width:130px; }

	
}
@media screen and (max-width:1024px){
	
.mainFooterPan02 .twitter-twets{ padding-left:0px; }
.header-wrapper03 #nav a, .header-wrapper03 .sf-menu li a{ padding:0px 22px; }
.header-wrapper02 .header .form-search{ width:70%; }
.promoBox ul li + li{ margin:12px 0px 0px; } 
.product-shop .add-to-box .add-to-cart{ float:none; margin:0px auto; width:254px; }
.add_to_cart .price_box{ padding-top:10px; width:100%; text-align:center; }
.header-wrapper02 .links li{ padding:14px 16px 15px; }
.header-wrapper01 .header-top .top-links{ clear:both; padding-right:0px; }
.product-view .product-img-box.left-carousel .more-views{ height:384px; }
}

/*----------------	for ipad and mobile device 	----------------------*/

@media only screen and (min-width:767px) and (max-width:960px) {

.header-top .welcome-msg{ }	
.header-top .language_detail, .header-top .currency_detail{ padding-top:4px; }
.block-cart .summary{ border-left:0px none; }
.header-top .language-switcher, .header-top .header_currency{ margin-right:8px; }
.product-shop .grouped-items-table td, .product-shop .grouped-items-table th{ padding:2px 8px; }
.product-view .left-carousel .more-views .jcarousel-clip {
    height: 200px;
}
.span3 .block{ padding-left:10px; padding-right:10px; }
.block .block-title, .footer-blocks h3{ font-size:16px; }
body div .block-banner .jcarousel-control-next{ right:19px; }
body div .block-banner .jcarousel-control-prev{ right:46px; }
.header-wrapper02 .header-top .f-fix > .f-right{ max-width:460px; }
.header-wrapper03 .search-button{ margin:0px 10px; }
	
}
@media only screen and (min-width:960px) and (max-width:980px) {
	.product-view .left-carousel .product-cover {
		padding-left: 110px;
	}
	.product-view .left-carousel .thumbbox {
		width: 96px;
	}
	.product-view .product-img-box.left-carousel .more-views li a {
		height: 85px;
		width: 85px;
	}
	.product-view .left-carousel .more-views .jcarousel-clip {
		height: 286px;
	}
}
@media only screen and (max-width:768px) {
.product-view .left-carousel .more-views .jcarousel-clip {
    height: 193px;
}
.product-view .left-carousel .thumbbox {
    width: 95px;
}	
.product-view .left-carousel .product-cover {
    padding-left: 105px;
}
.product-view .product-img-box.left-carousel .more-views li a {
    height: 85px;
    width: 85px;
}
}

@media screen and (max-width:960px){

ul#nav, #menu{ display:none; }
.mobMenu{ display:block; }
.header-wrapper03 .block-cart .summary{ padding:10px; }
div .camera_effected h2{ font-size:22px; line-height:24px; margin-bottom:0px; }
div .camera_effected p{ font-size:13px; line-height:18px; }
div .promoBox ul li + li{ margin:7px 0px 0px; }
.header-wrapper03 .header .form-search{ width:100%; padding:0px; }
.header-wrapper03 .header .form-search button.button{ }
.header-wrapper03 .nav-container{ width:100%; }
.hideTopNav .header-wrapper02 .header-top, .hideTopNav .header-wrapper01 .header-top, .hideTopNav .header-wrapper03 .header-top{ margin-top:0px; }
.hideTopNav .header-wrapper02 + .header-wrapper02{ position:static; }
.header-wrapper02 .logo-row .span3{ margin:0px 0px 10px !important; }
.header-wrapper02 .form-search{ margin-bottom:20px; }
.header-wrapper01 .header-top .call-us{ margin-left:0 !important; }
.crosssell-wrap .item{ width:42%; margin:0px 4%; }
.product-view .tabs .product-tabs li{ margin-right:3px; }
.footer-mid .news-letter{ width:100%; }
.footer-mid .news-letter .form-subscribe{ margin:0px auto; width:520px; }
.footer-mid .addiotnal-discounts, .footer-mid .social-link{ width:50%; margin:0px; padding:20px 0px 0px; border:0px none; }
.newProducts li, .footer-bottom .span3{ width:46%; margin:0px 2%; }
.featured-block li{ width:46%; margin:0px 2% 10px !important; }
.footer-bottom .span3{ padding-bottom:20px; }
.copyright .span4, .copyright .span4 .f-right, .copyright .span4 .f-left, .copyright .span4 .footer-bottom-links{ width:100%; margin:0px !important; text-align:center; }
.copyright .span4 .footer-bottom-links{ padding:7px 0px 10px; }
.mainFooterPan02 .footer-bottom > .container > .f-fix > .span6{ width:100%; margin:0px !important; padding:0px 0px 20px !important; }
.header-wrapper02 .logo-row .span3, .header-wrapper02 .logo-row .span9{ width:100%; margin:0px; text-align:center; }
.header-wrapper02 .header .logo{ float:none; display:inline-block; }
.header-wrapper02 .form-search .fa-times,
.header-wrapper02 .search-button{ display:none; }
.hideTopNav .header-wrapper02 .logo-row{ padding:27px 0 24px; }
.header-wrapper02 .mobMenu{ margin-bottom:0px !important; }
.header-wrapper02 .form-search button.button{ right:6px; }
.header-wrapper02 .navFull{ padding:0px; width:100%; }
.header-wrapper02 .nav-container{ width:100%; margin:0px; }
.header-wrapper02 .form-search{ height:auto; opacity:1; }
.headerfix .header-container{ position:static; }
.headerfix .page{ padding-top:0px; }
.headerfix .page .header-wrapper02 .nav-container{ margin:10px 0px 20px; }
.header-wrapper02 .links{ border-top:1px solid #e7e7e7; border-left:1px solid #e7e7e7; }
.header-wrapper02 .links li{ float:none; display:inline-block; padding:5px 12px !important; vertical-align:top; }
.headerfix .header-wrapper01 + .f-fix, .headerfix .header-wrapper03 + .f-fix{ margin-top:0px; }
div .camera_prev, div .camera_next, div .camera_commands{ width:32px; height:32px; font-size:14px; line-height:32px; }
div .camera_prev{ margin-left:-16px; }
div .camera_next{ margin-left:16px; }
.quick_product button.button span, .product-shop button.button span{ padding:17px 28px 18px; }
.product-view .product-img-box.left-carousel .more-views{ height:280px; }
.mainFooterPan01 .footer-blocks img,
.mainFooterPan03 .footer-bottom img{ margin:0px; }
.mainFooterPan01 .testimonialPan img, .mainFooterPan02 .testimonialPan img{ margin-right:10px; }
.itemInner .fancybox,
.bottomBox .fancybox{ display:none; }
.product-view .tabs{ display:none; }
.product-view .accordionRow{ display:block; }
.product-view .accordionRow dt{ display:inline-block; width:100%; }
.freeshipping-block h2{ font-size:26px; }
.footer-mid h3{ float:none; display:inline-block; }
.footer-mid h3 + .input-box{ display:inline-block; vertical-align:top; }

}

/*----------------	for Only Mobile Device 	----------------------*/

@media screen and (max-width:767px){
	
[class*="span"]{ display:inline-block; width:100% !important; float:none; margin:0px 0px 20px !important; }
.std ul.newProducts.itemPro{ padding:0px; }
.newProducts li[class*="span"]{ width:46% !important; margin:0px 1.8% !important; }
.header-top{ text-align:center; }
.header-wrapper01 .header-top .span6.f-left > .f-left{ width:100%; }
.header-wrapper01 .span6.f-right{ margin-bottom:10px !important; }
.header-wrapper02 .header-top .f-fix > .f-left{ width:100%; }
.header-wrapper02 .header .logo{ margin-bottom:3px; }
.headerfix .page .header-wrapper02 .nav-container{ margin:0px; }
.header-wrapper02 .container .header_cart{ margin:10px 0px 0px !important; }
.header-wrapper02 .container .header_cart .block-content_pan{ margin:0px; }
.header-wrapper03 .header .logo{ float:none; display:inline-block; }
.header-top .language-switcher, .header-top .header_currency,.header-wrapper03 .header-top .language-switcher, .header-wrapper03 .header_currency{ margin:0px 10px; display:inline-block; float:none !important; }
.header-wrapper03 .header-top .links{ width:100%; }
.header-wrapper03 .header-top .links li{ float:none; padding:0px 10px !important; }
.header-wrapper03 .header .logo-block, .header-wrapper03 .header .logo-block + .f-right{ width:100%; }
.header-wrapper03 .language-switcher, .header-wrapper03 .header_currency{ float:none !important; display:inline-block; margin:0px 0px 20px; }
.header-wrapper03 .container .header_cart{ margin:20px 0px 10px !important; }
.header-wrapper01 .header-top .language_detail, .header-wrapper01 .header-top .currency_detail{ padding-top:4px; }
.header-wrapper01 .call-us, .header-wrapper01 .welcome-msg{ width:100%; padding:10px 0px 0px; text-align:center; }
.header-wrapper03 .header-top .welcome-msg{ padding:0px; }
.header-wrapper03 .header-top [class*="span"]{ margin-bottom:5px !important; }
.header-wrapper02 .header-top .welcome-msg{ width:100%; }
.header-wrapper01 .header-top .social-media, .header-wrapper01 .header-top .top-links,
.header-wrapper02 .links{ width:100%; text-align:center; }
.header-wrapper01 .header-top .social-media li, .header-wrapper02 .links li,
.header-wrapper01 .header-top .top-links li{ float:none; display:inline-block; }
.header-wrapper02 .links li{ padding:10px 5px; }
.header-wrapper02 .header-top .language-switcher, .header-wrapper02 .header-top .header_currency{ margin:0px 1px; text-align:left; }
.header-wrapper02 .header .form-search{ width:100%; }
.header-wrapper02 .header .form-search select{ margin:10px 0px; padding:13px 10px 11px 7px; }
.header-wrapper02 .header .form-search select, 
.header-wrapper02 .header .form-search .input-text{ width:100% !important; background:#f6f6f6 !important; }
.header-wrapper02 .header .form-search .input-text{ padding:0px 10px !important; }
.header-wrapper02 .header .form-search button.button{ z-index:9; bottom:17px; top:auto; }
.header-wrapper01 .logo-row .span3{ text-align:center; }
.header-wrapper01 .logo-row .span3 .logo{ float:none; display:inline-block; }
.header-wrapper03 .drop_search:before,.header-wrapper03 .search-button{ display:none; }
.header-wrapper03 .drop_search{ position:relative; width:100%; display:inline-block !important; top:0px; border-top:0px none; padding:5px 10px; }
.hideTopNav .header-wrapper02 .logo-row,.header-wrapper01 .logo-row, .header-wrapper02 .logo-row, 
.header-wrapper03 .logo-row{ padding:18px 0px 0px; text-align:center; }
.header h1.logo{ float:none; display:inline-block; vertical-align:top; }
.header .form-search{ width:100%; padding-bottom:15px; }
.header .form-search select{ width:33%; margin-right:2%; }
.header .form-search select + input.input-text{ width:65%; }
.header .form-search input.input-text{ width:100%; }
.promoBox1{ margin-top:20px; }
.container .header_cart{ width:100%; text-align:center; }
.container .header_cart .block-content_pan{ margin:0px; display:inline-block; float:none; }
.header-wrapper01 .block-cart .summary{ border:1px solid #C4C4C4; padding:7px 25px; }
.header-wrapper01 .header_cart .remain_cart{ padding-top:22px;}
.header_cart .remain_cart{ left:50%; margin-left:-140px; }
.header-wrapper01 .header .links{ width:100%; margin:10px 0px 0px; }
.header-wrapper01 .header .links li{ float:none; display:inline-block; }
.headingBox h2{ font-size:20px; line-height:24px; }
.customNavigation{ top:-34px; }
.product_right .box-up-sell .customNavigation{ top:-42px; }
.testimonial-3 .pagination{ top:-36px; }
.testimonial-3 .pagination{}
.collection ul li{ width:50%; }
.featured-block li{ margin:0px 0px 5px !important; }
.products-list .product-shop .product-name{ text-align:center; }
.products-list .product-shop .price-box, .products-list .product-shop .desc, .no-rating{ margin:0px; width:100%; text-align:center; }
.quickBox  .no-rating{ text-align:left; }
.products-list .product-shop .bottomBox,
.products-list .product-shop .ratings{ text-align:center; }
div .jcarousel-control-prev, div .jcarousel-control-next{ top:-35px; }
div .viewAll{ top:0px; }

.products-list .product-shop .ratings .rating-box, .products-list .product-shop .price-label,
.products-list .product-shop .ratings .rating-links{ float:none; display:inline-block; }
.product-tabs-content fieldset{ display:table-cell; }
.product-view .left-carousel .product-cover{ padding-left:0px; }
.product-view .left-carousel .thumbbox{ display:none; }
.product-tabs-content fieldset table thead th{ background:#918888; color:#fff; }
.col2-set .col-1, .col2-set .col-2{ width:100%; }
.opc .step{ padding:10px; }
.checkout-progress{ padding:0px; }
div .camera_effected p, div .camera_effected .bannerButton{ margin:10px 0px 0px; }
#my-orders-table.data-table ,#my-orders-table.data-table tr,#my-orders-table.data-table thead,#my-orders-table.data-table colgroup
,#my-orders-table.data-table tbody,#wishlist-table.data-table ,#wishlist-table.data-table tr,#wishlist-table.data-table thead,#wishlist-table.data-table colgroup
,#wishlist-table.data-table tbody{ width:100%; display:inline-block; }
#my-orders-table.data-table tr td{ float:left; padding:10px 13px 10px 14px; border:0px none; }
#wishlist-table.data-table tr td{ float:left; padding:10px; border:0px none; }
#wishlist-table.data-table tr td.last{ float:right; padding:15px 10px 10px; }
#wishlist-table.data-table tr td .link-edit{ display:none; }
.goTop a .fa{ font-size:14px; }
.goTop a span{display:none; }
.mainFooterPan01 .footer-blocks .span3:first-child,
.footer-bottom .span3 .brandbox{ margin-bottom:0px !important; }
.mainFooterPan01 .footer-blocks .span3:first-child,
.mainFooterPan02 .span6 .span6 + .span6{ padding-bottom:0px !important; }
.freeshipping-block, .onlinesupport-block{ width:100%; text-align:center; margin-bottom:20px; }
.freeshipping-block .title-icon, .freeshipping-block h2, .freeshipping-block h3, .freeshipping-block a{ float:none; display:inline-block; clear:both; }
.freeshipping-block h2, .freeshipping-block h3{ display:block; }
.freeshipping-block a, .freeshipping-block h2, .freeshipping-block h3{line-height:30px; }
.freeshipping-block .title-icon{ margin:10px 0px; }
.mainFooterPan02 .span6 .span6 + .span6{ padding-left:0px; }
}

@media screen and (max-width:580px){

.container{ margin:0px 4% !important; width:92%; }
.newProducts li[class*="span"]{ width:100% !important; margin:0px 0px 20px !important; }
body .header-wrapper02 .form-search select{ background-position:64% 20px; }
.footer-mid .news-letter .form-subscribe{ width:268px; text-align:center; }
.footer-mid .addiotnal-discounts, .footer-mid .social-link{ width:100%; }
.header-wrapper03 .header .form-search select{ width:35%; background-position:50% 28px; }
.header-wrapper03 .header .form-search select + .input-text{ width:65%; }
.mainFooterPan01 .footer-mid h3, .mainFooterPan02 .footer-mid h3{ width:100%; text-align:center;  }
.footer-mid .addiotnal-discounts h3{ padding-left:0px; }
.footer-mid .addiotnal-discounts h3:before{ position:static; margin-right:10px; }
.mainFooterPan01 .footer-mid .social-media, .mainFooterPan02 .footer-mid .social-media{ margin-left:0px; width:100%; text-align:center; }
.mainFooterPan01 .footer-mid .social-media li, .mainFooterPan02 .footer-mid .social-media li{ margin:0px 1px; display:inline-block; float:none; }
.limiter{ margin:2px 28px 0px 0px; clear:both; }
.crosssell-wrap .item{ width:96%; margin:0px 2%; }
.header-wrapper02 .links li{ width:49%; }
.form-list .field + .field{ margin-top:8px; }
#opc-review .buttons-set{ padding:10px; }
.data-table > li.heading { display:none; }
.data-table > li .tableImg, .checkout-types-top, .data-table > li .tableContent{ width:100%; text-align:center; }
.data-table > li .tableContent .product-name, .data-table > li .tableContent .price-box{ padding:0px 0px 5px 10px; text-align:left; width:100%; }
.data-table > li .tableContent .product-name{ text-align:center; padding-left:0px; }
div .contentPos-left, div .contentPos-right, div .contentPos-center{ display:none; }
.header-wrapper02 .form-search select{ background-position:100px 19px; }
.checkout-progress li{ margin:0px 4% 10px; width:92%; }
#multiship-addresses-table td select{ width:100px; }
.multiple-checkout .page-title{ text-align:center; padding-bottom:10px; }
.multiple-checkout .title-buttons h1{ float:none; }
.multiple-checkout .buttons-set{ text-align:center; }
.multiple-checkout .buttons-set .back-link, .multiple-checkout .buttons-set button.button{ float:none; }
.multiple-checkout .buttons-set button.button{ margin:10px 0px; }
.my-wishlist .buttons-set button.button { float:right; margin:5px; }
.form-list .field,
.collection ul li{ width:100%; }
.footer-mid .news-letter .form-subscribe .input-box{ display:inline-block; clear:both; }
}

/*----------------	for Mobile Small Screen 	----------------------*/

@media screen and (max-width:440px){
	
.header-wrapper01 .header .links li{ padding:0px 4px 2px; border-right:0px none; }
body .header-wrapper02 .form-search select{ background-position:46% 20px; }
.crosssell-wrap .item{ width:100%; margin:0px; }
.add_to_cart .price_box{ padding-top:10px; width:100%; }
.my-wishlist .data-table td, #my-orders-table td, #my-orders-table th{ padding:5px; }
.header-wrapper03 .block-cart .summary{ padding:10px 5px; }
.block-cart .cart-icon{ margin:0px 5px; }
}

@media only screen and (-Webkit-min-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio: 1.5){	
.rating-box  { background:url(../images/bkg_rating@2x.png) repeat-x; background-size:20px 102px; }
.rating-box .rating{ background:url(../images/bkg_rating.png) 0 100% repeat-x; background-size:20px 102px;}
}

/* Title Tooltip */

.tooltip { position: absolute; z-index: 1030; display: block; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); visibility: visible; }
.tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }
.tooltip.top { padding: 5px 0; margin-top: -9px; }
.tooltip.right { padding: 0 5px; margin-left: 0px; }
.tooltip.bottom { padding: 5px 0; margin-top: 9px; }
.tooltip.left { padding: 0 5px; margin-left: -9px; }
.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #918888; border-radius: 4px; }
.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }
.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-color: #918888; border-width: 5px 5px 0; }
.tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-top-color: #918888; border-width: 5px 5px 0; }
.tooltip.top-right .tooltip-arrow { right: 5px; bottom: 0; border-top-color: #918888; border-width: 5px 5px 0; }
.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-right-color: #918888; border-width: 5px 5px 5px 0; }
.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-left-color: #918888; border-width: 5px 0 5px 5px; }
.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-color: #918888; border-width: 0 5px 5px; }
.tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-bottom-color: #918888; border-width: 0 5px 5px; }
.tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-bottom-color: #918888; border-width: 0 5px 5px; }
.logopan{ text-align:center; }
