/**
 * 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:#FFFFFF;
    color: #9c9c9c;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
	text-align:left;
	letter-spacing:0.5px;
}

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

a             { color:#6d6d6d; text-decoration:none; }
a:hover       { text-decoration:none; color:#2c2c2c; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0px; color:#2c2c2c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; margin-bottom:15px; }
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 */
td.data table{
   border-bottom: 1px solid #ddd;
   border-right: 1px solid #ddd;
   border-collapse: collapse !important;
}
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

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

/* Lists */
ul,ol         { 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-container { margin-bottom: 0px; }
.main-container { }
.footer-container { background:#2c2c2c;}
.header-container,.nav-container,.main-container,.footer-container{}

.col2-left-layout  .col-main-left,.footer,.container-width,.col1-layout .col-main,.col2-right-layout  .col-main-left{
	width:1170px; 
	margin:0 auto; 
	padding:0px; 
	
	background:#fff;
}
.col1-layout .col-main{float:none; clear:both; position:relative;}
.cms-home  .main{width:auto;}
.header {  position:relative; z-index:10; }
.header_top {   height:40px; }
.header-bottom{  }
.main { min-height:550px; margin-bottom:45px !important;}
.footer {   background:transparent;}

.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:276px; padding:0 0 0px; }
.col-main { float:left; width:872px; padding:0 0 0px;}
.col-right { float:right; width:276px; padding:0 0 0px; margin-left:0px; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width: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 { vertical-align:middle;  }
input.input-text,select,textarea { background:#fff; border:1px solid #CDCDCD;color:#555; }
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:3px 5px; }
select.multiselect option { border-bottom:1px solid #CDCDCD; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
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;  
font-family:'Open Sans',Arial,Helvetica,sans-serif;
	 background:transparent; 
 	border:2px solid #2c2c2c;
 	height: 14px;
    line-height: 14px;
	font-weight:700;
	text-transform:uppercase;
	font-size:11px;
    padding: 8px 15px;text-align:center; white-space:nowrap; color:#2c2c2c; text-decoration:none; display:inline-block;}
button.button span span { border:0; padding:0;   }
button.button:hover span , .back-link a:hover ,.cart .discount button:hover span {background:transparent;}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
button.button:hover{box-shadow:6px 6px 0 0px #e1e1e1; background:#fff;}
button.button{transition:300ms; -webkit-transition:300ms; -moz-transition:300ms;}
.actions{padding-bottom:10px;}
.product-block-inner  .actions{opacity:0; -webkit-opacity:0;  -moz-opacity:0; transition:500ms; -webkit-transition:500ms; -moz-transition:500ms;}
.product-block:hover .product-block-inner  .actions{opacity:1; -webkit-opacity:1;  -moz-opacity:1; }
button.btn-checkout span { 
	height:40px;
	 line-height:40px; 
	 border:0;
	 padding:0 35px;  
	 font-size:16px;
}
.cart .discount button span , button.btn-checkout span {   color:#fff; 	 background:#2c2c2c; }
 button.btn-checkout span{border:2px solid #2c2c2c;}
.cart .discount button:hover span , button.btn-checkout:hover span{ background:transparent; color:#2c2c2c;   }
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; }
.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 { margin-left:5px;   float:right;}

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

.fieldset { margin: 20px 0;
    padding: 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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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:#2c2c2c; }

.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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {   line-height:1.25;  text-align:right; background:transparent; }
.breadcrumbs li { display:inline-block; text-transform:uppercase; color:#fff;margin-top:75px; }
.breadcrumbs li strong { font-weight:normal; }

/* Page Heading */
.page-title {   
    margin: 0;
    overflow: hidden;
 
    width: 100%; }
.page-title h1,
.page-title h2 { margin:0; font-size:30px; color:#fff; text-align:left; font-weight:bold; text-transform:capitalize; font-family:'Raleway'  }
.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; margin:10px 0; text-align:right;  }
.pager .amount { float:left; margin:0;  padding-top:4px;}
.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-block; vertical-align: super; }
.pager .limiter select {  margin:0 0 1px; vertical-align:middle; }
.pager .pages {  margin:0px 0 0 10px; float:right; }
.pager .pages strong{ display:none; }
.pager .pages ol {float:left; padding:0px; }
.pager .pages li { 
    display: inline-block;
    margin: 0 2px 0 0px;
    padding:5px 10px; background:transparent; cursor:pointer; border:1px solid #e0e0e0;   }
.pager .pages .current , .pager .pages li:hover {background: #e0e0e0;}
.pager .pages .current, .pager .pages li:hover a{ color:#000; }
.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("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -10px -314px;
    border: 1px solid #DDDDDD;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    transition: 300ms;
	 -webkit-transition: 300ms;
	  -moz-transition: 300ms;
    width: 27px;
} 
.sort-by a.downarrow ,  .sort-by a.uparrow:hover{
  background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -40px -314px;
    border: 1px solid #DDDDDD;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    transition: 300ms;
	 -webkit-transition: 300ms;
	  -moz-transition: 300ms;
    width: 27px;
}

/* Toolbar */
.toolbar { margin-bottom:10px; }
.toolbar .pager { padding:7px 0px; color:#2c2c2c; }
 .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("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
    height: 29px;
    margin: 0;
    text-align: left;
    text-indent: -999em;
    width: 25px;
}
.view-mode a.grid		{ background-position:-6px -153px;}
.view-mode strong.list {
    background-position: -32px -124px;
	margin-left:-6px;
}
.view-mode a.list {
    background-position: -32px -154px;
	margin-left:-6px;
}
.view-mode a.list:hover	{ background-position:-32px -125px; transition: 300ms;
	 -webkit-transition: 300ms;
	  -moz-transition: 300ms;}
.view-mode a.grid:hover	{ background-position:-6px -124px; transition: 300ms;
	 -webkit-transition: 300ms;
	  -moz-transition: 300ms;}
.view-mode strong.grid {
    background-position:-6px -125px;	
}

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

/*.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:5px 8px; font-weight:bold; }
.data-table td { padding:5px 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:#F0F0F0; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td {   }
.data-table tfoot tr { background-color:#F0F0F0 !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 #ddd; /*border-right:1px solid #d9dde3; */}
/* 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 #d9dde3; }

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

/* Generic Info Box */
.info-box { 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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.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; width:100%; height:100%; display:block; }
.link-reorder {  }
 
.link-print { /*background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ }
.link-rss { background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

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

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

/* Header ================================================================================ */
.logo { float:left; }
.header .logo { float:left; margin:15px 0 10px 5px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:0px 0px 0 0; }
.header .welcome-msg { margin:8px 0 0;  float:left; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:relative; float:left;  width:250px; height:30px;padding:0px;  border: 1px solid #CCCCCC; 
    border-radius: 3px;
    box-shadow: 0 2px 0 #F0F0F0; margin-top:10px;}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; display: none;}
.header .form-search input.input-text { float:left; border:none;width:214px;   padding:5px 33px 6px 3px;font-family:'Open Sans',Arial,Helvetica,sans-serif; }
.header .form-search button.button { float:left; background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/button-search.png") no-repeat scroll center center #fff; height:24px; width:28px; margin-left:3px;
position: absolute;    right: 0; border-left:1px solid #ccc; top:3px;}
.header .form-search button.button span { border:0;  background:none;
 padding:0 0 0 3px;  }
.header .form-search button.button span span {   font-size:0;}
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language{   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{ padding:4px 25px 6px 7px; display:inline-block;}
.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-container #panel{  
 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    display: none;
	text-align:left;
    min-width: 20px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top:53px; 
	z-index:99;
	width:250px;}
.header-container #panel .actions{ float:left; margin-top:7px;  padding:5px 0px;}
.header-container #panel .actions .viewcart-btn{ margin-right:7px; }
.header-container #panel .product-name a{ font-size:13px; }
.header-bottom-inner.container-width{position:relative; clear:both; text-align:center;}
.header_center {
    display: inline-block;
    padding:15px 0 6px;
    text-align: left;
}
.header .links { float:right; margin:15px 0 10px; clear:both; }
.header .links li { float:left;  background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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:right; margin-top:0px; line-height:18px;}
.cart_mini_right{ background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll 4px -72px; padding:0px 5px 0px 50px;
 cursor:pointer; color: #2c2c2c;
    font-weight: bold;
    text-transform: uppercase;
	text-align:left;
	}

.cart_mini_right:hover{background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll 4px -497px; color:#9c9c9c; } 
.header-cart .right_arrow{ 
   background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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;
	 display:none;
}
.ie7 .header-cart .right_arrow{ display:inline}
.header-cart  .active .right_arrow{ background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/arrow-up.png") no-repeat scroll center center transparent;}

.headertoggle_img{

    background: #fdd947 url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/menu.png") no-repeat scroll 13px 10px;
    float: right;
    height: 32px;
    margin: 0 -0.5px;
    width: 42px;
	cursor:pointer;
}
.headertoggle_img:hover{background-position:13px -38px;}

/********** < Navigation */
.advanced_nav{ display:none; }
.nav-inner #nav , .nav-responsive , #advancedmenu{  background:transparent; 	clear: both;
 }
 .nav_outer.container-width{background:transparent;}
 .nav-container{background:#f5f5f5; clear:both;}
 .header-click{float:left;}
/* 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 ,  .cms-home .home_link a , div.menu a:hover ,div.act .parentMenu > a ,div.active .parentMenu > a{
color:#9c9c9c;}
#nav span { display:block; cursor:pointer; white-space:nowrap; } 
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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:#2c2c2c; font-size:14px;  text-decoration: none;
 text-transform:uppercase; padding:24px 17px; 
 font-weight:bold;
}
#nav li.over a,
#nav a:hover , div.menu a:hover , div.menu.active a{ color:#9c9c9c; }
.nav-inner{text-align:center;}
.form-search button.button{position:absolute; right:0px;}
.form-search  input.input-text{width:300px; padding:10px 10px 10px 10px; background:#2c2c2c; border:none; color:#b2b2b2; font-size:12px; font-style:italic;}
/* 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; }
.custom_menu.menu > a {
    padding-right: 0;
	cursor:pointer;
}
/* 2nd Level */
#nav ul ,.responsive-menu #nav-mobile{	 
	 background:#2c2c2c;}
#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  { background:#fff;color:#555!important; }
#nav ul li a ,.responsive-menu a
{ color:#2c2c2c !important; text-decoration:none; display:block; }
#nav ul span,
#nav ul li.last li span , .responsive-menu li a { padding:4px; }

/* 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:0 0 15px; }
.block .block-title { 	
	padding:0px;
	color:#2c2c2c;
	
	text-transform:uppercase;
	background:transparent;
}
.block .block-title strong { display:block; min-height:18px;padding:12px 0px;  color:#2c2c2c;font-weight:bold; font-size:18px; font-family:'Raleway'; border-bottom:2px solid #e0e0e0;}
.block-side-nav-container  .block-title strong {padding-top:0px;}
.block .block-title strong span {border-bottom:2px solid #000000; padding-bottom:13px;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0px;  font-weight:normal;  }
.block .block-content { 
/*	position:relative;*/

	margin:12px 0 0 0;
	padding:5px 0px 8px;}
.block .block-content li{ padding:2px 0;  }
.block .block-content li a{ text-decoration:none; }
.block .block-content li .product-name a{ font-size:13px; }
.block .block-content li.item { padding:7px 0px; }
.block .block-content .product-name { color:#555555; }
.block .btn-remove,
.block .btn-edit , #panel .btn-edit ,#panel  .btn-remove{ float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 0px; }
/*.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;margin-bottom:10px; }
.mini-products-list .product-details { margin-left:85px; }
 
.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; }
.block-account .block-content li.current strong{ font-weight:600;  }
/* Block: Currency Switcher */
.block-currency {   }
.block-currency .block-title { }
.block-currency .block-title strong { }
.block-currency .block-content { }
.block-currency .block-content select { }

/* Block: Category Navigation */
#category-treeview li a , .block-account .block-content li a , #recently-viewed-items a , .block-brand-nav li a{
	color:#6d6d6d;
    display: block;
    padding: 4px 0 4px 0px;
    text-decoration: none;
}
#category-treeview li a:hover, .block-account .block-content li a:hover, #recently-viewed-items a:hover , .block-brand-nav li a:hover,.block .block-content li a:hover,.block .block-content li a:hover span{color:#2c2c2c;}
#category-treeview li a{padding-left:13px;}
#category-treeview > li > a{padding-left:0px;}
.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 , #recently-viewed-items li , .block-brand-nav li{ padding:0 !important; }

.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:0px; }
#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: 21px;
	width: 21px; 
	float: right;
	cursor: pointer;
	margin-right:0px;
	 margin-top: 4px;
}
#category-treeview .expandable .collapsable-hitarea:before{ 
	color: #2c2c2c;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
} 
#category-treeview .expandable-hitarea:before { 
	color: #2c2c2c;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 10px;
} 
#category-treeview .collapsable-hitarea:before { 
	color: #2c2c2c;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
} 
#category-treeview .expandable .collapsable-hitarea{ 
	background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -237px -127px transparent;		 
} 
#category-treeview .expandable-hitarea { 
	background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -208px -127px transparent;		 
} 
#category-treeview .collapsable-hitarea { 
	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -237px -127px transparent;		
} 

/* Block: Layered Navigation */
.block{color:#2c2c2c;}
.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:600;    padding: 0 0px 5px; text-transform:capitalize; font-size:14px; color:#2c2c2c; }
.block-layered-nav dd { padding:5px 0px 20px;}
.block-layered-nav dd.last { background:none; padding-bottom:0px; }
.block-layered-nav .currently li { background:#eeeeee; padding:4px 20px 4px 10px; position:relative; z-index:1; line-height:1.5; }
.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:0px; top:9px; margin:0;
 background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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-layered-nav .price{font-weight:normal; color:#6d6d6d;}
/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary {padding:2px px 8px; 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:none; }
#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;
}
.block-related .product { margin-left:20px; }
.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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {   }
.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-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { display:inline-block; font-weight:bold; font-size:15px; font-family:'Raleway'; margin-right:30px; line-height:28px; border:none; padding:0px; color: #fff; text-transform:uppercase;}
.block.block-subscribe .block-title strong span{border:none; padding:0px; text-transform:uppercase;}
.block-subscribe label { font-weight:normal;  }
.block-subscribe input.input-text { display:block; width:384px; margin:0px; padding:10px 10px 10px 30px; border:none; line-height:22px; color:#b2b2b2; font-size:12px; background:#535353; font-style:italic;}
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { box-shadow:none; }
 .footer_payment{float:right; padding:7px 0px 7px 50px; border-left:1px solid #5d5d5d; }
.footer_newletter .footer li{padding:0px;}
/* 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-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */

.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 25px; }
.category-products {}
.category-title h2 a{ padding:0  !important; }
.category-title h2 , .category-title h2 a,  .crosssell h2{   
    font-size: 14px;
    padding: 0px;}
 h2.product-name{ background:none; padding:0 !important; border-bottom: none !important; }
 
/* View Type: Grid */
/*.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }*/
.products-grid{ width:100%; }
.products-grid li.item {
    float: left;
    width: 25%;
    vertical-align: middle;
    padding: 0;
    list-style: none;
    text-align: center;
}
.col-main .slider-item{ float:left; width:280px; padding:0; list-style:none; }
.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: 5px 12px;
    overflow: hidden;
}
.products-grid li .product-block-inner{
	overflow: hidden;
    padding: 0px;
    position: relative;
    text-align: center;

}
.products-grid{margin:0px -13px;}
.catalog-product-view  .products-grid{margin:0px;}
a.product-image { display:block;  margin:0 0 10px; }
.product-block-inner a.product-image{margin-bottom:0px; background:#000;}
.product-block-inner  .product-image-hover-block{margin:0px 0px 30px; position:relative;}
.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:21px; } 

.product-carousel .product-block{
  background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin: 5px 12px;
    overflow: hidden;
}
.product-carousel .product-block-inner{
  overflow: hidden;
    padding:0px;
    position: relative;
    text-align: center;
}

.product-block-inner .new-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top: 5px;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
	background-color:#eee;
	color:#000;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	font-size:12px;
	display:none;
}

.product-block-inner .sale-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top: 120px;
    left: 5px;
    text-align: center;
    text-transform: uppercase;
	background-color:#eee;
	color:#000;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	font-size:12px;
	display:none;
}
.products-list li .list-left .new-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top: 5px;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
	background-color:#eee;
	color:#000;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	font-size:12px;
	display:none;
}
.products-list li .list-left .sale-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top: 10px;
    left: 10px;
    text-align: center;
    text-transform: uppercase;
	color:#2c2c2c;
	font-size:12px;
	font-weight:600;
}
/* View Type: List */
.products-list li.item {    margin:20px 0px;    padding: 0px; }
.products-list li .list-left{ float:left; margin-right:20px; position:relative; }
.products-list li .list-center{ width:560px; padding-right:15px; float:left;  }
.products-list li .list-right{ float:left; padding-left:0px; }
.products-list li.item.last {  }
.products-list .product-image { float:left; margin:0 0 10px; }
.products-list .product-shop {  }
.products-list .product-name { margin:10px 0 10px; }
.products-list .product-name a { }
.products-list .price-box {   margin:3px 0px 20px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:0px 0 0; margin:0 0 15px; line-height:22px; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; margin-top:5px; float:left; }
.products-list .add-to-links li { display:inline-block; line-height:16px;}
.products-list .add-to-links li:first-child{border-right:1px solid #e0e0e0; padding-right:13px; margin-right:10px;}
.products-list .add-to-links .separator { display:none; margin:0 7px; }
.products-list li .ratings .rating-box{ float:left; margin-right:10px; }
/* ======================================================================================= */


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

/********************** Product View Tabs */
.product-view .tabs { margin: 15px 0px 0 0; overflow:hidden;  zoom: 1; }
.product-view .tabs li               
{ 
	float:left;
	margin-right:2px;
}
.product-view .tabs li.first          { border-left:0; margin-left:0px;}
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; padding:12px 0px; margin:0px 14px; color:#999999; text-decoration: none; font-weight:bold; font-size:18px; font-family:'Raleway'; text-transform:uppercase; border-bottom:2px solid #fff;}
.product-view .tabs a:hover           { text-decoration:none; color:#000;text-decoration: none;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { color:#000;  border-color:#2c2c2c;}

#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; zoom: 1}
.product-collateral .padder
{ border-top:1px solid #e0e0e0; padding:27px 20px; background:#F7F7F7; color:#6d6d6d;}

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

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

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

.ratings {   line-height:1; margin:7px 0; }
.list-center .ratings{margin:15px 0px;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; display:none; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box {margin-right:5px; display:inline-block; }
.ratings .amount {}

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

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:25px; background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/availability.png) 0 3px no-repeat; padding-left:30px; }
.availability-only span,
.availability-only a {  }
.availability-only a { background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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: #2c2c2c; }

/* 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: #2c2c2c; font-weight:700; }

.product-block-inner .price-box { margin:6px 0 10px; }
.price-box { margin:6px 0; font-family:'Lato';}
.price-box .price { font-weight:700; color:#2c2c2c; font-size:15px; }

/* Regular price */
.regular-price { color:#2c2c2c; }
.regular-price .price {   font-size: 15px;    font-weight: 700; color:#2c2c2c; }
.block .regular-price,
.block .regular-price .price {  }

/* Old price */
.price-box .price.old-price{font-weight:normal;}
.old-price { margin:0; text-decoration: line-through; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:normal; color:#2c2c2c;font-size:14px; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:15px; font-weight:normal; color:#2c2c2c; }

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

.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:13px; }

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

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

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

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

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

/* Price range */
.price-from { margin:0; }
.price-from .price-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 */
.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:#2c2c2c; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0;  }
.add-to-links li{ list-style:none; }
.add-to-links .separator { display:none; }
.list-center  .add-to-links li a.link-wishlist::before,.list-center .add-to-links li a.link-compare::before{color:#9c9c9c; font-size:14px;height: 14px;
    line-height: 16px;
    width: 24px;}

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:normal; color:#666; margin-top:5px; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart {   }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.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 {   }
.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:455px; margin-right:33px; margin-bottom:30px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 25px; position:relative; z-index:1; }
.product-view .product-img-box .product-image  #wrap{  }
.product-view .product-img-box .product-image-zoom { position:relative; width:455px; height:626px; overflow:hidden; z-index:9;  }
.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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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 */
.product-view .product-shop { float:right; width:443px; }
.col1-layout .product-view .product-shop { float:right; width:680px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 15px; }
.product-view .product-shop .product-name h1 {     font-size: 23px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase; 
	font-family:'Open Sans';
	font-weight:bold;	
 }
 .sku{margin:4px 0px;}
.product-view .product-shop .availability {        margin: 0 0 10px; text-align:left; }
.product-view .product-shop .short-description { margin:20px 0; line-height:24px; padding:15px 0px; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;}
.product-view .product-shop .price-box { margin:15px 0 10px; }
.product-view .product-shop .price-box .price{ font-size:23px;  }
.product-view .product-shop .add-to-links { margin:0px 0; font-size:13px; float:left;}
 
.product-view .product-shop .add-to-links li{ display:inline-block; padding-left:10px; }
.product-view .product-shop .add-to-links li .separator { display:none; }


.product-view .product-shop .add-to-links a.link-wishlist:hover{background-position: -220px -412px;}

.product-view .product-shop .add-to-links a.link-compare:hover{background-position: -220px -450px;}

.product-view .product-shop .ratings .rating-links{ display:block; }

.email-addto-box{margin-bottom: 10px;} 
.email-addto-box .email-friend { float:left; margin-right:5px; }
.email-addto-box .email-friend a:hover{ background-position: -220px -379px;}

#prev-next-links{ float:right; margin-top:-30px; 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{ background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -201px 4px transparent;  float:left;}
#prev-next-links a#link-next-product{background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -231px 4px transparent; float:right;}
.border-banner:hover{padding:10px;}

/* Product Options */
.product-options {  
    margin: 0;
    padding: 0 0 10px;
    position: relative;
	z-index:2;
	}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:normal; color:#000;  }
.product-options dt label.required em { color:#DD4B39; margin-left:0px; margin-right:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px;  }
.product-options dd { padding:5px 10px 10px; margin:0 0 5px;   }
.product-options dl.last dd.last { border-bottom:0; padding:5px 3px; 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:100%; }
.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:#2c2c2c; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#2c2c2c; }
.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:0px 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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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: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:280px; }
.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:#6d6d6d; font-size:14px; text-decoration:none; margin-bottom:5px; text-transform:uppercase; font-weight:normal; }
.product-name a:hover{  color:#333; 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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/subcat_arrow.png") no-repeat scroll 3px center transparent; 
padding-left:12px;}
.page-sitemap .sitemap a:hover{background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name {  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:425px;  float:left;}
.cart .cart-collaterals .col2-set { width:715px; float:right; }
/*.cart .cart-collaterals .col2-set .col-1{width:360px}
.cart .cart-collaterals .col2-set .col-2 { width:310px; }*/

.cart .crosssell { margin-bottom:10px;} 
.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 #DBDEE1;  padding:12px 15px; margin:0 0 18px; }
/*.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; padding:0 0 0 0px; color:#2c2c2c; 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-bottom:10px; }
 .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:340px; background:#FBFBFB; border:1px solid #DBDEE1; 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:#ddd;   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:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:0px; left:0%; width:100px; border:1px solid #ddd; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight: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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

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

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

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

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

/* Generic Info Set */
.info-set {  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:#2c2c2c; }
.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:#2c2c2c; }
.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 #DDDDDD; }
.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("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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 #DDDDDD;}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #DDDDDD #DDDDDD; background:#F0F0F0;
 padding:8px 8px; text-align:right; }
.opc .step-title .number { float:left; background:#2c2c2c; border:1px solid #2c2c2c; padding:0 4px; margin:0 5px 0 0; color:#fff; }
.opc .step-title h2 { float:left; margin:0;  font-size: 15px; }
.opc .step-title a { display:none; float:right;   line-height:16px; color:#fff;  }

.opc .allow .step-title { background:#2c2c2c; border:1px solid #2c2c2c; border-bottom:0; color:#fff; cursor:pointer; }
.opc .allow .step-title .number { background:#2c2c2c; 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:#2c2c2c; border:1px solid #2c2c2c; padding-bottom:5px; color:#fff; cursor:default; }
.opc .active .step-title .number { background:#2c2c2c; border-color:#fff; color:#fff; }
.opc .active .step-title h2 { color:#fff; }
.opc .allow .step-title:hover{ background:#2c2c2c;border-color:#2c2c2c; }
.opc .active .step-title a { display:none; }

.opc .step { border:1px solid #DDDDDD; 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 #e4e4e4; 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 #DDDDDD;
    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 #2c2c2c; padding:2px 0 0; font-weight:normal; text-align:center; color:#2c2c2c; }
.checkout-progress li.active { border-top-color:#fdd947 ; color:#fdd947 ; }

 
.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:0 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;  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:#2c2c2c; }
.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 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


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



/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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 #EDEDED;
    float: left;
    padding-right: 10px;
    width: 48.5%;
}
.dashboard .box .box-title {    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #EDEDED;
 
    margin: 0 0 10px;
    padding: 5px 5px;	
	text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; 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:#333; 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:#eee;   padding:7px 10px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box , .sales-order-print .col2-set{  border:1px solid #EDEDED; 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:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
/*.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }*/
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { 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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer .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,.footer { text-decoration:none; color:#9a9a9a; transition:300ms; -webkit-transition:300ms; -moz-transition:300ms; }
.footer a:hover { text-decoration:none; color:#fff; }
.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:none; }
.footer address a { color:#777; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ,.footer_newletter.container-width {background:transparent;  }
.footer .block{border:none;}
.footer .block .block-content{background:transparent; border:none; margin:0; padding:0;}
.footer  li {  padding:0 0 8px 0;   }
.footer  .block .block-title{float:left; background:transparent; padding:0px; margin-top:7px;}
.footer .block-subscribe  button.button span{background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll  110px  -271px  #2c2c2c; padding:11px 40px 11px 20px; font-size:14px; text-transform:uppercase; font-weight:bold; color:#fff; transition:300ms; -webkit-transition:300ms;  -moz-transition:300ms; }
.footer .block-subscribe:hover button.button span{background-position:118px -271px;}
 .footer_payment li{display:inline-block;}
 	.footer_payment li a{  height: 30px;    width: 42px; display:block;}
.footer_payment  li.visa a{background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/2co.png") no-repeat scroll 0 0 transparent;}
.footer_payment  li.mastro a{background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/google_wallet.png") no-repeat scroll 0 0 transparent;}
.footer_payment  li.paypal a{background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/american_express.png") no-repeat scroll 0 0 transparent;}
.footer_payment  li.amex a{background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/discover.png") no-repeat scroll 0 0 transparent;}
.footer_newletter{float:left;}
.footer_top_outer{padding:25px 0px; border-bottom:1px solid #5d5d5d; float:left; width:100%;}
.block.block-subscribe{margin:0;}
.footer_bottom  li{display:inline; background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/bkg_pipe1.gif) 100% 70% no-repeat;padding:0 6px 0 3px; line-height:26px; }
.footer ul.links li.last { background:none;  }
.footer-container .bottom-container { margin:0 0 5px; }
.footer_payment > h6{display:none;}
.footer_payment > ul >li{padding:0px 0px 0px 15px;}
.block.block-subscribe > ul{float:left;}

.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:80px 0  70px; overflow:hidden; border-bottom:1px solid #5d5d5d;}
.footer_bottom{
    clear: both;
    overflow: hidden;
	padding:42px 0 40px;
	font-size:13px;
  }
  .block-subscribe .actions{float:left; margin:0;}
  .block-subscribe  .input_inner{float:left;}
  .footer .block-subscribe li{padding:0px;}
#footer .footer-area {
    box-sizing: border-box;
    float: left;
    padding-right: 30px;
    width: 25%;
}
#block_1.footer-area {
    padding-right: 40px;
    text-align: center;
}
#block_2.footer-area, #block_3.footer-area {
    padding: 0 40px;
}
#block_4.footer-area{padding-right:0px;}
.footer-logo{margin-bottom:20px;}
#footer h6 ,#footer .block .block-title strong{ font-size:15px; font-weight:bold; margin-bottom:20px; color: #fff; text-transform:uppercase; margin-top:0px;  font-family:'Raleway';
text-shadow:none; position:relative; }
.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("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -5px -289px transparent; }
.social_block ul li.twitter{ background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -45px -289px transparent; }
.social_block ul li.rss{ background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -85px -289px transparent; }
.social_block ul li.linkin{ background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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 .block .block-title:before{
 color: #fff;
    content: "\f003";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 30px;
    line-height:25px;
    vertical-align: top;
    width: 46px;
	text-align:left;
	}
#footer .mobile_togglemenu {
    background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/toggle-arrow.png") no-repeat scroll right 0px transparent;
      cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -20px;
    overflow: hidden;
    padding: 0 0 4px 4px;
    text-decoration: none;
    width: 99%;
	position:absolute;
}
.padder h5.mobile_togglemenu {
    background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/toggle-arrow.png") no-repeat scroll right 2px transparent;
      cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -24px;
    overflow: hidden;
    padding: 0 0 4px 4px;
    text-decoration: none;
    width: 99%;
	position:absolute;
}

#footer  .active .mobile_togglemenu {
    background-position: right -52px;
}
.padder  .active .mobile_togglemenu {
    background-position: right -50px;
}
.toggle .mobile_togglecolumn {
    background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/toggle-arrow.png") no-repeat scroll right 1px transparent;
    cursor: pointer;
    display: none;
    margin-top: -36px;
    overflow: hidden;
    padding: 0 0 4px;
    width: 100%;
	position:absolute;
}
.active .mobile_togglecolumn {
    background-position: right -51px;
}

#topcontrol{ font-size:0; height:60px; width:60px;
 background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/back_to_top.png") no-repeat scroll 0 0 transparent;
 z-index:9999;
   }

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

/* 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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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: 265px;}
.featured_default_width {  width: 265px;}
.newproduct_default_width{  width: 265px;}
.bestseller_default_width {  width: 265px;}
.special_default_width{  width: 265px;}

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

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

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

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

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

/* Default Width  End*/ 

.box-up-sell .product-carousel{margin:0px;}
.related-product-outer{margin-top:50px;}
/* ============================================ *
 * 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;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #eee;
  margin: 0 0 3px;
}
.swatch-link img {
 
}
.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(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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 transparent;
  margin: 0;
  white-space: nowrap;
  background: transparent;
}

.configurable-swatch-list {
  margin:0px 0 5px -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: transparent;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
 
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: transparent;
}
.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-link:hover .swatch-label {
  border-color: #000;
}
#narrow-by-list dd .swatch-label {
  background:transparent;
  border: 1px solid #eee;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  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;
  }
}
.flag {
 	background: url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/flag/germany.png') no-repeat;
 	width: 32px;
     height: 24px;
     display: block;
     margin: 4px 0px 0px 10px;
 }
.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;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
	display:none;
}
.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 7px;}
/* end configurable swtaches */

.cart-price {    padding-right: 0px;}


/*tab start*/



.tabberlive .tabbertabhide { display:none; }
.tabberlive {clear:both;float: left;
    margin-top: 50px;
	width:100%;
	 }
.tabberlive .category-title{display:none;}
.category-products ul.item.slider-item > li:first-child{margin-bottom:15px;}
ul.tabber
{
	 margin:0px;
	 padding: 0;
	 float:left !important;
	 position:relative;
	 text-align:center;
	 margin-left:0px;
	 width:100%;
	 clear:both;
	 margin-bottom:0px;
	 letter-spacing: -4px;
}
.line-tab{background: url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/title_lines.jpg') repeat-x scroll 0px center transparent; display:block; width: 53%;
left: 445px;
position: absolute;}
ul.tabber li	{  list-style:none; display:inline-block;    background: grey;
    padding: 6px; }
.content { padding:0; }
ul.tabber li a
{
	text-decoration: none;
	font-size: 14px;
	padding: 0px;
	line-height:22px;
	color:#161be;
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	border-right:1px solid  #bebebe;

}

ul.tabber li a.top_category
{
	text-decoration: none;
	font-size: 14px;
	padding: 0px;
	line-height:22px;
	color:#161be;
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	border-right:none;

}
ul.tabber li a.top_category img
{
	position: relative;
}

ul.tabber li a.top_category img.img
{
	height: auto;
	width: 280px;
}


ul.tabber li a.top_category span.topcategory
{
	position: absolute;
    z-index: 1;
    padding-top: 5px;
    font-size: 30px;
    color: #fff;
}

ul.tabber li:last-child a{border:none;}
.list-center .add-to-links li em{min-width:91px; padding:5px 5px 5px 10px;}

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

color:#2c2c2c !important;

}

.tabberlive .tabbertab {
	padding-bottom: 5px;
	border-top:0; 
	float:left;
	width:1000px; 
	background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/tobbottom_line.png) repeat-x left bottom;
}
.tab{clear:both; position:relative; overflow:visible; padding-bottom:60px;}

.product_hover-block .actions{display:inline-block; border:1px solid #ebebeb; margin-left:-1px; width:100%;}

/* tab end */

.header-top{background:#2c2c2c; float:left; width:100%;}
.header-top-inner.container-width{background:transparent;}
.header-left{float:left;}
.header-right{float:right; position:relative;}
.headerlink_menu{display:none;}
.tm_headerlinkmenu{float:right; position:relative;}
.header-search.header-coomon{float:right;}
.tm_top_currency,.form-language{float:left; width:50%; box-sizing:border-box;}
#spinner {
    background: #fff url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/loading.gif") no-repeat scroll 50% 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.ie8  #spinner {display:none;}
.header-container .header_link_contant a{color:#c4c4c4; transition:300ms; -webkit-transition:300ms; -moz-transition:300ms; font-size:13px; padding:2px 0px;}
.tm_headerlinkmenu .welcome-msg{
 border-bottom: 1px solid #6b6b6b;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
	}
.tm_headerlinks_inner{position:absolute; top:32px; display:none; z-index:99; background:#4d4d4d; right:0px; min-width:210px; border-top:2px solid #fdd947; }
.header_link_contant{padding:20px;}
.form_search_outer{float:right; position:relative;}
.form_search_outer .form_content{display:none;position:absolute; top:32px; display:none; z-index:9; background:#4d4d4d; right:0px; padding:10px;}
.form_button {
    background:#4d4d4d;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 32px;
    position: relative;
    width: 44px;
}

.footer_center,.footer_center2{display:inline-block; clear:both; width:100%; }
.footer_bottom_inner{text-align:center;}
.header_contact{color:#7e7e7e; text-transform:uppercase; padding:4px 15px 4px 0px; border-right:1px solid #4d4d4d;}
.header-top{color:#999898;}
.header-top .sbToggle{top:9px;}
.header-top  .btn {
    display: none;
    margin-top: 4px;
    text-transform: uppercase;
}
.header-bottom{float:left; width:100%; padding:21px 0 32px;}
.header-logo.header-coomon{float:left;}
.header_bottom_right{float:right; padding:15px 0 6px;}
.header_bottom_static{float:left; line-height:18px;}
.money_back, .free_shipping{float:left; padding:0 28px 0px 51px;}
.money_back{background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll  2px -368px; border-right:1px solid #c0c0c0; margin-right:15px;}
.free_shipping{background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll  2px -434px;}
.header-top .tm_top_currency {
   background:#2c2c2c;
	padding:0px 10px 0px 10px;
	border-right:1px solid #4d4d4d;
	text-align:center;
	}
	.form-language.btn-group{
border-left: none;
 text-align:center;
	padding:0px 10px 0px 10px;
	 background:#2c2c2c;
	}
.header-container	.links > li:hover a {
    color: #fff;
}
.header-right .sbSelector{color:#c4c4c4;}
.form-search > label{display:none;}
.header-cart .block{margin:0px; border:none;}
.tabberlive_outer{text-align:center;margin-bottom: 50px;}
.tabberlive_inner.container-width{display:inline-block;}
.tabberlive .tabs{margin:0px -11px;}
.header-price .price {
    color: #2c2c2c;
    font-weight: normal;
	font-size:13px;
}
.header_bottom_static .first {
    color: #999999;
    font-weight:regular;
    text-transform: uppercase;
	padding-top:1px;
}

.header_bottom_static .second {
    color: #999;
    font-weight: regular;
    text-transform: uppercase;
	font-size:13px;
}

.subbanner_half{width:50%; float:left;}
.subbanner_outer{float:left; width:100%; margin-bottom:85px; background:#f3f3f3;}
.subbanner_half.sub_half2{background:#f3f3f3; padding:101px 70px 115px; box-sizing:border-box;}
.subbanner_half.sub_half1{background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/banners/flex2.jpg") no-repeat scroll  center 0px;}
.bestseller_outer{clear:both; }
.bestseller_main_outer{text-align:center;}
.icon i {
    font-size: 36px;
    font-style: normal;
	color:#b0b0b0;
}
.title.service-text {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
.blog_title h2 a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.bestseller-products{padding-bottom:50px; margin:0px -11px;}
.simple-type.small-title,.tab-main-title,.bestseller-products  .category-title h2 a,.bestseller-products  .category-title h2 ,.manufacture .category-title h2,.manufacture .category-title h2 a,.blog_title h2,.blog_title h2 a,.peoplesay-title h3,.category-title h2,.crosssell > h2{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/title.png") no-repeat scroll  center 36px;
	margin:0;
	font-family:'Raleway';
}
.description.other-font {
    color: #6d6d6d;
}
.service.service1, .service.service2{padding-bottom:38px;}
.service {
    float: left;
    width: 50%;
	position:relative;
	box-sizing:border-box;
	text-align:center;
}
.service.service1,.service.service3{padding-right:40px;}
.service.service2,.service.service4{padding-left:40px;}
.crosssell_product{margin-top:30px;}

.social-icon  li{display:inline-block; min-width:34px; text-align:center; padding:0px; margin:0px 1px;}
.social-icon li a{display:inline-block; min-width:34px; text-align:center; padding:7px 0 7px 4px; color:#fff; font-size:20px;} 
.social-icon li a.facebook{background:#3c5a99; border:1px solid #3c5a99;}
.social-icon li a.twitter{background:#359bed; border:1px solid #359bed;}
.social-icon li a.youtube{background:#e33729; border:1px solid #e33729;}
.social-icon li a.pinterest{background:#fd9f13; border:1px solid #fd9f13;}
.social-icon{margin-top:12px;}
.social-icon li a:hover{background:transparent; border-color:#6c6c6c; color:#6c6c6c;}
.parallex_inner.container-width,.homepage-peoplesay-inner.container-width{background:transparent;}
.parllaex-third {
    float: left;
    width: 33.33%;
	text-align:center;
	color:#fff;
}
.pa-content1 {
    font-weight: bold;
    text-transform: uppercase;
}
.parallex {
    float: left;
    width: 100%;
	height:288px;
}
.parallex_inner.container-width{
padding:65px 0px 55px;
overflow:hidden;
}
.parallex2 .pa-contant {
    border-left: 1px solid #8f6962;
    border-right: 1px solid #8f6962;
    margin: 0 11px;
}
.parllaex-third  .pa-icon{transition:500ms; -webkit-transition:500ms; -moz-transition:500ms;}
.parallex1 .pa-icon {
    background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/icons.png") no-repeat scroll center -295px;
    height: 75px;
    width: 100px;
	display:inline-block;
	
}
.parallex2 .pa-icon {
    background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/icons.png") no-repeat scroll center -375px;
    height: 75px;
    width: 100px;
	display:inline-block;
}
.parallex3 .pa-icon {
    background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/icons.png") no-repeat scroll center -455px;
    height: 75px;
    width: 100px;
	display:inline-block;
}
.parllaex-third.parallex1:hover  .pa-icon{ background-position:center -310px;}
.parllaex-third.parallex2:hover  .pa-icon{background-position:center -390px;}
.parllaex-third.parallex3:hover  .pa-icon{background-position:center -470px;}
.pa-button > a {
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    text-transform: uppercase;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.parllaex-third:hover  .pa-button > a {opacity:1;	-webkit-opacity:1;	-moz-opacity:1;}
.pa-button {
    padding-top: 50px;
	transition:500ms; -webkit-transition:500ms; -moz-transition:500ms;
}
.parllaex-third:hover  .pa-button{padding-top:30px;}
.homepage-peoplesay{background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/bg-ptn.jpg") repeat scroll; clear:both; padding:67px 0px 60px; margin-bottom:100px; }


.blog_inner .image-hover-block .zoom::before,.blog_inner .image-hover-block .read::before {
 border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    color: white;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 45px;
    left: 0;
    margin: auto;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
   
    transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
    width: 45px;
	box-sizing:border-box;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
}
.blog_inner .image-hover-block .zoom:hover::before,.blog_inner .image-hover-block .read:hover::before {border-color:#fdd947; background:#fdd947;}
.blog_inner .image-hover-block .read::before { content: "\f0c1";}
.blog_inner .product-block-image:hover .image-hover-block .read::before,.blog_inner .product-block-image:hover .image-hover-block .zoom::before{ transform: scale(1.0); -webkit- transform: scale(1.0); -moz- transform: scale(1.0);opacity:1;	-webkit-opacity:1;	-moz-opacity:1;}
.blog_inner .image-hover-block .zoom,.blog_inner .image-hover-block .read {
display: inline-block;
    float: none;
    height: 48px;
    width: 48px;
	position:relative;
	}
.blog_inner .image-hover-block {
    margin: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 40%;
   transition: 300ms;
	 -webkit-transition: 300ms;
	  -moz-transition: 300ms;
    width: 100%;
}
.post-image-hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 300ms;
	 -webkit-transition: 300ms;
	  -moz-transition: 300ms;
    width: 100%;
}
.blog_inner .slider-item:hover .post-image-hover {
    opacity: 1;
}
.blog_inner .product-block-image{margin:0px 15px;}
.blog_inner .product-carousel {
  
}
.blog_inner  .image-block > img{width:100%;}
.blog_inner  .image-block{position:relative; }

.fashion {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #303030;
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
	border-bottom:2px solid #fff;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	transition:500ms;
	-webkit-transition:500ms;
	-moz-transition:500ms;
}
.blog_inner .product-block-image:hover .fashion {
opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;

}
.post-date {
    color: #000;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
	padding:25px 0px 15px;
}

.post-description {
    border-bottom: 1px solid #e3e3e3;
    color: #000;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
	font-size:13px;
}
.post-content-inner{padding-bottom:40px; position:relative; text-align:center;}
.post-detail{position:absolute; bottom:10px; left:0; right:0; opacity:0; -webkit-opacity:0; -moz-opacity:0; transition:500ms; -webkit-transition:500ms; -moz-transition:500ms;}
.blog_inner .product-block-image:hover .post-detail{opacity:1; -webkit-opacity:1; -moz-opacity:1; }
.post-detail > a {
    color: #9b9b9b;
    padding: 0 10px;
	font-size:12px;
}

.parentMenu.menu0.home_link > a{padding-left:0px; margin-left:0px;}

div.menu.menu-arrow {
    background: rgba(0, 0, 0, 0) url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/menu-arrow-adown.png") no-repeat scroll right center;
}
.peoplesay-inner .flexslider:hover .flex-direction-nav{display:none !important;}
.blog_inner{padding-bottom:65px;}
.peoplesay-inner {
    margin: 0 auto;
    text-align: center;
    width: 730px;
}
.test-image {
    border: 5px solid #ffffff;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    display: inline-block;
    overflow: hidden;
	margin-bottom:35px;
}
.peoplesay-inner .flexslider .slides img{ border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;}
.peoplesay-inner .flexslider{padding-bottom:80px; margin:0px;}
.test-desc {
    color: #7f7f7f;
    font-family: "Lato";
    font-size: 17px;
    line-height: 26px;
	font-style:italic;
}


.product-image-hover-block .add-to-links li:first-child + li,.product-image-hover-block  .add-to-links li:first-child,.list-center-outer .add-to-links li:first-child  .list-center-outer .add-to-links li:first-child + li {
    background: transparent;
    border: 2px solid #fff;
    box-sizing: border-box;
    float: left;
    font-size: 0;
    height: 36px;
    vertical-align: middle;
    width: 36px;
	margin:0px 5px;
}
.add-to-links li a.link-wishlist {
    display: block;
    height: 100%;
    width: 100%;
}
.add-to-links li a.link-wishlist::before {
    color: #fff;
    content: "\f004";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    width: 33px;
}
.product-block-inner .add-to-links{margin-left:10px;}
.add-to-links li a.link-compare::before {
    color: #fff;
    content: "\f1fe";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    vertical-align: top;
    width: 33px;
}
.product-block-inner .ratings{float:right; margin:11px 0px 0px;}
.product-hover-inner {
    bottom:13px;
    left: 0;
    position: absolute;
    right: 0;transition:500ms; -webkit-transition:500ms; -moz-transition:500ms;
	opacity:0; -webkit-opacity:0; -moz-opacity:0;
}
.product-block:hover .product-hover-inner {opacity:1; -webkit-opacity:1; -moz-opacity:1; }
.product-block-inner .ratings .rating-box{margin-right:15px;}
.product-block-inner .ratings .amount{display:none;}
.product-block:hover .product-block-inner .product-image > img{opacity:0.65; -webkit-opacity:0.65; -moz-opacity:0.65;  -khtml-opacity:0.65; transition:500ms; -webkit-transition:500ms; -moz-transition:500ms;}
.product-block .product-block-inner .product-image > img{opacity:1; -webkit-opacity:1; -moz-opacity:1; transition:500ms; -webkit-transition:500ms; -moz-transition:500ms; ; height:auto;}
@media screen and (max-width: 430px) {
	.product-block-inner .add-to-links {margin-left:21%;}
	.product-block .product-hover-inner {width: 85%;opacity:1; -webkit-opacity:1; -moz-opacity:1; }
}
@media screen and (max-width: 410px) {
	.product-image-hover-block .add-to-links li:first-child + li,.product-image-hover-block  .add-to-links li:first-child,.list-center-outer .add-to-links li:first-child  .list-center-outer .add-to-links li:first-child + li {
	    background: transparent;
	    border: 2px solid #DCDCDC;
	    box-sizing: border-box;
	    float: left;
	    font-size: 0;
	    height: 36px;
	    vertical-align: middle;
	    width: 36px;
		margin:0px 5px;
	}
	.product-block-inner .add-to-links {margin-left:14%;}
	.product-block .product-hover-inner {width: 90%;opacity:1; -webkit-opacity:1; -moz-opacity:1; }
	.product-block-inner .ratings .rating-box{margin-right:15px;}
	.add-to-links li a.link-wishlist::before {
	    color: #DCDCDC;
	    content: "\f004";
	    display: inline-block;
	    font-family: "FontAwesome";
	    font-size: 18px;
	    height: 36px;
	    line-height: 36px;
	    text-align: center;
	    vertical-align: top;
	    width: 33px;
	}
	.add-to-links li a.link-compare::before {
    color: #DCDCDC;
	    content: "\f1fe";
	    display: inline-block;
	    font-family: "FontAwesome";
	    font-size: 18px;
	    height: 36px;
	    line-height: 34px;
	    vertical-align: top;
	    width: 33px;
	}

	.product-block-inner .ratings .amount{display:none;}
	.product-block .product-block-inner .product-image > img{opacity:0.65; -webkit-opacity:0.65; -moz-opacity:0.65;  -khtml-opacity:0.65; transition:500ms; -webkit-transition:500ms; -moz-transition:500ms;}
	.product-block .product-block-inner .product-image > img{opacity:1; -webkit-opacity:1; -moz-opacity:1; transition:500ms; -webkit-transition:500ms; -moz-transition:500ms; ; height:auto;}
}

.column-left-breadcrumbs{}
.cms-home .column-left-breadcrumbs{display:none;}
.ratings-list td{vertical-align:middle;}
.column-left-breadcrumbs {
    background-image: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/parralex.jpg");
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    margin-bottom:60px; 
	height:170px;
	float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
	background-color:#2c2c2c;
}
	.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,.manufacturer-list > h2{
    border-bottom: medium none;
    left: 0px;
    margin: 0;
    top:70px;
    width: auto;
}
.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,.manufacturer-list > h2{
    color: #fff;
    float: left;
    position: absolute;
    z-index: 4;
    font-size: 30px;
    text-transform: capitalize;
	font-weight:700;
	font-family:'Raleway';
}
.customer-address-index .title-buttons .button{
right:0px;
left:auto;
float:right;
 position: absolute;
    z-index: 4;
}
.col-main-left{position:relative;}
.col-main-left .page-title,.col-main-left .category-title{padding:0px; margin:0px; border:none;}
.col-main-right .page-title h1, .col1-layout .page-title h1 {
    border-bottom: medium none;
    float: left;
    margin: 0;
    position: absolute;
    top: -160px;
    width: auto;
}
.cart .title-buttons .checkout-types {
    position: absolute;
    right: 0;
    top: -165px;
}
.col1-layout .multiple-checkout  .page-title h1 {top:-155px;}
.breadcrumbs li a{font-size:12px; color:#fff;}
.checkout-multishipping-billing .multiple-checkout .page-title h1{top:-210px;}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase {
    width: 16px;
    height: 15px;
    display: block;
    background: url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/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: 5px 5px 5px 0; display: block; font-weight: normal; color:#000;}
.product-view .add-to-cart .qty {
    float: left;
    padding: 9px 0 9px;
    text-align: center;
    width: 50px !important;
    border: none;
    border-right: 1px solid #ebebeb;
	margin:0px;
	background:transparent;
}
.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;
}
 .product-shop	.add-to-links li a.link-wishlist::before {
    color: #b5b5b5;
    content: "\f08a";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 42px;
    line-height: 45px;
    vertical-align: top;
    width: 50px;
	text-align:center;
	}
	.button.btn-proceed-checkout.btn-checkout:hover {
    box-shadow: none;
}
	.product-view .add-to-links li a.link-wishlist::before, .product-view .add-to-links li a.link-compare::before{height:16px; width:24px; font-size:16px; line-height:22px; }
	.product-shop  .add-to-links li a.link-compare::before {
    color: #b5b5b5;
    content: "\f24d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 16px;
    line-height: 20px;
    vertical-align: top;
    width: 24px;
}
.product-shop .email-addto-box .email-friend a:before{
color: #b5b5b5;
    content: "\f003";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 16px;
    line-height: 22px;
    vertical-align: top;
    width: 25px;
}
.box-collateral.box-up-sell {
    margin-top: 40px;
}
.form-search .button span {
    background:none;
    border: medium none;
    font-size: 0;
    padding: 0;
	width:40px;
	height:34px;
}
.form-search button.button:hover{box-shadow:none; background:none;}

.post-detail > a:first-child{background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/border-blog.png") no-repeat scroll 100% 66%;}
.subbanner_half1_inner img{width:100%;}

.header-social-icon a i {
    color: #999999;
    font-size: 14px;
    margin-left:8px;
    vertical-align: 0;
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;
}
.header-social-icon li:hover a i {color:#fff;}
.header-social-icon > li {
    background:transparent;
    border-left:1px solid #4d4d4d;
    box-sizing: border-box;
    float: left;
    height: 32px;
    padding: 5px 7px;
    width: 42px;
}
.header-social-icon > li:last-child{  border-right:1px solid #4d4d4d;}
.contact-text {
    margin: 0;
	color:#999898;
	padding:4px 14px 4px 0px;
	font-size:13px;
}
.content-text-banner {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50px;
	
}
.cms-banner-inner{
position:relative;
overflow:hidden;
}
.banner-text1 {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing:1px;
	line-height:24px;
}
.banner-text2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
	font-family:'Bigshot One';
	letter-spacing:0.8px;
}
.border-banner {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding:15px;
    position: absolute;
    top: 0;
    width: 100%;
	transition:500ms;
	-webkit-transition:500ms;
	-moz-transition:500ms;
}
.border-banner:hover{padding:15px;}
.inner-border {
    border: 1px solid #ffffff;
    height: 100%;
    width: 100%;
}
.manufacturer_image{	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;}
	.manufacturer_image:hover{opacity:1;-webkit-opacity:1;	-moz-opacity:1;}
.cms-banner-inner:hover .inner-border {opacity:1;-webkit-opacity:1;	-moz-opacity:1;}
.product-image-hover-block .link-wishlist:hover,.product-image-hover-block .link-compare:hover{background:#fff; display:block;}
.add-to-links li a.link-compare:hover::before,.add-to-links li a.link-wishlist:hover::before{color:#999;}

.cms-banner-inner img {
    transition: all 1s ease 0s;
	 -webkit-transition: all 1s ease 0s;
	  -moz-transition: all 1s ease 0s;
}
.cms_outer_inner.container-width:hover img {
    transform: scale(1.15) rotateZ(-1.4deg);
	-webkit-transform:scale(1.15) rotateZ(-1.4deg);
	-moz-transform: scale(1.15) rotateZ(-1.4deg);
}
.post-detail > a:hover{color:#2c2c2c;}


.product-block-inner .configurable-swatch-list.configurable-swatch-color.clearfix {
    position: absolute;
    right: -20px;
    top: 35px;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.product-view .tabs li:first-child a{margin-left:0px;}
.sku > span,.product-view .product-shop .availability{color:#000;}
.product-view .product-shop .availability span{color:#9c9c9c;}
.prodduct-shop-inner .configurable-swatch-list{margin-bottom:0px;}


.form_button:before{
	color: #fff;
    content: "\f002";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 36px;
    line-height:30px;
    text-align: center;
    vertical-align: top;
  	padding-left:13px;
}
.form_button:hover::before{color:#999;}
.cms-home .subbanner_half1_inner .flexslider .slides img{display:none;}
.subbanner_half.sub_half1 .flexslider .slides > li{background-position:center; background-size:cover;}
.flex_content {

    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.flex_content1 {
    color: #fdd947;
    font-family: "Arizonia";
    font-size: 44px;
    line-height: 65px;
	text-transform:capitalize;
}
.flex_content2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 4px;
    line-height: 30px;
    text-transform: uppercase;
	font-family:'Roboto'
}
.shop_bu > a {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 11px;
    padding: 5px 11px;
    text-transform: uppercase;
	font-weight:bold;
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;
}
.shop_bu {
    display: inline-block;
    padding-top: 15px;
}
.shop_bu > a:hover {background:#fff; color:#2c2c2c;}


.ie8 .product-block .product-hover-inner{display:none;}
.ie8 .product-block:hover .product-hover-inner{display:block;}
.shopping_CMS_main1 img {
    width: 100%;
}
.breadcrumbs li a:hover {
    color: #9c9c9c;
}

.block.block-banner img{width:100%;}

.cms-dealercatalog aside.sidebar .vertnav-container{
	display: none;
}

.contacts-index-index aside.sidebar .vertnav-container{
	display: none;
}

.manufacturer-index-view aside.sidebar .vertnav-container, .manufacturer-index-view aside.sidebar .block-banner{
	display: none;
}

@media only screen and (max-width:1024px){
ul.tabber li a.top_category img.img
{
	width: 100%;
}

ul.tabber li a.top_category span.topcategory
{
	position: absolute;
    z-index: 1;
    padding-top: 8px;
    font-size: 30px;
    color: #fff;
}

}
@media only screen and (max-width:768px){
ul.tabber li a.top_category img
{
	width: 100%;
}
ul.tabber li a.top_category span.topcategory
{
	position: absolute;
    z-index: 1;
    padding-top: 8px;
    font-size: 30px;
    color: #fff;
}

}
@media only screen and (max-width:640px){
ul.tabber li a.top_category img
{
	width: 100%;
}
ul.tabber li a.top_category span.topcategory
{
	position: absolute;
    z-index: 1;
    padding-top: 8px;
    font-size: 30px;
    color: #fff;
}

}
@media only screen and (max-width:425px){
ul.tabber li a.top_category img
{
	width: 100%;
}
ul.tabber li a.top_category span.topcategory
{
	position: absolute;
    z-index: 1;
    padding-top: 0px;
    font-size: 16px;
    color: #fff;
}

}
@media only screen and (max-width:375px){
ul.tabber li a.top_category img
{
	width: 100%;
}
ul.tabber li a.top_category span.topcategory
{
	position: absolute;
    z-index: 1;
    padding-top: 0px;
    font-size: 16px;
    color: #fff;
}

}

@media only screen and (max-width:320px){
ul.tabber li a.top_category img
{
	width: 100%;
}
ul.tabber li a.top_category span.topcategory
{
	position: absolute;
    z-index: 1;
    padding-top: 0px;
    font-size: 16px;
    color: #fff;
}

}


.cstnewsletter .cstnewsletter-form {
	margin-bottom: 40px;
}

.cstnewsletter-form .field label,
.cstnewsletter-form .field .input-box {
	float: left;
}

.cstnewsletter-form form .fieldset .form-list {
	list-style: none;
}

.cstnewsletter-form form .fieldset .form-list .fields .field {
	width: 100%;
}

.cstnewsletter-form form .fieldset .form-list .fields .field label {
	width: 30%;
}

.cstnewsletter-form form .fieldset .form-list .fields .field .input-box {
	width: 50%;
	clear: none;
}

.cstnewsletter-form form .fieldset .form-list .fields .field .input-box input {
	background: #fff;
	border: 1px solid #CDCDCD;
	color: #555;
	padding: 5px;
}

.cstnewsletter-form form .fieldset .form-list .fields .field label.radiosub {
	float: none;
	display: block;
}

.cstnewsletter-form form .fieldset .form-list .fields .field label.radiosub .tm-radio input {
	width: 25px;
}

.cstnewsletter-form .notifmes {
    color: #446423;
    border: 1px solid #446423;
    background-color: #eff5ea;
    margin: 20px 0;
}

.cstnewsletter-form .notifmes.failed {
    color: #e25465;
    border: 1px solid #e25465;
    background-color: #fef6f7;
    margin: 20px 0;
}

.cstnewsletter-form .notifmes p,
.cstnewsletter-form .notifmes.failed p {
	margin-bottom: 0;
	padding: 20px;
}

.cstnewsletter-form button.button {
	margin-top: 15px;
}

body.cms-page-view.cms-newsletter .messages {
	display: none;
}



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

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://cdn.historicalreproductions.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://cdn.historicalreproductions.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://cdn.historicalreproductions.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://cdn.historicalreproductions.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://cdn.historicalreproductions.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://cdn.historicalreproductions.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://cdn.historicalreproductions.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://cdn.historicalreproductions.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://cdn.historicalreproductions.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
/* -------------
 * Icube Custom
 * ------------- */
 .main-cart>.actions button.button>span{
	padding: 8px 10px;
 }
 .cms-index-index.cms-templatemelahome .column-left-breadcrumbs{
	display: none;
 }
 .cms-index-index.cms-templatemelahome .parallex{
	margin-bottom: 60px;
 }
 .cms-index-index.cms-templatemelahome .blog_widget{
	clear: both;
 }
 .postWrapper .postContent .blogpostImage{
	 max-width: 100%;
 }
 .catalog-category-view .col-left .vertnav-container, .catalogsearch-result-index .col-left .vertnav-container, .tag-product-list .col-left .vertnav-container, .sendfriend-product-send .col-left .vertnav-container{
     display: none;
 }
 .catalog-category-view .col-left .block-tags, .catalogsearch-result-index .col-left .block-tags, .tag-product-list .col-left .block-tags, .sendfriend-product-send .col-left .block-tags{
    display: none;
}
.sendfriend-product-send .col-left .block-compare{
	display: none;
}
.sendfriend-product-send .col-left .block .block-tags, .sendfriend-product-send .col-left .block .block-list .block-compare {
    display: none;
}
.product-block .product-block-inner .product-image > img{
	max-width: 100%;
}
 .catalog-product-view .page-title.product-title{
	 display: none;
 }
 .product-view .product-img-box .product-image img{
	 width: 100%;
 }
 .catalog-product-view .product-options{
	 z-index: 0;
 }
 .onestepcheckout-index-index #checkout-review-submit .validation-advice{
	 width: 150px;
	 margin-top: 66px;
 }
 .onestepcheckout-index-index #checkout-review-submit label p{
	margin-bottom: 25px;
}
.catalog-product-view .email-addto-box{
	clear: both;
} 
.catalog-product-view .pdp-socials .header-social-icon li:hover a i{
	color: black;
}
.catalog-product-view .pdp-socials .header-social-icon li, .catalog-product-view .pdp-socials .header-social-icon li:last-child{
	border: none;
	margin-bottom: 10px;
}
.catalog-product-view .pdp-socials .header-social-icon li .whatsapp{
	display: none;
}
.header-social-icon li.whatsapp-desktop{
	display: list-item;
}
.header-social-icon li.whatsapp-mobile{
	display: none;
}
.catalog-product-view .pdp-gotodescription{
	float: right;
	margin-top: 20px;
}
.catalog-product-view .pdp-gotodescription-mobile{
	display: none;
}
.megnor-advanced-menu-popup_inner .itemMenuName.level1+.itemMenuName.level1, .megnor-advanced-menu-popup_inner .itemSubMenu.level1+.itemMenuName.level1{
	margin-top: 20px;
}
.megnor-advanced-menu-popup_inner .column{
    margin-right: 12px;
}
.catalog-category-view .subcategory-grid{
	display: flex;
    flex-wrap: wrap;
}
.catalog-category-view .subcategory-grid .category-container{
	flex-basis: 33%;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
.catalog-category-view .subcategory-grid .category-container .category-name{
	width: 100%;
	display: block;
	text-align: center;
}
.catalog-category-view .subcategory-grid .category-container .category-name img{
	width: 100%;
}
.catalog-category-view .category-image img{
	max-width: 100%;
}
.customNavigation a {display:block !important;}
.header-container .header-logo img{
	width: 225px;
}
#advancedmenu div.menu .parentMenu a{ text-transform: none; }
.footer_payment  li.banktransfer a{
	background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/banktransfer.png") no-repeat scroll 0 0 transparent;
	width: 73px;
}
.product-block-inner a.product-image{
	background: none;
}
.category-description-read-more{
	display: none !important;
}
.column-left-breadcrumbs.gdfb-cat {
    background-image: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/parallax_gdfb.jpeg");
}
.column-left-breadcrumbs.say-cat {
    background-image: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/parallax_say.jpeg");
}
.column-left-breadcrumbs.aer-cat {
    background-image: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/parallax_aer.jpeg");
}
/* DISABLING SOME BLOCKS BEGIN */
#advancedmenu .custom_menu{ display: none; } /* MENU BAR CUSTOM MENU */
.cms-index-index .cms_outer_inner{ display: none; } /* 75% BANNER UNDER MAINSLIDER */
.cms-index-index .subbanner_outer{ display: none; } /* OUR SERVICES BANNER */
.cms-index-index .parallex{ display: none; } /* PARALLAX */
.catalog-product-view #product_tabs_cms{ display: none; } /* PDP CMS DESKTOP */
.catalog-product-view .padder #product_tabs_cms_contents{ display: none !important; } /* PDP CMS TAB MOBILE */
.catalog-category-view .col-left.sidebar .block-banner{ display: none; } /* CATEGORY PAGE PROMO BLOCK SIDEBAR */
.checkout-cart-index .cart-collaterals .col2-set .shopping_CMS_main1{ display: none; } /* CHECKOUT PAGE PROMOTIONAL BANNER */
/* DISABLING SOME BLOCKS END */
@media screen and (min-width: 980px) {
	.column-left-breadcrumbs.aer-cat{
		background-position: 50% -165px;
	}
}
@media screen and (min-width: 980px) {
	.column-left-breadcrumbs.say-cat{
		background-position: 50% -331px;
	}
}
@media screen and (max-width: 980px) {
	.catalog-product-view .pdp-gotodescription-mobile{
		display: block;
	}
	.catalog-product-view .pdp-gotodescription-desktop{
		display: none;
	}
	.header-social-icon li.whatsapp-desktop{
		display: none;
	}
	.header-social-icon li.whatsapp-mobile{
		display: list-item;
	}
	.catalog-product-view .pdp-socials .header-social-icon li .whatsapp{
		display: inline;
	}
}
@media screen and (max-width: 1215px) {
	.megnor-advanced-menu-popup_inner .column{
		margin-right: 5px;
	}
}
@media screen and (max-width: 767px) {
	.catalog-category-view .subcategory-grid .category-container{
		flex-basis: 100%;
	}
}
@media screen and (max-width: 420px) {
	.onestepcheckout-index-index #checkout-review-submit .validation-advice{
		margin-top: 108px;
	}
	.onestepcheckout-index-index #checkout-review-submit label p{
		margin-bottom: 65px;
	}	
}
@media screen and (max-width: 550px) {
	.manufacturer_main_outer .manufacture_products .product-items{
		width: 100% !important;
	}
}
@media screen and (max-width: 490px) {
	.catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-grid li.item, .tag-product-list .products-grid li.item{
		width: 100% !important;
	}
}
 @media screen and (max-width: 1200px) {
    .onestepcheckout-index-index #onestepcheckout_orderform .col3-set .col-1, .onestepcheckout-index-index #onestepcheckout_orderform .col3-set .col-2{
		width: 48%;
	}
	.onestepcheckout-index-index #onestepcheckout_orderform .col3-set #checkout-review{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
    .onestepcheckout-index-index #onestepcheckout_orderform .col3-set .col-1, .onestepcheckout-index-index #onestepcheckout_orderform .col3-set .col-2, .onestepcheckout-index-index #onestepcheckout_orderform .col3-set #checkout-review{
		width: 100%;
	}
}
 /* Icube Custom End*/
.tm-hide { opacity: 0; filter:alpha(opacity=0); }
.tm-checkbox {
	background: url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png') -2px -41px no-repeat;
	display:inline-block;
	width:17px;
	height:17px;vertical-align: middle;
}

.tm-radio { background: url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png') 0 -5px no-repeat;	display: inline;
	padding:0px;
   	height:17px; 
    vertical-align: middle;
   }

.tm-checked { background-position:-75px -42px ; }
.tm-selected { background-position: -73px -5px; }


.tm-checkbox-green {
	background: url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/sprite.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.tm-checked-green { background-position: 0 -18px; }
.tm-checkbox, .tm-radio { zoom: 1;}
.ie7 .tm-checkbox{ display:inline; }
/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
.sbHolder{
	position: relative;
	width: auto; 
	padding:4px 25px 4px 7px;
	text-align:left;
	border:1px solid #e0e0e0;
}
.header-container .sbHolder{border:none;}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	  outline: none;
	overflow: hidden;	 
	top: 0;	 
	display:block;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
 
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/arrow-down.png") no-repeat scroll center center transparent;
	display: block; 
	outline: none;
	position: absolute;
	right: 4px;
    top: 9px;
	height:15px;
	width:15px;
 
}
 
.sbToggleOpen{
	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/arrow-up.png") no-repeat scroll center center transparent;
} 
.sbOptions{
	background-color: #fff;
	border: solid 1px #ddd;
	list-style: none;
	right: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px !important;
  width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.header-container .sbOptions{top:32px !important;border:none; border-top:2px solid #fdd947; background:#4d4d4d none repeat scroll 0 0}
.header-container  .sbOptions a{color:#c4c4c4;}
.header-container  .sbOptions a:hover{color:#fff;}
.sbOptions li{
	padding: 0 7px;
	margin:0;
}
.sbOptions a{	 
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
	text-decoration:none;
}
 
.sbOptions a:hover,.header-container  .links a:hover {color:#2c2c2c;}
/* display none until init */
.product-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}
.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/img/megnor/grabbing.png") 8 8, move;
}

/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.customNavigation    { text-align: center; position:absolute;width:100%}
.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block;
    float: right;
    height: 22px;
    position: absolute;
    top: -34px;
    width: 22px;


}

.customNavigation a.prev {
  	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -234px 2px transparent;
    right: 85px;
}
.customNavigation a.prev:hover 	{ background-position: -234px -27px; text-decoration:none;}
.customNavigation a.next {
	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -204px 2px transparent;
    right:28px;
}
.customNavigation a.next:hover 	{ background-position: -204px -27px; text-decoration:none;}
 

/* Responsive menu Css Start */
	.nav-responsive span { display:inline-block; padding-left:0px;}
	.ie7 .nav-responsive span { display:inline;}
	.nav-responsive { cursor:pointer; display:none;  }
	#nav-mobile  ul  li{ list-style:none; position:relative;}
	.nav-responsive .expandable{
	padding:23px 0px;
	position:absolute;
    height: 25px;
    margin-right: 0px;
    margin-top: 0px;
    width:100%;
	} 
	
	
.nav-responsive .expandable:after{
	 color: #2c2c2c;
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 24px;
    margin: 0 9px 0 0;
	vertical-align:middle;
	position:absolute; 
	right:0px;
	line-height:24px;
}
	.responsive-menu { padding:0; position:relative;}
	
	.responsive-menu #nav-mobile{ 
		position:absolute; 
		z-index:999;  
		display:none; 
		margin-top:0px; 
		padding:1%;
		width:98%; 
		list-style:none;
		top:70px;
		background:#fff;
		border-top:2px solid #2c2c2c;
		text-align:left;
	}
		.responsive-menu #nav-mobile ul{padding-left:20px;}
	.nav-responsive div,
	.responsive-menu .hitarea {
		background: none;
	height: 25px;
		width: 25px; 
		float: right;
		cursor: pointer;
		 margin-top: 3px;
	}
	.responsive-menu .expandable .collapsable-hitarea:before{ 
		color: #161b1e;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 12px;
	padding-left:5px;	 
	} 
	.responsive-menu .expandable-hitarea:before { 
		color: #161b1e;
    content: "\f067";
    font-family: "FontAwesome";
      font-size: 12px;
	padding-left:5px;	 
	} 
	.responsive-menu .collapsable-hitarea:before { 
			color: #161b1e;
    content: "\f068";
    font-family: "FontAwesome";
     font-size: 12px;
	padding-left:5px;	 
	} 

/* Responsive menu Css End */


/*RESPONSIVE TABLE*/
.table-responsive { display:none; visibility:hidden;}	
.tm_responsive_container,
.tm_responsive_container_footer{ width:auto; overflow:hidden;}

.tm_responsive_group{
	float:left; 
    margin: 5px 0;
    padding: 3%;
    width: 92%; 
	border:1px solid #ededed;
	color:#4D4D4D;
	background:#FBFBFB  
}
.tm_responsive_row label{
  width: 100px;
  display:block;
  float:left;
  font-weight: bold;
}
.tm_responsive_row span{
  width: 250px;
  display:block;
  float:left;
}
.tm_responsive_row{
 overflow:hidden;
 border-bottom: 1px solid #EEEEEE;
 padding:10px 0;
}
.tm_responsive_row span .separator{ display:none; }
/*RESPONSIVE TABLE*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider .slides{ padding:0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style:none !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; width:100%;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; clear:both; margin:0 0 30px 0; overflow:hidden;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { margin:0; }

/* Direction Nav */
.flex-direction-nav {display:none; margin:0 !important; z-index:999; }
.flex-direction-nav  li{ list-style:none;}
.flexslider:hover .flex-direction-nav { display:block;  margin:0 !important;  }
.flex-direction-nav li a.flex-next
{ 
	 background:none;
    font-size: 0;
    height: 100% ;
    position: absolute;
    right: 0px;
    top: 0%;
    width: 200px;
	
}
.flex-direction-nav li a.flex-prev
{ 
	background:none;
    height:100% !important;
    left: 0px;
    position: absolute;
    top:0%;
    width: 200px !important;
	font-size:0;
}
.flex-direction-nav li a.flex-next {
    cursor: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/flex-next.png"), pointer;
}
.flex-direction-nav li a.flex-prev {
    cursor: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/flex-prev.png"), pointer;
}
/* Control Nav */
.flex-control-nav {position: absolute; bottom:10px; right:0px; left:0px; margin:0 !important; padding:0 !important; z-index:3; text-align:center; }
.flex-control-nav li {margin: 0 3px;display: inline-block; font-size:0; border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;}
.flex-control-paging li a {    
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
	font-size:0;
	background:#c9c9c9;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	position:relative;
}
.flex-control-paging li a::after{
	background-color:#000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
    -webkit-transform-origin: 50% 50% 0;
	 -moz-transform-origin: 50% 50% 0;
	  transform-origin: 50% 50% 0;
    transition: transform 0.5s ease 0s;
	-webkit-transition: transform 0.5s ease 0s;
	 -moz-transition: transform 0.5s ease 0s;
    width: 100%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.flex-control-paging li a.flex-active::after,.flex-control-paging li:hover a::after  {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
		border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}

	

.flex-control-paging li a.flex-active{  cursor: default;  }
.flex-control-paging li:hover a{}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;  }
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
 
.grabbing { 
    cursor:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/image/megnor/grabbing.png") 8 8, move;
}


/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	list-style:none;
}
.customNavigation    { text-align: center; position:relative;width:100%}
.customNavigation a{

	display: block;
    float: right;
    height: 36px;
    position: absolute;
    top: 170px;
    width: 36px; 
	border:2px solid transparent;
	 cursor:pointer;
	 transition:300ms;
	 -webkit-transition:300ms;
	 -moz-transition:300ms;
} 
.manufacture .customNavigation a {
    top: 50px;
}
.customNavigation a {display:none;}
.box-up-sell .customNavigation a ,.related-product-outer  .customNavigation a,.crosssell_product  .customNavigation a{display:block;}
.manufacturer_main_outer:hover .customNavigation a,.blog_main_outer:hover .customNavigation a,.bestseller_main_outer:hover .customNavigation a,.tabberlive_outer:hover .customNavigation a{display:block;}
.customNavigation a.prev {
  	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -206px 2px  transparent;
    left:-50px;
}
.customNavigation a.prev:before,#prev-next-links  a#link-previous-product:before{
	color: #808080;
    content: "\f104";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    width:36px;
}

.customNavigation a.next:before,#prev-next-links a#link-next-product:before{
	color: #808080;
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    height: 36px;
    line-height:34px;
    text-align: center;
    vertical-align: top;
    width: 38px;	
}
.customNavigation a.next:hover:before,#prev-next-links a#link-next-product:hover::before,#prev-next-links a#link-previous-product:hover::before,.customNavigation a.prev:hover:before{color: #000; }
.customNavigation a.next:hover,.customNavigation a.prev:hover{border-color:#000;}
.customNavigation a.prev:hover 	{ background-position: -206px -27px; text-decoration:none;}
.customNavigation a.next {
	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -236px 2px transparent;
    right:-50px;
}
.customNavigation a.next:hover 	{ background-position: -236px -27px; text-decoration:none;}

/**************** additional carousel start *******************/
.additional-carousel .product-carousel{  width:auto; margin:0 25px; }
.additional-carousel .customNavigation a.prev {
  	background:url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -203px -265px transparent;
    left:-3px;
	top:42px;
	z-index:999;  
	border:none;
	cursor:pointer;
}
.additional-carousel .customNavigation a.prev:hover 	{  text-decoration:none; z-index:999;}
.additional-carousel .customNavigation a.next {
	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/sprite.png") no-repeat scroll -233px -295px  transparent;
    right:-7px;
	top:42px;
	cursor:pointer;
	z-index:999; 
	border:none;
	
}
.additional-carousel  .customNavigation a{display:block;}

.additional-carousel .customNavigation a.next:hover 	{  text-decoration:none; z-index:999;}
.additional-carousel .slider-item {   float: left;  width: 90px; }
.additional-carousel .slider-item .product-block{ background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    clear: both;
    margin: 4px 7px;
    overflow: hidden;}

/**************** additional carousel End *******************/

.product-info .product-image .customNavigation    { text-align: center; position:absolute; width:100%; z-index:9;}
.product-info .product-image .customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	display: block;
    float: right;
    height: 20px;
    position: absolute;
    top: -34px;
    width: 16px;
}

.product-info .product-image .customNavigation a.prev {
  	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/image/megnor/sprite.png") no-repeat scroll -11px -60px transparent;
    left:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.prev:hover 	{ background-position: -11px -90px; text-decoration:none;}
.product-info .product-image .customNavigation a.next {
	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/image/megnor/sprite.png") no-repeat scroll -43px -60px transparent;
	right:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.next:hover 	{ background-position: -43px -90px; text-decoration:none;}

/*.related-products .customNavigation{ width:97%;}
.related-products .customNavigation a.prev {
  	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/image/megnor/sprite.png") no-repeat scroll -204px 2px transparent;
    right:25px;
	top:-20px;
}
.related-products .customNavigation a.prev:hover 	{ background-position: -204px -27px; text-decoration:none;}
.related-products .customNavigation a.next {
	background: url("https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/image/megnor/sprite.png") no-repeat scroll -234px 2px transparent;
	right:0px;
	top:-20px;
}
.related-products .customNavigation a.next:hover 	{ background-position: -234px -27px; text-decoration:none;}
*/


/* ========cloud-zoom============*/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 4px solid #888;
    margin:-4px;    /* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
 
}

/* This is for the title text. */
.cloud-zoom-title {
    
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}
/* This is the zoom window. */
.cloud-zoom-big {
    border:4px solid #ccc;
    overflow:hidden;
	 
}
/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}
.product-image .mousetrap {
    z-index:999 !important;
} 

/**
 * Lightbox
 */ 
/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; }
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* ColorBox skin.
   The following styles are ordered & tabbed
   in a way that represents the nesting of the generated HTML.
-------------------------------------------------------------- */
#cboxOverlay{background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxContent{background:#fff; overflow:hidden; border:none;/*10px solid #333*/ padding:10px; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:40px; /*10px above buttons*/ }
        #cboxTitle{position:absolute; bottom:17px;text-align:center; width:100%; color:#999999;}
        #cboxCurrent{position:absolute; bottom:17px; left:80px; color:#999999;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
		
		#cboxPrevious,
		#cboxNext { position:absolute; background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/slider-arrows.png) no-repeat #ddd; width:30px; height:30px; text-indent:-9999px; }
		#cboxPrevious:hover,
		#cboxNext:hover { background-color:#333; }
        #cboxPrevious{bottom:10px; left:10px; background-position:-10px -10px;}
        #cboxPrevious:hover{background-position:-10px -60px;}
        #cboxNext{bottom:10px; left:40px; background-position:-60px -10px;}
        #cboxNext:hover{background-position:-60px -60px;}
		
        #cboxLoadingOverlay{background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/loading.gif) no-repeat center center;}
		
        #cboxClose{position:absolute; bottom:10px; right:10px; background:url(https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/images/megnor/close-button.png) -10px -10px no-repeat #ddd; width:30px; height:30px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-10px -60px; background-color:#333;}

#cboxNext,
#cboxPrevious,
#cboxClose {
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.zoom-btn-small {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0px;
    color: #333333;
    line-height: 2.6666em;
    padding: 0 1em;
    position: absolute;
    right: 0px;
    z-index: 100;
}


#advancedmenu {
    position:relative;        
	margin:0 auto;
 	z-index:9;
	text-align:left;
}
div.menu {
    display:inline-block;
	margin:0px 5px;
}
div.menu.act {
  
}
div.menu.active {

	color:#5E5E5E ; 
}
div.megnor-advanced-menu-popup { 
  background:#FFF;
	position:absolute;
	display: none;
	text-align:left; 
	border:none;
	top:70px !important;
	/*width:100%;
	left:0 !important;*/
	box-shadow:1px 4px 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow:1px 4px 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:1px 4px 5px 0 rgba(0, 0, 0, 0.15);
}
.megnor-advanced-menu-popup_inner{	 background:#FFF;	padding:30px; float:left;}
div.menu a, div.megnor-advanced-menu-popup a {   display:block; }
div.megnor-advanced-menu-popup a		
{ 
	padding:0px 0 5px;
	text-transform:none;
	
}
 div.megnor-advanced-menu-popup a:hover{}
div.megnor-advanced-menu-popup a.actParent {
    color: #4D4D4D;
}
div.megnor-advanced-menu-popup a.act {
    color: #A52A2A;
}
div.column {
    float:left;
    width:185px; /* column width */
    padding:5px 0px 15px;
}
div.itemSubMenu {
    /*margin-left:20px;*/
}
.clearBoth {
    clear:both;
}
.block2 > p,.block2 > p > a {margin:0; padding:0px;}

div.megnor-advanced-menu-popup .block1		{ }
div.megnor-advanced-menu-popup .block2		{ padding:0px;}
#advancedmenu .megnor-advanced-menu-popup .itemMenu  a	{ font-weight:normal;  font-size: 13px; font-family:'Lato'}
#advancedmenu .level1 > a.itemMenuName {
    font-size: 14px;
	font-weight:bold  ; color:#2c2c2c ;
	text-transform:uppercase;
} 
.itemSubMenu .itemMenu 
{
	
}

.itemSubMenu .itemMenu a.itemMenuName
{
	
    color:#666666; 
    font-weight: normal;
    padding: 1px 0 1px 0px; 
	transition:300ms;
	-webkit-transition:300ms;
	-moz-transition:300ms;

}
.itemSubMenu .itemMenu a:hover	{  color: #000;}

.custom_menu:hover .customblock_inner {    display: block;} 
.customblock_inner		{ background:#FFF; width:250px; padding:0px;}
.customblock_inner .megnor-advanced-menu-popup_inner{padding:0px; float:left; width:100%;}
.custom_menu.menu {
    position: absolute;
    right: 0;
    top: 0;
}

.customblock_inner.megnor-advanced-menu-popup {
    left: auto !important;
    padding: 35px;
    right: 0 !important;
    width: auto;
	min-width:660px;
}
.custom_banner{float:right;}
.static-block1{float:left;}
.custom_menu  div.megnor-advanced-menu-popup .static-block1 > a {
    text-transform: uppercase;
	padding-bottom:5px;
	color:#2c2c2c;
	font-family:'Open Sans';
	font-weight:700;
	font-size:14px;
}
.custom_static,.custom_static_inner{float:left; width:100%; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;  }
.custom_menu   div.megnor-advanced-menu-popup a{font-size:13px; font-family:'Lato'; color:#666; line-height:24px; padding:0px; font-weight:normal;}
.custom_menu div.megnor-advanced-menu-popup li:hover a{color:#000;}
.new-custom {
    background: #ff5420  none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    padding: 0 4px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 6px;
}
.new-custom::after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 3px solid #ff5420;
    content: " ";
    height: 0;
    left: 42%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.subbanner_outer .flexslider{margin:0px;}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('https://cdn.historicalreproductions.com/skin/frontend/default/MAG100212/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

/* Media for 980px to 1023px */
/* 980px <= width < 1023px */
@media only screen and (min-width: 1560px) and (max-width: 1720px) {


}
@media only screen and (min-width: 1360px) and (max-width: 1560px) {

}
@media only screen and (min-width: 1210px) and (max-width: 1360px) {

.description.other-font{line-height:18px;}
.simple-type.small-title{padding-bottom:40px;}
.title.service-text{margin:5px 0px;}
.customNavigation a.prev{left:-10px; z-index:9;}
.customNavigation a.next{right:-10px; z-index:9}
.subbanner_half.sub_half2{padding:90px 50px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1210px) {
.col2-left-layout .col-main-left, .footer, .container-width, .col1-layout .col-main, .col2-right-layout .col-main-left{width:980px;}
.col-left,.col-right { width:230px;}
.col-main{width:730px;}
.cms-banner-inner img{width:100%;}
.footer .block .block-title::before{width:40px;}
.block-subscribe input.input-text{width:270px;}
.footer_payment{padding-left:20px;}
.col1-layout .product-view .product-shop{width:490px;}
.cart .cart-collaterals .col1-set{width:345px;}
.cart .cart-collaterals .col2-set{width:615px;}
.cart .totals{width:290px;}
.content-text-banner{top:34px;}
.service.service1, .service.service3,.service.service2, .service.service4{padding:0px 10px 20px;}
.subbanner_half.sub_half2{padding:80px 20px 60px;}
#tm_advanced_menu_3 img{width:100%;}
.block2{width:48%;}
div.column{width:155px;}
.customNavigation a.prev{left:-10px; z-index:9;}
.customNavigation a.next{right:-10px; z-index:9}
.products-list li .list-center{width:430px; padding:0px;}
.block2 img {
    width: 100%;
}
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {

.col2-left-layout .col-main-left, .footer, .container-width, .col1-layout .col-main, .col2-right-layout .col-main-left{width:940px;}
.footer .block .block-title::before{width:40px;}
.block-subscribe input.input-text{width:250px;}
.col-left,.col-right { width:220px;}
.col-main{width:690px;}
.footer_payment{padding-left:20px;}
.footer_payment > ul > li{padding:0 0 0 10px;}
 .cms-banner-inner img{width:100%;}
.col3-layout .col-main { width:520px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:720px; }
.product-view .product-shop{ width:432px; }
.col1-layout .product-view .product-shop{ width:623px; }
.block-banner img{ max-width:100%; }
#footer .mobile_togglemenu{ display:none;  }
#footer .footer-area{ width:223px; }
.col1-layout .product-view .product-shop{ width:620px; }
.cart .cart-collaterals .col1-set , .cart .cart-collaterals .col2-set , .cart .totals{ width:100%; }
.col1-layout .product-view .product-shop{width:460px;} 
.product-view .product-img-box{margin-right:20px;}
.content-text-banner{top:30px;}
.subbanner_outer{text-align:center;}
.toolbar .pager .pager_right{float:left; clear:both;}
.customNavigation a.prev{left:-10px; z-index:9;}
.customNavigation a.next{right:-10px; z-index:9}
.products-list li .list-center{width:auto; padding:0px;}
.col2-right-layout .block .block-title strong{border-bottom:none;}
.subbanner_half.sub_half2{padding:70px 30px 50px;}

}

@media only screen and (max-width: 979px){

.col2-left-layout .col-main-left, .footer, .container-width, .col1-layout .col-main, .col2-right-layout .col-main-left{width:724px;}
.footer{ padding:0; }
.col-main , .col3-layout .col-wrapper{ width:510px;}
.col3-layout .col-main{ width:374px; }  
.col2-right-layout .col-main{width:100%;}
.col-left,.col-right { width:190px;}
 .block .block-title strong{font-size:16px;}
 .footer .block .block-title::before{width:40px;}
.block-subscribe input.input-text{width:250px;}
.footer_payment{padding-left:0px; display:inline-block; border:none; float:none;}
 .cms-banner-inner img{width:100%;}
 .footer_newletter{margin-bottom:15px; float:none; display:inline-block;}
 .footer_top_outer{text-align:center;}
 .header_contact{display:none;}
 #footer .footer-area{padding:0px;}
 #footer h6, #footer .block .block-title strong{margin-bottom:15px;}
.footer_top{padding:50px 0px 40px;}
 #advancedmenu{ display:none; }
.advanced_nav{ display:block; }
#zoom-btn , .mousetrap {display:none !important; }
#zoom1 {cursor:default !important; }
 .subbanner_half{width:auto; float:none; display:inline-block; text-align:center; clear:both; vertical-align:middle;}
 .subbanner_outer{text-align:center;}
 .nav-container{float:left; width:100%;}
 .tabberlive{margin-top:30px;margin-bottom: 30px;}
.header .quick-access{ width:490px; }
.footer .mobile_togglemenu{ display:block; }
#footer ul{ display:none; margin-bottom:10px; }
#footer .footer-area{ width:100%; margin-right:0; }
.products-list li .list-center{ width: auto;}
.product-view .product-shop{   width: 100%; }
.cart .cart-collaterals .col2-set, .cart .totals{ width:100%; }
.checkout-progress{ padding: 0 10px; }
.form-list li.wide select , .form-list li.wide .input-box {width: 400px;}
.gift-messages-form .item .details .form-list li.wide .input-box , .form-list li.wide input.input-text{ width:100%; }
.col1-layout .product-view .product-shop{ width: 405px;}
.padder h6 { display:block; padding:6px 0px;line-height: 25px; font-size:18px; font-weight:bold; background:transparent; text-transform:uppercase;  margin-bottom:0px; }
.product-view .tabs{ display:none !important; }
.contacform{ width:100%; margin-bottom:10px; padding:0; margin-right:0; border:none; }
.googlemap{ width:100%;margin-bottom:10px;  }
.block-banner img , .category-image img{ max-width:100%;}
.toolbar .pager .pager_right{ float:left; margin-top:8px; clear:both; }
.footer_bottom ul.links{display:block;text-align:center; float:none; margin-bottom:5px; }
.footer address{ float:none;text-align:center; clear:both; }
.product-collateral .padder{ padding-left:0; padding-right:0;background:none;border:none; }
.padder ol{ display:none; margin-bottom: 15px;}
.padder > div{ display:block !important;  }
#footer .block-subscribe input.input-text{ width:98%; }
.block-subscribe .block-title strong {    display: inline;}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box{ width:90%; }
.breadcrumbs{text-align:left;}
.col-main-right .page-title h1, .col1-layout .page-title h1{top:-180px;}
.breadcrumbs li{margin-top:95px;}
.col1-layout .product-view .product-shop{float:none; width:auto; clear:both}
.simple-type.small-title, .tab-main-title, .bestseller-products .category-title h2 a, .bestseller-products .category-title h2, .manufacture .category-title h2, .manufacture .category-title h2 a, .blog_title h2, .blog_title h2 a, .peoplesay-title h3, .category-title h2, .crosssell > h2{font-size:23px;}
#product_tabs_Cms_contents{display:none;}
.product-view .tabberlive{display:none;}
.cart .cart-collaterals .col1-set{width:100%;}
.customNavigation a.prev{left:-10px; z-index:9;}
.customNavigation a.next{right:-10px; z-index:9}
#block_1.footer-area {    margin-bottom: 20px;}
.customNavigation a{display:block;}
.product-block .product-block-inner .actions{opacity:1; -moz-opacity:1;}
.border-banner:hover{padding:8px;}
.content-text-banner{top:20%;}
.banner-text2{font-size:20px;}
.blog_inner .product-block-image .post-detail,.blog_inner .product-block-image .fashion{opacity:1;}
.post-image-hover,.blog_inner .image-hover-block{display:none;}
.tabberlive .tabs{margin:0px;}
.border-banner:hover,.border-banner{padding:10px;}

.subbanner_half {
    clear: both;
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
    vertical-align:middle;
    padding:0px;
}
.subbanner_half.sub_half1,.subbanner_half1_inner,.subbanner_half1_inner .flexslider,.subbanner_half1_inner .flexslider .slides,.subbanner_half1_inner .flexslider .slides li{min-height:530px; background-size:cover;}
.subbanner_half.sub_half2{padding:0px;}
.banner-title{padding-top:40px;}
.banner-text1{display:none;}
.service-subbanner{float:left; padding:0 20px 40px;}
.shop_bu{padding-top:10px;}
.nav_outer .nav-container {
    box-sizing: border-box;
    padding-right: 65px;
}
.cart_mini_inner{display:none;}
.cart_mini_right {
    height: 50px;
    padding-left: 40px;
    position: absolute;
    right: 0;
    top: 110px;
}
.header_center{float:right;}
.free_shipping{padding-right:0px;}
.header-container #panel{top:152px;}
.bestseller-products{margin:0px;}
}
 
/* Landscape phone to portrait tablet */
@media only screen and (max-width: 767px) {

.col2-left-layout .col-main-left, .footer, .container-width, .col1-layout .col-main, .col2-right-layout .col-main-left{width:auto; margin:0px 15px;}
.cms-home .col1-layout .col-main{margin:0px;}
.col-left ,.col-right  ,.col-main{ width:100%;}
.col-main{ margin-bottom:10px; }
.col-left .block-content ,.col-right .block-content{ display:none; }
.col3-layout .col-wrapper , .col-main , .col3-layout .col-main{  width:100%;}
.toggle .mobile_togglecolumn {
    display: block;
}
.simple-type.small-title, .tab-main-title, .bestseller-products .category-title h2 a, .bestseller-products .category-title h2, .manufacture .category-title h2, .manufacture .category-title h2 a, .blog_title h2, .blog_title h2 a, .peoplesay-title h3, .category-title h2, .crosssell > h2{font-size:22px;}
.toolbar .pager .pager_right{ margin-top:8px;  }
.header-click{display:none;}
.peoplesay-inner,ul.tabbernav{width:auto; float:none !important;}
ul.tabbernav li a{padding:0px 10px;}
 .block-banner{ display:none; }
.tabberlive_inner.container-width{display:block;}
.product-block-inner .actions{opacity:1;}
/********** Header Setting *************/
.footer .block .block-title{float:none; margin-bottom:20px;}
.subbanner_half.sub_half2{padding:60px 20px;}
.service.service1, .service.service3{padding-right:15px;}
.service.service2, .service.service4{padding-left:15px;}
.parallex_inner.container-width{padding:30px 0px;}
/********** Header Setting *************/
.products-list li .list-center {    margin-top: 15px;    width: 100%;}
.col2-set .col-1 , .col2-set .col-2,.box-account .col2-set .col-1{  width:100%; }
.box-account .col2-set .col-1{ padding-right:0; border:none; margin-bottom:15px;}
.order-info-box .col-1{ margin-bottom:15px; }
.product-view .product-img-box { margin:0 auto 20px; float:none; }
.product-shop{ width:100% !important;}
.header .form-language label , .header .tm_top_currency label { display:none !important; }

#super-table{ clear:both; }
#new-wishlist-table .add-to-cart-alt button.button span{ width:auto !important;  }
.form-list li.wide textarea{ width:100%; }
.form-list li.fields .name-firstname{ margin-bottom:10px; }
.blog_inner .product-carousel{margin:0px;}
.pager .limiter{float:left; margin-right:10px; margin-left:0px; margin-top:10px;}
.pager .pages{float:left; margin-right:10px; margin-left:0px; margin-top:14px;}
.pager .pager_right .sort-by{float:left; margin-right:10px; margin-top:10px;}
.border-banner:hover, .border-banner{padding:6px;}
.banner-text1{font-size:12px; line-height:15px;}
.banner-text2{font-size:14px; line-height:14px;}
.shop_bu{padding-top:7px;}
.subbanner_half.sub_half2{padding-top:0px; padding-bottom:30px;}
.subbanner_half.sub_half1{min-height:480px; }
.shop_bu > a{font-size:9px; padding:3px 9px;}
.bestseller-products{margin-top:30px;}
.footer_payment > ul > li:first-child{padding-left:0px;}
.cart-table td {
    padding: 10px 6px 0 0;
}
#opc-review .buttons-set p{margin-right:15px;}
}

@media only screen and (max-width: 640px){

#shopping-cart-table thead  , #checkout-review-table thead   , #my-orders-table thead,#multiship-addresses-table thead{    display: none;}
.footer-container .block{padding-top:25px;}
#shopping-cart-table tbody tr td  , #checkout-review-table tbody tr td  , #my-orders-table tbody tr td ,
#multiship-addresses-table tbody tr td{
    border-bottom: 1px solid #ededed !important;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.header_bottom_static .money_back{display:none;}
.multiple-checkout .col2-set {
    overflow: auto;
}
.data-table tfoot td{border-right:none;}
.about-title{font-size:14px; line-height:18px; margin:0px;}

.tm-about-text, .newsletter-block{width:67%;}
#shopping-cart-table tbody tr, #shopping-cart-table tbody tr td,
#checkout-review-table tbody tr, #checkout-review-table tbody tr td ,
#my-orders-table tbody tr, #my-orders-table tbody tr td,#multiship-addresses-table tbody tr ,
#multiship-addresses-table tbody tr td {
    /*display: block;*/
    text-align: center !important;
border-top:none;
}
#shopping-cart-table /*tbody*/ tr td,#checkout-review-table /*tbody*/ tr td,#my-orders-table  /*tbody*/ tr td,
#multiship-addresses-table /*tbody*/ tr td{
display:block;
}
.cart-table .btn-update, .cart-table .btn-empty {
float: left;
clear: both;
margin: 5px 0px;
}
.block-subscribe .input-box .input-validate-outer{width:60%;}
.footer_center{padding:7px 0 7px 10px;}
.cart-table .btn-update{margin:5px 0px 0px;}
#shopping-cart-table  .btn-remove2 {  margin: 0 auto; }
#shopping-cart-table .item-options dt ,
#checkout-review-table .item-options dt ,
#my-orders-table .item-options dt ,
#multiship-addresses-table .item-options dt{float: none; margin:0 auto;}
#multiship-addresses-table .btn-remove2{left:0px;right:0px; margin:0 auto;}
#shopping-cart-table  .btn-remove2 {margin: 0 auto;}
.item-options dd{padding:0px;}
#shopping-cart-table a.product-image{border:none;}
.products-list li .list-left{margin-right:0px;}
#opc-review .buttons-set {    border: medium none;    padding: 10px 0;}
#checkout_multishipping_form button.button,#shipping_method_form button.button,
#multishipping-billing-form button.button,
.multiple-checkout button.button{float:left; clear:both; margin:5px 0;}  
col{display:block;}
.pager .pager_right .sort-by{ float:left; clear:both; margin-top:10px;}
.pager .limiter{margin-left:0px;}
.box-account .data-table{border-bottom:none;}
.sales-order-history .pager{padding:10px 0px;}
.sales-order-history .pager .limiter {
    clear: both;
    float: left;
    margin-top: 10px;
    margin-right:10px;
}
.sales-order-history .pager .pages {
    float: left;
    margin: 10px 0 0;
}
.send-friend .form-list .field{float:none;}
.send-friend .form-list{width:90%;}
.send-friend .form-list li.wide .input-box{width:100%;}
#add_recipient_button{float:left; clear:both;}
.cart .title-buttons .checkout-types {
    left: 0;
    position: absolute;
    top: -135px;
}
.simple-type.small-title, .tab-main-title, .bestseller-products .category-title h2 a, .bestseller-products .category-title h2, .manufacture .category-title h2, .manufacture .category-title h2 a, .blog_title h2, .blog_title h2 a, .peoplesay-title h3, .category-title h2, .crosssell > h2{font-size:18px;}
.breadcrumbs li{margin:0px;}
.breadcrumbs ul{margin-top:95px;}
.multiple-checkout .place-order .grand-total big{float:left;}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.form-list li.wide .input-box{width: 260px;}
.form-list li.wide input.input-text{ width: 250px;}
}

/* Landscape phones and down */
@media only screen and (max-width: 479px) {
.form-list .field , .form-list .input-box ,.form-list li.wide .input-box { width:100% !important; }
.form-list input.input-text , .form-list li.wide textarea, .form-list select , .tm_responsive_row select , 
.product-view .box-tags .form-add input.input-text{width:90% !important; }
.checkout-progress{ padding:0 50px; }
.checkout-progress li{width:100% ;margin:0 0px 5px 0;}

.tm_responsive_row label , .tm_responsive_row span{width:100% ;margin:0 0px 5px 0;  }
.tm_responsive_row span .separator{ display:none;}
.gift-messages-form .item .details{ margin-left:0; margin-top:15px; }
.product-view .product-img-box{ width:290px; }
.product-view .product-img-box .product-image-zoom{height:400px; width:290px;}
.product-view .product-img-box .product-image img{ width:100%; }
.email-addto-box .email-friend{ float:none; margin-bottom:8px; }
.googlemap iframe{ width:100%  !important; }
.col3-set .col-1 , .col3-set .col-2 , .col3-set .col-3 { width:100%; margin-bottom:10px; }
.my-wishlist textarea{ width:90%; }
#my-tags-table td , #my-reviews-table td{ display:block; }
.additional-carousel .slider-item .product-block img{ margin:0 auto; text-align:center; display:block;  }
.product-view .product-shop .availability{ float:none; text-align:left; }
#product-review-table .nobr{  white-space: normal !important; }
#product-review-table td , .data-table thead th{  padding: 5px 3px; }
#product-review-table{ margin:10px 0; }
.buttons-set .back-link{ margin-bottom:10px; margin-right:10px; }
.buttons-set button.button{ float:left; margin-left:0; }
.pager .pager_right .sort-by{ float:left }
.products-list li .list-right{ width:100%; }
.header-top .btn{display:none;}
.header_bottom_static{display:none;}
.parllaex-third{width:100%;}
.pa-button,.parllaex-third:hover .pa-button{padding-top:15px;}
.service.service2, .service.service4,.service.service1, .service.service3{width:100%; padding:0px 0px 15px 0px;}
.parallex{height:auto;}
.pa-button > a{opacity:1; -webkit-opacity:1; -moz-opacity:1;}
.parllaex-third{margin-bottom:20px;}
.block-subscribe input.input-text{padding-left:10px; width:195px;}
.footer .block-subscribe button.button span{padding:11px 20px;}
.footer_payment > ul > li{padding:0 0 0 10px;}
.block-subscribe input.input-text{width:170px;}
.footer .block-subscribe button.button span{padding:11px 7px;}
ul.tabbernav li{float:left; width:50%; margin-bottom:10px;}
.content-text-banner,.border-banner{display:none;}
.form-search input.input-text{width:210px;}
.subbanner_half.sub_half1{min-height:350px;}
.header-social-icon > li{padding:5px; width:32px;}
ul.tabbernav li a{border:none;}
.flex_content1{font-size:30px; line-height:40px;}
.flex_content2{font-size:14px; line-height:18px;}
.page-title h1, .page-title h2{font-size:24px;}
.cart_mini_right{padding-left:40px;}
.parallex2 .pa-contant{border:none;}
.product-view .product-shop .add-to-links li:first-child{padding-left:0px;}
#product_tabs_tags_tabbed_contents .input-box{margin-right:10px;}

.header-logo.header-coomon {
    display: inline-block;
    vertical-align: middle;
    float:none;
}
.header-bottom{text-align:center;}
}

/* Mobile Landscape Size to Mobile Portrait (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) { }
@media only screen and (max-width: 319px){
.header-cart .right_arrow{ padding:0; background:none; }
.cart .discount .input-box { width:100% !important; }
#footer .block-subscribe input.input-text , .form-list textarea , .cart .discount input.input-text{  width:95%;}
.checkout-progress{ padding:0 10px; } 
.opc .step{ padding:15px 15px; } 
.product-view .product-img-box , .product-view .product-img-box .product-image img{ width:100%; } 
.product-view .product-shop .add-to-links li{ display:block;margin-bottom:8px; }
.product-view .product-shop .availability{ float:none; text-align:left; }
.my-wishlist .buttons-set button.button{ margin:5px 0; text-align:left;}
#product-review-table thead{ display:none; }
.form-language .sbHolder, .tm_top_currency .sbHolder{flat:none; text-align:center; padding:0; }
.form-language .sbHolder .sbToggle , .tm_top_currency .sbHolder .sbToggle { display:none; }

}
@media only screen and (max-width:1024px){
    ul.tabbernav li{ width:23%;}
}
@media only screen and (max-width:768px){
    ul.tabbernav li{ width:23%;}
}
@media only screen and (max-width:640px){
    ul.tabbernav li{width: 47%;}
}
@media only screen and (max-width:425px){
    ul.tabbernav li{float:left; width:100%; margin-bottom:0px;}
    ul.tabbernav li.tab2.last{margin: 0px 0px 60px 0px;}
}
@media only screen and (max-width:375px){
    ul.tabbernav li{float:left; width:100%; margin-bottom:0px;}
    ul.tabbernav li.tab2.last{margin: 0px 0px 60px 0px;}
}
@media only screen and (max-width:320px){
    ul.tabbernav li{float:left; width:100%; margin-bottom:0px;}
     ul.tabbernav li.tab2.last{margin: 0px 0px 60px 0px;}
}

@media only screen and (max-width:240px) {}

.vertnav-container {
	margin-top:10px;
}

#vertnav li .vertnav-cat {
	display:block;
	border-bottom:1px dotted gray;
	padding:3px;
	width:189px;
}

#vertnav li a {
}

#vertnav .inactive .vertnav-cat {
	background-color:#C0C0C0;
}

#vertnav .next .vertnav-cat {
	background-color:#DEDEDE;
}

#vertnav .prev .vertnav-cat {
	background-color:#DEDEDE;
}

#vertnav .first .vertnav-cat {
}

#vertnav .last .vertnav-cat {
}

#vertnav .only .vertnav-cat {
}

#vertnav li.parent .vertnav-cat {
	background-color:#E0E0E0;
	font-weight:bold;
}

#vertnav li.active .vertnav-cat {
	background-color:#FFFFFF;
	font-weight:bold;
}

#vertnav li.inactive .vertnav-cat {
	font-weight:normal;
}

#vertnav .level0 .vertnav-cat {
}

#vertnav .level1 .vertnav-cat {
	padding-left:10px;
	width:182px;
}

#vertnav .level2 .vertnav-cat {
	padding-left:20px;
	width:172px;
}

#vertnav .level3 .vertnav-cat {
	padding-left:30px;
	width:162px;
}
.postWrapper{margin-bottom:25px;float:left;width:100%;}
.postTitle{margin-bottom:15px;}
.postTitle h2{font-size:18px;margin:0px;padding:0px;color:#666;font-weight:bold;}
.postTitle h3{font-size:11px;margin:0px;padding-top:2px;padding-right:0px;padding-bottom:2px;padding-left:0px;color:#888;font-style:italic;font-weight:normal;}
.blog-index-list .sorter .sort-by{margin:0;}
.postTitle a{color:#666;}
.postTitle a:hover{}
.postContent{padding-bottom:10px;}
.postContent a.aw-blog-read-more{display:inline-block;margin-left:10px;}
.postDetails{}
.postBookmarks{padding-bottom:10px;}
.postBookmarks h4{font-size:12px;font-weight:bold;}
.commentWrapper{padding-bottom:15px;}
.commentContent{padding-bottom:0px;}
.commentDetails{margin-bottom:5px;padding:0px;}
.commentDetails h4.username{display:inline;}
.postError{font-size:16px;}
.tags{font-weight:bold;padding-bottom:10px;}
.tags UL{display:inline;}
.tags UL LI{font-weight:normal;display:inline;padding-right:6px;}
.tags h4{font-size:12px;font-weight:bold;}
.menu-tags, .menu-categories, .menu-recent{margin:0;}
.menu-tags h5, .menu-categories h5, .menu-recent h5{}
.block-blog .menu-tags UL LI{display:inline;padding:2px;margin-left:10px;}
.block-blog .menu-categories UL LI{margin-left:10px;}
.block-blog .menu-recent UL LI{margin-left:10px;}
.tagcloud{/* text-align:center;*/}
.tag-count-1{font-size:1em!important;}
.tag-count-2{font-size:1.2em!important;}
.tag-count-3{font-size:1.4em!important;}
.tag-count-4{font-size:1.6em!important;}
.tag-count-5{font-size:1.8em!important;}
.tag-count-6{font-size:2em!important;}
.tag-count-7{font-size:2em!important;}
.tag-count-8{font-size:2em!important;}
.tag-count-9{font-size:2em!important;}
.tag-count-10{font-size:2em!important;}
.block-blog .head h4{padding-left:20px;}
.block-blog .block-title strong{}
.postWrapper .poster{display:inline;}
.input-box.aw-blog-comment-area{width:100%;}
.widget-latest li{font-size:12px;padding:5px 10px;}
.block-blog .menu-categories{margin:0 0 15px;}
A.awblog_current_comment{text-decoration:none!important;font-weight:bold!important;}

/**
 * MageWorx
 * MageWorx XSitemap Extension
 * 
 * @category   MageWorx
 * @package    MageWorx_XSitemap
 * @copyright  Copyright (c) 2015 MageWorx (http://www.mageworx.com/)
 */

.xsitemap h3 { font-size: 1.7em; font-weight: normal; }
.xsitemap-stores { margin-bottom: 10px; }
.xsitemap ul.stores { height: 20px; }
.xsitemap ul.stores li { float: left; margin-right: 20px; font-size: 1.2em; font-weight: bold; }
.xsitemap-categories { float: left; width: 58%; }
.xsitemap-pages { float: left; width: 38%; }
.xsitemap li li { padding-left: 15px; }
.xsitemap ul.categories { }
.xsitemap ul.products { margin-bottom: 5px; }
.xsitemap li.category { font-size: 1em; }
.xsitemap li.product { font-size: 0.8em; }
.xsitemap li.level-0 { font-weight: bold; font-size: 1.1em; }
.xsitemap li.level-1 { font-weight: normal; font-size: 1em; }
.xsitemap li.page-url, .xsitemap li.link { font-size: 1em; font-weight: bold; }

