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

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

body{ 
    background:#FFF;
    color: #787878;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
	text-align:left;
}

img           { border:0; vertical-align:top; }

a             { color:#787878; text-decoration:none; }
a:hover       { text-decoration:none; color:#161b1e; }
:focus        { outline:0; }

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

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

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

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; margin-top:2px; margin-right:7px; }
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%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page {}

.header-container {}
.nav-container1{ display:none; }
.nav-inner{/*display:inline-block;*/ vertical-align:middle;}
.header-container .nav_outer.container-width {
    background:none repeat scroll 0 0;
    overflow: visible;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:5;
}
.nav-container { margin-bottom: 0px; text-align:center; }
.main-container { }
.footer-container { background:#f6f6f6;}
.header-container,.nav-container,.main-container,.footer-container{}

.header,.main,.footer,.container-width {
	width:1200px; 
	margin:0 auto; 
	padding:0px; 	
	background:transparent;
}
/*start header */
.header-container  .container-width {  position:relative; z-index:10; background:transparent; }
.header{background:transparent; clear:both;}
.header_top {   height:40px; }
.header-bottom{ float:left; width:100%; margin:18px 0px 30px; }
.header-left{float:left;}
.header-right{float:right;}
.tm_top_currency{float:left; padding:1px 0px;  }
.form-language{float:left; padding:1px 12px;  }
.header-left-link .welcome-msg{ padding:7px 0; color:#cccccc;}

.header-top{
	background:#f6f6f6; 
	float:left;
	width:100%;
	padding:7px 0 7px;
}
.header-container .sbToggle{top:0px; width:20px; height:20px; padding-top:3px; right:0px; }
.header-container a{color:#333333;}
.header-container a:hover{color:#969696;}
.header-container  .header-left a, .header-container  .header-left .header-menu-toggle .toggle-button{color:#333333;}
.header-container  .header-left a:hover, .header-container  .header-left .header-menu-toggle:hover .toggle-button{color:#969696;}
.tm_top_currency label,.form-language label{font-size:14px; text-transform:capitalize; color:#333333; display:inline-block; margin:4px 0px; font-weight:400;}
.header-container .sbOptions{
	top:40px !important;  
	right:0px;
	min-width:100px; 
	text-align:left;
	background: #161b1e none repeat scroll 0 0;
    border:1px solid #161b1e;
	padding:7px 15px;
}
.header-container .sbOptions a{ padding:7px 0px;}
.header-container .sbOptions li{ padding:0px;}
.header-right{text-transform:capitalize; font-size:13px;}
.header-logo{text-align:center;}
.header-cart .cart-label  .price,.header-cart .cart-label .right_arrow{display:none !important;}
.button.viewcart-btn{margin-right:8px;}

.block .actions button.button {   float: left;
    margin-right: 10px;
}
.header-menu-toggle{ float:left;}
.header-left-link{
	background: #161b1e none repeat scroll 0 0;
    border:1px solid #161b1e;
    left: 0;
    margin-top: 9px;
    padding: 7px 15px;
    right: auto;
	display:none;
	position:absolute; z-index:99;
}
.header-container .header-left .menu_content a, .header-container .sbOptions a{
    color:#cccccc;
    font-size: 14px;
    padding: 3px 0;
    text-align: left;
    text-shadow: none;
    text-transform: capitalize;
	display:block;
}
.header-container .header-left .menu_content a:hover, .header-container .sbOptions a:hover{ color:#ffffff;}
.toggle-button{ cursor:pointer; padding:5px 0;}
.header-menu-toggle .toggle-button:after {
    padding: 0 7px;
    vertical-align:top;
	content:"\f107";
	font-family:FontAwesome;
	font-size:15px; 
}
.header-menu-toggle .toggle-button.active:after{ content:"\f106";}
.header-menu-toggle .toggle-button:before {
    border-right: 1px solid #969696;
    content: "";
    display: block;
    float: right;
    height: 14px;
    margin: 5px 0 0 3px;
    width: 1px;
}


/* end Header */
.cms-home .main{padding-top:0px;}
.main { min-height:400px; margin-bottom:25px !important; padding-top:60px; position:relative;}
.footer { }

.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }

/* Base Columns */
.col-left { float:left; width:280px; padding:0 0 0px; }
.col-main { float:left; width:894px; padding:0 0 0px;}
.col-right { float:right; width:280px; padding:0 0 0px; margin-left:10px; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:540px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:760px; }
.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-1  img{ width:100%;  }
.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 { }
input.input-text,select,textarea { background:#fff; border:1px solid #e8e8e8;color:#555; font-family: "Lato"; }
input.input-text,textarea { padding:5px; }
input.input-tex:focus,textarea:focus {  -moz-box-shadow: #bbb 0 0 3px;
  -webkit-box-shadow: #bbb 0 0 3px;
  box-shadow: #bbb 0 0 3px;}
select { padding:3px; }
select option { padding:1px 10px; }
select.multiselect option { border-bottom:1px solid #e8e8e8; padding:5px 5px; font-family: "Lato"; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; vertical-align:top; }
input.qty { width:2.5em !important; text-align:center; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.ie7 button.button { height:auto !important;   }
 
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;   }
button.button span , .back-link a { display:block;  
	 background:#fff; 
 	height: auto;
    line-height: 14px;
    padding: 10px 12px;text-align:center; white-space:nowrap; color:#161b1e; text-decoration:none; border:1px solid #161b1e;  font-size:14px;
	font-family:'Lato'; font-weight:400;}
	.block-content button.button span{background:transparent;}
button.button span span { border:0; padding:0;   }
button.button:hover span , .back-link a:hover ,.cart .discount button:hover span {background:#161b1e; color:#fff; border-color:#161b1e;}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { 
	height:40px;
	 line-height:38px; 
	 border:0;
	 padding:0 35px;  
	 font-size:16px;
}
.cart .discount button span , button.btn-checkout span {   color:#fff; 	 background:#161b1e; }
button.btn-checkout span {border:1px solid #161b1e; }
.cart .discount button:hover span , button.btn-checkout:hover span{ background:transparent; color:#161b1e;   }
button.btn-checkout.no-checkout span {color:#b8baba; }
button.btn-checkout.no-checkout span span {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {    }
/*.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;   font-weight:normal; position:relative; z-index:0; padding-bottom:5px; vertical-align:middle; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#DD4B39; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:250px; }
.form-list textarea { width:250px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

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

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

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

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

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

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

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

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

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

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

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

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

.buttons-set { clear:both; margin:20px 0 0; padding:5px 0px; text-align:right; }
.buttons-set p.required { margin:-25px 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 { margin: 20px 0;
    padding: 0; }
 .padder .buttons-set button.button{float:left; margin:0;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:12px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#DD4B39; }
.validation-failed { border:1px dashed #DD4B39 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#DD4B39; }
/* 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:#161b1e; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; line-height:20px; }
.messages li li { margin:0 0 3px !important; }
.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:8px 8px 8px 32px !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {   line-height:1.25; margin:0 0 12px; }
.breadcrumbs li { display:inline-block; }
.breadcrumbs li strong { font-weight:normal; }
.breadcumb-main {    text-align: right;}
.breadcrumbs li:last-child strong{ color:#161b1e;}
/* Page Heading */
.page-title {   
    margin: 0 0 0px;
    overflow: hidden;
    padding-bottom: 0px;
    width: 100%; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#161b1e; text-align:left;  }
.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; }

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

/* Pager */
.pager {  padding:5px 0px 5px; margin:0px 0 10px 0px; text-align:right;  }
.pager .amount { float:left; margin:0;  padding-top: 2px;}
.pager .amount strong{ font-weight:normal;}
.pager .limiter { float:right; margin-left:10px; z-index:999 !important; }
.pager .limiter label  { vertical-align: super;  }
.pager .limiter span { display:inline; vertical-align: super; }
.pager .limiter select {  margin:0 0 1px; vertical-align:middle; }
.pager .pages {  margin:0 5px 0 10px; float:right; }
.pager .pages strong{ display:none; }
.pager .pages ol {float:left; padding:0px 0px; }
.pager .pages li { 
    display: inline-block;
    margin: 0 -4px 0 0px;
    padding:3px 10px;  cursor:pointer; border:1px solid #eee;   }
.pager .pages .current , .pager .pages li:hover {background: none repeat scroll 0 0 #eee; border-color:#eee;}
.pager .pages .current, .pager .pages li:hover a{ color:#161b1e; }
.pager .pages li  img ,.pager .pages li  a { text-decoration:none; }
 
/* Sorter */
.sorter {  }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:0px; margin-right:10px; }
.sort-by label {  margin-right:5px;padding-top: 0px;   text-align:left; display:inline; vertical-align: super;}
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

.pager .pager_right .sort-by{ float:right;  z-index:8;}
 
.pager .pager_right .sort-by .sbHolder  { display:inline-block; }
.pager .limiter .sbHolder{ display:inline-block; margin: 0 5px; }

.ie7 .pager .limiter .sbHolder , .ie7 .pager .sort-by .sbHolder  { display:inline;}

.desc-asc{    margin-top: 0px; float:right; display:inline; margin-left:10px; }
.sort-by a.uparrow ,  .sort-by a.downarrow:hover {
  background:url("../images/sprite.png") no-repeat scroll -40px -314px;
  
    display: block;
    height: 28px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
    width: 28px;
} 
.sort-by a.downarrow ,  .sort-by a.uparrow:hover{
  background:url("../images/sprite.png") no-repeat scroll -12px -314px;
  
    display: block;
    height: 28px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
    width: 28px;
}

/* Toolbar */
.toolbar { margin-bottom:0px; }
.toolbar .pager { padding:0px 0px 10px;  }
 .toolbar .pager .pager_left{ float:left; }
  .toolbar .pager .pager_right{ float:right; }
.toolbar .sorter {   }
.toolbar-bottom {}

/* ==================== List/Grid Image ============*/
.view-mode{ float:left; margin-right:10px; margin-bottom:0; }
.view-mode label {
    display: none;
}
.view-mode strong.list, .view-mode a.list, .view-mode a.grid, .view-mode strong.grid {
    background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
    height: 29px;
    margin: 0;
    text-align: left;
    text-indent: -999em;
    width: 31px;
	transition:all 200ms ease 0s;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition:all 200ms ease 0s;
	-ms-transition:all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
}
.view-mode a.grid		{ background-position:-5px -154px;}
.view-mode strong.list {
    background-position: -32px -125px;
	margin-left:-8px;
}
.view-mode a.list {
    background-position: -32px -154px;
	margin-left:-6px;
}
.view-mode a.list:hover	{ background-position:-32px -125px;}
.view-mode a.grid:hover	{ background-position:-5px -125px;}
.view-mode strong.grid {
    background-position:-5px -125px;	
}

/* Data Table */
.data-table { width:100%; border:1px solid #e8e8e8; margin:0px 0px 0px; }
.data-table .odd  { background:#fff }
.data-table .even { } 
#checkout-review-table.data-table{ margin:0px;}

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

.data-table thead th { font-weight:bold;/* border-right:1px solid #c2d3e0;*/ padding:7px 8px; color:#4D4D4D; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:#f3f3f3; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #e8e8e8; }
.data-table tfoot tr.first td {   }
.data-table tfoot tr { background-color:#f3f3f3 !important; }
.data-table tfoot td { padding-top:5px; padding-bottom:5px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,.data-table tbody td { /*border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; */}
.data-table tbody th, .data-table tbody td { border-bottom: 1px solid #e8e8e8;}

/* Bundle products tables */
.data-table tbody.odd tr { background:#fff !important; }
.data-table tbody.even tr { background:#F0F0F0 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #e8e8e8; }

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

/* Generic Info Box */
.info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

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

/* Shopping cart total summary row expandable to details */
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 */
.widget-static-block ul li , .std ul.disc li{ list-style:none; padding:2px 0; }
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:0px; 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 6px; padding:0; }
.std ul { list-style:disc outside; padding-left:0; }
.std ol { list-style:decimal outside; padding-left:0; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 0; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }


/* Misc */
.header .links li { display:inline; }
.header .links li.first { padding-left:0 ; }
.header .links li.last { background:none; padding-right:0; }

.link-cart { font-weight:normal; }
.link-wishlist , .link-compare {font-weight:normal; }
.link-reorder {  }
 
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; 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;   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;  }
.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 ================================================================================ */
.header .logo { display:inline-block; margin:0px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; padding:0px 0px 0 0; }
.header .welcome-msg { margin:8px 0 0;  float:left; }
.header .welcome-msg a { color:#ebbc58; }
.header-search:before {
    border-right: 1px solid #969696;
    content: "";
    display: block;
    float: right;
    height: 14px;
    margin: 9px 0 0 5px;
    width: 1px;
}
.header-search{ float:left; position:relative; padding:1px 10px;}
.header-search .toggle-search {
    background:url(../images/sprite.png)no-repeat scroll 0px -352px transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 32px;
    margin: 0;
    padding: 0px;
    width: 32px;
	display:inline-block;
}
.header-search .toggle-search.active{ background:url(../images/close.png)  no-repeat scroll 9px 9px transparent; }
.header .form-search { position:relative; float:left;  width:240px; height:38px;padding:0px;  border: 1px solid #d4d4d4;  margin-top:10px;}
.form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; display: none;}
.header-search .form-search{}
.form-search input.input-text { 
 	float:left; 
	border: 1px solid #161b1e;
	width:200px;   
	padding:8px 40px 8px 10px;
	color:#cccccc; 
	font-size:14px; 
	background:#161b1e;
	transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-ms-transition: all 0.9s ease 0s;
	-o-transition:all 0.9s ease 0s;
}
.header-search .quick-access{ 
	display:none; 
	position:absolute;
	right:10px; 
	top:41px;
}
.form-search button.button { float:left; margin-left:0px;  position: absolute;    right:0px;  top:0px;}
 /*.form-search button.button:before{
    color: #161b1e;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 16px;
    margin: 0 9px 0 0;
	vertical-align:middle;
	display:none;
}*/
 .form-search button.button span { border:0;  background:url(../images/sprite.png)  no-repeat scroll -45px -349px transparent; padding:0; height:35px; width:35px;  }
 .form-search button.button span span {   font-size:0;}
 .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
 .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
 .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
 .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:#f7e8dd; }
.header .form-language{   margin-top:7px;  float:right;}
.header .form-language label {   padding-right:5px;  }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .tm_top_currency {   margin-top:7px;   margin-left:10px;   float:right;  }
.header .tm_top_currency  label,.header .form-language label{ line-height:25px;margin-right:5px;  float:right; }
.form-language  .sbHolder ,.tm_top_currency .sbHolder{ float:right; border:none; padding:4px 22px 4px 7px; font-size:14px; color:#333333; text-transform:capitalize;}
.header-container .sbToggle:before{
	 padding: 0 5px;
    vertical-align:middle;
	content:"\f107";
	font-family:FontAwesome;
	font-size:15px; 
}
.header-container .sbToggle.sbToggleOpen:before{ content:"\f106";}
.ie7 .header .form-language { width:250px; }
.ie7 .header .tm_top_currency{ width:130px; }

.header .header-cart  li{ clear:both; margin-bottom:5px; }
.ie7 .header .header-cart li{ overflow:hidden; }
 .header-cart #panel{  
	 background:#161b1e;
	border:1px solid #161b1e;
    display: none;
    min-width: 20px;
    padding: 10px;
    position: absolute;
    right: 0;
    top:41px; 
	width:260px;
	color:#cccccc;
	text-align:left;
}
.header .header-cart #panel .actions{ float:right; margin-top:7px; }
.header .header-cart #panel .actions .viewcart-btn{ margin-left:5px; }
.header .header-cart #panel .product-name a{ font-size:13px; }
.tm_headerlinks_inner{ display:none; }
.header .links { float:right; margin:15px 0 10px; clear:both; }
.header .links li { float:left;  background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links li a{ text-decoration:none; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-cart{ float:left; margin-top:0px;}

.header-cart #panel .checkout-btn span, .header-cart #panel .viewcart-btn span{ background:#fff; border:1px solid #fff; color:#161b1e; font-weight:bold;}
.header-cart #panel .checkout-btn:hover span, .header-cart #panel .viewcart-btn:hover span{ background:#161b1e; border:1px solid #fff; color:#fff;}
.header-cart #panel .checkout-btn:hover span span, .header-cart #panel .viewcart-btn:hover span span{ border:1px solid transparent;}
.cart_mini_right {}
.header-cart .product-name a, .header-cart .price, .header-cart .truncated a.details{ color:#ccc;}
.header-cart .block .block-content .product-name a:hover, .header-cart .truncated a.details:hover{ color:#fff;}
.header-cart .cart_mini_right {
    background: url(../images/cart.png) no-repeat scroll 0 -57px transparent;
    border: medium none;
    border-radius: 0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 5px 35px;
	/*float:left;*/ display:inline-block;
}
.header-cart:hover .cart_mini_right{ background:url("../images/sprite.png") no-repeat scroll 0px -403px transparent; color:#969696;}
.header-cart .right_arrow{ 
   background: url("../images/arrow-down.png") no-repeat scroll center center transparent;
    margin: 2px 0 0 6px;
    
	vertical-align: middle;
 	 display:inline-block;
	 width:10px;
	 height:15px;
}
.ie7 .header-cart .right_arrow{ display:inline}
.header-cart  .active .right_arrow{ background: url("../images/arrow-up.png") no-repeat scroll center center transparent;}
.header-cart .block{border:none; padding:0; margin:0; background:transparent;}
.headertoggle_img{
height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 40px;
}
.headertoggle_img:before{
color: #161b1e;
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 20px;
    margin: 0 9px 0 0;
	line-height:30px;
	vertical-align:middle;

}
/********** < Navigation */
.advanced_nav{ display:none; }
.nav-inner #nav , .nav-responsive , #advancedmenu{  
	clear: both;
	background:transparent;
 }
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav a:hover , #nav > li:hover > a , #nav li.active > a , .custom_menu:hover a  ,  div.menu a:hover  ,div.active .parentMenu > a ,div.act .parentMenu > a{ color:#787878;}
#nav span { display:block; cursor:pointer; white-space:nowrap; } 
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav a , .nav-responsive span  {float:left;}
#nav a , .nav-responsive span , div.menu a, div.megnor-advanced-menu-popup a { 
  color:#161b1e; font-size:15px;  text-decoration: none; font-weight:600; text-transform:capitalize;
}
#nav li.over a,
#nav a:hover , div.menu a:hover , div.menu.active a, div.menu:hover a{ color:#787878; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0;  }
#nav ul li.last {  padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul ,.responsive-menu #nav-mobile{	 
	 background:#161b1e;}
#nav ul,
#nav div { position:absolute; width:15em; top:42px; left:-10000px; padding:5px; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a {  }
#nav ul li a:hover , #nav > li ul > li:hover > a , .responsive-menu a:hover  {color:#fff!important; }
#nav ul li a ,.responsive-menu a
{ color:#cccccc !important; text-decoration:none; display:block; }
#nav ul span,
#nav ul li.last li span , .responsive-menu li a { padding:6px 0; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0px; background:#f3f3f3; padding:25px 25px 0px; border-bottom:2px solid #fff; }

.block.block-account {
    margin-bottom: 26px;
}
.block .block-title { 	
	color:#161b1e;
	text-transform:capitalize;
	padding-bottom:15px;
}
.block .block-title strong { display:block; min-height:16px; padding:0 0 15px; color:#161b1e;font-weight:700; font-size:18px; position:relative;}

.block .block-title strong:before{
	 border-bottom: 1px solid #dcdcdc;
    bottom: 0;
    content: "";
    left: 0px;
    margin: 0 auto;
    position: absolute;
    right: auto;
    width: 30px;
}
.block.block-side-nav-container .block-title strong:before{ border-bottom:1px solid #fff;}
#category-treeview li a:before, .block-account .block-content li a:before , .block-brand-nav li a:before {
	content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    left: -6px;
    position: relative;
}



.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:0px 0 5px;  font-weight:normal;  }
.block .block-content { 
/*	position:relative;*/
	
	margin:0px 0 0 0;
	padding:0px 0px 25px;}
.block .block-content li{ padding:4px 0;  }
.block .block-content li a{ text-decoration:none; }
.block .block-content li p .addto-cart{ color:#161b1e; font-size:14px; font-weight:bold;}
.block .block-content li p .addto-cart:hover{ color:#969696;}
.block .block-content li .product-name a{ font-size:14px; }
.block .block-content li.item { padding:7px 3px; }
.block .block-content .product-name { color:#555555; }
.block .block-content .price-box .price{ font-size:14px;}
.block .btn-remove,
.block .btn-edit , #panel .btn-edit ,#panel  .btn-remove{ float:right; margin:1px 0 2px 5px; }
.block .actions { }
.block .actions a { float:left; margin-top:15px; }
.block .actions button.button { float:right; margin:10px  0px 10px 0px; }
.block .empty { margin:0; padding:0px 0px; }
.header-cart  .block .actions button.button { margin:15px  10px 10px 0px; float:right;}
/*.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 {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }*/

/* Mini Products List */
.mini-products-list .product-image { float:left; border:1px solid #e8e8e8; margin-bottom:0px; }
.header-cart #panel .mini-products-list .product-image{ border:1px solid #161b1e;}
.mini-products-list .product-details { margin-left:87px; }
 
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */ 
.block-account .block-content li.current{  padding: 4px 0 !important;  color:#161b1e;}
.block-account .block-content li.current strong{ font-weight:normal; padding:4px 0 4px 6px !important; position:relative;}
.block-account .block-content li.current strong:before{
   content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    left: -6px;
    position: relative;
    top: 0px;
}
/* Block: Currency Switcher */
.block-currency {   }
.col-left .block.block-currency{ margin-bottom:26px;}
.block-currency .block-title { }
.block-currency .block-title strong { }
.block-currency .block-content { }
.block-currency .block-content select { }
.block .block-content li .product-name a:hover{color:#787878;}
.block .block-content li a:hover{color:#161b1e;}
.block-layered-nav .block-content  li:hover .price{color:#161b1e;}
#narrow-by-list dd .swatch-link:hover .swatch-label {  border-color: #161b1e;}
/* Block: Category Navigation */
#category-treeview li a , .block-account .block-content li a ,  .block-brand-nav li a{
    display: block;
    padding: 4px 0 4px 6px;
    text-decoration: none;
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;
	-ms-transition:300ms;
	-o-transition:300ms;
	text-transform:capitalize;
}
#recently-viewed-items a{padding-left:0px; color:#787878;}
#recently-viewed-items a:hover, #compare-items .product-name a:hover{ color:#161b1e;}
#compare-items .product-name a{ color:#787878;}
#category-treeview li  , .block-account .block-content li  ,  .block-brand-nav li ,.block-layered-nav li{position:relative; transition:300ms; -webkit-transition:300ms;	-moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;}
#category-treeview li > a:before  , .block-account .block-content li  > a:before ,  .block-brand-nav li > a:before,.block-layered-nav li > a:before{
   /* content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    position: absolute;
   
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;*/
}
#category-treeview li > a:hover:before, .block-account .block-content li > a:hover:before  , .block-brand-nav li > a:hover:before,.block-layered-nav li >a:hover:before{color:#161b1e;}
#category-treeview li > a:hover:before,.block .block-content .side-nav li a:hover{color:#c6c6c6;}
.ie7 #category-treeview li { display:inline }
.block-brand-nav  .sbHolder li a , .block-brand-nav .sbHolder li a:hover{ background:none; padding-left:5px; }
#category-treeview li , .block-account .block-content li ,  .block-brand-nav li{ padding:0 !important; }
#recently-viewed-items li{padding:4px 0px;}

#category-treeview li ul { margin-left:15px; }
#category-treeview li.last a , .block-account .block-content li.last a , #recently-viewed-items li.last a , .block-brand-nav li:last-child a{ border-bottom:none; }
#category-treeview .hitarea {
	background: none;
	height: 28px;
	width: 28px; 
	float: right;
	cursor: pointer;
	margin-right:0px;
	 margin-top: 3px;
	 text-align:right;
}
#category-treeview .expandable .collapsable-hitarea:before{ 
	color: #ffffff;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
} 
#category-treeview .expandable-hitarea:before { 
	color: #ffffff;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 10px;
} 
#category-treeview .collapsable-hitarea:before { 
	color: #ffffff;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
} 

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-title {}
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; display:none; }
.block-layered-nav .block-content {  }
.block-layered-nav dt {      font-weight: bold;    padding: 0 0px 5px; text-transform:capitalize; font-size:14px;  color:#161b1e;}
.block-layered-nav dd { padding:0px 0px 20px;}
.block-layered-nav a{ padding-left:0px; }
.block-layered-nav a:hover{ }
.block-layered-nav dd.last { background:none; padding:0px; }
.block-layered-nav .currently li { background:#eeeeee; padding:4px 20px 4px 10px; position:relative; z-index:1; line-height:1.5; margin:0 0 5px; }
.block-layered-nav .currently .label { font-weight:bold;  text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:10px; top:9px; margin:0;
 background:url("../images/btn_remove.gif") no-repeat scroll 0 0 transparent; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; background:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:normal; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0;  text-align:left; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a , .block-related .actions a { float:right; }
#wishlist-table .add-to-cart-alt .input-text{ margin-bottom:8px; }

/* Block: Related */
.block-related .block-title strong {}
.block-related input.checkbox { float:left; }
.block-related .tm-checkbox .tm-hide {
    opacity: 1; -khtml-opacity:1;  -webkit-opacity:1; -moz-opacity:1; -ms-opacity: 1;
}

.block-related li{ position:relative; }
.block-related .tm-checkbox{ position:absolute; left:2px;}

/* Block: Compare Products */
.block-compare .block-title strong {}
.block-compare button.button span {  }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.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 {text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {   }
.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 {  }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle {  }
.block-poll label { color:#777;   }
.block-poll input.radio {  }
.block-poll .label {     margin-left: 3px; vertical-align:middle; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {  background:transparent }
.block-poll button.button:hover span {  background:#161b1e; }

.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 {  }

/* 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 {  }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block  .block-subscribe .block-content { padding:0px; border:none; margin:0px; float:right; }
.form-subscribe-header{display:none;}
.block-subscribe .block-title strong {   }
.block-subscribe label { font-weight:normal;  }
.block-subscribe input.input-text {  
	border:1px solid #e8e8e8;
    color: #161b1e;
    cursor: text;
    font-size: 14px;
    font-style: italic;
    margin: 0;
    padding: 14px 14px 13px 46px;
    width: 540px;
	position:relative;
	float:left; }
	.news-text .text-content{font-size:16px;}
.block-subscribe .actions { background:none; padding:0; margin:0px 0 0 10px; text-align:left; float:left; }
.block-subscribe .actions button.button {  margin:0;}
 .block-subscribe:before{
    color: #787878;
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 15px;
    position: absolute;
    top: 12px;
	z-index:9;
 }
 .block.block-subscribe {
    float: right;
    position: relative;
	padding:0;
	background:transparent;
}

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:0px; display:inline; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block.block-banner { border:0; padding:0px; }
.block-banner .block-content { padding:0; text-align:center; }
.block.block-banner p{ margin:26px 0;}

/* Block: Login */

.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#787878; }
.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; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 0px; }
/*.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }*/
.category-image { width:1200px; overflow:hidden; margin:-1px auto 0px; text-align:center; }
.category-image img {max-width:100%;}
.category-description { margin:0 0 30px; }
.category-products {}
.category-title h2 a{ padding:0  !important; }
.category-title h2 , .category-title h2 a,  .crosssell h2{   
   color: #161b1e;
    font-size: 20px;
    font-weight: 700;
	position:relative;
	margin-bottom:10px;
	line-height:30px;
	}
 h2.product-name{ background:none; padding:0 !important; border-bottom: none !important; line-height:18px; }
 
/* View Type: Grid */
/*.products-grid { border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }*/
.products-grid{ width:100%; }
.products-grid li.item , .col-main .slider-item{ float:left; width:100%; padding:0; list-style:none; margin:0; }
.products-grid li.first_item_tm{ }
.products-grid li.last_item_tm{ }
.products-grid li .product-block{
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin: 20px 13px;
    overflow: hidden;
}
.products-grid li .product-block-inner{
	overflow: hidden;
    padding: 0px 0px;
    position: relative;
    text-align: center;

}

a.product-image { /* display:block; */  /* margin:0 0 10px; */ }
.products-grid .product-name { margin:0 0 5px; font-weight:normal; font-size:14px; }
.products-grid .product-name a { }

.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:22px; } 

.product-carousel .product-block{
  background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin: 20px 13px;
    overflow: hidden;
}
.product-image-block-inner{border:1px solid #e8e8e8; position:relative; overflow:hidden; margin-bottom:14px;}
.product-image-block-inner a.product-image{margin-bottom:0px; position:relative;}
.product_hover-block {
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: 0;
   transform: scale(0);
   -webkit-transform: scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-moz-transform:scale(0);
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.ie8 .product_hover-block{ display:none;}
.ie8 .product-block:hover .product_hover-block{ display:block;}

.product-block:hover .product_hover-block {
    transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
}

.product-image-block-inner .product-image > img {
    /* height: auto; */
    /* width: 100%; */
}
#wishlist-table .button.btn-cart{ float:none; width:auto;}
#wishlist-table .button.btn-cart span span{ padding:4px 10px 2px 35px; background-position:5px 0px; margin:0 0 0px;}
.wishlist-index-share .my-account .fieldset, .newsletter-manage-index .my-account .fieldset{ margin:0px;}
.button.btn-cart {
    float:left;
	width:54%;
}

.product_hover-block .actions .add-to-links, .list-center-outer .add-to-links {
   float:left;
    margin: 0;
    vertical-align: middle;
	width:46%;
}
.list-center-outer .add-to-links{width:auto;}
.product_hover-block .add-to-links li:first-child, .list-center-outer .add-to-links li:first-child {
    background: rgba(22, 27, 30, 0.9);
    float:left;
    font-size: 0;
    height: 44px;
    vertical-align: middle;
    width: 50%;
	box-sizing:border-box;
	border-right:1px solid #888888;
}

.add-to-links li a.link-wishlist {
    display: block;
    height: 100%;
    width: 100%;
}
.add-to-links li a.link-wishlist:hover,.add-to-links li a.link-compare:hover{background:#000000;}
.add-to-links li a.link-wishlist:hover:before,.add-to-links li a.link-compare:hover:before{color:#ffffff;}
.product_hover-block .add-to-links li:first-child + li, .list-center-outer .add-to-links li:first-child + li {
    background: rgba(22, 27, 30, 0.9);
    float:left;
    font-size: 0;
    height: 44px;
    vertical-align: middle;
   width: 50%;
	box-sizing:border-box;
	border-right:1px solid #888888;
}
.list-center-outer .add-to-links li:first-child ,.list-center-outer .add-to-links li:first-child + li{border:none; width:50px; height:41px; margin-right:-1px; border:1px solid #e8e8e8; background:#fff;}
.ie8 #products-list .list-center-outer .add-to-links li:first-child , .ie8 #products-list .list-center-outer .add-to-links li:first-child + li{ background:#fff;}
.list-center-outer .add-to-links li a.link-compare:hover:before, .list-center-outer .add-to-links li a.link-wishlist:hover:before{ color:#161b1e;}
.list-center-outer .add-to-links li a.link-compare:hover, .list-center-outer .add-to-links li a.link-wishlist:hover{ background:#fff;}
.add-to-links li a.link-compare {
    display: block;
    height: 100%;
    width: 100%;
}

.product-carousel .product-block-inner{
  overflow: hidden;
    padding: 0px;
    position: relative;
    text-align: center;
}

 .sale-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top:6px;
    left: 6px;
    text-align: center;
    text-transform: uppercase;
	color:#a5a5a5;
	font-size:12px;
	font-weight:bold;
	z-index:8;
}
 .new-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top: 5px;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
	color:#a5a5a5;
	font-size:12px;
	z-index:8;
	font-weight:bold;
}
/* View Type: List */
.products-list li.item {     margin:0px 0px  30px;    padding:0px; }
.products-list li .list-left{ float:left; margin-right:30px; position:relative; border:1px solid #ebebeb; overflow:hidden; }
.products-list li .list-center{ width:450px; padding-right:15px; border-right:1px solid #EDEDED; float:left;  }
.products-list li .list-right{ padding-left: 10px; overflow:hidden; }
.products-list li.item.last {  }
.products-list .product-image { float:left; margin:0 0 0px; }
.products-list .product-shop { margin:0; }
.products-list .product-name { margin:0 0 10px; font-weight:normal;    }
.products-list .product-name a { font-size:16px; font-weight:bold; color:#787878; }
.products-list .item:hover .product-name a { color:#161b1e;}
.products-list .price-box {   margin:4px 0px 15px 0; }
.products-list .availability { float:left; margin:5px 8px 5px 0px; }
.products-list .availability.out-of-stock span { color:#a3a3a3;}
.products-list .availability.out-of-stock{ border:1px solid #e8e8e8; margin:0 -1px 0 0; padding:9px 20px; line-height:21px;}
.products-list .desc { clear:both; padding:20px 0 10px; margin:0px; line-height:22px; }
.products-list .desc .link-learn { font-size:14px; font-weight:bold; color:#161b1e; }
.products-list .desc .link-learn:hover { color:#787878; }
.products-list .add-to-links {float:left;}
.products-list .add-to-links li { float:left; }
.products-list .add-to-links .separator { display:none; margin:0 2px; }
.products-list li .ratings .rating-box{ float:left; margin-right:10px; }
.list-center-outer {    float: left;    width: 583px;}
.products-list {    margin-top: 20px;}
.products-list .ratings{ margin:0px;}
/* ======================================================================================= */


/* Product View ========================================================================== */

/********************** Product View Tabs */
.product-view .tabs { margin: 15px 0px 0 0; overflow:hidden;  padding:0px; }
.product-view .tabs li               
{ 
	float:left; 
	line-height:1em;  
	margin-right:5px;
	padding:30px 0 0;

}

.product-view .tabs a                 { display:block; padding:14px 25px; color:#161b1e; text-decoration: none; font-weight:600; background:#f3f3f3; font-size:16px; font-weight:bold;}
.product-view .tabs a:hover           { text-decoration:none; background:#161b1e; color:#fff;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#161b1e; color:#fff; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{  float:left; margin-bottom:6px;}
 #product_tabs_related_tabbed_contents li .product-images SPAN {}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.product-collateral .padder
{ border:1px solid #e4e4e4; padding:25px; background:#FFF; border-top:2px solid #161b1e; }

#product_tabs_description_tabbed_contents h2,#product_tabs_related_tabbed_contents  .block-title { display:none; }

.padder h6{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
	display:none;
	background:#E1E1E1;
}

/* Rating */
.no-rating { margin:0 0 10px; }

.ratings {   line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; display:none; }
.ratings .rating-links .separator { margin:0 10px; }
.ratings dt {}
.ratings dd {}
#customer-reviews .rating-box{ margin:6px 10px 0;}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; margin:6px 0 0;}
.rating-box .rating { float:left; height:12px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box {margin-right:10px; display:inline-block; }
.ratings .amount {display:none;}

.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:#fff; }

.availability-only { margin:10px 0 7px; line-height:25px; background:url(../images/megnor/availability.png) 0 3px no-repeat; padding-left:30px; clear:both;}
.availability-only span,
.availability-only a {  }
.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 {  }
.product-view .product-shop .availability span { font-weight:normal; color: #FF0000; }
.product-view .product-shop .availability.in-stock span{ color:#85ad74;}

/* 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;   color: #161b1e; font-weight:600;}

.price-box { margin:5px 0; }
.price-box .price { font-weight:900; color:#161b1e; font-size:16px; }

/* Regular price */
.regular-price { color:#161b1e; }
.regular-price .price {   font-size: 16px;    font-weight:900; color:#161b1e; }
.block .regular-price,
.block .regular-price .price {  }

/* Old price */
.price-box .old-price { margin:0; text-decoration: line-through; font-size:14px; color:#a6a6a6; font-weight:normal; margin:0px 5px 0px 0px; display:inline-block; }
.old-price .price-label { white-space:nowrap; color:#999; display:none;}
.old-price .price { font-weight:normal; color:#a6a6a6;font-size:14px; text-decoration:line-through; margin:0 0px 0 0; }

/* Special price */
.special-price { margin:0; padding:3px 0; display:inline-block; }
.special-price .price-label { font-size:14px; font-weight:bold; white-space:nowrap; color:#cd5033; display:none; }
.special-price .price { font-size:16px; font-weight:900; color:#161b1e; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; display:none; }

.minimal-price-link { display:block; margin:3px 0; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; font-size:14px; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:14px; font-weight:normal; color:#161b1e; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:14px; font-weight:bold; color:#161b1e; }

/* 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:14px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

/* 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; }
 
/********** Product Prices > */

/* Tier Prices */
.col1-layout .product-view .product-shop .product-pricing{ float:left;}
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f0f0f0;  }
.tier-prices li { line-height:1.4;  padding:2px 0 2px 0px; }
.tier-prices .benefit { font-style:italic; font-weight:bold;  }
.tier-prices .price { font-weight:bold;  }

.tier-prices-grouped li { padding:2px 0; color:#161b1e; }
.tier-prices-grouped li .price { font-weight:bold; }

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


/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:normal; color:#787878; margin-top:5px; }
.add-to-cart .qty { float:left; margin-right:0px; }
.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 {   }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#787878; }
.add-to-box .add-to-links { float:left; margin:0;  text-align:left; }
.add-to-box .add-to-links li { margin-right:10px;  }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {  } 
.product-essential h2 {display:none;  }

.product-collateral {  margin-top:50px; }
.product-collateral h2 ,.related-products .block-subtitle ,.box-tags h3{ font-weight:normal; font-size:15px; border-bottom:1px solid #dedede; padding:0 0 10px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }
.related-products .block-subtitle{  margin-top:10px; }

 

/* Product Images */
.product-view .product-img-box { float:left; width:452px; margin-right: 26px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; border:1px solid #ebece7; position:relative; z-index:1; }
.product-view .product-img-box .product-image  #wrap{  }
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; overflow:hidden; z-index:9; border:1px solid #e8e8e8; }
.product-view .product-img-box .product-image-zoom img { position:absolute; 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 { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.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;  } 

/* Product Shop */
.info3col-data .flexslider{margin:0px; padding:0px 0px 30px;}
.info3col-data .flexslider:hover .flex-direction-nav{display:none;}
.info3col-data .flex-control-nav{bottom:0px;}
.product-view .product-shop { float:right; width:460px; }
.col1-layout .product-view .product-shop { float:left; width:417px; margin-right:25px; }
.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:0 0 12px; font-weight:600; font-size:16px; text-transform:capitalize; }
.product-view .product-shop .availability {    float:left;    margin: 0 0 10px; text-align:right; }
.product-view .product-shop .short-description { margin:15px 0; }
.product-view .product-shop .price-box { margin:15px 0 10px;clear:both; }
.product-view .product-shop .price-box .price{ font-size:20px;  }
.product-view .product-shop .price-box .old-price.price, .product-view .product-shop .price-box .old-price .price{ font-size:14px;  }
.product-view .product-shop .add-to-links { margin:0px 0; font-size:14px; float:left; }
 
.product-view .product-shop .add-to-links li{ float:left; margin-right:10px; }
.product-view .product-shop .add-to-links li .separator { display:none; }
.product-view .product-shop .ratings .rating-links{ display:inline-block; }

.email-addto-box{margin-bottom: 10px; clear:both; float:left;} 
.email-addto-box .email-friend { float:left; margin-right:10px; }

#prev-next-links{ float:right; margin-top:-37px; width:50px; }
#prev-next-links  a{height:30px; width:25px; display:block; margin-bottom:0; text-decoration:none;}
#prev-next-links  a#link-previous-product{  float:left;}
#prev-next-links a#link-next-product{ float:right; 
  
}
 #prev-next-links a#link-next-product:before{ color: #000;
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 25px;
    margin: 0px 0px 0px 10px;
	  content: "\f105";
    vertical-align: middle;
}
.box-up-sell .products-grid {    margin: 0;}
#prev-next-links a#link-previous-product:before{ color: #000;
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 25px;
    margin: 0px 0px 0px 10px;
	  content: "\f104";
    vertical-align: middle;
}
/* Product Options */
.product-options {  
    margin: 0;
    padding: 0 0 10px;
    position: relative;
	
	}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:normal;  }
.product-options dt label.required em { color:#DD4B39; margin-left:0px; }
.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;  }
.product-options dd { padding:5px 0px 10px; margin:0 0 5px;   }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:97%; }
.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 {   margin-top:3px; margin-right:9px; }
.product-options ul.options-list input.checkbox {  margin-top:3px; float:left; }
.product-options ul.options-list .label {display:inline;   }
.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:0px; }

 

.product-options-bottom { padding:10px 0px;  }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#161b1e; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#161b1e; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:left; margin:10px 0; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; display:none;}
.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 {  float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links {   padding:5px 0 0; text-align:left; display:none; }

/* 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 {  padding:0 0 10px; margin:0 0 8px; }
*/ 
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.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 {   }
.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_pipe1.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;  margin:0 0 5px;  }
.product-view .box-tags .form-add .input-box { float:left;  }
.product-view .box-tags .form-add input.input-text { width:300px; margin-right:5px; padding:8px 8px 9px; }
.product-view .box-tags .form-add button.button span {  }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0px; font-size:12px; }

/* 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 #product-review-table{ max-width:180px; margin:15px 0; }
.product-view #product_tabs_review_tabbed_contents .form-list .input-box{ max-width:500px; width:100%; }
.product-view #product_tabs_review_tabbed_contents .form-list textarea{ width:95%; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* 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:285px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:600px; }
.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; }
.product-name a , .product-review .product-name { color:#161b1e; font-size:14px; text-decoration:none; margin-bottom:5px; font-weight:400; text-transform:capitalize;}
.product-name a:hover{  color:#787878; text-decoration:none; }

/* Product Tags */
.tags-list { display:block;   border:1px solid #EDEDED; background:#FBFBFB; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

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

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -33px 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  {background:url("../images/megnor/subcat_arrow.png") no-repeat scroll 3px center transparent; 
padding-left:12px;}
.page-sitemap .sitemap a:hover{background:url("../images/megnor/subcat_arrow_hover.png") no-repeat scroll 3px center transparent; }
.page-sitemap .sitemap li { margin:5px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }


.contacform{     border-right: 1px solid #EDEDED;
    float: left;
    margin-right: 10px;
    padding-right: 15px;
    width: 46%; }
.googlemap{   float: right;
    margin-top: 10px;
    width: 50%;}
.contacform .form-list li.wide .input-box{width: 100%;}
.contacform .form-list li.wide textarea{width: 97%;}
.contacform .fieldset{ margin-top:10px; }
/* 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:0px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 0px; }
.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 {  margin:0 0 5px;  }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {  }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col1-set{ width:435px;  float:left;}
.cart .cart-collaterals .col2-set { width:735px; float:right; }
/*.cart .cart-collaterals .col2-set .col-1{width:360px}
.cart .cart-collaterals .col2-set .col-2 { width:310px; }*/

.cart .crosssell { margin:15px 0;} 
.cart .crosssell .product-image {   } 
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #ebebeb;  padding:15px 20px; margin:0 0 18px; }
/*.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; padding:0 0 0 0px; color:#161b1e; text-transform:uppercase; }*/
 
.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; }
.shopping_CMS_main1{margin-top:10px;   display: inline-block; }
 .cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }
 
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;   }

/* Shopping Cart Totals */
.cart .totals { float:right; width:345px; background:#FBFBFB; border:1px solid #ebebeb; margin-bottom:10px; }
.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:20px; }
.cart .totals .checkout-types { font-size:13px; padding:0px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 10px; }
.cart .totals .checkout-types li:last-child{ background:#f3f3f3;   padding: 7px;  
  text-align: center; border-top:1px solid #fff;
  margin:0;}


/* Options Tool Tip */
.item-options dt { font-weight:bold;  float:left; margin-right:10px; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px;  background-color:#f3f3f3; color:#787878; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:7px; left:0%; width:100px; border:1px solid #ddd; }
.col-left .truncated .show .item-options { left:0px; top:5px; }
.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:normal;  }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {  margin-top: 15px;    padding-left: 0;}
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; margin-bottom:5px; }
.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-weight:normal;  }
.gift-messages p.control {   }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {   font-weight:bold; }
.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; text-align:center;   }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {   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:98%; }

.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:#787878; }

.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 {  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:#161b1e; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#161b1e; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }

/*.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }*/

.block-progress dt {margin:0 0 6px; padding:5px 8px;   /* font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; color:#999;*/ }
.block-progress dd {   padding:8px 13px; margin:0 0 10px; }
.block-progress dt.complete { margin:0;   border-bottom: 1px solid #e8e8e8; }
.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 */
 #checkoutSteps{ margin-bottom:15px; }
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt.complete a{ background:url("../images/megnor/edit.png") no-repeat scroll 0 0; padding-left: 20px; font-size:12px;}
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:15px; border:none; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.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 {border-bottom: 1px solid #e8e8e8;}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #e8e8e8 #e8e8e8; background:#F0F0F0;
 padding:8px 8px; text-align:right; }
.opc .step-title .number { float:left; background:#161b1e; border:1px solid #161b1e; padding:0 8px 2px; margin:0 10px 0 0; color:#fff; }
.opc .step-title h2 { float:left; margin:0;  font-size: 15px;   white-space: nowrap; }
.opc .step-title a { display:none; float:right;   line-height:16px; color:#fff;  }

.opc .allow .step-title { background:#161b1e; border:1px solid #161b1e; border-bottom:0; color:#fff; cursor:pointer; }
.opc .allow .step-title .number { background:#161b1e; border-color:#FFFFFF; color:#fff; }
.opc .allow .step-title h2 { color:#FFFFFF; }
.opc .allow .step-title a { display:block; color:#fff; }

.opc .active .step-title { background:#161b1e; border:1px solid #161b1e; color:#fff; cursor:default; }
.opc .active .step-title .number { background:#161b1e; border-color:#fff; color:#fff; }
.opc .active .step-title h2 { color:#fff; }
.opc .allow .step-title:hover{ background:#161b1e;border-color:#161b1e; }
.opc .active .step-title a { display:none; }

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

#opc-login .buttons-set { border-top:0; }
#opc-login h3 {  border-bottom:1px solid #e8e8e8; padding-bottom:10px; text-transform:capitalize; font-weight:normal; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0;  }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form {    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #e8e8e8;
    margin: 0;
    padding: 0; }
.opc .gift-messages-form .inner-box { padding:10px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { }
#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-onepage-success h2{ border-bottom:none;}
.checkout-progress { padding:0 90px; margin:10px 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #161b1e; padding:2px 0 0; font-weight:normal; text-align:center; color:#161b1e; }
.checkout-progress li.active { border-top-color:#646464; color:#646464; }

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

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

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

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {  border:1px solid #EDEDED; margin:10px 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#F0F0F0;position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 {   }

.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;  overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left;  }
.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:#161b1e; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
 
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%;  }
.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:450px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:98%; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #EDEDED; background:#FBFBFB; padding:13px; position:relative; }
 

/* Step 3 */

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


/* Account Login/Create Pages ============================================================ */
 
.account-login .content { border-bottom:0; }
.account-login .content h2 , .fieldset .legend , .box-account .box-head h2 , .addresses-list h2 ,
 .multiple-checkout h2 ,.checkout-onepage-success h2 , .order-info-box h2 , .sales-order-print .col2-set h2
{  border-bottom: 1px solid #e8e8e8;
    color: #555;
    font-size:18px;
    font-weight: normal;
    margin: 0 0 14px;
    padding: 0 0 10px;
    text-transform: capitalize;}
 
.account-login .buttons-set { margin:0;    }

.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; 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 0 15px; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff;  margin: 0 0 20px; }
.box-account .col2-set .col-1{
    border-right: 1px solid #e8e8e8;
    float: left;
    padding-right: 10px;
    width: 48.5%;
}
.dashboard .box .box-title {    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #e8e8e8;
    margin: 0 0 10px;
    padding: 5px 5px;	
	text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left;  font-weight:normal; margin:0; }

/* Block: Recent Orders */
  
/* Block: Account Information */ 
.dashboard .box-info h4 {  font-weight: normal;
    text-transform: capitalize; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
 
.dashboard .box-tags .number ,.dashboard .box-reviews .number{ float:left; font-weight:bold; line-height:1; color:#161b1e; margin:0px;
 padding:5px 7px; background:#ccc; }
.dashboard .box-tags .details , .dashboard .box-reviews .details{ margin-left:30px; }
.dashboard .box-tags li.item  , .dashboard .box-reviews li.item{ margin:10px 0 7px; }
.dashboard .box-tags li.item.last , .dashboard .box-reviews li.item.last { margin-bottom:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h3 { font-weight:normal;}
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff;padding:10px 0px; margin:0 0 10px; border-bottom: 1px solid #EDEDED; }
.addresses-list li.empty { background:none; border:0; padding:0; }
 
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#f3f3f3;   padding:7px 10px; margin:0 0 8px; border-radius:0px; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;}
.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 , .sales-order-print .col2-set{  border:1px solid #e8e8e8; padding:12px 15px; margin:0 0 15px; }
 
.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 {  margin:0 0 5px; }
.order-items .product-name {  }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#787878; }
.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 { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; margin-top:10px; }
.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 {   }
#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;  }
.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;  border-radius:2px; -webkit-border-radius:2px;  -khtml-border-radius:2px;  -moz-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 .store-switcher { display:inline; margin:0 5px 0 0;}
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { text-decoration:none; }
.footer a:hover { text-decoration:none; }
.footer .bugs { margin:13px 0 0; color:#777; }
.footer .bugs a { color:#777; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0px; float:right; }
.footer address a { color:#777; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul {  }
.footer_bottom ul.links { float:left;  }
.footer  li {  padding:2px 0; line-height:22px;   }
 
.footer_bottom  li{display:inline; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat;padding:0 6px 0 3px; }
.footer ul.links li.last { background:none;  }
.footer-container .bottom-container { margin:0 0 5px; }



.ie7 .footer_top  li { display:block; padding-bottom:7px; padding-left:0px; }
.ie7 .footer_top ul{ display:block;}
.ie7 .social_block ul li{ padding-bottom:0px;}
 
.footer .mobile_togglemenu{ display:none; }  
.footer_top{ width:100%; padding: 10px 0; overflow:hidden;}
.footer_bottom{
    clear: both;
    overflow: hidden;
}
.footer_bottom .footer_bottom_inner{
    padding: 15px 0px;
	border-top:1px solid #dcdcdc;
	overflow:hidden;
}
#footer .footer-area{float: left;    margin-right:0px;    width:25%; box-sizing:border-box; padding:50px 0px 60px;}
#footer #block_4.footer-area{padding:50px 30px 60px;}
.social_block ul li{ float:left; height:35px; width:35px; margin:0 10px 10px 0; padding:0; cursor:pointer; }
.social_block ul li.facebook{ background:url("../images/sprite.png") no-repeat scroll -5px -289px transparent; }
.social_block ul li.twitter{ background:url("../images/sprite.png") no-repeat scroll -45px -289px transparent; }
.social_block ul li.rss{ background:url("../images/sprite.png") no-repeat scroll -85px -289px transparent; }
.social_block ul li.linkin{ background:url("../images/sprite.png") no-repeat scroll -125px -289px transparent; }

.social_block ul li.facebook:hover{ background-position: -5px -326px }
.social_block ul li.twitter:hover{ background-position: -45px -325px }
.social_block ul li.rss:hover{ background-position: -85px -325px }
.social_block ul li.linkin:hover{ background-position: -125px -325px }

#footer .block { border:none; margin-bottom:10px; }
#footer .block .block-title{ background:none; padding:0; line-height:20px; }
#footer .block-subscribe .block-content{ background:none; border:none; padding:0;}
#footer .block-subscribe input.input-text{  width: 213px;}

#footer .mobile_togglemenu {
    background: url("../images/megnor/toggle-arrow.png") no-repeat scroll right -52px transparent;
      cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -20px;
    overflow: hidden;
    padding:0px;
    text-decoration: none;
    width: 99%;
	position:absolute;
}
.padder h5.mobile_togglemenu {
    background: url("../images/megnor/toggle-arrow2.png") no-repeat scroll right -52px transparent;
      cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -22px;
    overflow: hidden;
    padding: 0px;
    text-decoration: none;
    width: 100%;
	position:relative;
}

#footer  .active .mobile_togglemenu , .padder  .active .mobile_togglemenu {
    background-position: right 0px;
}
.toggle .mobile_togglecolumn {
    background: url("../images/megnor/toggle-arrow.png") no-repeat scroll right -42px transparent;
    cursor: pointer;
    display: none;
    margin-top: -31px;
    overflow: hidden;
    padding: 10px 0px;
    width: 100%;
	position:absolute;
	z-index:9;
	margin-left:-20px;
}
.active .mobile_togglecolumn {
    background-position: right 10px;
}

#topcontrol:before {
    color: #fff;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
	vertical-align:middle;
}
#topcontrol {
    background:#161b1e none repeat scroll 0 0;
    bottom: 15px !important;
    font-size: 0;
    height: 34px;
    right: 15px !important;
    width: 34px;
    z-index: 99;
}


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

/* 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;}


/* Default Width  Start*/

.grid_default_width {  width: 280px;}
.featured_default_width {  width: 280px;}
.newproduct_default_width{  width: 280px;}
.bestseller_default_width {  width: 280px;}
.special_default_width{  width: 280px;}

.additional_default_width{ width:80px; } 

.blog_default_width{ width:390px; } 
.testimonial_default_width{ width:380px; } 


 
.brand_default_width,
.manufacture-product li.slider-item,
.manufacture-product li.product-items
{width: 210px;  }

.related_default_width,
.related-products li.slider-item,
.related-products li.product-items{  width: 229px;}

 
.upsell_default_width,
.box-up-sell li.slider-item,
.box-up-sell li.product-items{  width:305px;}


.crosssell_default_width,
.crosssell li.slider-item ,
.crosssell li.product-items{  width: 305px;}



/* Default Width  End*/ 



/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px; -webkit-border-radius:2px;  -khtml-border-radius:2px;  -moz-border-radius:2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}
.product-shop  .configurable-swatch-list {margin-bottom:20px;}
.configurable-swatch-list {
  margin:5px 0 0px -3px;
 
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
 
  margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4; -khtml-opacity: 0.4;  -webkit-opacity: 0.4; -moz-opacity:0.4; -ms-opacity: 0.4;
 
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

#narrow-by-list dd .swatch-label {
  background: #f3f3f3;
  border: 1px solid #e8e8e8;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #000;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px; -webkit-border-radius:3px;  -khtml-border-radius:3px;  -moz-border-radius:3px;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
	display:none;
	height:auto;
}
.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}
.product-view .product-image-thumbs img {
    width: 100%;
	height:auto;
}
.zoomWindow{display:block;}
.product-image-zoom.zoom-available .gallery-image { display: none; } 
.product-view .product-img-box  .product-image .gallery-image.visible { display: block; }
.product-image-thumbs.mycarousel.jcarousel-list.jcarousel-list-vertical{min-height:400px;}

#image-color-name {
    bottom: 20px;
    font-size: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.product-img-box .product-carousel .slider-item{text-align:center;}
.thumb-link{display:inline-block; margin:0px 4px; border:1px solid #e8e8e8;}
/* end configurable swtaches */

#spinner {
    background: url("../../images/megnor/loading.gif") no-repeat scroll 50% 50%  #f6f6f6 ;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}


.one_third{float:left; width:33.333%;}
.cms1 .one_third_inner.content_inner{margin-right:20px; overflow:hidden;}
.cms2 .one_third_inner.content_inner{margin:0px 10px;overflow:hidden;}
.cms3 .one_third_inner.content_inner{margin-left:20px;overflow:hidden;}


/* start cms-banner*/ 

.sub_banner {
    margin: 34px 0;
    overflow: hidden;
}
.sub_image1 {
    float: left;
    overflow: hidden;
    position: relative;
}
.sub_image2 {
    float: right;
    overflow: hidden;
    position: relative;
}
.CMS_banner img {
    backface-visibility: hidden;
    max-width: none;
   transform: translate3d(0px, 0px, 0px);
   -webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform:translate3d(0px, 0px, 0px);
	-o-transform:translate3d(0px, 0px, 0px);
	-moz-transform:translate3d(0px, 0px, 0px);
   
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition:  opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-ms-transition:  opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-o-transition:  opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.CMS_banner:hover img {
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform:translate3d(0px, 0px, 0px);
	-o-transform:translate3d(0px, 0px, 0px);
	-moz-transform:translate3d(0px, 0px, 0px);
}
.sub_banner .static-wrapper {
    bottom: auto;
    left: 43px;
    right: auto;
    top: 37%;
    position: absolute;
    text-align: left;
    z-index: 5;
}
.ie8 .sub_banner .static-wrapper{ left:-325px;}
.ie8 .sub_banner .CMS_banner:hover .static-wrapper{ left:33px;}
.CMS_banner:hover .layer {
    opacity: 1;  -moz-opacity: 1; 	-webkit-opacity: 1;	-ms-opacity: 1;	-khtml-opacity: 1;
    transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
.CMS_banner .layer {
    background: rgba(22, 27, 30, 0.5) none repeat scroll 0 0;
    display: block;
    height: 100%;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
    position: absolute;
    top: 0;
   -webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
    width: 100%;
}

.CMS_banner:hover .static-inner:before {
    opacity: 1; -moz-opacity: 1; 	-webkit-opacity: 1;	-ms-opacity: 1;	-khtml-opacity: 1;
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform:translate3d(0px, 0px, 0px);
	-o-transform:translate3d(0px, 0px, 0px);
	-moz-transform:translate3d(0px, 0px, 0px);
}
.sub_banner .static-inner:before {
    border-bottom: 1px solid #ffffff;
    bottom: -43px;
    content: "";
    left: 0;
    position: absolute;
    transform: translate3d(-250%, 0px, 0px);
	-webkit-transform: translate3d(-250%, 0px, 0px);
	-ms-transform:translate3d(-250%, 0px, 0px);
	-o-transform:translate3d(-250%, 0px, 0px);
	-moz-transform:translate3d(-250%, 0px, 0px);
    transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
    width: 100%;
	 opacity: 0;
	  -moz-opacity:0; 	-webkit-opacity:0;	-ms-opacity:0;	-khtml-opacity: 0;
}
.sub_banner .static-inner {
    display: block;
    position: relative;
}

.CMS_banner:hover .text1.static-text, .CMS_banner:hover .text2.static-text {
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}
.sub_banner .text2.static-text {
    transform: translate3d(500%, 0px, 0px);
	-webkit-transform: translate3d(500%, 0px, 0px);
	-ms-transform: translate3d(500%, 0px, 0px);
	-o-transform: translate3d(500%, 0px, 0px);
	-moz-transform: translate3d(500%, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.sub_banner .static-text {
    font-size: 28px;
    font-weight: 400;
    transform: translate3d(-500%, 0px, 0px);
	-webkit-transform: translate3d(-500%, 0px, 0px);
	-ms-transform: translate3d(-500%, 0px, 0px);
	-o-transform: translate3d(-500%, 0px, 0px);
	-moz-transform: translate3d(-500%, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	padding:6px 0;
    float: left;
    line-height: 30px;
    width: 100%;
    color: #ffffff;
    text-transform: capitalize;
}
.sub_banner .text2.static-text {font-weight:bold; font-size:32px;}



/* end cms-banner*/ 


/*tab start*/

.tab-main-title {
    color: #161b1e;
    font-family:"Anton",sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 53px;
    text-align: center;
	position:relative;
}
.tab-main-title:before{
 border-bottom: 1px solid #b9babb;
    bottom: 32px;
    content: "";
    display: block;
    left:1px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 30px;
	right:0;
}
.tabberlive .tabbertabhide { display:none; }
.tabberlive {clear:both;float: left;
    margin-top: 47px;
	width:100%;
	 }
.tabberlive .category-title{display:none;}
.category-products ul.item.slider-item > li:first-child{margin-bottom:15px;}
ul.tabbernav
{
	 margin:0px;
	 padding: 0;
	 float:left !important;
	 position:relative;
	 text-align:center;
	 margin-left:0px;
	 width:100%;
	 clear:both;
	 margin-bottom:62px;
}
.line-tab{background: url('../images/title_lines.jpg') repeat-x scroll 0px center transparent; display:block; width: 53%;
left: 445px;
position: absolute;}
ul.tabbernav li	{  list-style:none; display:inline-block; }
.content { padding:0; }
ul.tabbernav li a
{
	text-decoration: none;
	font-size: 14px;
	padding: 13px 30px;
	line-height:22px;
	color:#161b1e;
	text-transform:capitalize;
	font-weight:900;
	margin:0px 4px;
	border:1px solid #e8e8e8;

}
.list-center .add-to-links li em{min-width:91px; padding:5px 5px 5px 10px;}

ul.tabbernav li a:hover	{ text-decoration: none; }
ul.tabbernav li a.selected , ul.tabbernav li a:hover	
{ 

border-color:#161b1e;
background:#161b1e;
color:#fff !important;

}

.tabberlive .tabbertab {
	padding-bottom: 5px;
	border-top:0; 
	float:left;
	width:1000px; 
	background:url(../images/tobbottom_line.png) repeat-x left bottom;
}
.tab{clear:both; position:relative; overflow:hidden; padding-bottom:72px;}
.tabs .customNavigation {position:absolute; bottom:0px; text-align:center;}
.tabs .customNavigation a{text-indent:initial; width:auto; height:auto; display:inline-block;}
.product_hover-block .actions{/*display:inline-block;*/ border:1px solid transparent; margin-left:0px; width:100%; float:left;}

.tabs .customNavigation a.next, .tabs .customNavigation a.prev {
    background:transparent;
    color: #787878;
    font-weight: bold;
    left: auto;
    padding: 10px 20px;
    right: auto;
    text-transform: uppercase;
    top: auto;
	border:1px solid #e8e8e8;
	margin:0px 3px;
}

.tabs .customNavigation a.prev {
    padding-left: 40px;
}

.tabs .customNavigation a.next {
    padding-right: 40px;
}
.tabs .customNavigation a.prev:hover{ color:#fff; border-color:#161b1e; background-color:#161b1e;}
.tabs .customNavigation a.next:hover{color:#fff; border-color:#161b1e; background-color:#161b1e;}

.tabs .customNavigation a.next:before{
	content:'\f105';
	color: #787878;
    font-family: "FontAwesome";
    font-size: 18px;
    margin: 0;
    vertical-align: middle;
	position:absolute;
	right:20px;
}
.tabs .customNavigation a.prev:before{
	color: #787878;
    font-family: "FontAwesome";
    font-size: 18px;
    margin: 0;
    vertical-align: middle;
	content:'\f104';
	position:absolute;
	left:20px;
}
.tabs .customNavigation a.prev:hover:before, .tabs .customNavigation a.next:hover:before{ color:#fff;}
.tabs .customNavigation a{position:relative; float:none;}
/* tab end */

/* Start Banner_CMS */

.banner_CMS{ padding:72px 0; display:inline-block;}
.banner_CMS .banner-main-inner{ overflow:hidden; position:relative; display:inline-block;}
.banner_CMS .one_third{float:left; margin:0; position:relative; overflow:hidden;  box-sizing: border-box; width:auto;}
.banner2.one_third{padding:0px 5px;}
.banner1.one_third{ padding:0 10px 0 0;}
.banner3.one_third{ padding:0 0px 0 10px;}
.banner_CMS img {
    transform:translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform:translate3d(0px, 0px, 0px);
	
	transition: all 400ms ease 0s;
	-webkit-transition:all 400ms ease 0s;
	-moz-transition:all 400ms ease 0s;
	-ms-transition:all 400ms ease 0s;
	-o-transition:all 400ms ease 0s;
	
	backface-visibility:hidden;
	max-width:none;
	vertical-align:middle;
}
.banner_CMS .one_third:hover img {
    transition: all 400ms ease 0s;
	-webkit-transition:all 400ms ease 0s;
	-moz-transition:all 400ms ease 0s;
	-ms-transition:all 400ms ease 0s;
	-o-transition:all 400ms ease 0s;
	overflow:hidden;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform:scale(1.1);
}
.hover_layer {
    cursor: pointer;
    position: absolute;
    right: 19px;
    top: 40%;
	overflow:hidden;
}
.banner_CMS .banner1 .hover_layer{ text-align:center;}
.banner_CMS .banner3 .hover_layer{ text-align:right;}
.banner_CMS .banner1 .text1, .banner_CMS .banner2 .text2, .banner_CMS .banner3 .text2 {
    color: #161b1e;
    font-size: 23px;
    font-weight: 900;
	display:block;
}
.banner_CMS .banner1 .text2 {
    color: #a98956;
    font-size: 15px;
	font-weight:bold; text-transform:capitalize; line-height:28px;
}
.banner_CMS .banner2 .text1 {
    background: #ffffff none repeat scroll 0 0;
    color: #7fa1ce;
    display:inline-block;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 7px;
    padding: 3px 15px;
    text-transform: uppercase;
}
.banner_CMS .banner3 .text1 {
    color: #cf6d3c;
    font-size: 15px;
    font-weight: 600;
}


/* End Banner_CMS */


/* blog and testimonial */


.blog_outer {
    float: left;
    width: 69.7%;
}
.testimonial_outer{float:left; width:30.3%; position:relative;}


/* end blog */
.manufacturer-product-outer{clear:both; margin:30px 0 48px;}
/*.manufacturer-product-outer  ul#brand-carousel {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}*/

/* footer */
.footer-top-outer{background:#fff; padding:27px 0px; border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;}

.footer_right_newsletter {
    float: left;
    width: 55%;
}
.footer-container .block{border:none;}
.footer-container .block .block-title{display:none;}
.footer-top-inner.container-width{background:transparent; overflow:hidden;}
.footer a,.footer{color:#787878;}
.footer_right_newsletter .block .block-content{padding:0px;}
.footer_left_newsletter  .newsletter-title .small-title:before {
    border-bottom: medium none;
    border-right: 1px solid #bebebe;
    bottom: 0;
    height: 35px;
    left: auto;
    right: -30px;
    top: -5px;
	margin:0px;
}
.newsletter-title .small-title {
    color: #161b1e;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
	font-family:"Anton",sans-serif;
}
.block-subscribe button.button span {
    background: #161b1e url("../images/sprite.png") repeat scroll -164px -231px;
    border: medium none;
    color: #fff;
    font-size: 0;
    height: 45px;
    width: 45px;
	padding:0px;
	border-radius:0px; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
	 transition: all 300ms ease 0s;
	 -webkit-transition:all 300ms ease 0s;
	-moz-transition:all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
}
.block-subscribe button.button:hover span{background: #4a4e51 url("../images/sprite.png") repeat scroll -160px -231px;  transition: all 300ms ease 0s; -webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s;	-ms-transition: all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;}
.footer_inner.container-width{background:transparent;}
.footer_left_newsletter{float:left; width:45%;}
footer_right_newsletter{float:left; width:55%;}
.footer-percent{float:left; width:25%;}
.footer-percent-inner{padding:60px 0 48px;}
.footer-percent4 .footer-percent-inner{padding:60px 30px 48px;}
.footer-percent-inner .icon:before {
    border-bottom: 1px solid #b9b9b9;
    bottom: -15px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}
.footer-percent-inner .icon {
    display: inline-block;
    float: left;
    margin: 0 15px 10px 0;
    padding: 0;
    transition: all 300ms ease 0s;
	-webkit-transition:all 300ms ease 0s;
	-moz-transition:all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
}
.footer-percent-inner .service-content {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.footer-percent-inner .service-content .service-text {
    font-size: 17px;
    font-weight: 700;
    margin: 2px 0;
	color:#161b1e;
}

.footer-percent-inner .service-content .description {
    margin: 0;
}

.footer_inner1 {
    overflow: hidden;
}

#block_1.footer-area {
    padding-left: 0;
}
.social-icon li a {
    display: inline-block;
    margin: 0 15px 0 0;
    text-align: center;
	padding:0px;
    transition: all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
}
.footer_bottom .social-icon li {padding:0px; background:none;}
.social-icon a i {
    color: #999999;
    font-size: 17px;
    margin: 0;
    vertical-align: 0px;
}
.social-icon li a.facebook:hover i{ color:#3b5998;}
.social-icon li a.twitter:hover i { color:#4099ff;}
.social-icon li a.linkedin:hover i { color:#0e76a8;}
.social-icon li a.rss:hover i { color: #FF6600;}
.social-icon li a.youtube:hover i { color:#c4302b;}
.social-icon li a.pinterest:hover i { color: #c92228;}
.footer-bottom-left{float:left; margin-top:0px;}
.footer-bottom-right{float:right;}
.footer-container address, .footer-container .payment_icon{float:left;}
ul.payment_icon li.maestro span:before{content:'\f1f2';}
ul.payment_icon li.mastercard span:before{content:'\f1f1';}
ul.payment_icon li.paypal span:before{content:'\f1f4';}
ul.payment_icon li.visa span:before{content:'\f1f0';}
ul.payment_icon li span {
    font-size: 0;
    height: 22px;
    padding: 0;
    width: 34px;
	display:inline-block;
	vertical-align:middle;
}
ul.payment_icon li span:before{
	color: #b3b3b3;
    font-family: "FontAwesome";
    font-size: 24px;
}
.footer_bottom  .payment_icon li{padding:0px 0px 0px 9px; background:none; display:inline-block;}

.footer-area h6 {
    background: transparent;
    border: medium none;
    color: #161b1e;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}
.footer-area h6:before {
    border-bottom:1px solid #cbcbcb;
    bottom: -15px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: left;
    width: 30px;
}
.footer li a,.social-icon li a{transition:300ms; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;}
.footer li a:hover{color:#161b1e;}
#block_4 .fa {
    clear: left;
    color: #b9b9b9;
    float: left;
    font-size: 17px;
    margin-right: 11px;
    margin-top: 3px;
}
#block_4 .email .fa{font-size:14px; margin-top:5px;}
.address_content{overflow:hidden;}
.footer-percent  .icon i {
    font-size: 25px;
	color:#b9b9b9;
	width:23px;
	display:inline-block;
	transition:500ms;
	-webkit-transition:500ms;
	-moz-transition:500ms; -ms-transition:500ms; -o-transition:500ms;
}
.footer-percent  .icon i.a-money{ width:28px;}

.contact_address {
    padding-top: 1px;
	line-height:24px;
}
.newsletter-title {   float: left;}
.footer-percent  .icon  {
    border-radius: 0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
    width: 30px;
}
.footer-percent  .icon {
    display: inline-block;
    float: left;
    margin: 0 15px 10px 0;
    padding: 0;
    transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
}
.news-text {
    float: left;
    padding-left: 40px;
    width: 52%;
	margin-left:40px;
	border-left:1px solid #bebebe;
}
/* end of footer */

.button.btn-cart span {
    font-size: 12px;
	font-weight:600;
	color:#fff;
    padding: 0;
	background:transparent;
}

.product-view .button.btn-cart{width:auto;}

.button.btn-cart > span span {
  	background:url("../images/cart.png") no-repeat scroll 0px 5px transparent;
    border-radius: 0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
    height: auto;
    width:auto;
	border:none;
	padding:8px 0 6px 35px;
	display:inline-block;
}
.button.btn-cart > span{ 
	background:rgba(22, 27, 30, 0.9);
    border: medium none;
    display: block;
    height: 100%;
    padding: 8px 0px;
    width: 100%;
}
.button.btn-cart:hover  span{background-color:#000000;}
.button.btn-cart:hover > span span {
  		/*background: #fff  url("../images/cart.png") no-repeat scroll center -50px;*/
}
.product_hover-block .actions .out-of-stock{
	height:auto;
    width:54%;
    background:rgba(22, 27, 30, 0.9);
    border-radius: 0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
	float:left;
	color:#fff;
	margin:0px;
	padding:11px 0;
}
.product_hover-block .actions .out-of-stock span:before {
	 color: #fff;
    content: "\f071";
    font-family: fontawesome;
    font-size: 17px;
    line-height: 20px;
	padding:0 5px 0 0;
}
.add-to-links li a.link-wishlist:before {
    content: "\f08a";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 42px;
    line-height: 45px;
    vertical-align: top;
    width: 50px;
	text-align:center;
	color:#fff;
}
.product-view .add-to-links li a.link-wishlist:before, .product-view .add-to-links li a.link-compare:before{height:16px; width:auto; font-size:16px; line-height:22px; color:#787878; padding:0 8px 0 0; }
.add-to-links li a.link-compare:before {
    content: "\f0c5";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    vertical-align: top;
    width: 50px;
	color:#fff;
	text-align:center;
}
.email-addto-box .email-friend a:before{
    content: "\f003";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 16px;
    line-height: 21px;
    vertical-align: top;
    width: 25px;
}
.product-view .add-to-links li a.link-wishlist:hover, .product-view .add-to-links li a.link-compare:hover{background:#000000; color:#ffffff;}
.email-addto-box .email-friend a:hover,.email-addto-box .email-friend a:hover:before, .product-view .add-to-links li a.link-wishlist:hover:before, .product-view .add-to-links li a.link-compare:hover:before{color:#161b1e;}
.list-center-outer .add-to-links li a.link-compare:before ,.list-center-outer .add-to-links li a.link-wishlist:before{
 	 height: 40px;
    line-height:40px;
    width: 48px;
	text-align:center;
	font-size:20px;
	color:#a3a3a3;
}
.email-addto-box .email-friend a,.product-view .add-to-links li a.link-wishlist, .product-view .add-to-links li a.link-compare{color:#787878;}
.email-addto-box .email-friend a:hover,.product-view .add-to-links li a.link-wishlist:hover, .product-view .add-to-links li a.link-compare:hover{color:#161b1e; background:none;}
.cart-label {
    float: none; display:inline-block;
	cursor:pointer;
}
.ie8 .button.btn-cart > span,.ie8 .product_hover-block .add-to-links li:first-child,.ie8 .list-center-outer .add-to-links li:first-child,.ie8 .product_hover-block .add-to-links li:first-child + li, 
.ie8 .list-center-outer .add-to-links li:first-child + li, .ie8 .product_hover-block .actions .out-of-stock{ background:#161b1e;}


.blog_title  h2,.testimonial_title h2{
    color: #161b1e;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
	position:relative;
	padding-bottom:40px;
	line-height:30px;
	font-family:"Anton",sans-serif;
}

.blog_title  h2:before,.testimonial_title h2:before{
    border-bottom: 1px solid #b9babb;
    bottom: 23px;
    content: "";
    display: block;
    left:1px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 30px;
}

.blog_inner .slider-item .product-image-inner-blog {
    margin: 0 27px;
}
.image-block > img{width:100%;}
.post-content-inner .post-title a {
    color: #161c1e;
    font-weight: 600;
	font-size:16px; text-transform:capitalize;
}
.post-content-inner .post-title a:hover, .testmonial-text  .testimonial-title a:hover{ color:#8c8c8c;}

.post-content-inner {
    padding: 14px 0 0;
}

.post-content-inner .post-author {
    color: #787878;
    margin: 0;
    text-transform: capitalize;
}

.post-content-inner .post-description {
    margin: 10px 0;
    text-transform: initial;
	line-height:25px;
}

.blog_inner {
    margin-right: 0px;
	position:relative;
}
.product-block-image .post-author {
    bottom:-20px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    left: 20px;
    position: absolute;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
    z-index: 9999;
}
.product-block-image .post-author:before{
	border-bottom: 1px solid #fff;
    bottom: -7px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 30px;
}
.blog_inner .slider-item .product-image-inner-blog:hover  .post-author {bottom:23px;}
.ie8 .blog_inner .image-hover-block{ display:none;}
.ie8 .blog_inner .product-image-inner-blog:hover .image-hover-block{ display:block;}
.blog_inner .image-hover-block {
    margin: 0;
    opacity: 1; -khtml-opacity:1;  -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;
    position: absolute;
    text-align: center;
    top:40%;
    transition: all 350ms ease-out 0s;
	-webkit-transition: all 350ms ease-out 0s;
	-moz-transition: all 350ms ease-out 0s;
	-ms-transition:  all 350ms ease-out 0s;
	-o-transition:  all 350ms ease-out 0s;
    width: 100%;
}
.blog_inner .product-carousel,.testmonial_inner .product-carousel{clear:both;}
.blog_testimonial  .customNavigation a.prev:before,.additional-carousel .customNavigation a.prev:before,.box-up-sell .customNavigation a.prev:before,.crosssell .customNavigation a.prev:before,.block-related .customNavigation a.prev:before{
    color: #787878;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    margin: 9px 0px 0 0;
	line-height:25px;
    vertical-align: middle;
}
.blog_testimonial  .customNavigation a.prev:hover:before,.blog_testimonial  .customNavigation a.next:hover:before,.box-up-sell .customNavigation a.next:hover:before,.box-up-sell .customNavigation a.prev:hover:before,.crosssell .customNavigation a.prev:hover:before,.crosssell .customNavigation a.next:hover:before,.additional-carousel .customNavigation a.prev:hover:before,.additional-carousel .customNavigation a.next:hover:before{
color:#fff;
}
.block-related .customNavigation a.next{right:-8px;}
.block-related  .customNavigation a{top:-58px;}
.block-related .customNavigation a.prev{right:16px;}

.blog_testimonial  .customNavigation a.prev:hover,.blog_testimonial  .customNavigation a.next:hover,.box-up-sell .customNavigation a.next:hover,.box-up-sell .customNavigation a.prev:hover,.crosssell  .customNavigation a.next:hover, .crosssell  .customNavigation a.prev:hover{background:#161b1e; border-color:#161b1e;}
.blog_testimonial .customNavigation a.next:before,.additional-carousel .customNavigation a.next:before,.box-up-sell .customNavigation a.next:before,.crosssell .customNavigation a.next:before,.block-related .customNavigation a.next:before{
    color: #787878;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    margin: 0 -4px 0 0;
	line-height:25px;
    vertical-align: middle;
}

.blog_testimonial {
    float: left;
    margin-bottom: 42px;
    width: 100%;
}
.blog_testimonial .customNavigation {
    display: inline-block;
    margin-bottom: 25px;
	position:relative;
	width:auto;
}
.blog_testimonial .blog_outer  .customNavigation{/*right:38px;*/}

#shopping-cart-table a.product-image{border:1px solid #ebebeb; display:inline-block;}
.blog_inner .image-block{position:relative;}
.blog_testimonial .customNavigation a, .blog_testimonial .customNavigation a.prev,.blog_testimonial .customNavigation a.next{position:relative; left:auto; top:auto; right:auto; float:left; width:25px; height:25px; border:1px solid #e8e8e8; text-indent:initial;}
.blog_testimonial .customNavigation a.next{margin-left:-1px;}
.testmonial-image {
    float: left;
    margin: 0 15px 15px 0;
}
.blog_inner .product-carousel{margin-left:-27px;}
.blog_testimonial .column-inner{overflow:hidden;}
.testmonial-text{float:left;}

.testmonial-text  .testimonial-title a {
    color: #161c1e;
    font-weight: 600; font-size:16px; text-transform:capitalize;
}
.testimonial-content{display:inline-block; padding-bottom:15px; border-bottom:1px solid #e8e8e8; margin-bottom:22px;}
li.slider-item li:last-child .testimonial-content{padding-bottom:15px; border-bottom:none; margin-bottom:0px;}
.testimonial-designation span {
    display: inline-block;
}
.testimonial-content blockquote{ font-style:normal; margin:0px;}

/* manufacturer */
.manufacture  .category-title{display:none;}

.manufacture  .customNavigation  a {
    left: 0;
    right: auto;
    top: 60px;
    z-index: 9;
	width:30px;
	height:30px;
	border:1px solid #e8e8e8;
	text-indent:initial;
	position:absolute;
	color: #787878;
	vertical-align: middle;
	background:#fff;
}
.manufacture  .customNavigation  a.prev:before{
	 content: "\f104";
     font-family: "FontAwesome";
	 font-size: 18px;
	 color: #787878;
	 vertical-align:middle;
	 position:absolute;
	 right:13px; top:4px; margin:0 auto;
}
.manufacture  .customNavigation  a.next:before{
	 content: "\f105";
     font-family: "FontAwesome"; 
	 font-size: 18px;
	 color: #787878;
	 vertical-align:middle;
	 position:absolute;
	 right:12px; top:4px; margin:0 auto;
}
.manufacture  .customNavigation  a.next:hover:before, .manufacture  .customNavigation  a.prev:hover:before{ color:#fff;}

.manufacture  .customNavigation  a.prev{left:0px; right:auto; }
.manufacture .customNavigation a.next{    left:auto;    right:0px;}

.manufacture .customNavigation a.prev:hover{ border-color:#161b1e; background:#161b1e; color:#fff;}
.manufacture  .customNavigation  a.next:hover{border-color:#161b1e; background:#161b1e; color:#fff;}



.product-block-image .testi-image {
    position: relative;
	overflow:hidden;
}
.post-date .month ,.post-date  .day,.post-date .year{display:inline-block;} 
.post-date,.comments-link{display:inline-block;}
.ie8 .comments-link{ margin:0 0 0 10px;}
.comments-link a{color:#fff;}
.col-main-left .page-title h1, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2,.catalog-product-view  .page-title  h1,.col-main-right .page-title h1, .col1-layout .page-title h1, .col-main-left .manufacturer-list h1 {
    color:#787878;
    float: left;
    font-size:18px;
    position: absolute;
    text-transform: capitalize;
    z-index: 4;
	font-weight:bold;
}
.col-main-left .page-title h1, .col-main-left .category-head, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2, .customer-address-index .title-buttons .button,.catalog-product-view .page-title h1, .col-main-left .manufacturer-list h1  {
    border-bottom: medium none;
    left: 0;
    margin: 0;
    top: 25px;
    width: auto;
	font-weight:bold;
}

.column-left-breadcrumbs {
    float: left;
    width: 100%;
	padding-bottom:14px;
}

.input-box-inner {
    float: left;
}
.breadcumb-main {
    float: right;
    margin-top: -32px;
    text-align: right;
}
.col-main-right .page-title h1, .col1-layout .page-title h1 {
    border-bottom: medium none;
    float: left;
    margin: 0;
    position: absolute;
    top: 15px;
    width: auto;
}
 .catalog-product-view .col1-layout .page-title h1 {top:25px;}

.cart .title-buttons .checkout-types {
    position: absolute;
    right: 0;
    top: 10px;
}
.checkout-cart-index .column-left-breadcrumbs{display:none;}
 .block-layered-nav .block-content li .price{color:#787878; font-weight:400;}

.cms-home .column-left-breadcrumbs {display:none;}
#grid.products-grid{margin:0px -13px;}
.additional-carousel .products-grid{ margin:0px;}
.list-center-outer .actions{float:left;}
.list-center-outer .button.btn-cart{width:auto; margin-right:-1px;}
.list-center-outer .button.btn-cart span,.product-view .button.btn-cart  span{width:auto; height:auto; font-size:14px; color:#a3a3a3; background:none; padding:0px;}

.list-center-outer .button.btn-cart > span,.product-view .button.btn-cart > span {
    background:#fff url("../images/sprite.png") no-repeat scroll 17px -398px;
    border: 1px solid #e8e8e8;
    padding: 13px 20px 12px 50px;
    text-transform: capitalize;
	height:auto;
}
.product-view .button.btn-cart > span {  background:url("../images/cart.png") no-repeat scroll 15px 10px #161b1e; color:#fff; border-color:#161b1e;}
.product-view .button.btn-cart  span {color:#fff;}
.product-view .button.btn-cart:hover >  span{background:url("../images/cart.png") no-repeat scroll 15px -52px #fff;}
.product-view .button.btn-cart:hover  span {color:#161b1e; border-color:#161b1e; }
.list-center-outer .button.btn-cart:hover > span{  background:#fff url("../images/sprite.png") no-repeat scroll 17px -447px;    }
.list-center-outer .button.btn-cart:hover  span {color:#161b1e; }
.product-view .product-img-box .product-image-zoom {
    height:642px;
    overflow: hidden;
    position: relative;
    width: 450px;
    z-index: 4;
}

.manufacture .customNavigation{display:none; transition:200ms; -webkit-transition:200ms; -moz-transition:200ms; -ms-transition:200ms; -o-transition:200ms;}
.manufacture:hover .customNavigation{display:block;}
.post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0; -khtml-opacity:0;  -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0;
    position: absolute;
    top: 0;
    width: 100%;
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;  -ms-transition:300ms; -o-transition:300ms;
}
.blog_inner .slider-item .product-image-inner-blog:hover  .post-image-hover {opacity:1;-khtml-opacity:1;  -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;}

.news_module_image_holder:hover .blogicons .zoom:before, .news_module_image_holder:hover .blogicons .readmore_link:before {
    transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-ms-transform:scale3d(1, 1, 1);
	-o-transform:scale3d(1, 1, 1);
	-moz-transform:scale3d(1, 1, 1);
}
.product-image-inner-blog .image-hover-block .zoom:before,.product-image-inner-blog .image-hover-block .read:before {
 border: 2px solid #fff;
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
    bottom: 0;
    color: white;
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 40px;
    left: 0;
    margin: auto;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-moz-transform:scale(1.5);
    transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
    width: 40px;
	box-sizing:border-box;
	opacity:0; -khtml-opacity: 0;  -webkit-opacity: 0; -moz-opacity:0; -ms-opacity: 0;
}
.product-image-inner-blog .image-hover-block .zoom:hover:before,.product-image-inner-blog .image-hover-block .read:hover:before {border-color:#fff; background:#fff; color:#161b1e;}
.product-image-inner-blog .image-hover-block .read:before { content: "\f0c1";}
.product-image-inner-blog:hover .image-hover-block .read:before,.product-image-inner-blog:hover .image-hover-block .zoom:before{ 
	transform: scale(1.0); 
	-webkit-transform: scale(1.0);
	-ms-transform:scale(1.0);
	-o-transform:scale(1.0);
	-moz-transform:scale(1.0);
	opacity:1;	-khtml-opacity:1;  -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;
}
.product-image-inner-blog .image-hover-block .zoom,.product-image-inner-blog .image-hover-block .read {
	display: inline-block;
    float: none;
    height: 40px;
    width: 40px;
	position:relative;
	margin:0 5px;
}
.box-collateral.box-up-sell {
    margin-top: 30px;
	overflow:hidden;
}

#upsell-product-table.product-grid {
    margin: 0 -12px;
}
.box .box-heading {
}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase {
    width: 16px;
    height: 18px;
    display: block;
    background: url(../images/btn-qty.png) 0% 97% no-repeat;
    border: none;
	cursor:pointer;
    }
.add-to-cart input.qty-increase { background-position: 0 0px; margin-top: 1px;}
.product-view .add-to-box { margin: 10px 0px 20px 0; float:left; width:100%; }
.product-view .add-to-cart { margin: 0; padding: 0px 0 0;  float:left;}
.product-view .add-to-cart .input-content { float: left; margin-right: 15px;}
.product-view .add-to-cart .box-qty { border: 1px solid #8f6c55; float: left;}
.product-view .add-to-cart label { margin: 7px 5px 10px 0; display: block; font-weight: normal;}
.product-view .add-to-cart .qty ,.product-view .add-to-cart .box-qty #qty.qty{
    float: left;
    padding: 12px 0 12px;
    text-align: center;
    width: 50px !important;
    border-bottom:none; border-left:none; border-right:1px solid #e8e8e8; border-top:none;
	background:transparent;
}
.product-view .add-to-cart #qty.qty {border:1px solid #e8e8e8;}
.product-view .add-to-cart .box-qty{ border:1px solid #ebebeb; float:left;}
.product-view .add-to-cart .input-content .qty-arrows {
    width: 18px;
    float: left;
}
.crosssell .product-grid {
    margin: 0px -12px;
}
.crosssell{overflow:hidden;}
.block.block-side-nav-container{background:#646464;  padding:25px 25px 0; margin-bottom:26px;}
.block.block-side-nav-container a,.block.block-side-nav-container .block-title strong{color:#fff;}

/*.product-block:hover .product-image-block img{transform:scale(1.10); -webkit-transform:scale(1.10); -moz-transform:scale(1.10);}*/

.product-block .product-image-block .remover-image, .list-left .remover-image{
	transform: translate(0px);
	 -webkit-transform:translate(0px);
	-moz-transform:translate(0px);
	-ms-transform:translate(0px);
	-o-transform:translate(0px);
	
    transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration:400ms;
	-ms-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}
.product-block:hover .product-name a{color:#787878;}

.product-block .product-image-block:hover .remover-image, .list-left:hover .remover-image{
	 transform:translate(-100%);
     -webkit-transform:translate(-100%);
	-moz-transform:translate(-100%);
	-ms-transform:translate(-100%);
	-o-transform:translate(-100%);
}

.product-block .product-image-block .hover-image,.list-left  .hover-image{
    right: 0;
     position: absolute;
     text-align: left;
    top: 0;
     transform:translate(100%);
     -webkit-transform:translate(100%);
	-moz-transform:translate(100%);
	-ms-transform:translate(100%);
	-o-transform:translate(100%);
   	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration:400ms;
	-ms-transition-duration: 400ms;
	-o-transition-duration: 400ms;
    visibility: hidden;
    width: 100%;
}

.product-block .product-image-block:hover .hover-image,.list-left:hover  .hover-image {
     opacity: 1; -khtml-opacity:1;  -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;
    overflow: hidden;
	transform:translate(0px);	
	-webkit-transform:translate(0px);
	-moz-transform: translate(0px);
	-ms-transform: translate(0px);
	-o-transform: translate(0px);

	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-ms-transition-duration: 400ms;
	-o-transition-duration: 400ms;
	
    visibility: visible;
}


.info3col-data {
    float: left;
    width: 280px;
}

.related-products .product-carousel .product-block, .related-products .products-grid .product-block{background:transparent;}
.related_image{float:left; background:#fff;}
.related-products .product-carousel .product-block, .related-products .products-grid .product-block{margin:0px 0px 20px; background:#f3f3f3;}

.related-products .products-grid .item{  width:229px;}
.related_image a.product-image{margin:0; border:1px solid #e8e8e8; display:block;}
.info3col-data .block{padding:25px 25px 0px; margin-bottom:24px;}
.product-carousel .product-block-inner .related_desc, .products-grid .product-block-inner .related_desc{text-align:left; margin-left:87px;}
.info3col-data .customNavigation a{border:none;}
div.menu.active .parentMenu,div.menu:hover .parentMenu{background:transparent;}
.related-products{margin-top:5px;}

.manufacture img:hover{opacity:1; -khtml-opacity:1;  -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;}
.manufacture img{transition:500ms; -webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; -o-transition:500ms; opacity:0.6; -khtml-opacity: 0.6;  -webkit-opacity: 0.6; -moz-opacity:0.6; -ms-opacity: 0.6;}
.footer-percent  .footer-percent-inner:hover .icon i{transform:translate(0px, -10px); -webkit-transform: translate(0px, -10px); -moz-transform:translate(0px, -10px)}

.pager .pages li img {    margin-top: -3px;}
.box-up-sell .customNavigation a.next, .crosssell_product .customNavigation a.next{right:12px;}
.box-up-sell .customNavigation a.prev, .crosssell_product .customNavigation a.prev{right:38px;}
#spinner {
    background:url("../images/megnor/loading.gif") no-repeat scroll 50% 50% #f6f6f6 ;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.customer-address-index .my-account .title-buttons .button{ margin-bottom:20px;}
.catalog-product-compare-index .compare-table tbody .add-to-row.last{ display:none;}
.catalog-product-compare-index .compare-table  tr:last-child td, .catalog-product-compare-index .compare-table tr:last-child th{ border-bottom:1px solid #cccccc;}
.catalog-product-compare-index .compare-table .button.btn-cart {    float: none;    padding: 0;    width: auto;}
.catalog-product-compare-index .compare-table .button.btn-cart > span{ padding:8px 10px;}
.catalog-product-compare-index .compare-table .add-to-links li {    list-style: outside none none;    margin: 0 0 0 19px;}
.catalog-product-compare-index .compare-table .add-to-links li a.link-wishlist {    background:rgba(22, 27, 30, 0.9);    color: #ffffff;    display: inline-block;    height: auto;    padding: 11px 15px;    width: auto;}
.catalog-product-compare-index .compare-table .add-to-links li a.link-wishlist:hover{ background:#161b1e;}
.catalog-product-compare-index .compare-table .add-to-links li a.link-wishlist:before{ height:auto; width:auto; line-height:0px; padding:11px 5px;}
.catalog-product-compare-index h1{ font-weight:bold; margin:0 0 15px;}
.std .note-msg {  margin: 0 12px;}
.opc .section .step-title a{ line-height:23px;}
.col-main .manufacture_detail{ margin:10px 0 20px;}
.crosssell h2, .box-up-sell .category-title h2{ margin-right:60px;}
.crosssell_product .crosssell h2.product-name{ margin:0px;}
.catalogsearch-advanced-index .fieldset {margin:0;}.header-logo .logo img{	width: 100%;}