/**
 * 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 ================================================================================= */

@font-face {
	font-family: 'Gotham-Medium';
	src: url('font/Gotham-Medium.eot');
	src: url('font/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('font/Gotham-Medium.woff') format('woff'),
		url('font/Gotham-Medium.ttf') format('truetype'),
		url('Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Black';
	src: url('font/Gotham-Black.eot');
	src: url('font/Gotham-Black.eot?#iefix') format('embedded-opentype'),
		url('font/Gotham-Black.woff') format('woff'),
		url('font/Gotham-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('font/Gotham-Bold.eot');
	src: url('font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/Gotham-Bold.woff') format('woff'),
		url('font/Gotham-Bold.ttf') format('truetype'),
		url('font/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('font/Gotham-Book.eot');
	src: url('font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('font/Gotham-Book.woff') format('woff'),
		url('font/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-ExtraLight';
	src: url('font/Gotham-ExtraLight.eot');
	src: url('font/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('font/Gotham-ExtraLight.woff') format('woff'),
		url('font/Gotham-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Light';
	src: url('font/Gotham-Light.eot');
	src: url('font/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('font/Gotham-Light.woff') format('woff'),
		url('font/Gotham-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

* { margin:0; padding:0; }

body{
    color: #505050;
   font-family: 'Gotham-Book';
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
	text-align:left;
	letter-spacing: 0.5px
}

img           { border:0; vertical-align:top; }

a             { color:#72be44; text-decoration:none; }
a:hover       { text-decoration:none; color:#72be44; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#505050; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; margin-bottom:0px; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; margin-top:2px; margin-right:7px; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page {}


.nav-container1{ display:none; }
.nav-inner{position:relative; vertical-align:middle;}
.nav-container { margin-bottom: 0px; text-align:left; }
.main-container { }
.footer-container { background:#1e1e1e;}
.header-container,.nav-container,.main-container,.footer-container{}

.header,.col-main-left,.footer,.container-width, .col1-layout .col-main {
	width:1200px;
	margin:0 auto;
	padding:0px;
	background:transparent;
}
.cms-home .col1-layout .col-main{ width:auto;}
/*start header */


header.header-container a { color: #999999;}
header.header-container a:hover {  color: #000000;}
.header-top {
    background-color: #f2f2f2;
    margin: 0;
    min-height: 29px;
    padding: 3px 0 3px;
	width:100%;
}
.header-top .form-language, .header-top .tm_top_currency{   margin: 0 10px 0 0px;     padding: 4px 10px 0 0px;  float:left; }
.form-language.btn-group{ background:url(../images/pipe.gif) no-repeat scroll right 10px transparent;}
.header-top .tm_top_currency  label,.header-top .form-language label{ margin:0 5px 0 0;  float:right; display:none; }
.form-language  .sbHolder ,.tm_top_currency .sbHolder{ float:right; border:none; padding:0px 18px 0px 0px; color:#999999; text-transform:capitalize;}
.header-container .sbToggle{top:0px; width:15px; height:15px; padding-bottom:5px; right:0px; }
.header-container .sbOptions{top:26px !important; border:none;  left:0; min-width:145px; text-align:left;  padding:0px 0px; z-index:99; background:#f2f2f2;}
.header-container .sbOptions li{ padding:0px; border-bottom:1px solid #e6e6e6;}
.header-container .sbOptions li:last-child{ border:none;}
.header-container .sbOptions a{ padding:7px 15px;}
.header-top .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header-container .sbOptions li:hover{ background:#d6d6d6; }
.header-container .sbOptions li:hover a{ color:#fff;}

.header-top-left{float:right;}
.header-container .header-top .welcome-msg{color: #505050;
    float: left;
    margin-top: 5px;
    padding: 0 5px 0 0;}

.header-container .header-top .welcome-msg::before {
    background: transparent url("../images/all-icons.png") no-repeat scroll -389px -17px;
    content: "";
    display: inline-block;
    float: left;
    height: 30px;
    margin-top: -3px;
    width: 40px;
}


.tm_headerlinks_inner{ display:none;}
.headertoggle_img:before{
  color: #999999;
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 17px;
    margin: 0 0px 0 0;
	line-height:30px;
	vertical-align:middle;

}
.headertoggle_img{  height: 30px;  margin: 0 auto;  text-align: right;  width: 30px;}

.tm_headerlinkmenu { float:left; }
.tm_headerlinkmenu .links li { float: left;  padding: 4px 10px; }
.tm_headerlinkmenu .links li a:before {
    /*content: "?";*/
    display: inline-block;
    font-family: "FontAwesome";
     margin:0 5px 0 0; vertical-align:middle; font-size:13px;
}
.tm_headerlinkmenu .links li.first a {
    background-position: -18px -19px;
}
.tm_headerlinkmenu .links li a.top-link-checkout.top-link-checkout {
    background-position: -64px -25px;
}
.tm_headerlinkmenu .links li.last a {
    background-position: -106px -23px;
}

.tm_headerlinkmenu .links li.first a:before{/*content: "\f007";*/ }
.tm_headerlinkmenu .links li + li a:before{/*content: "\f022";*/}
.tm_headerlinkmenu .links li + li + li a:before{/*content: "\f064";*/}
.tm_headerlinkmenu .links li.last a:before{/*content: "\f023";*/}
.tm_headerlinkmenu .links li:last-child{ padding:4px 0 4px 10px;}



.tm_headerlinkmenu .links li a { display: block;}

.header{background:transparent; clear:both;}
.header-container  .container-width , .nav_outer.container-width{  position:relative; /*z-index:1;*/ }
.header-bottom{ float:left; width:100%; margin:0; position:relative;}

.header-left { float: left; width:39.4%;}
.header .logo { margin:19px 0; text-decoration:none !important; display:block; float:left;}
.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:0px; }

.header-center {float: left;  width:45%; text-align:center; margin-top:33px;}

.header-right {float: right; width:15%; margin:30px 0;}
.header-cart{ float:left; margin:0 0 0 0px; position:relative;}
.header-cart .block{border:none; padding:0; margin:0;}
.cart-label { float: left;  height: 100%;   width: 100%; cursor:pointer;}
.header-cart .block-cart.btn-slide .cart_mini_right {
	position:relative;
	border:1px solid #cccccc;
	padding:0;
	color:#000;
	/*font-family: Verdana, sans-serif;*/
}
.cart_item_text {  display: inline-block;  text-align: center;    width: 100%;}
.header-cart .block-cart.btn-slide .cart_mini_right .price{border-left: 1px solid #cccccc; box-sizing: border-box; color: #000000; display: inline-block; width:50%; padding:4px 0; font-size:13px;}
.header-cart .block-cart.btn-slide .cart_mini_right .cart_item {padding: 4px 0px;   box-sizing: border-box; float:left; width:50%;}

.header-cart:hover .block-cart.btn-slide .cart_mini_right .cart_text{ /*background-position:15px -110px;*/}
.header-cart .right_arrow{
   background: url("../images/arrow-down.png") no-repeat scroll center center transparent;
    margin: 2px 0 0 6px;
	vertical-align: middle;
 	 display:inline-block;
	 width:10px;
	 height:15px;
}
.header-cart  .active .right_arrow{ background: url("../images/arrow-up.png") no-repeat scroll center center transparent;}
.header-cart .cart-label .right_arrow{ display:none;}
.ie7 .header-cart .right_arrow{ display:inline}
.header-cart #panel{
 background:#fff;
    border:1px solid #cccccc;
    display: none;
	text-align:left;
    min-width: 20px;
    padding: 15px;
	color:#999999;
    position: absolute;
    right: 0;
    top:58px;
	width:260px;
	z-index:999;
}

.header .header-cart #panel .actions{ float:right; margin-top:7px; }
.header .header-cart #panel .actions .viewcart-btn{ margin-left:5px; }
.header .header-cart #panel .product-name a{ font-size:13px; }
.header .header-cart  li{ clear:both; margin-bottom:5px; }
.ie7 .header .header-cart li{ overflow:hidden; }

.quick-access { padding: 10px 0; position: absolute;  right: 0;  top: 0; }
/*.quick-access .form-search { position:relative; float:left; padding:0px;  margin-top:0px;}*/
.quick-access .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; display: none;}
.quick-access .form-search input.input-text { float:left;  border:1px solid #3d3d3d; width:207px;   padding:5px 30px 5px 15px; color:#999999; text-transform:inherit; background:#353535; height:18px; }
.quick-access .form-search button.button {  height:30px; width:30px; background:transparent;  padding:5px 0px;position:absolute; right:0px;}
.quick-access .form-search button.button:before{
    color: #fff;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0 0px 0 0;
	vertical-align:middle;
	height:30px;
	width:30px;
}
.quick-access .form-search button.button span { border:0;  background:none; display:none; padding:0 0 0 3px;  }
.quick-access .form-search button.button span span {   font-size:0;}
.quick-access .form-search .search-autocomplete {left: 242px !important; top: 42px !important;  z-index: 999;}
.quick-access .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.quick-access .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.quick-access .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.quick-access .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.quick-access .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
#search::-webkit-input-placeholder{color:#ffffff;text-transform:uppercase;}
#search:-ms-input-placeholder{color:#ffffff;text-transform:uppercase;}
#search:-moz-placeholder{color:#ffffff;text-transform:uppercase;}
#search:-moz-placeholder{color: #ffffff;text-transform:uppercase;}

.col-main-left .block .block-content  .truncated a{color:#333;}
.nav-container .truncated .show .item-options{background:#fff;}
.button.viewcart-btn{margin-right:8px;}
.block .actions button.button {   float: left;    margin-right: 10px;}

/* end Header */
.cms-home .main{padding-top:0px; margin:0 auto !important; width:auto;}
.main { min-height:550px; margin-bottom:25px !important; padding-top:0px; position:relative;}

.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:240px; padding:0 0 0px; }
.col-main { float:left; width:920px; padding:0 0 0px;}
.col-right { float:right; width:240px; padding:0 0 0px; /*margin-right:70px;*/ }

/* 1 Column Layout */
.col1-layout .col-main { float:none; position:relative;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right;  min-height:650px; }
.col2-right-layout .col-main {float:left;  min-height:650px;}

/* 3 Columns Layout */
.col3-layout .col-main { width:540px; margin-left:0; }
.col3-layout .col-wrapper { float:left; width:760px; }
.col3-layout .col-wrapper .col-main { float:right; }
.column-left-breadcrumbs { background: #f2f2f2; display: inline-block;  margin-bottom:45px;  padding: 50px 0;  vertical-align: top;   width: 100%;}
.col-main-left{ position:relative;}

/* 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 #d9d9d9; /*color:#999999; font-family:"Roboto",sans-serif;*/ font-size:13px;}

input.input-text.disabled, select.disabled, textarea.disabled {
    background: #eee none repeat scroll 0 0 !important;
    border: 1px solid #d9d9d9 !important;
  }

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-right:10px; }
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; margin-left:3px; height:20px; padding:3px 0;}


dl.sp-methods dt input.radio.disabled {
    margin-top: -4px;
    opacity: 1;
}

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;
	/* background:#72BE44; */
 	height:auto;
    line-height: 16px;
    padding: 8px 12px;
	text-align:center;
	white-space:nowrap;
	color:#72BE44;
	text-decoration:none;
	border:1px solid #000;
	font-size:14px;
	font-weight:400;
	/*font-family:"Roboto",sans-serif;*/
}

div.customer-contacts div.buttons-sets .button.disabled span {
    color: #fff;
}
button.button span span { border:0; padding:0;   }
button.button:hover span , .back-link a:hover ,.cart .discount button:hover span {background:#505050; color:#fff; border-color:#505050;}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span {
	height:40px;
	 line-height:41px;
	 border:0;
	 padding:0 35px;
	 font-size:16px;
}
/*.cart .discount button span , button.btn-checkout span {   color:#000; 	 background:#e5e5e5; border-color:#e5e5e5; }*/
button.btn-checkout span {border:1px solid #e5e5e5; }
.cart .discount button:hover span , button.btn-checkout:hover span{ background:#000; color:#fff; border-color:#000;  }
button.btn-checkout.no-checkout span {color:#b8baba; }
button.btn-checkout.no-checkout span span {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {    }
/*.highlight { background:#efefef; }*/
/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left;   font-weight:normal; position:relative; z-index:0; padding-bottom:5px; vertical-align:middle; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#DD4B39; position:absolute; top:0; right:-8px; }
.cms-officeworks-premium-service .form-list label.required em { color: #dd4b39;
    float: none;
    font-style: normal;
    left: 2px;
    position: relative;
    right: 0;
    top: 0; }
.form-list li.control label { float:none; padding:0; }
.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:25%; }
.my-account form#form-validate .form-list .customer-dob .dob-day,
.my-account form#form-validate .form-list .customer-dob .dob-month {   margin-right:3%;  width: 22% }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:80%; }
.form-list .customer-dob .dob-year { width:50%; }
.form-list .customer-dob .dob-year input.input-text { width:93%; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#DD4B39; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:20px 0 0; padding:5px 0px; text-align:right; }
.buttons-set p.required { margin:-25px 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin:10px 0;  padding: 0; }
.padder .buttons-set button.button{float:left; margin:0;}

/* Form Validation */
.validation-advice { clear:both; min-height:14px; margin:3px 0 0; padding-left:17px; font-size:12px; line-height:14px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#DD4B39; }
.validation-failed { border:1px dashed #DD4B39 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:left; color:#DD4B39; }

#advice-aw-osc-agreement-checkbox-1-aw-onestepcheckout-review-terms-agreement-1.validation-advice { position:absolute; margin-top:3%; }
/* 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:#000000; }

.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:22px; }
.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; clear:both;}
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcumb-main{float:right;width:auto;   margin-top: -23px; text-align: right;}
.breadcrumbs li { display:inline-block; }
.breadcrumbs li strong { font-weight:normal; }
.breadcrumbs li:last-child strong { color:#000000;}
.breadcrumbs a{ color:#999999;}
.breadcrumbs a:hover{ color:#000000;}
/* Page Heading */
.page-title {
    margin: 0 0 0px;
    overflow: hidden;
    padding-bottom: 0px;
}

.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#000000; text-align:left;  }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager {  padding:5px 0px 5px; margin:0px 0 0px; text-align:right;  }
.pager .amount { float:left; margin:0;  padding-top: 7px;}
.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:none; vertical-align: super; }
.pager .limiter select {  margin:0 0 1px; vertical-align:middle; }
.pager .pages {  margin:2px 5px 2px 10px; float:right; }
.pager .pages strong{ display:none; }
.pager .pages ol {float:left; padding:0px 0px; }
.pager .pages li { display: inline-block;  margin:0 0px 0 0; padding:0px;  cursor:pointer; border:1px solid #d9d9d9;   }
.pager .pages .current, .pager .pages .current:hover {background: #000; border-color:#000; color:#fff;}
.pager .pages li:hover a{background:transparent; color:#000;}
 .pager .pages li:hover{border-color:#000;}
.pager .pages .current{ color:#fff; padding:4px 10px;}
.pager .pages li:hover a{ color:#000; }
.pager .pages li  img ,.pager .pages li  a { text-decoration:none;  }
.pager .pages li a {display:inline-block; padding:4px 10px; color:#999999; background:#fff;}

/* Sorter */
.sorter {  }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:0px; margin-right:10px; }
.sort-by label {  margin-right:5px;padding-top: 0px;   text-align:left; display:inline; vertical-align: super;}
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

.pager .pager_right .sort-by{ float:right;  z-index:8;}
.pager .pager_right .sort-by .sbHolder  { display:inline-block; }
.pager .limiter .sbHolder{ display:inline-block; margin: 0 5px; }

.ie7 .pager .limiter .sbHolder , .ie7 .pager .sort-by .sbHolder  { display:inline;}

.desc-asc{    margin-top: 0px; float:right; display:inline; margin-left:10px; }
.sort-by a.uparrow ,  .sort-by a.downarrow:hover {
  background:url("../images/sprite.png") no-repeat scroll -40px -311px;
    display: block;
    height: 33px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms;-ms-transition-duration: 300ms; -o-transition-duration: 300ms;
    width: 33px;
}
.sort-by a.downarrow ,  .sort-by a.uparrow:hover{
  background:url("../images/sprite.png") no-repeat scroll -12px -311px;
    display: block;
    height: 33px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms; -webkit-transition-duration: 300ms; -moz-transition-duration: 300ms;-ms-transition-duration: 300ms; -o-transition-duration: 300ms;
    width: 33px;
}

/* Toolbar */
.toolbar { margin-bottom:0px; }
.toolbar .pager { padding:0px 0px 20px; clear:both; }
.toolbar .pager .pager_left{ float:left; }
.toolbar .pager .pager_right{ float:right; }
.toolbar .sorter {   }
.toolbar-bottom { margin-top:20px;}

/* ==================== List/Grid Image ============*/
.view-mode{ float:left; margin-right:10px; margin-bottom:0; }
.view-mode label {
    display: none;
}
.view-mode strong.list, .view-mode a.list, .view-mode a.grid, .view-mode strong.grid {
    background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
    height: 30px;
    margin: 0;
    text-align: left;
    text-indent: -999em;
    width: 30px;
}
.view-mode a.grid		{ background-position:-3px -183px;}
.view-mode strong.list { background-position: -32px -154px;	margin-left:-3px;}
.view-mode a.list { background-position: -32px -183px;	margin-left:-5px;}
.view-mode a.list:hover	{ background-position:-32px -156px;transition: all 200ms ease 0s; -webkit-transition: all 200ms ease 0s; -moz-transition: all 200ms ease 0s; -ms-transition: all 200ms ease 0s; -o-transition: all 200ms ease 0s;}
.view-mode a.grid:hover	{ background-position:-3px -156px;transition: all 200ms ease 0s; -webkit-transition: all 200ms ease 0s; -moz-transition: all 200ms ease 0s; -ms-transition: all 200ms ease 0s; -o-transition: all 200ms ease 0s;}
.view-mode strong.grid { background-position:-3px -154px;}

/* Data Table */
.data-table { width:100%; border:1px solid #d9d9d9; }
.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 {}
.data-table th { padding:8px 8px; font-weight:bold; }
.data-table td { padding:8px 8px; }

.data-table thead th { font-weight:bold; padding:8px 8px; color:#505050; 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: #ffffff;  border-bottom: 1px solid #d9d9d9;}
.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:#fff !important; border-top:1px solid #d9d9d9; }
.data-table tfoot td { padding-top:5px; padding-bottom:5px; border-bottom:0; border-right:1px solid #d9d9d9; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { /*border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; */}
/* Bundle products tables */
.data-table tbody.odd tr { background:#fff !important; }
.data-table tbody.even tr { background:#fff !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:14px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.widget-static-block ul li , .std ul.disc li{ list-style:none; padding:2px 0; }
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal inside; padding-left:1.5em; }
.std ul.disc { list-style:disc inside; 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 inside; padding-left:0; }
.std ol { list-style:decimal inside; padding-left:0; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 0; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.testi-block blockquote {
    font-style: normal;
}

/* Misc */

.link-cart { font-weight:normal; }
.link-wishlist , .link-compare {font-weight:normal; }
.link-reorder {  }

.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0;   text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center;  }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */

.tabberlive_outer_sub .new-products{ position:relative;}
.tabberlive_outer_sub .new-products-inner, .tabberlive_outer_sub .bestseller-products-inner, .tabberlive_outer_sub .featured-products-inner, .tabberlive_outer_sub .special-products-inner,
.category-products_block_inner{position:relative; margin-bottom:0; clear:both;}

/*.tabberlive_outer_sub .new-products-inner:after, .tabberlive_outer_sub .bestseller-products-inner:after, .tabberlive_outer_sub .featured-products-inner:after, .tabberlive_outer_sub .special-products-inner:after, .category-products_block_inner:after{
	background: transparent url("../images/mid.png") repeat-x scroll center bottom;
    content: "";
    display: inline-block;
    height: 91px;
    bottom: -75px;
    position: absolute;
    width: 100%;
    z-index: 1;
}*/
.best_author_outer .category-products_block:before{ bottom:-2px ; left:21px;}
.best_author_outer .category-products_block:after{ bottom:-10px ; right:22px;}
/*.tabberlive_outer_sub .new-products:after, .tabberlive_outer_sub .bestseller-products:after, .tabberlive_outer_sub .featured-products:after, .tabberlive_outer_sub .special-products:after, .category-products_block:after {
	background: transparent url("../images/right.png") no-repeat scroll right 0;
    bottom: -75px;
    content: "";
    height: 91px;
    position: absolute;
    right: -18px;
    width: 100%;
}*/
/*.tabberlive_outer_sub .new-products:before, .tabberlive_outer_sub .bestseller-products:before, .tabberlive_outer_sub .featured-products-inner:before, .tabberlive_outer_sub .special-products-inner:before, .category-products_block:before {
	background: transparent url("../images/left.png") no-repeat scroll left bottom;
    bottom: -67px;
    content: "";
    height: 91px;
    left: -18px;
    position: absolute;
    width: 100%;
}*/
.tabberlive_outer_sub .customNavigation a.prev{ left:-20px;}
.tabberlive_outer_sub .customNavigation a.next{ right:-20px;}



/********** < Navigation */
.advanced_nav{ display:none; }
.nav-inner #nav , .nav-responsive , #advancedmenu{
	clear: both;
	background:transparent; padding:0px;
 }
 .cms-home .nav-container{ margin-bottom:0px;}
 .nav-container {
    background-color:#000;
	height:50px; margin-bottom:0px;
}
#menu.main-menu{ float:left;}
.mega_bkg{ width:250px;}
.menu.down-arrow {
    background: url("../../images/menu-arrow-normal.png") no-repeat scroll 235px center transparent !important;
}
#advancedmenu .level1 > a.itemMenuName {
    font-size: 14px;
    text-transform: uppercase;
}
.itemMenu .itemMenuName {
    color: #000000;
    margin-bottom: 5px;
    padding:0 10px 6px 0;
}
div.megnor-advanced-menu-popup a {
    padding: 5px 10px;
    text-transform: none;
}
.itemSubMenu .itemMenu { margin-left: 0;}
div.menu.active .parentMenu,div.menu:hover .parentMenu a{color:#ccc;}
#nav a , .nav-responsive span , div.menu a, div.megnor-advanced-menu-popup a { color:#fff; font-size:14px;  text-decoration: none; font-weight:500; text-transform:uppercase; padding:15px 15px 14px;}


/*==================== Start defaulte menu more links ====================*/

#nav .hidden_menu.menu {  position: relative; float:left;}
#nav .hidden_menu.menu ul.test{
    background: #ffffff;
	border:1px solid #e6e6e6;
    display: none;
    padding:5px 0px;
    position: absolute;
    top: 50px;
    z-index: 99;
	left:0px; width:15em;
}
#nav .hidden_menu.menu:hover ul.test { display: block;}
#nav .hidden_menu.menu ul a{ color:#808080; padding:4px 5px; margin:0 10px; }
#nav .hidden_menu.menu ul a span{white-space: nowrap; padding:0px; }

#nav .hidden_menu.menu ul.test li ul,#nav .hidden_menu.menu ul.test li li ul{ display:block; margin-left:15px;}
#nav .hidden_menu.menu ul.test li ul{ padding:0px;}

/*#nav .hidden_menu.menu  ul li li.parent ul.level1 { display: none;}
#nav .hidden_menu.menu  ul li li.parent:hover ul.level1{display:block; left:194px; top:0px;}

#nav .hidden_menu ul .parent:hover ul.level0{ display:block; left:194px; top:0px;}
#nav .hidden_menu ul .parent ul.level0{ display:none;}*/


/*==================== End defaulte menu more links ====================*/




/* 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:20px; text-decoration:none; }
#nav a:hover , #nav > li:hover > a , #nav li.active > a , .custom_menu:hover a  , .cms-home .home_link a , div.menu a:hover ,div.act .parentMenu > a ,div.active .parentMenu > a, #nav .hidden_menu.menu .parentMenu > a:hover { color:#cccccc;}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
/*#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }*/
/*#nav ul li.parent li a { background-image:none; }*/
.parentMenu.menu0.home_link > a {
   color: #fff;
    margin: 0;
	vertical-align:middle;
	position:relative;
	padding:15px 15px 15px 0;
}
div.menu:hover .parentMenu a  { color:#72BE44;}

/* 0 Level */
#nav li { float:left; }
#nav a , .nav-responsive span  {float:left;}
#nav a:hover /*, div.menu a:hover , div.menu.active a, #nav li.over a*/{ color:#000; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding:0 10px;  }
#nav ul li.last {  padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; background:none; }
#nav ul li a { font-weight:normal !important; font-size:13px; color:#808080;  }

/* 2nd Level */
#nav ul ,.responsive-menu #nav-mobile{ background:#fff;}
#nav ul { position:absolute; width:15em; top:50px; left:0px; padding:0 0; border:1px solid #e6e6e6; display:none;}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:0; }

#nav ul li a {  }
#nav ul li a:hover , #nav > li ul > li:hover > a , .responsive-menu a:hover, #nav .hidden_menu.menu ul a:hover  {color:#000; }
#nav ul li a ,.responsive-menu a{ color:#808080; text-decoration:none; display:block; text-transform:capitalize; padding:4px 4px 4px 4px ;}
#nav ul span, #nav ul li.last li span{ padding:2px; }
.responsive-menu li a { padding:4px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; display:block; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:205px; }


/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0px 0 0px; background:#fff; padding:0px; border:none;  }

.block.block-account {
    margin-bottom: 20px;
}
.block.block-side-nav-container .block-title{ background:#000;}
.block .block-title {
	background: #f2f2f2;
    padding:11px 15px 9px;
	position:relative;

}
.block .block-title strong {
	display:block;
	min-height:16px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
	padding:0px;
	}

.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:0px 0 5px;  font-weight:normal;  }
.block .block-content { margin:0px 0 0 0;	padding:20px 10px 20px 15px; }
.block .block-content li{ padding:4px 0;  }

.block .block-content li a,.block .empty,.block-layered-nav .block-content li .price,.block-poll label{ text-decoration:none; color:#808080; text-transform:capitalize;}
#narrow-by-list dd .swatch-link:hover .swatch-label, .block .block-content li .product-name a:hover, .block .block-content li a:hover, .block-layered-nav .block-content li a:hover .price{ color:#000;}
.mini-products-list .product-details .addto-cart{ font-size:13px;}
.block .block-content li .product-name a{ font-size:14px; color:#000; font-weight:normal;}
.block .block-content li .product-name a:hover{ color:#808080;}
.block .block-content li.item { padding:7px 0px; }
.block.mini-suggest .block-content li.item { padding:7px 0px 0px; }
.block .block-content .product-name { color:#555555; line-height:20px; white-space:inherit;}
.block .btn-remove,
.block .btn-edit , #panel .btn-edit ,#panel  .btn-remove{ float:right; margin:1px 0 2px 5px; }
.block .actions { }
.block .actions a { float:left; margin-top:15px; }
.block .actions button.button { float:right; margin:10px  0px 10px 0px; }
.block.mini-suggest .actions button.button { margin:0; }
.block.mini-suggest .block-content ul.add-to-links li { padding:0; }
.block.mini-suggest .block-content ul.add-to-links li a{ margin:0; }
.block .empty { margin:0; padding:0px 0px; }
.header-cart  .block .actions button.button { margin:10px 0 0px 10px; float:right;}
.header-cart  .block .actions button.button span { background:#73BF43; border:solid 1px #73BF43; color:#fff;}
.header-cart  .block .actions button.button:hover span { background:#505051;   border-color: #505051;}
/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Blocks */
/*.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }*/

/* Mini Products List */
.mini-products-list .product-image { float:left; border:1px solid #f2f2f2; margin-bottom:0px; }
.mini-products-list .product-details { margin-left:72px; }

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account .block-content li.current{  padding: 4px 0 !important;  color:#000;}
.block-account .block-content li.current strong{ font-weight:normal; padding:4px 0 4px 0px !important; position:relative;}

/* 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 ,  .block-brand-nav li a{
    display: block;
    padding: 4px 0 4px 0px;
    text-decoration: none;
	transition:300ms; -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;
	text-transform:capitalize;
}
#recently-viewed-items a{padding-left:0px; color:#808080; font-weight:normal;}
#recently-viewed-items a:hover{ color:#000;}
#category-treeview li  , .block-account .block-content li  ,  .block-brand-nav li ,.block-layered-nav li{position:relative; transition:300ms;-webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;}

#category-treeview li > a:hover:before,.block .block-content .side-nav li a:hover{color:#000;}
.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:8px 0px;}

#category-treeview li ul { margin-left:15px; }
#category-treeview li.last a , .block-account .block-content li.last a , #recently-viewed-items li.last a , .block-brand-nav li:last-child a{ border-bottom:none; }
#category-treeview .hitarea {
	background: none;
	height: 21px;
	width: 21px;
	float: right;
	cursor: pointer;
	margin-right:0px;
	 margin-top: 4px; text-align:right;
}
#category-treeview .expandable .collapsable-hitarea:before{
	color: #c7c7c7;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
}
#category-treeview .expandable-hitarea:before {
	color: #c7c7c7;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 10px;
}
#category-treeview .collapsable-hitarea:before {
	color: #c7c7c7;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 10px;
}

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-title {}
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; display:none; }
.block-layered-nav .block-content { padding-top:10px; }
.block-layered-nav dt {      font-weight:700;    padding: 0 0px 5px; text-transform:capitalize;  color:#000000;}
.block-layered-nav dd { padding:0px 0px 20px;}
.block-layered-nav a{ padding-left:0px; }
.block-layered-nav a:hover{ }
.block-layered-nav dd.last { background:none; padding:0px; }
.block-layered-nav .currently li { color:#72bf44; background:#eeeeee; padding:4px 20px 4px 10px; position:relative; z-index:1; line-height:1.5; margin:0 0 2px; }
.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:7px; top:9px; margin:0; background:url("../images/btn_remove.gif") no-repeat scroll 0 0 transparent; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; background:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:normal; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0;  text-align:left; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Related */
.block-related .block-title strong {}
.block-related input.checkbox { float:left; }
.block-related .tm-checkbox .tm-hide {  opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity:1; -ms-opacity: 1;}

.block-related li{ position:relative; }
.block-related .tm-checkbox{ position:absolute; left:2px;}

/* Block: Compare Products */
.block-compare .block-title strong {}
.block-compare button.button span {  }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th {  }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td {text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {   }
.compare-table tr.first td .product-name a {   }
.compare-table tr.first td .ratings { margin:5px auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; display:inline-block;  }
.catalog-product-compare-index .compare-table tbody .add-to-row.last{ display:none;}
.catalog-product-compare-index .compare-table tr:last-child td, .catalog-product-compare-index .compare-table tr:last-child th { border-bottom: 1px solid #cccccc;}
.catalog-product-compare-index .compare-table .button.btn-cart > span{ border-color:#303030;}
.catalog-product-compare-index .compare-table .button.btn-cart:hover > span{ border-color:#808080;}
.catalog-product-compare-index .compare-table .button.btn-cart > span span{ display:none;}
.catalog-product-compare-index .compare-table .add-to-links li {    list-style: inside none none;    margin: 0;}
.catalog-product-compare-index .compare-table .add-to-links li a.link-wishlist:before {
	display: block;
    height: initial;
    line-height: initial;
    padding: 15px 11px;
    width: auto;
}
.catalog-product-compare-index .compare-table .add-to-links li a.link-wishlist{  font-size: 0;  background:#303030; padding:0; float:left; line-height:initial;}
.catalog-product-compare-index .compare-table .add-to-links li:hover a.link-wishlist{ background:#808080;}
.catalog-product-compare-index .compare-table .add-to-links{ display:inline-block; margin:0px; vertical-align:middle; float:none; }
.catalog-product-compare-index .compare-table .price-box {
    margin: 40px 0 20px;
}

/* 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 { }
.block-poll input.radio {  }
.block-poll .label {     margin-left: 3px; vertical-align:middle; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {  background:transparent }
.block-poll button.button:hover span {  background:#000000; }

.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span {  }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a {  }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block  .block-subscribe .block-content { padding:0px; border:none; margin:0px; float:right; }
.form-subscribe-header{display:none;}
.block-subscribe .block-title strong {   }
.block-subscribe label { font-weight:normal;  }
.block-subscribe input.input-text {  border: medium none;
    color:#666666;
    cursor: text;
    font-size: 14px;
    margin: 0;
    padding: 14px 14px 13px 46px;
    width: 540px;
	position:relative;
	float:left; }

.block-subscribe .actions { background:none; padding:0; margin:0px; text-align:left; float:left; width:100%;}
.block-subscribe .actions button.button {  margin:0;}

/* 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; padding:0px; }
.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:#999999; }
.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 ========================================================================= */
.all-categories { float:left; width:100%;}
.category-title { border:0; margin:0 0 0px; }
.category-image { width:27%; overflow:hidden; margin:0 2% 2% 0; padding:4% 0; text-align:center; float:left; height:125px; background:#504f4f; position:relative; border-radius:10px; }
.category-image h2 { position:absolute; bottom:20px; float:left; width:100%; color:#fff; text-transform:uppercase; font-weight:700;}
.category-description { margin:0 0 30px; text-align:justify; font-size:14px; color:#000; float:left; width:70%;}
.category-title h2 a{ padding:0  !important; }
 h2.product-name{ background:none; padding:0 !important; border-bottom: none !important; line-height:21px; font-family: 'Gotham-Medium'; color:#fff;}
/* View Type: Grid */
/*.products-grid li:nth-child(4n+4):after{
	content:"";
	background-color:#000;
	position:absolute;
	bottom:50%;
	left:0;
	right:0;
	height:40px;
	width:100%;
}*/


.category-description .brand-icons { display:block; float:left; margin:0; position:relative; width:100%; }
.category-description .brand-icons .icons-img{ display:block; float:left; position:relative; width:100%; }
.category-description .brand-icons .icons-img ul { float: left; margin: 0;  padding: 0; }
.category-description .brand-icons .icons-img .icons{ display: block; float: left;  position: relative; margin:8px 13px 8px 0; border:1px dotted #72be44}
.category-description .brand-icons .icons-img .icons:last-child { margin-right:0; }
.category-description .brand-icons .icons-img .icons a { float:left; display:block; position:relative; padding:5px;}
.category-description .brand-icons .icons-img .icons a img { float:left; height:32px; width:auto; }
.category-description .brand-icons .icons-img .icons a img:last-child { margin-right:0; }

.category-description .brand-icons table.brand-logos { }
.category-description .brand-icons table.brand-logos tr td { text-align: center; }
.category-description .brand-icons table.brand-logos tr td:first-child { text-align: left; }
.category-description .brand-icons table.brand-logos tr td:last-child { text-align: right; }
table.brand-logos a.brand-img { /*display: block; float: left; margin-right: 15px; position: relative;*/ }
table.brand-logos a.brand-img img {/*<!--float: left; margin: 5px; position: relative;-->*/ height:30px; width: auto; }
table.brand-logos a.brand-img img:first-child { /*margin-left: 0*/; }
table.brand-logos a.brand-img img:last-child { /*margin-right: 0;*/ }


.products-grid{ width:100%;}
.products-grid li.item , .col-main .slider-item{ float:left; width:281px; padding:0; list-style:none; margin:0; }
.block.mini-suggest .products-grid li.item{ width:100%; }
#grid.products-grid li.item{width:321px;}
.products-grid li.first_item_tm{ }
.products-grid li.last_item_tm{ }
.products-grid li .product-block{
    background: transparent none repeat scroll 0 0;
    clear: both;
    overflow: hidden;
    padding: 10px 22px;
    position: relative;
    z-index: 9;
}

.block.mini-suggest .products-grid li .product-block{ padding:0; }
.box-collateral.box-smartsuggest .products-grid li .product-block {
    padding: 10px 6px;
}
.products-grid li .product-block-inner{
	 padding: 0;
    position: relative;
    text-align: center;
}
#grid.products-grid li .product-block-inner, #bestseller_standalone_page.products-grid li .product-block-inner, #featured_standalone_page.products-grid li .product-block-inner, #newproduct_standalone_page.products-grid li .product-block-inner, #special_standalone_page.products-grid li .product-block-inner{margin: 0px;}

a.product-image { display:block;  /* margin:0 0 10px; */ }
.product-block .product-name { margin:6px 0 5px; font-size:14px; }
.product-block .product-name a { color:#fff; font-size:14px; font-weight:normal;}
.block.mini-suggest .product-block .product-name a { color:#fff; }
.block.mini-suggest .product-block .product-name a:hover{ color:#ccc; }

.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }

.product-carousel .product-block{
  background:transparent;
    clear: both;
   margin:10px 30px;
    overflow: hidden;
	border:none;
	position: relative;
	 z-index:9;

}

.box-collateral.box-smartsuggest .product-carousel .product-block { /*padding:0; margin:0;*/}
#related-carousel .product-block, #upsell-carousel .product-block, #upselltest-carousel .product-block{/* padding:10px 20px;*/ padding:0; margin:10px 20px;}
.catalog-product-view .customNavigation a, .catalog-product-view .customNavigation a { top:235px;}


/*.category-products_block_inner .product-carousel .product-block { padding:10px 20px;}*/
.product-image-block-inner{
	/*border: 8px solid #fff;
	box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);*/
 	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	padding: 0;
	/*border:solid 1px #000;
 	box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);*/
 	background:#fff;
	border:5px solid #72bf44;
	border-radius: 0 0 0 22px;
	-moz-border-radius: 0 0 0 22px;
    -webkit-border-radius: 0 0 0 22px;
    -khtml-border-radius: 0 0 0 15px;


}
.background-overlay {
    height:100%;
    position: absolute;
    top: 0;
    width:100%;
	right:0;
	left:0;
	/*border:solid 5px #72bf44;
	border:solid 1px #000;*/
	transition: all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -o-transition:all 0.4s ease 0s;
	/* box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2) inset;*/
}


li.item.digital .product-image-block-inner{ border:5px solid #20b2e7; }
li.item.graphics .product-image-block-inner{ border:5px solid #2b275a; }
li.item.mailing .product-image-block-inner{ border:5px solid #e52859; }
li.item.shipping .product-image-block-inner{ border:5px solid #f07d23; }


#newproduct-carousel li.item .product-block .product-image-block-inner,
.newproducts-index-index li.item .product-block .product-image-block-inner{
	border:solid 5px #F07D23;
}
#bestseller-carousel li.item .product-block .product-image-block-inner,
.bestseller-index-index li.item .product-block .product-image-block-inner {
	border:solid 5px #e52859;
}
#special-carousel li.item .product-block .product-image-block-inner,
.specialproducts-index-index li.item .product-block .product-image-block-inner {
	border:solid 5px #2b275a;
}
#featured-carousel li.item .product-block .product-image-block-inner,
.featuredproducts-index-index li.item .product-block .product-image-block-inner {
	border:solid 5px #20b2e7;
}

.product-block:hover .background-overlay{background-color: rgba(0, 0, 0, 0.8)}
.product-image-block-inner .product_hover-block .actions {  width: 145px; margin:auto;}
.product-image-block-inner .product_hover-block .actions .button.btn-cart { float:left; width:32px;}

#newproduct-carousel .product-block .background-overlay { border:none; width:100%; height:100%;}
#bestseller-carousel .product-block .background-overlay { border:none; width:100%; height:100%;}
#special-carousel  .product-block .background-overlay { border:none; width:100%; height:100%;}
#featured-carousel .product-block .background-overlay { border:none; width:100%; height:100%;}

/*.best_author_outer .category-products_inner .product-image-block-inner { border:solid 5px #72BE44;}*/
/*#newproduct-carousel .product-block .product-image-block-inner .background-overlay{  border:none; height: 100%; left: 0; width: 100%; }
#bestseller-carousel .product-block .product-image-block-inner .background-overlay{  border:none; height: 100%; left: 0; width: 100%; }
#special-carousel .product-block .product-image-block-inner .background-overlay{  border:none; height: 100%; left: 0; width: 100%; }
#featured-carousel .product-block .product-image-block-inner .background-overlay{  border:none; height: 100%; left: 0; width: 100%; }
*/
/*
.product-image-block-inner .product_hover-block { width:91%;}
.product-image-block-inner .product_hover-block .actions { width:71.3%; margin:auto;}

.catalog-category-view .product-image-block-inner .product_hover-block {width:100%; bottom: 0;}
.catalog-category-view .product-image-block-inner .product_hover-block .actions {width: 55.2%;}
.page-empty.catalog-category-view .product-image-block-inner .product_hover-block .actions {width: 66.2%;}
.page-empty.catalog-category-view .product-image-block-inner .product-image > img { width:100%;}
.catalog-category-view .col1-layout .product-image-block-inner .product_hover-block .actions {width: 56.2%;}

.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block {width: 100%; bottom:0;}
.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block .actions { width: 79.2%;}

.product-image-block-inner .product_hover-block .actions button.button { float:left;}
.catalog-product-view .product-image-block-inner .product_hover-block .actions {  width: 60.3%;}
*/
.product-image-block-inner .product-image-block{position:relative;}
.product-block .product_desc {
    left: 0;
    margin: 0 auto;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top:10%;
	transition: all 0.5s ease 0s;	-webkit-transition: all 0.5s ease 0s;	-moz-transition: all 0.5s ease 0s;	-ms-transition: all 0.5s ease 0s;	-o-transition: all 0.5s ease 0s;
}
.tabs .product-block .product_desc{
	top: 10%;
	padding: 0 10px;
	margin: 0;
	bottom: 10%;
}
.product_hover-block{
	border:none;
	margin-left:0px;
	width:100%;
	position:absolute;
	bottom:20px;
	transition: all 0.5s ease 0s;	-webkit-transition: all 0.5s ease 0s;	-moz-transition: all 0.5s ease 0s;	-ms-transition: all 0.5s ease 0s;	-o-transition: all 0.5s ease 0s;
	}
.product_desc, .product_hover-block {opacity:0; -khtml-opacity:0; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0;}
.product-block:hover .product_desc, .product-block:hover .product_hover-block {opacity:1; -khtml-opacity:1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;}

.product-image-block-inner .product-image > img { /* height: auto; */ /* width: 100%; */ width: 100%;}
.product_hover-block .actions .add-to-links, .list-center-outer .add-to-links { display:inline-block;  vertical-align: middle;}

.list-center-outer .add-to-links{width:auto; float:left;}
.product_hover-block .add-to-links li, .list-center-outer .add-to-links li {
    background: #1a1a1a;
    border: 1px solid #808080;
    box-sizing: border-box;
    float: left;
    font-size: 0;
    height:30px;
    line-height: 30px;
    margin:0 0 0 8px;
	width:30px;
}
.product_hover-block .add-to-links li:firsr-child { margin-left:0;}
.add-to-links li a.link-wishlist , .add-to-links li a.link-compare{
    display: block;
    height: 100%;
    width: 100%;
}
.add-to-links li:hover {background:#808080; border-color:#808080;}
.add-to-links li:hover a.link-wishlist:before{ color:#000;}
.product-carousel .product-block-inner{
    padding: 0px;
    position: relative;
    text-align: center;
}
.sale-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top: 10px;
    left: 10px;
    text-align: center;
    text-transform: uppercase;
	color:#fff;
	z-index:8;
	display:none;
}
.product-block:hover .sale-label, .product-block:hover .new-label{ display:block;}
 .new-label{
 	display: block;
    padding: 1px 4px;
    position: absolute;
	top: 10px;
    right:10px;
    text-align: center;
    text-transform: uppercase;
	color:#fff;
	z-index:8;
	display:none;
}
.product_desc { padding: 0px 0px;}
.product_desc .special-price{ margin:0px;}
.product_desc .ratings .rating-box{ margin:0px; }
.product_desc .ratings{ margin:0; line-height:0.25;}
/*#grid.products-grid .product_block_swatch{ display:none;}*/
.product_hover-block .ratings{ margin:0 0 14px; line-height:10px;}
.product_hover-block .ratings .rating-box{ margin:0px;}

/* View Type: List */
.products-list li.item { background: #ffffff; margin: 0 0 10px;  }
.products-list li .list-left{border:8px solid #fff; float:left; margin-right: 30px; padding-right: 0px; position:relative; box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2)}
.products-list li .list-center{ width:450px; padding-right:15px; border-right:1px solid #EDEDED; float:left;  }
.products-list li .list-right{ padding-left: 10px; overflow:hidden; }
.products-list li.item.last {  }
.products-list .product-image { float:left; margin:0 0 0px; }
.products-list .product-shop { margin:0; }
.products-list .f-fix{ padding:0px 0;}
.products-list .product-name { margin:0 0 3px;  text-align:left; color:#000; font-weight:bold;}
.products-list .desc.std.sku-details { width: 100%; float: left; position: relative;display: block;  padding: 0 0 5px; }
.products-list .desc.std.sku-details .sku-heading{ float: left; margin-right: 5px; text-transform: uppercase; }
.products-list .desc.std.sku-details {  }

.products-list .product-name a { font-size:16px; }
.products-list .price-box {   margin:0; padding:0 0 20px; }
.products-list .out-of-stock.availability {border: 1px solid #f36c56;     float: left;    margin: 0 -1px 0 0;    padding: 0 0px; background:#f36c56; height:28px; width:28px;}
.products-list .availability.out-of-stock span{ font-size:0px; color:#fff;}
.products-list .availability.out-of-stock:before{ margin:0 7px;}
.products-list .desc {  clear: both;    margin:0;    padding:0px 0 15px; line-height:20px; color:#000;}
.products-list .desc .link-learn { font-weight:500; }
.products-list .add-to-links {display:inline-block;}
.products-list .add-to-links li { background:transparent; border-color:#d9d9d9;  }
.products-list .add-to-links .separator { display:none; margin:0 2px; }
.products-list li .ratings .rating-box{ float:left; margin:0px; }
.list-center-outer {    float: left;    width:50%; margin:0 0 25px;}
.products-list {    margin-top: 20px;}
.products-list .ratings{ margin:0px 0 20px;}

.products-list .product-image {    /*border: solid 1px #000;*/ }
.products-list li .list-left { border:5px solid #72bf44; padding:5px; background:#fff;
	border-radius: 0 0 0 22px;
	-moz-border-radius: 0 0 0 22px;
    -webkit-border-radius: 0 0 0 22px;
    -khtml-border-radius: 0 0 0 22px;

}

.products-list li.item.digital .list-left{  border:5px solid #20b2e7; }
.products-list li.item.graphics .list-left{ border:5px solid #2b275a; }
.products-list li.item.mailing .list-left{ border:5px solid #e52859; }
.products-list li.item.shipping .list-left{ border:5px solid #f07d23; }

.newproducts-index-index .products-list li.item .list-left{
	border:solid 5px #F07D23;
}
.bestseller-index-index .products-list li.item .list-left {
	border:solid 5px #e52859;
}
.specialproducts-index-index .products-list li.item .list-left {
	border:solid 5px #2b275a;
}
.featuredproducts-index-index .products-list li.item .list-left {
	border:solid 5px #20b2e7;
}

.products-list li .list-left  .background-overlay { display:none;}
/* ======================================================================================= */


/* Product View ========================================================================== */

/********************** Product View Tabs */
.product-view .tabs { margin: 15px 0px 0 0; overflow:hidden;  padding:0px; clear:both; }
/*.product-view .tabs li
{
	float:left;
	line-height:1em;
	margin-right:5px;
	padding-top:30px;
}

.product-view .tabs a { display:block; padding:14px 15px; color:#000000; text-decoration: none; font-weight:500; background:#fff; font-size:15px; border:1px solid #d9d9d9; text-transform:uppercase; border-bottom:none;
transition: all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -ms-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s;}
.product-view .tabs a:hover { text-decoration:none; background:#000000; color:#fff; border-color:#000000;}
.product-view .tabs li.active a,.product-view .tabs li.active a:hover { background:#000000; color:#fff; border-color:#000000;}*/

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{  float:left; margin-bottom:6px;}
 #product_tabs_related_tabbed_contents li .product-images SPAN {}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.product-collateral .padder{/* border-top:2px solid #000; */padding:25px 5px; background:#FFF; margin:-2px 0 0; }

#product_tabs_description_tabbed_contents h2,#product_tabs_related_tabbed_contents  .block-title { display:none; }

.padder h6{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
	display:none;
	background:#E1E1E1;
}

.product-view .tabs li.active:before, .product-view .tabs li.active:after {
    opacity: 1; -khtml-opacity:1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;
    transform: scale3d(1, 1, 1); -webkit-transform:scale3d(1, 1, 1);  -ms-transform:scale3d(1, 1, 1); -o-transform:scale3d(1, 1, 1); -moz-transform:scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0.3s; -webkit-transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0.3s; -moz-transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0.3s;
	-ms-transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0.3s; -o-transition:  transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0.3s;
}
.product-view .tabs li:before { left: 0;}
.product-view .tabs li:before, .product-view .tabs li:after {
    height: 100%;
    opacity: 0; -khtml-opacity:0; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0;
    transform: scale3d(1, 0, 1); -webkit-transform:scale3d(1, 0, 1);  -ms-transform:scale3d(1, 0, 1); -o-transform:scale3d(1, 0, 1); -moz-transform:scale3d(1, 0, 1);
    transform-origin: 50% 0 0; -webkit-transform-origin: 50% 0 0;  -ms-transform-origin: 50% 0 0; -o-transform-origin: 50% 0 0; -moz-transform-origin: 50% 0 0;
    transition: transform 0s ease 0.1s, opacity 0.1s ease 0s; -webkit-transition: transform 0s ease 0.1s, opacity 0.1s ease 0s; -moz-transition: transform 0s ease 0.1s, opacity 0.1s ease 0s;
	-ms-transition: transform 0s ease 0.1s, opacity 0.1s ease 0s ; -o-transition:transform 0s ease 0.1s, opacity 0.1s ease 0s;
    width: 2px;
}
.product-view .tabs li:before, .product-view .tabs li:after, .product-view .tabs li a:after {
   /* background: #000;*/
    bottom: 0;
    content: "";
    position: absolute;
}
.product-view .tabs li:after { right: 0;}
.product-view .tabs li {
    position: relative;
    display: block;
    margin:10px 0 0; float:left; background:#fff;
	 border-bottom: 2px solid #000;
}
.product-view .tabs li.active a:after {
    transform: translate3d(0px, 46px, 0px); -webkit-transform: translate3d(0px, 46px, 0px);  -ms-transform: translate3d(0px, 46px, 0px); -o-transform: translate3d(0px, 46px, 0px); -moz-transform: translate3d(0px, 46px, 0px);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); -webkit-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1); -moz-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); -o-transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1);
}
.product-view .tabs li a:before{
	background:transparent;
    bottom:0;
    content: "";
    position: absolute;
	height:0;
	width:100%;
	left:0;
	right:0;
}
.product-view .tabs li.active a:before{background: #505050; height: 100%; transition:all 0.1s ease 0s; -webkit-transition:all 0.1s ease 0s; -moz-transition:all 0.1s ease 0s; -ms-transition:all 0.1s ease 0s; -o-transition:all 0.1s ease 0s; z-index: -1;}
.product-view .tabs li a:after {
    height: 2px;
    left: 0;
    transition: transform 0.3s ease 0s; -webkit-transition:transform 0.3s ease 0s; -moz-transition:transform 0.3s ease 0s; -ms-transition:transform 0.3s ease 0s; -o-transition:transform 0.3s ease 0s;
    width: 100%;
}
.product-view .tabs li.active a , .product-view .tabs li.active a:hover{  color: #73BF43; z-index:999;}
.product-view .tabs li a {
    color:000;
    padding:14px 15px;
	-webkit-padding:14px 12px;
    -khtml-padding:14px 11px;
	-moz-padding:14px 13px;
    position: relative;
    text-align: center;
    transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
    -moz-user-select: none;
    cursor: pointer;
    display: block;
    font-size:15px;
    font-weight:700; text-transform:uppercase;
}
.product-view .tabs li a:hover {  color: #000;}


/* Rating */
.no-rating { margin:0 0 10px; clear:both;}

.ratings {   line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; display:none; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; margin:4px 10px 0; }
.rating-box .rating { float:left; height:12px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box {margin-right:5px; display:inline-block; }
.col1-layout .product-view .product-shop .ratings .rating-box{ margin:4px 10px 0 0}
.ratings .amount {display:none;}
#customer-reviews .ratings-list { margin: 5px 0;}
.product-shop .ratings .rating-box{ margin:0 5px 0 0; vertical-align:middle;}

.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:500; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#f36c56; }

.availability-only { margin:10px 0 7px; line-height:25px; background:url(../images/megnor/availability.png) 0 3px no-repeat; padding-left:30px; clear:both;}
.availability-only span,
.availability-only a {  }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability {  }
.product-view .product-shop .availability span { font-weight:normal; color: #FF0000; }
.product-view .product-shop .availability.in-stock span{ color:#72BE44;}
.product-view .product-shop .product-brand { margin:0;}
/*.product-view .product-shop .product-brand strong { display:none;}*/
/* 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:#505050; font-weight:400; font-size:14px;}

.price-box { margin:20px 0 10px; }
.price-box .price { font-weight:500; color:#505050; font-size:14px; }
.block.mini-suggest .price-box { margin:15px 0 0; }

/* Regular price */
.regular-price { }
.regular-price .price {   font-size:14px; color:#72BF44;font-family: 'Gotham-Bold'; }
.block .regular-price,
.block .regular-price .price {  }
.product_hover-block .regular-price .price{ color:#fff;}

/* Old price */
.price-box .old-price { margin:0; text-decoration: line-through; font-size:14px; color:#a7a7a7; font-weight:normal; margin:0px 0px 0px 0px; display:block; }
.old-price .price-label { white-space:nowrap; color:#a7a7a7; display:none; }
.old-price .price {color:#a7a7a7; font-size: 13px;  font-family: 'Gotham-Bold';text-decoration:line-through; display:none;}
.price.old-price {display: none;}

/* Special price */
.special-price { margin:0; padding:0px 0; display:inline-block; }
.special-price .price-label { font-size:14px; font-weight:500; white-space:nowrap; color:#cd5033; display:none; }
.special-price .price { font-size: 14px; color: #72BF44; font-family: 'Gotham-Bold'; }
.sidebar .special-price .price, .sidebar .old-price .price{ font-size:14px;}

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:500; white-space:nowrap;  display:none; }

.minimal-price-link { display:block; margin:3px 0; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; font-size:14px; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:14px; font-weight:normal; color:#a7a7a7; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:14px; font-weight:bold; color:#a7a7a7; }

/* 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 */
.col1-layout .product-view .product-shop .product-pricing{ float:left;}
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f0f0f0;  }
.tier-prices li { line-height:1.4;  padding:2px 0 2px 0px; }
.tier-prices .benefit { font-style:italic; font-weight:bold;  }
.tier-prices .price { font-weight:bold;  }

.tier-prices-grouped li { padding:2px 0; color:#000000; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:0px 0 0; font-size:12px; float:left;  }
.add-to-links li{ list-style:none; }
.add-to-links .separator { display:none; }


/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:normal; color:#999999; 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:#999999; }
.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 page */
.product-view {  }
.product-essential h2 {display:none;  }

.product-collateral {  margin-top:30px; }
.product-collateral h2 ,.related-products .block-subtitle ,.box-tags h3{ font-weight:normal; font-size:16px; border-bottom:1px solid #d9d9d9; padding:0 0 10px; margin:0 0 15px; font-weight:500; }
.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:448px; margin-right: 21px; position:relative; }
.product-view .product-img-box .product-image-zoom {
    height:auto;
    overflow: hidden;
    position: relative;
    width:432px;
    z-index: 9;
	padding: 3px;
	/*border:1px solid #d9d9d9;*/
}
.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;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 20px; border:5px solid #eee; position:relative;/* box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);  -webkit-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);*/ }
.product-view .product-img-box .product-image  #wrap{  }
.product-view .product-img-box .product-image-zoom img { position:static; left:0; top:0; cursor:move; width: auto;}
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #d9d9d9; 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:14px; font-weight:bold; margin:0 0 10px;  }

/* Product Shop */
.info3col-data .flexslider{margin:0px; padding:0px 0px 30px;}
.info3col-data .flexslider:hover .flex-direction-nav{display:none;}
.info3col-data .flex-control-nav{bottom:0px;}
.product-view .product-shop { float:right; width:444px; }
.col1-layout .product-view .product-shop { float:left; width:442px; margin-right:28px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font-weight:500; color:#000000; text-transform:capitalize; float:left; width:80%;}
.product-view .product-shop .out-of-stock::before{ color:#ff0000; margin:0 8px 0 0;}
.product-view .product-shop .availability {    float:left;    margin: 0 0 10px; text-align:right; }

.product-view .product-shop .availability.next-date {    float:left;    margin: 0 0 10px; text-align:left; width:100%; clear:both; font-weight:bold; }
.product-view .product-shop .availability.next-date span { color:#72bf44; font-weight:bold; }

.product-view .product-shop .short-description { margin:15px 0; }

/* PDF section on product page */
.product-view .product-shop div.pdf-section { float:left; padding:0 0 10px 0; width:100%; }
.product-view .product-shop div.pdf-section ul.pdf-section-ul{  }
.product-view .product-shop div.pdf-section ul.pdf-section-ul li.pdf-section-ul-li { margin:0 0 6px; }
.product-view .product-shop div.pdf-section ul.pdf-section-ul li.pdf-section-ul-li img{ height:16px; margin-right:3px; }
.product-view .product-shop div.pdf-section ul.pdf-section-ul li.pdf-section-ul-li a{ padding-top:3px; }
/* PDF section on product page */

.product-view .product-shop .price-box { margin:15px 0 10px;clear:both; }
.product-view .product-shop .price-box .price{ font-size:25px;  }
.product-view .product-shop .old-price .price{ font-size:20px; display:none;}
.product-view .product-shop .add-to-links { margin:0px 0; font-size:14px; float:left; }

.product-view .product-shop .add-to-links li{ float:left; margin-right:10px; background-color:transparent; }
.product-view .product-shop .add-to-links li .separator { display:none; }
.product-view .product-shop .ratings .rating-links{ display:inline-block; }

.email-addto-box{margin-bottom: 10px; clear:both; float:left;}
.email-addto-box .email-friend { float:left; margin-right:10px; }

#prev-next-links{ float:right; width:50px; }
#prev-next-links  a{height:30px; width:25px; display:block; margin-bottom:0; text-decoration:none;}
#prev-next-links  a#link-previous-product{  float:left;}
#prev-next-links a#link-next-product{ float:right; }
 #prev-next-links a#link-next-product:before{ color: #c7c7c7;
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 25px;
    margin: 0px 0px 0px 10px;
	  content: "\f105";
    vertical-align: middle;
}
.box-up-sell .products-grid {    margin: 0;}
#prev-next-links a#link-previous-product:before{ color:#c7c7c7;
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 25px;
    margin: 0px 0px 0px 10px;
	  content: "\f104";
    vertical-align: middle;
}
#prev-next-links a#link-previous-product:hover:before, #prev-next-links a#link-next-product:hover:before{ color:#000;}
/* Product Options */
.product-options { margin: 0;  padding: 0 0 10px;  position: relative;}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:normal; color:#000; }
.product-options dt label.required em { color:#DD4B39; margin-left:0px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px;  }
.product-options dd { padding:5px 0px 10px; margin:0 0 5px;   }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:98%; }
.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; margin:0 0 0 10px;   }
.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:#000000; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#000000; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:left; margin:10px 0; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; display:none;}
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none;  }
.product-shop .product-options-bottom .add-to-cart-box {  float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links {   padding:5px 0 0; text-align:left; display:none; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
/*.product-view .box-up-sell h2 {  padding:0 0 10px; margin:0 0 8px; }
*/
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.box-collateral.box-smartsuggest .products-grid .ratings .rating-box { display:inline-block; }
/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 {   }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe1.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block;  margin:0 0 5px;  }
.product-view .box-tags .form-add .input-box { float:left;  }
.product-view .box-tags .form-add input.input-text { width:300px; margin-right:5px; padding:7px 8px 7px; }
.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:14px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view #product-review-table{ max-width:180px; margin:15px 0; }
.product-view #product_tabs_review_tabbed_contents .form-list .input-box{ max-width:500px; width:100%; }
.product-view #product_tabs_review_tabbed_contents .form-list textarea{ width:95%; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; /*overflow:hidden;*/ }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:285px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:600px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a , .product-review .product-name { color:#000; font-size:15px; text-decoration:none; margin-bottom:5px; text-transform:capitalize; }
.product-name a:hover{  color:#808080; text-decoration:none; }

/* Product Tags */
.tags-list { display:block;   border:1px solid #d9d9d9; background:#FBFBFB; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a {color:#000000; font-size:14px !important; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -33px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline;}
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a  {background:url("../images/megnor/subcat_arrow.png") no-repeat scroll 3px center transparent; padding-left:12px;}
.page-sitemap .sitemap a:hover{background:url("../images/megnor/subcat_arrow_hover.png") no-repeat scroll 3px center transparent; }
.page-sitemap .sitemap li { margin:5px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/*.contacform{
	border-right: 1px solid #EDEDED;
    float: left;
    margin-right: 10px;
    padding-right: 15px;
    width: 46%; }*/
.googlemap{   float: right; margin-top: 10px;  width: 50%;}
.contacform .form-list li.wide .input-box{width: 100%;}
.contacform .form-list li.wide textarea{width: 97%;}
.contacform .fieldset{ margin-top:10px; }
/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 0px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name {  margin:0 0 5px;  }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {  }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col1-set{ width:435px;  float:left;}
.cart .cart-collaterals .col2-set { width:733px; 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 #d9d9d9;  padding:15px 20px; margin:0 0 18px; background:#fff; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:18px 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:345px; background:#fff; border:1px solid #d9d9d9; 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:14px; padding:0px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 10px; }
.cart .totals .checkout-types li:last-child{ background:#f2f2f2;   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:7px; left:0%; width:100px; border:1px solid #d9d9d9; }
.col-left .truncated .show .item-options { left:0px; top:5px; color:#333; }
.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:14px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:normal;  }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {  margin-top: 15px;    padding-left: 0;}
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; margin-bottom:5px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 {  font-weight:normal;  }
.gift-messages p.control {   }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {   font-weight:bold; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; text-align:center;   }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {   margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea  { width:98%; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#999999; }

.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 #d9d9d9; 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:14px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:14px; font-weight:bold; color:#000000; }
.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:#000000; }
.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 {margin:0; }

.block-progress dt {margin:0 0 6px; padding:5px 8px; }
.block-progress dd {   padding:8px 13px; margin:0 0 10px; }
.block-progress dt.complete { margin:0;   border-bottom: 1px solid #d9d9d9; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
 #checkoutSteps{ margin-bottom:15px; }
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt.complete a{ background:url("../images/megnor/edit.png") no-repeat scroll 0 0; padding-left: 20px; font-size:12px;}
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:15px; border:none; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc inside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {/*border-bottom: 1px solid #d9d9d9;*/ margin:0 0 5px;}

.opc .step-title { border-width:1px; border-style:solid; border-color: #d9d9d9; background:#fff;   padding:8px 8px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #d9d9d9; padding:0px 8px 1px; margin:0 5px 0 0; color:#000000; }
.opc .step-title h2 { float:left; margin:2px 0 0;  font-size: 14px;    white-space: nowrap; text-transform:uppercase; }
.opc .step-title a { display:none; float:right;   line-height:16px; color:#fff;  }

.opc .allow .step-title { background:#f2f2f2; border:1px solid #f2f2f2; color:#000000; cursor:pointer; }
.opc .allow .step-title .number { background:#fff; border-color:#d9d9d9; color:#000000; }
.opc .allow .step-title h2 { color:#000000; }
.opc .allow .step-title a { display:block; color:#fff; }

.opc .active .step-title { background:#000; border:1px solid #000; padding-bottom:5px; color:#fff; cursor:default; }
.opc .active .step-title .number { background:#fff; border-color:#000; color:#000000; }
.opc .active .step-title h2 { color:#fff; }
.opc .allow .step-title:hover{  }
.opc .active .step-title a { display:none; }

.opc .step { border:1px solid #d9d9d9; border-top:0;  padding:15px 30px; position:relative; margin-bottom:-1px; background:#fff;}
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 {  border-bottom:1px solid #d9d9d9; padding-bottom:10px; text-transform:capitalize; font-weight:500; margin:0 0 10px; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0;  }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form {    background:#fff;
    border: 1px solid #d9d9d9;
    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; }
#checkout-review-table { border-top: medium none;}
/* Multiple Addresses Checkout */
.checkout-onepage-success h2{ border-bottom:none;}
.checkout-progress { padding:0 90px; margin:10px 0 50px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #e5e5e5; padding:2px 0 0; font-weight:normal; text-align:center; color:#808080; }
.checkout-progress li.active { border-top-color:#000 ; color:#000 ; }


.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:14px; }
.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 #d9d9d9; margin:10px 0 25px; padding:20px; background:#fff; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#fff;position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 {   }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px;  overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left;  }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#000000; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */

#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%;  }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:450px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:98%; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #EDEDED; background:#FBFBFB; padding:13px; position:relative; }

/* Step 3 */

/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */

.account-login .content { border-bottom:0; }
.account-login .content h2 , .fieldset .legend , .box-account .box-head h2 , .addresses-list h2 ,
 .multiple-checkout h2 ,.checkout-onepage-success .main-container h2 , .order-info-box h2 , .sales-order-print .col2-set h2
{  border-bottom: 1px solid #d9d9d9;
    color: #000000;
    font-size:18px;
    font-weight: normal;
    margin: 0 0 14px;
    padding: 0 0 10px;
    text-transform: capitalize;}

.account-login .buttons-set { margin:0;    }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 15px; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {margin: 0 0 20px; }
.box-account .col2-set .col-1{
    border-right: 1px solid #d9d9d9;
    float: left;
    padding-right: 10px;
    width: 48.5%;
}
.dashboard .box .box-title {    background:#fff;
    border: 1px solid #d9d9d9;
    margin: 0 0 10px;
    padding: 5px 5px;
	text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left;  font-weight:normal; margin:0; }

/* Block: Recent Orders */

/* Block: Account Information */
.dashboard .box-info h4 {  font-weight: normal;
    text-transform: capitalize; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */

.dashboard .box-tags .number ,.dashboard .box-reviews .number{ float:left; font-weight:bold; line-height:1; color:#000000; margin:0px; padding:5px 7px; background:#f2f2f2; }
.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:transparent;padding:10px 0px; margin:0 0 10px; border-bottom: 1px solid #d9d9d9; }
.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:#f2f2f2;   padding:7px 10px; margin:10px 0 10px; }
.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:#999999; }
.gift-message dd { font-size:14px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:14px; 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:14px; 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; border-bottom:1px solid #d9d9d9; }
.my-wishlist .product-image { display:block; width:auto; height:auto; margin:0 0 5px; border:1px solid #f2f2f2; }
.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; }
#wishlist-table tr.last:last-child td{ border-bottom:none;}
/* 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; display:block; clear:both;}
#wishlist-table .add-to-cart-alt .button.btn-cart{ float:none; width:auto;}
#wishlist-table .add-to-cart-alt .button.btn-cart span span{ display:none;}
#wishlist-table  .button.btn-cart > span, .block-reorder .button.btn-cart > span{ border-color:#1a1a1a;}
#wishlist-table  .button.btn-cart:hover > span, .block-reorder .button.btn-cart:hover > span{ border-color:#808080;}

.block-reorder .button.btn-cart > span span,  #my-tags-table .button.btn-cart > span span{ display:none;}


/* 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; margin:5px 0; }
#my-tags-table .link-wishlist {
    background: #000000;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 30px;
}
#my-tags-table li:hover a{ background:#808080;}

/* 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:14px; 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:14px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #d9d9d9; }
/* ======================================================================================= */


/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}


/* Default Width  Start*/

.grid_default_width {  width: 250px;}
.featured_default_width {  width: 230px;}

.newproduct_default_width{  width: 230px;}
.bestseller_default_width {  width: 230px;}
.special_default_width{  width: 230px;}

.additional_default_width{ width:90px; }

.blog_default_width{ width:320px; }
.testimonial_default_width{ width:250px; }
.category_default_width{ width:300px;}
.parallex_default_width{width:1000px;}
.test_default_width{width:350px;}



.brand_default_width,
.manufacture-product li.slider-item,
.manufacture-product li.product-items
{width: 220px;  }

.related_default_width,
.related-products li.slider-item,
.related-products li.product-items{  width:250px;}

.upsell_default_width,
.box-up-sell li.slider-item,
.box-up-sell li.product-items{  width:250px;}

.crosssell_default_width,
.crosssell li.slider-item ,
.crosssell li.product-items{  width:250px;}

/* Default Width  End*/

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #000;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px; -webkit-border-radius:2px;  -khtml-border-radius:2px;  -moz-border-radius:2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}
.product-shop  .configurable-swatch-list {margin-bottom:20px;}
.configurable-swatch-list {
  margin:7px 0 0px 0px;

  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;

  margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img { opacity: 0.4; -khtml-opacity: 0.4; -webkit-opacity: 0.4; -moz-opacity:0.4; -ms-opacity: 0.4;}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

#narrow-by-list dd .swatch-label {
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #000;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px; -webkit-border-radius:3px;  -khtml-border-radius:3px;  -moz-border-radius:3px;
}

#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:6px 8px; border:3px solid #fff; box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);  -webkit-box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.2);}
/* end configurable swtaches */

#spinner {
    background: url("../../images/megnor/loading.gif") no-repeat scroll 50% 50% #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.button.btn-cart span {
    background-color: #1a1a1a;
    border:none;
	padding:0px;
    color: #ffffff;
	font-size:0px;
	height:28px;
	width:28px;
	line-height:28px;
}
.button.btn-cart > span{border:1px solid #808080;}
.list-center-outer .button.btn-cart > span{ border-color:#d9d9d9;}
.product-view .button.btn-cart{width:auto;}
.product-view .add-to-cart > .button.btn-cart > span::before{ float:left;}
.button.btn-cart > span:before {
    color: #72BF44;
    content: "\f07a";
    font-family: "FontAwesome";
    font-size: 15px;
	padding:7px;
}
.button.btn-cart:hover > span:before{ color:#000;}
.button.btn-cart:hover > span{ background:#808080; border-color:#808080;}

.product-view .add-to-cart > .button.btn-cart > span span {
    background: transparent none repeat scroll 0 0;
    color: #000 !important;
    float: left;
    font-size: 14px;
    width: auto;
}
.actions .out-of-stock, .compare-table .out-of-stock{height: 30px;
    width:30px;
	 background:#f36c56;
    border-radius: 0;  -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
	display:inline-block;
	color:#fff; margin:0px;
	float:left;
}
.actions .availability.out-of-stock > span, .compare-table .out-of-stock > span{ color:#fff; font-size:0px;}
.out-of-stock:before {
    color: #fff;
    content: "\f071";
    font-family: fontawesome;
    font-size: 14px;
    line-height: 27px;
	text-align:center;
	margin:0 -6px 0 0;
}

.add-to-links li a.link-wishlist:before {
    color: #72BF44;
    content: "\f004";
    font-family: "FontAwesome";
    font-size: 14px;
	padding:7px;
	}
.product-view .add-to-links li a.link-wishlist:before{ /*content:"\f08a";*/ background: url("../images/all-icons.png") -283px -24px no-repeat;}
.product-view .add-to-links li a.link-wishlist:before , .product-view .add-to-links li a.link-compare:before {height:18px; width:16px; padding: 0 8px 0 0;    font-size:16px; line-height:20px; color:#999999; }
.product-view .add-to-links li a.link-wishlist:hover:before , .product-view .add-to-links li a.link-compare:hover:before { color:#73BF43;/* background:transparent;*/}
.product-view .add-to-links li a.link-compare:before {content:"\f24d"; font-family: "FontAwesome"; font-size:14px; background-position:-321px -24px;}
.product-view .add-to-links li a.link-compare{ background:transparent; height:auto; width:auto; line-height:22px;}
/*.add-to-links li a.link-compare {
  	 background:url(../images/compare.png)  no-repeat scroll center 9px #1a1a1a;
    vertical-align: top;
}
.add-to-links li:hover a.link-compare{ background:url(../images/compare_hover.png) no-repeat scroll center 9px #d9d9d9;}*/
.list-center-outer .add-to-links li a.link-compare { background-color:transparent;}
.add-to-links li:hover a.link-compare{ background-color:#808080;}
.email-addto-box .email-friend a:before{
    content: "\f003";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 16px;
    line-height: 18px;
    vertical-align: top;
    width: 25px;
	color:#73BF43;
}
.email-addto-box .email-friend a{ color:#999999;}
.product-view .add-to-links li a.link-wishlist:hover, .product-view .add-to-links li a.link-compare:hover{background:transparent; color:#b5b5b5;}
.email-addto-box .email-friend a:hover,.email-addto-box .email-friend a:hover:before {color:#73BF43;}

.product-view .add-to-links li a.link-wishlist, .product-view .add-to-links li a.link-compare{color:#999999; font-size:13px;}
.product-view .add-to-links li a.link-wishlist:hover, .product-view .add-to-links li a.link-compare:hover{color:#73BF43;}


.block-related .customNavigation a.next{right:-5px;}
.block-related  .customNavigation a{top:-58px;}
.block-related .customNavigation a.prev{right:9px;}

#shopping-cart-table a.product-image{border:1px solid #f2f2f2; float:left;}
.comments-link a{color:#fff;}

.page-title{display:block; }
.page-title h1,.page-title h2{
    color:#515050;
    float: left;
    font-size:18px;
    text-transform: uppercase;
    z-index: 4;
	font-weight:700;
    border-bottom: medium none;
    margin: 0 0 0px;
	font-family: 'Gotham-Bold';
}
.input-box-inner {float: left;}

.cms-home .column-left-breadcrumbs {display:none;}

#grid.products-grid,
#bestseller_standalone_page.products-grid,
#featured_standalone_page.products-grid,
#newproduct_standalone_page.products-grid,
#special_standalone_page.products-grid{ margin:0 -7px; clear:both;}

#grid.products-grid li .product-block,
#bestseller_standalone_page.products-grid li .product-block,
#featured_standalone_page.products-grid li .product-block,
#newproduct_standalone_page.products-grid li .product-block,
#special_standalone_page.products-grid li .product-block{ padding:5px; margin:10px 11px;}

.list-center-outer .actions{ float:left; width:145px; }
.list-center-outer .button.btn-cart{width:auto; margin-right:0; float:left;}
.list-center-outer .button.btn-cart > span,.product-view .button.btn-cart > span {background:transparent;}
.list-center-outer .button.btn-cart:hover > span, .products-list .add-to-links li:hover, .list-center-outer .add-to-links li:hover a.link-compare{ background-color:#d9d9d9; border-color:#d9d9d9;}
.product-view .button.btn-cart  span {color:#fff; border-color:#000000; }
.product-view .button.btn-cart > span{ color: #fff; font-size: 14px; padding: 4px 15px; width: auto; text-transform:uppercase; background:#000;}
.product-view .button.btn-cart > span::before{ color:#fff; padding:7px; background-position:-243px -21px;}
.product-view .button.btn-cart:hover > span::before{ color:#000;}
.product-view .button.btn-cart:hover > span{ background:#fff; color:#000;}

.crosssell_product{ margin-top:50px;}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase {
    width: 16px;
    height: 17px;
    display: block;
    background: url(../images/btn-qty.png) 0% 97% no-repeat;
    border: none;
	cursor:pointer;
}
.add-to-cart input.qty-increase { background-position: 0 0px; margin-top: 1px;}
.product-view .add-to-box { margin: 10px 0px 20px 0; float:left; width:100%; }
.product-view .add-to-cart { margin: 0; padding: 0px 0 0;  float:left;}
.product-view .add-to-cart .input-content { float: left; margin-right: 15px;}
.product-view .add-to-cart .box-qty { border: 1px solid #8f6c55; float: left;}
.product-view .add-to-cart label { margin:10px 10px 10px 0; display: block; font-weight: normal;  color: #000000;}
.product-view .add-to-cart .qty {
    float: left;
    padding: 10px 0 11px;
    text-align: center;
    width: 50px !important;
    border: none;
    border-right: 1px solid #d9d9d9;
	margin:0px;
	background:transparent;
}
.product-view .add-to-cart .box-qty{ border:1px solid #d9d9d9; float:left;}
.product-view .add-to-cart .input-content .qty-arrows {
    width: 18px;
    float: left;
}
.product-view .add-to-cart > .qty{ margin:0 15px 0 0; border:1px solid #d9d9d9;}

/*.crosssell{overflow:hidden;}*/
.block.block-side-nav-container a,.block.block-side-nav-container .block-title strong{color:#fff;}
.product-block .product-image-block img{transition:300ms;  -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms;/* width:100%; height:auto;*/}
.product-block .product-name a:hover{color:#cccccc;}

.product-block .product-image-block .hover-image,.list-left  .hover-image{
     right: 0;
     position: absolute;
     text-align: left;
     /*top: 0;*/
	 left:0;
	  opacity: 0; -khtml-opacity:0; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0;/*
	transition:all 0.8s ease 0s; -webkit-transition:all 0.8s ease 0s; -moz-transition:all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s;*/
    visibility: hidden;
   /* width: 100%;*/
   display:none;
}
.product-block .product-image-block:hover .hover-image,.list-left:hover  .hover-image {
     opacity: 1; -khtml-opacity:1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;
    overflow: hidden;
	transition:all 0.8s ease 0s; -webkit-transition:all 0.8s ease 0s; -moz-transition:all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s;
    visibility: visible;
}
.info3col-data {float: left;    width: 279px;}
.info3col-data .block{padding:25px 25px 0px; margin-bottom:26px;}
.related-product-outer{ margin-top:50px;}

.manufacture img:hover{opacity:0.6; -khtml-opacity:0.6; -webkit-opacity:0.6; -moz-opacity:0.6; -ms-opacity:0.6;}
.manufacture img{transition:500ms; -webkit-transition:500ms; -moz-transition:500ms; -ms-transition: 500ms; -o-transition:500ms; opacity:1; -khtml-opacity:1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; max-width:100%; }

.pager .pages li img {    margin-top: -3px;}
#spinner {
    background: url("../images/megnor/loading.gif") no-repeat scroll 50% 50% #f0f0f0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:1;

}
.block .actions {  color: #999999;   text-align: right;}
.std .tabberlive_outer .note-msg, .std .tabberlive_outer .notice-msg{ margin:0 14px;}
.block.block-banner { border: 0 none;  margin: 0px 0 20px;    padding: 0;}
.opc .section .step-title a{ line-height:23px; color:#808080;}
.col-main .manufacture_detail{ margin:10px 0 20px;}
#shopping-cart-table tbody tr td  , #checkout-review-table tbody tr td  , #multiship-addresses-table tbody tr td{    border-bottom: 1px solid #d9d9d9; margin: 0; background:#fff;}
#crosssell-product-table h2{ background:none; margin:0px;}

/*CMS START*/

/*Header CMS*/
.header-content{ float:left; padding-top:8px; display:inline-block; }

.header-content .cms-data .call, .shipping-text .text1 {
    color: #707070;
    display:block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.header-content .cms-data .call-num, .shipping-text .text2 { color: #505050;}
.headertopleft { border-left: 1px solid #989898;  float: left; margin: 0 0 0 22px; padding: 0 0 0 20px; text-align: left; display:inline-block; width:47%;}

/* Homepage CMS Start */

.parallex{ /*background:url(../images/prlx.jpg) no-repeat scroll transparent; */clear: both; margin:75px 0 0; background-position:50% 0!important;}
.homepage-parallex-inner.container-width { background-color: rgba(0, 0, 0, 0.7);  padding:40px 0 28px;}
.parallex .customNavigation{ display:none !important;}
.parallex .product-carousel .product-block{ background:transparent; margin:0px; border:none; box-shadow:none;}

/*.parallex .parallex-block:before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 60px;
	color: #fff;
}*/
.parallex .parallex-block {
    margin: 10px 0 0;
    text-align: center;
}
.parallex .test-desc {
       color: #ffffff;
    letter-spacing: 1.5px;
    line-height: 26px;
    margin:0px auto 0;
    text-align: center;
    width: 75%;
    font-size: 19px;
	font-family: 'Gotham-Book';
}
.parallex .test-name > a {
    color: #ffffff;
   font-family: 'Gotham-Bold';
    font-size: 32px;
    letter-spacing: 0.5px;
	float:left;
	width:100%;
	margin-top:50px;
}
.parallex .test-designation{
    color: #fff;
    line-height: 29px;
	float:left;
	width:100%;
	margin-top:20px;
	font-size:18px;
	font-family: 'Gotham-Book';
}

.parallex .slider-controls{ text-align:center; margin-top:22px; margin-bottom:20px;}
.parallex .slider-page{
 background: transparent;
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
    border:3px solid #fff;
    display: block;
    height: 13px;
    margin: 0 2px;
    width: 13px;
}



.cms_testimonial{ /*padding:125px 0px 0px;*/}
.cms_testimonial .blog_title{ margin:0 15px; padding:0 0 0;}
.cms_testimonial .column-inner { /*overflow: hidden;*/ margin:0 -15px;}
.cms_testimonial .slider-controls{ text-align:center; margin:10px 0 0;}
.cms_testimonial .slider-page{ background:transparent;  border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;  border:2px solid #d6d6d6; display: block; height: 10px;  margin: 0 2px; width: 10px;}
.cms_testimonial { background:#fff; clear:both; overflow:hidden;}
/*.cms_testimonial h2:before{ background: #d9d9d9 none repeat scroll 0 0; content: ""; height: 1px; left: 0; position: absolute; right: 0; top:85px;
    width: 96%; z-index: 9; margin:auto; }*/
.cms_testimonial h2{ border: medium none; color: #000; font-size: 33px; letter-spacing: 0.5px; margin: 0px; padding: 0 0 2px; position: relative;
	text-transform: uppercase; font-family: 'Gotham-Black'; text-align:center; line-height:100%; }
/*.blog_testimonial h2:before{ top:70px;}*/
.cms_testimonial h2:after{ top:61px;}
.cms_testimonial h2{ padding:0;}
.cms_testimonial .product-carousel .slider-item img   { /*width:100%;*/}
.cms_testimonial .product-image-inner-blog { background:none;}
.cms_testimonial .slider-controls .slider-page.active {  background:#d6d6d6; border:solid 3px #d6d6d6; width:13px; height:13px; }
.cms_testimonial .slider-controls .slider-page {border:solid 3px #d6d6d6;width:13px; height:13px;  background:#fff;}





.parallex .slider-page.active, .parallex .slider-page:hover{ background:#fff; border-color:#fff;}

.blog_testimonial{ padding:125px 0px 0px;}
.blog_inner { margin: 0px;  position: relative; padding:0 0 52px;}
.column-inner{ margin:0 -7px;}
.blog_testimonial .blog_title{ margin:0 15px; padding:0 0 0;}
.blog_testimonial .column-inner { /*overflow: hidden;*/ margin:0 -15px;}
.blog_inner .slider-item .product-image-inner-blog { margin:15px 15px; }
.product-block-image .testi-image { overflow: hidden;  position: relative;}
.blog_inner .image-block { position: relative;}
.image-block > img { max-width: 100%;}
.post-image-hover {
    background : rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; -moz-opacity:0; -ms-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s;
    width: 100%;
}
.product-image-inner-blog:hover .blog-left .post-image-hover {
    opacity: 1;  -khtml-opacity: 1; -webkit-opacity:1; -moz-opacity:0; -ms-opacity:1;
    transition:all 0.5s ease-out 0s; -webkit-transition:all 0.5s ease-out 0s; -moz-transition:all 0.5s ease-out 0s; -ms-transition:all 0.5s ease-out 0s; -o-transition:all 0.5s ease-out 0s;
}
.blog_inner .image-hover-block {
    margin: 0;
    opacity: 1;  -khtml-opacity: 1; -webkit-opacity:1; -moz-opacity:0; -ms-opacity:1;
    position: absolute;
    text-align: center;
    top: 40%;
    transition: all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s;
    width: 100%;
}
.product-image-inner-blog .image-hover-block .zoom::before, .product-image-inner-blog .image-hover-block .read::before {
    border:2px solid #fff;
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
    bottom: 0;
    box-sizing: border-box;
    color: #ffffff;
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 45px;
    left: 0;
    margin: auto;
    opacity: 0; -webkit-opacity:0;   -moz-opacity:0; -khtml-opacity:0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s;
    width: 45px;
}
.ie8 .product-image-inner-blog .image-hover-block .zoom::before, .ie8 .product-image-inner-blog .image-hover-block .read::before{ display:none;}
.ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .read::before, .ie8 .product-image-inner-blog .blog-left:hover .image-hover-block .zoom::before{ display:block;}
.product-image-inner-blog .image-hover-block .zoom, .product-image-inner-blog .image-hover-block .read {
    display: inline-block;
    float: none;
    height: 45px;
    position: relative;
	margin:0 5px;
    width: 45px;
	 transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s;
}
.product-image-inner-blog .image-hover-block .read::before { content: "\f0c1";}
.product-image-inner-blog:hover .blog-left .image-hover-block .read::before, .product-image-inner-blog:hover .blog-left .image-hover-block .zoom::before {
    opacity: 1;  -webkit-opacity: 1;   -moz-opacity: 1; -khtml-opacity: 1;
}
.product-image-inner-blog .image-hover-block .zoom{
    margin-left: -20px;
    transition-delay: 0.2s; -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -o-transition-delay: 0.2s;
}
.product-image-inner-blog .image-hover-block .read {
    margin-left: -52px;
    transition-delay: 0.1s;  -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s;  -ms-transition-delay: 0.1s;   -o-transition-delay: 0.1s;
}
.product-image-inner-blog:hover .blog-left .image-hover-block .zoom, .product-image-inner-blog:hover .blog-left .image-hover-block .read{ margin: 0 5px;}

.product-image-inner-blog .image-hover-block .zoom:hover:before, .product-image-inner-blog .image-hover-block .read:hover:before{border-color: #ccc; color:#ccc;}
.blog_inner .slider-item .product-image-inner-blog:hover .post-author { bottom: 0px;}
.post-date{	background: #fff; font-size: 11px; letter-spacing: 1px; line-height: 27px;  padding: 0 17px; position: absolute; top: 9px; color:#000;}
.post-date .month, .post-date .day, .post-date .year {   display: inline-block; font-family:"Lato",sans-serif; font-size:14px;}
.comments-link a { color: #ffffff;}
.post-content-inner { padding: 26px 0px 0;}
.post-content-inner .post-title a { font-size: 16px; text-transform: capitalize; font-weight:500; font-family: 'Gotham-Bold';}
.product-image-inner-blog:hover .post-content-inner .post-title a{ color:#808080;}
.post-content-inner .post-description {line-height: 20px;  margin: 11px 0 20px;}
/*.post-content-inner .post-author a{font-size: 13px; text-transform:capitalize;transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -ms-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; }
.product-image-inner-blog:hover .post-author a{margin: 0 0 0 7px; transition: all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -ms-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s;}
.post-author a:after {
    content: "\f178";
    font-family: fontawesome;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
*/
.blog_testimonial .slider-controls{ text-align:center; margin:47px 0 0;}
.blog_testimonial .slider-page{ background:transparent;  border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;  border:2px solid #d6d6d6; display: block; height: 10px;  margin: 0 2px; width: 10px;}

.category_blog .slider-controls, .tabberlive_outer_sub .slider-controls, #upsell-product-table .slider-controls, .related-product-outer .slider-controls, .category-products .slider-controls, .manufacture .slider-controls{ display:none !important;}
.product-image-inner-blog:hover .post-content-inner .post-author a, .product-image-inner-blog:hover .post-author a:after{ color:#808080;}
/*.product-image-inner-blog:hover .post-content-inner .post-author a { color:#fff;}*/
/* Homepage CMS End */

/*CMS End*/

.content-top{ overflow: hidden;    padding:0 0 20px;}
.content-top .wrapper{ float:right;}
.home-slider{ width:608px; float:left;}
.tabberlive_outer, .new-products-block, .manufacturer-product-outer, .subbanner-cms3 , .blog_testimonial { background:#fff; clear:both; overflow:hidden;}
.tabberlive_outer_sub{ /*background:url(../images/ptn.jpg) repeat scroll 0 0 transparent;*/ clear:both; margin-top:65px;}
.manufacture_products #brand-carousel{ margin:0px;}

/* footer */
.footer-top-outer{background:#0d0d0d; padding:0px 0px 0px;}
.footerblock .title {
    color: #e5e5e5;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; margin:0 0 0 5px;
}

.footer-top-outer .subtitle {
    color: #b0b0b0;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize; margin:0 0 0 5px; padding:0px;
}
.footer { padding:50px 0 20px; }
.footer_inner { margin-bottom: 55px;  overflow: hidden;}
.footer a,.footer{color:#8c8c8c;}
.footer li a:hover{color:#fff;}
#footer .footer-area{float: left;    margin-right:20px;    width:21%; box-sizing:border-box; padding:0px;}
.footer  li {  padding:2px 0; line-height:22px;   }
#block_5.footer-area{ margin-right:0px; border:none; width:19%;}
#block_1.footer-area {width:17.7%; margin-right:135px;}
#block_4.footer-area{ margin-right:0px; width:25.7%;}
.footer-area h6, .newsletter-title .small-title, .footer .block-subscribe .block-title strong span {
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight:normal;
    margin:0 0 28px;
    padding: 0;
    position: relative;
	letter-spacing: 1px;
    text-transform: uppercase;
	/*font-family: "Abril Fatface",Helvetica,sans-serif;*/
}
.footer-area .logo { margin:4px 0 15px;}
#block_1.footer-area  h6{ display:none;}
.address_content{overflow:hidden;}
.contact_address {
    padding-top: 0px;
	line-height:26px;
}
.footer .content .form-subscribe-header{display:block;}
.news-text .text-content{ line-height:24px;}
 .block.block-subscribe {
    position: relative;
	padding:0;
	background:transparent;
}
#footer .block-subscribe input.input-text{ background-color: #333333; border:none; border-radius: 0; -webkit-border-radius:0;  -khtml-border-radius:0;  -moz-border-radius:0; height: auto; margin-top: 10px; padding: 8px 8px 9px; width:77%;}
.block-subscribe button.button span {
    background:transparent;
    border:none;
    color:#72BE44;
    font-size:19px;
    height:auto;
    width: 100%;
	padding:0;
	margin-top:0px;
	border-radius:0px; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
}
#footer .block .actions button.button{ width:auto; float:left; margin-top:14px;  background:#1e1e1e;  border:1px solid #ccc; padding:4px 19px;}
#footer .block .actions button.button:hover{ background:transparent; border-color:#fff;}
.block-subscribe button.button:hover span{background: transparent;    color: #72BE44;}
.footer-container .block{border:none;}
.footer-container .block .block-title{display:none;}
.footer-top-inner.container-width{background:transparent; overflow:hidden;}
.footer_right_newsletter .block .block-content{padding:0px;}
.footer_inner.container-width{background:transparent;}
.footer_bottom{ float:left; width:100%; border-top:1px solid #3a3a3a; padding:13px 0;}
.footer-bottom-top {
    margin: 60px auto 25px;
    padding:24px 0 25px;
    border-bottom: 1px solid #3d3d3d;
    border-top: 1px solid #3d3d3d;
    text-align: center;
	float:left;
	width:100%;
}
.footer-bottom-bottom{ clear:both; position:relative;}
.footer_bottom ul.links { text-align:center; margin:0 0 12px; }
.footer-bottom-bottom address{margin:10px 0 0;    padding: 0;  float:left; position:relative; z-index:9;}
.map {
    height:26px; width:26px;
    cursor: pointer;
    left: 0;
    margin: 0 auto;
    padding: 0px;
    position: absolute;
    right: 0;
    top:6px;
	text-align:center;

}
.fa.fa-map-marker {
    font-size: 14px;
    line-height: 25px;
    padding: 0 0px;
	height: 26px;
	width: 26px;
	background: #ffa800;
	border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
	color: #1e1e1e;
	text-align:center;
}
.map .fa-map-marker::before{ padding:0px 9px;}
.footer_bottom .social-icon{ float:right; margin:6px 0 0; position:relative; z-index:9;}
.footer_bottom .social-icon li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0; line-height:20px;
}
.footer_bottom .social-icon li:last-child{ margin:0px;}
.social-icon li a{
    background-color:transparent;
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
    display: block;
    font-family: "FontAwesome";
    font-size: 13px;
    height: 20px;
    padding: 0 0px;
    width: 20px;
	position:relative;
	border:2px solid #808080;
}
.social-icon li a:hover{ border-color:#fff;}
.social-icon li a .fa{ left: 0; line-height: 20px; margin: 0 auto;  position: absolute;   right: -4px; text-align: center; font-size:12px;}
.social-icon li a.gplus .fa{ right:-6px;}
.social-icon li a.instagram .fa{ line-height:19px;}

.footer .store-switcher { display:inline; margin:0 5px 0 0;}
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { text-decoration:none; }
.footer a:hover { text-decoration:none; }
.footer li div.email a { color: #fff; cursor: initial; }
.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 a { color:#777; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul {  }
.footer-container .bottom-container { margin:0 0 5px; }
.ie7 .footer_top  li { display:block; padding-bottom:7px; padding-left:0px; }
.ie7 .footer_top ul{ display:block;}
.ie7 .social_block ul li{ padding-bottom:0px;}
.footer .mobile_togglemenu{ display:none; }
.footer_top{ width:100%; padding: 10px 0; overflow:hidden;}
#footer .block { border:none; margin-bottom:10px; float:none; }
#footer .block .block-title{ background:none; padding:0; line-height:20px; }
#footer .block-subscribe .block-content{ background:none; border:none; padding:0;}
#footer .mobile_togglemenu {
    background: url("../images/megnor/toggle-arrow1.png") no-repeat scroll right 0px transparent;
      cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -22px;
    overflow: hidden;
    padding: 0 0 0px 0px;
    text-decoration: none;
    width: 100%;
	position:absolute;
}
.padder h5.mobile_togglemenu {
    background: url("../images/megnor/toggle-arrow1.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 0px 0px;
    text-decoration: none;
    width: 100%;
	position:relative;
	margin-bottom:0px;
}
#footer  .active .mobile_togglemenu , .padder  .active .mobile_togglemenu {    background-position: right -52px;}
.toggle .mobile_togglecolumn {
    background: url("../images/megnor/toggle-arrow1.png") no-repeat scroll right 10px transparent;
    cursor: pointer;
    display: none;
    margin-top: -31px;
    overflow: hidden;
    padding: 10px 0px;
    width: 100%;
	position:absolute;
	z-index:9;
	margin-left:-30px;
}
.active .mobile_togglecolumn {    background-position: right -42px;}
#topcontrol:before {
    color: #ffffff;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    vertical-align: middle;

}
#topcontrol {
    background:#333333;
    bottom: 45px !important;
    font-size: 0;
    height: 34px;
    right: 45px !important;
    width: 34px;
    z-index: 999;
}

/* end of footer */
/*tab start*/

/*.tab-main-title:before, .blog_testimonial h2:before, .category-title h2:before {
    background: #d9d9d9 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top:85px;
    width: 96%;
    z-index: 9;
	margin:auto;
}*/
.tab-main-title, .category-title h2 , .blog_testimonial h2{
    border: medium none;
    color: #000;
    font-size: 33px;
    letter-spacing: 0.5px;
    margin: 0px;
    padding: 0 0 2px;
    position: relative;
    text-transform: uppercase;
	font-family: 'Gotham-Black';
	text-align:center;
	line-height:100%;
}
.category-title h2{font-size: 22px;}
/*.blog_testimonial h2:before{ top:70px;}*/
.blog_testimonial h2:after{ top:61px;}
.blog_testimonial h2{ padding:0;}
.box-up-sell .category-title h2, .related-product-outer .category-title h2, .crosssell .category-title h2{ /*padding:0 0 55px;*/}

.tabberlive .tabbertabhide { display:none; }
ul.tabbernav, ul.tabbernav_product
{
	 margin:0 0 30px;
	 padding: 0;
	 position:relative;
	 text-align:center;
	 clear:both;
	 float:left;
	 width:100%;
}

div.tabs .all-product-link {
    border: 1px solid #72be44;
    color: #72be44;
    float: right;
    font-size: 15px;
    padding: 5px;
    position: relative;
    right: 39px;
}

div.tabs .all-product-link > a {
    color: #72be44;
}


.tabs{margin:0 38px;}

.tabbernav li, .tabbernav_product li {
  /*  background:url(../images/pipe.gif) no-repeat scroll right center transparent;*/
    display: inline-block;
    list-style: inside none none;
    padding-left:50px;
    padding-right:50px;
    position: relative;
    text-align: center;
}
.tabbernav li:last-child, .tabbernav_product li:last-child{ background:none;}

.tabbernav_product a span:before, .tabbernav_product a:before {  background: #72bf44;   transition-delay: 0.4s; transition-delay: 0.4s; -webkit-transition-delay: 0.4s; -moz-transition-delay: 0.4s; -ms-transition-delay: 0.4s; -o-transition-delay: 0.4s;}
.tabbernav_product a:before, .tabbernav_product a:after {
    top: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
   transform: scale3d(0, 1, 1); -webkit-transform:scale3d(0, 1, 1);  -ms-transform:scale3d(0, 1, 1); -o-transform:scale3d(0, 1, 1); -moz-transform:scale3d(0, 1, 1);
    transform-origin: left center 0; -webkit-transform-origin: left center 0;  -ms-transform-origin: left center 0; -o-transform-origin: left center 0; -moz-transform-origin: left center 0;
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -moz-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
	-ms-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -o-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    width: 100%;
}

.tabbernav_product a span:before, .tabbernav_product a span:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
   transform: scale3d(0, 1, 1); -webkit-transform:scale3d(0, 1, 1);  -ms-transform:scale3d(0, 1, 1); -o-transform:scale3d(0, 1, 1); -moz-transform:scale3d(0, 1, 1);
    transform-origin: left center 0; -webkit-transform-origin: left center 0;  -ms-transform-origin: left center 0; -o-transform-origin: left center 0; -moz-transform-origin: left center 0;
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -moz-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
	-ms-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s; -o-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    width: 100%;
}
.tabbernav_product .tab1 a span:after, .tabbernav_product .tab1 a:after{ background:#F07D23;}
.tabbernav_product .tab2 a span:after, .tabbernav_product .tab2 a:after{ background:#e52859;}
.tabbernav_product .tab3 a span:after, .tabbernav_product .tab3 a:after{ background:#2b275a;}
.tabbernav_product .tab4 a span:after, .tabbernav_product .tab4 a:after{ background:#20b2e7;}

.tabbernav_product a span, .tabbernav_product a {
    color:#000;
    position: relative;
    transition: color 0.4s ease 0s; -webkit-transition: color 0.4s ease 0s; -moz-transition: color 0.4s ease 0s; -ms-transition: color 0.4s ease 0s; -o-transition: color 0.4s ease 0s;
    -moz-user-select: none;
    display: block;
    font-size:19px;
    font-weight: bold;
    padding:  10px 0px 10px;
	 text-transform: uppercase;
}
.tabbernav_product a{padding:0px;}

.tabbernav_product a:hover span:before, .tabbernav_product a:focus span:before , .tabbernav_product a:hover:before, .tabbernav_product a:focus:before {
	transform: scale3d(1, 1, 1);  -webkit-transform: scale3d(1, 1, 1);  -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1);
	transition-delay: 0s;  -webkit-transition-delay:0s; -moz-transition-delay:0s; -ms-transition-delay:0s; -o-transition-delay:0s;
}
.tabbernav_product a.selected span:before , .tabbernav_product a.selected:before{  transition-delay: 0s;  -webkit-transition-delay:0s; -moz-transition-delay:0s; -ms-transition-delay:0s; -o-transition-delay:0s;}
.tabbernav_product a.selected span:after, tabbernav_product a.selected span:before , .tabbernav_product a.selected:after, tabbernav_product a.selected:before{
transform: scale3d(1, 1, 1);  -webkit-transform: scale3d(1, 1, 1);  -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); }
a.selected span, a.selected:hover span, .tabbernav_product a.selected:focus span, a.selected, a.selected:hover, .tabbernav_product a.selected:focus {  color:#000;}


.tabberlive .category-title{display:none;}
.category-products ul.item.slider-item > li:first-child{margin-bottom:15px;}
.line-tab{background: url('../images/title_lines.jpg') repeat-x scroll 0px center transparent; display:block; width: 53%;left: 445px; position: absolute;}
ul.tabbernav li, ul.tabbernav_product li	{  list-style:none; display:inline-block; }
.content { padding:0; }
.list-center .add-to-links li em{min-width:91px; padding:5px 5px 5px 10px;}
.tabberlive .tabbertab {
	padding-bottom: 5px;
	border-top:0;
	float:left;
	width:1000px;
	background:url(../images/tobbottom_line.png) repeat-x left bottom;
}
.tab{clear:both; position:relative; padding-bottom:12px;}
.tab_product{clear:both; position:relative; padding-bottom:0px;}
.featured-products-inner .category-title h2, .bestseller-products-inner .category-title h2, .new-products-inner .category-title h2{ margin:0 10px 13px;}
.featuredproducts { padding:48px 0 48px; background:#f8f8f8;}
.tabbernav_product_sub .category-title{ display:none;}
.tabs .view_actions{ text-align:center; margin:-6px 0 34px;}
.tabs .view_actions > a {
    border-bottom: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    padding: 7px 9px; color:#000; letter-spacing:2px; font-weight:500;
}
.tabs .view_actions > a:after {
    color: #000;
    content: "\f178";
    font-family: fontawesome;
    font-size: 14px;
    margin: 0 0 0 8px;
    vertical-align: middle;
	transition: all 200ms ease 0s; -webkit-transition: all 200ms ease 0s; -moz-transition: all 200ms ease 0s; -ms-transition: all 200ms ease 0s; -o-transition: all 200ms ease 0s;
}
.tabs .view_actions > a:hover:after{  margin: 0 0 0 12px; color:#808080; transition: all 200ms ease 0s; -webkit-transition: all 200ms ease 0s; -moz-transition: all 200ms ease 0s; -ms-transition: all 200ms ease 0s; -o-transition: all 200ms ease 0s;}
.tabs .view_actions > a:hover{color:#808080;}

/* tab end */

/* manufacturer */
.manufacture  .category-title{display:none;}
.manufacturer-product-outer{clear: both;}
.manufacture { border-top: 1px solid #d9d9d9;  padding: 29px 0 34px;}
.manufacturer-product-outer .product-carousel .product-block{ /*margin: 23px 14px 19px !important;*/ border:none; box-shadow:none;}
.manufacture  .customNavigation  a {top: 85px;}
.manufacture .customNavigation{display:none;}
.manufacture #manufacture-logo .customNavigation { display: block }
.manufacture:hover .customNavigation{display:block;}

.manufacture_products .customNavigation a { top:40px;}
/* End  manufacturer */

.box-collateral.box-up-sell{ margin-top:30px; /*overflow:hidden;*/}
.catalogsearch-advanced-index #advanced-search-list select.multiselect option { border-bottom:none; padding:5px 5px; }
.manufacture_info{ clear:both;}

/* Start  category_blog */
.category_blog_outer.container-width{ width:100%;}
.category_blog .column-inner{ margin:0px;}
.category_blog #category_blog-carousel{ margin:0px; padding:0px;}
.category_blog .category_blog_title{ display:none;}
.category_blog .even .cms-block { background-color: #1e1e1e;}
.category_blog .odd .cms-block { background-color: #3d3d3d;}
.category_blog .cms-block {
    /*float: left;*/ display:inline-block; text-align:center;
    padding:48px 0 44px;
    width: 100%;
	box-sizing: border-box; min-height:150px; max-height:150px;
}
.category_blog .cms-block .left { float: none !important; display:inline-block; vertical-align:top; margin-top:7px; }
.category_blog .cms-block .right {
    float: none !important; display:inline-block;
    margin-left: 27px;
    padding-top: 9px; text-align:left;
}
.category_blog .cms-block .right .title a {
    color: #d9d9d9;
    font-size:14px;
   /* letter-spacing: 1.8px;*/
    line-height: 38px;
    text-transform: uppercase;
	/*font-family: Verdana, sans-serif;*/
	font-weight:bold;
}
.category_blog .cms-block .right .text {
    color: #999999;
    letter-spacing: 1.3px;
    line-height: 22px;
}
.category_blog .cms-block .right .button {  display: none;}
/*.category_blog .cms-block .left_image{ background:transparent url("../images/all-icons.png") no-repeat scroll 0 0; height:55px;  width: 55px;}
.category_blog .cms-block.block1 .left_image{ background-position: -11px -134px; }
.category_blog .cms-block.block2 .left_image{ background-position:-311px -134px; }
.category_blog .cms-block.block3 .left_image{ background-position:-66px -134px; }
.category_blog .cms-block.block4 .left_image{ background-position:-120px -134px; }
.category_blog .cms-block.block5 .left_image{ background-position:-258px -134px; }
.category_blog .cms-block.block6 .left_image{ background-position: -174px -134px;  width: 85px; }
.category_blog .cms-block.block7 .left_image{ background-position: -368px -131px; width: 61px; }*/

.category_blog .slider-item .cms-block:hover{ background:#000;}
.category_blog .slider-item .cms-block:hover .left{ display:none;}
.category_blog .slider-item .cms-block:hover .right {
    float: none !important;
    margin-left: 0;
    text-align: center; padding-top:0px;
}

.category_blog .slider-item .cms-block:hover .right .title a{ font-size:13px; line-height:22px;}
.category_blog .slider-item .cms-block:hover .right .text{ display:none;}
.category_blog .cms-block .right .button > a{
   background:transparent;
    color: #fff;
    font-size: 13px;
    padding: 5px 38px;
    text-align: center;
    text-transform: capitalize; display:inline-block; border:1px solid #fff;
}
.category_blog .cms-block .right .button > a:hover{ color:#72be44; border-color:#72be44;}
.category_blog .slider-item .cms-block:hover .right .button{ display:inline-block; margin-top:13px; margin-bottom:6px;}
.category_blog .customNavigation a{ top:-95px ; margin:0 auto; text-align:center; background:none; border:none; height:35px; width:35px;}
.category_blog .customNavigation a.prev{ left: 10px;  right: auto; background:none;}
.category_blog .customNavigation a.next{ left:auto;  right: 10px; background:none;}
.category_blog .customNavigation a.prev:before{font-family: "FontAwesome"; font-size:26px; color:#fff; right:9px; top:13px;}
.category_blog .customNavigation a.next:before{font-family: "FontAwesome"; font-size:26px; color:#fff; right:9px; top:13px;}
.category_blog .customNavigation a.prev:hover:before, .category_blog .customNavigation a.next:hover:before{ color:#808080;}
.slider-controls .slider-page, .slider-controls .slider-buttons div {
    cursor: pointer;
    display: inline-block;
	margin:0 6px!important;
}
/* End  category_blog */

/* Start  Best_author */
.best_author_outer{ padding:65px 0 0;}
.best_author_outer .image-block > img{ width:auto; max-width:100%;}
.categoryproducts_inner { margin:35px 0 0; position:relative;}
.best_author_outer .best_author_block {
    float: left;
    position: relative;
    width: 70%; text-align:left;
}
/*.best_author_outer .category-products_inner .product-image-block-inner { background:#72BE44; border:none;}
.best_author_outer .category-products_inner .product-image-block-inner .background-overlay { width:100%; height:100%; border:none;}*/
.best_author_outer .category-products_inner .product-image-block-inner .product-image > img { width:100%;}


.best_author_description_block img.author-image{ float: left;  margin-right: 55px;}
.best_author_block .best_author_description_block{ float:left; margin:0 0 0 29px; width:93%;}
.best_author_block .author-title{ font-size:24px; color:#000; text-transform:capitalize; font-weight:500; margin:0;}
.best_author_block .author-description{ font-size:13px; line-height:25px; margin:0 0 15px;}
.best_author_block .author-description p{ margin:0 0 25px 0;}
.best_author_block .author-btn a, .static-book-block .book-button a, .static-book-block span.widget-category-link-inline a {
    border: 1px solid #72BE44;
    font-family: 'Gotham-Medium';
    padding: 23px 34px;
    text-transform: uppercase;
	font-size:19px;
	display:inline-block;
	letter-spacing:1.5px;
	color:#72BE44;
}
.best_author_block .author-btn, .static-book-block .book-button, .static-book-block span.widget-category-link-inline { display:inline-block; margin:7px 0 0; }
.static-book-block .book-button, .static-book-block span.widget-category-link-inline { margin: 42px 0 0;}
.best_author_block .author-btn:hover a, .static-book-block .book-button a:hover{ background:#505050; border-color:#505050; color:#fff;}
.best_author_block .author-sub-title{ font-size:14px; margin:0 0 26px; color:#000;}
.best_author_outer .category-products {
    position: relative;
    width: 30%;
	float:left;
}
.category-products .category-products_inner { margin:33px 40px 26px 39px;}
.best_author_outer .customNavigation a.prev{left:-40px;}
.best_author_outer .customNavigation a.next{ right:-40px;}
/* End  Best_author */

/* Start static book block */
.static-book-block {
   /* background: transparent url("../images/ptn.jpg") repeat scroll 0 0;*/
    clear: both;
    padding-bottom: 0;
    margin-top: 140px;
	overflow:hidden;
}
.static-left-bookblock{ float:left; width:61%; text-align:left;}
.static-right-bookblock{ float:left; width:37%;}
.static-book-block .book-new-img{ position:relative;}
.static-book-block .book-new-img{
	background:url(../images/book_new.png) no-repeat scroll left 0px transparent;
	/*content: "";
	position:absolute;
	top:0px;*/
	width:auto;
	height:88px;
	/*left:0px;*/
	margin:17px 0 0px 91px;
}

.static-book-block .book-title{ font-size:32px; font-family: 'Gotham-Medium'; margin:20px 20px 40px 40px;}
.static-book-block .book-sub-title{ font-size:20px; color:#000; text-transform:uppercase;}

.static-book-block .book-discription {color: #000; font-size: 18px;  line-height: 28px; padding:0 70px 0px 40px; font-family: 'Gotham-Book';}
/* End  static book block */
.blog_outer .customNavigation a, .category_blog_outer .customNavigation a, .box-up-sell .customNavigation a, .related-product-outer .customNavigation a, .crosssell_product .customNavigation a{ display:none;}
.category_blog_outer:hover .customNavigation a, .box-up-sell:hover .customNavigation a, .related-product-outer:hover .customNavigation a, .crosssell_product:hover .customNavigation a{display:block; }
.categoryproducts .tab-main-title{ margin:0 0 30px 0;}


/*New Update Css */
.header-top { padding:9px 0 10px;}
.header-left-tab { display:none;}
.tm_headerlinkmenu .links li a { /*font-family: Verdana, sans-serif;*/ font-size:12px; color:#505050;}
.tm_headerlinkmenu .links li.first a:before {background:url("../images/all-icons.png") -13px -17px no-repeat; height:28px; width:28px; display:inline-block; content:"";}
.tm_headerlinkmenu .links li a.top-wishlist:before {background:url("../images/all-icons.png") -43px -17px no-repeat; height:28px; width:28px; display:inline-block; content:"";}
.tm_headerlinkmenu .links li a.top-link-checkout:before {background:url("../images/all-icons.png") -73px -20px no-repeat; height:28px; width:28px; display:inline-block; content:"";}
.tm_headerlinkmenu .links li.last a:before {background:url("../images/all-icons.png") -111px -20px no-repeat; height:28px; width:28px; display:inline-block; content:"";}
.tm_headerlinkmenu .links li.last a.log-out:before {background:url("../images/logout-icon.png") 1px -1px no-repeat; height:28px; width:28px; display:inline-block; content:"";}

.header-content { width:31%; /*font-family: Verdana, sans-serif;*/}
.header-content .cms-data {padding-left:0; line-height:16px; text-align:center; }
.header-content .cms-data .call, .shipping-text .text1 { font-size:13px; font-weight:700; color:#505050;}
.header-content .cms-data:before{background:url("../images/all-icons.png") -12px -74px no-repeat; content:""; width: 47px; height: 47px; float: left;}
.header-content .cms-data .call { padding-top:4px;}

.headertopleft { width:49%; /*font-family: Verdana, sans-serif;*/}
.shipping-cms  { padding-left:0; line-height:16px; /*font-family: Verdana, sans-serif;*/}
.shipping-text { float:left; margin-top:12px;}
.shipping-cms:before { content:""; background: url("../images/all-icons.png") no-repeat scroll -71px -66px; width: 110px; height: 55px; margin-right:10px; float: left;}

.header-cart .block-cart.btn-slide .cart_mini_right .cart_text { border-bottom: 1px solid #cccccc; padding: 4px 0 4px 0;  text-transform:uppercase; font-weight:500; float:left; width:100%;}
.header-cart .block-cart.btn-slide .cart_mini_right .cart_text:before { content: "";
    background: url("../images/all-icons.png") no-repeat scroll -185px -24px transparent;
    width: 39px;  height: 24px;  display: block;  float: left;}

.quick-access .form-search button.button:before	{ content: ""; background: url("../images/all-icons.png") -153px -23px no-repeat;
    width: 29px; height: 24px; display: block; float: left;}


/*.tab-main-title:after, .category-title h2:after, .blog_testimonial h2:after {
    content: ""; height: 23px; left: 0;margin: 0 auto; position: absolute; right: 0; top:75px; width:204px; z-index: 99;}
.tab-main-title:after {background: rgba(0, 0, 0, 0) url("../images/dot1.jpg") no-repeat scroll center center;}
.static-book-block .tab-main-title:after{background: rgba(0, 0, 0, 0) url("../images/dot2.jpg") no-repeat scroll center center;}
.best_author_product .tab-main-title:after{background: rgba(0, 0, 0, 0) url("../images/dot3.jpg") no-repeat scroll center center;}
.blog_testimonial h2:after{background: rgba(0, 0, 0, 0) url("../images/dot4.jpg") no-repeat scroll center center;}
.homepage-parallex-inner .tab-main-title:after {background: rgba(0, 0, 0, 0) url("../images/dot5.png") no-repeat scroll center center;}
*/


button.btn-cart > span:before {
    content: ""!important; padding: 0; background: url("../images/all-icons.png") -235px -21px no-repeat; float:left;width:10px; height:10px;}

.add-to-links li a.link-wishlist:before{
    content: ""!important; padding: 0; background: url("../images/all-icons.png") -277px -21px no-repeat; float:left;width:25px; height:23px;}

.add-to-links li a.link-compare:before{
    content: ""!important; padding: 0; background: url("../images/all-icons.png") -321px -21px no-repeat; float:left;width:21px; height:21px;}

.tab-image  { float:left; width:100%; text-align:center; margin:40px 0;}


.tabbernav_product_sub{ position:relative;}
.image-bottom{display: inline-block; height: 154px; bottom: -98px; position: absolute; width: 100%; z-index:0;}
.image-bottom img { width:100%;}

/*#newproduct-carousel .slider-item { width:196px!important; margin-left:69px;}*/

.static-book-block-outer { float:left; width:100%; }
.static-book-block .book-button, .static-book-block span.widget-category-link-inline{ width:100%; text-align:center;}

.parallex-inner .tab-main-title { color:#fff;}
.parallex-inner .tab-main-title:before{ top:75px;}
.parallex-inner .tab-main-title:after{ top:63px;}

.best_author_block { color:#000;}
.best_author_block .author-title h2 {font-family: 'Gotham-Bold'; font-size:32px; color:#000; margin-bottom:15px; line-height:26px;}
.best_author_block .author-title h3 {font-family: 'Gotham-Book'; font-size:19px; color:#000; font-weight: normal;}
.best_author_block .author-description { margin:25px 0 20px; font-size:16px; line-height:22px; color:#000; font-family: 'Gotham-book';}

/*.blog_testimonial .product-carousel  .slider-item { width:356px!important; margin-right:50px;}*/

.blog_testimonial .product-carousel .slider-item img   { width:100%;}
.blog_testimonial .product-image-inner-blog { background:none;}
.footerblock {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin:30px 20px 30px 40px;
    padding: 0;
}
.footerblock1:before,
.footerblock2:before,
.footerblock3:before,
.footerblock4:before {
	    background-image: url(../images/all-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
	box-sizing: border-box;
    float: left;
	 content: "";
}
.footerblock1:before { width: 78px; height: 82px; background-position: -21px -386px;}
.footerblock2:before { width: 169px; height: 82px; background-position: -121px -386px;}
.footerblock3:before {    width: 62px; height: 65px; background-position: -320px -383px;}
.footerblock4:before {     width: 72px; height: 70px; background-position: -411px -383px;}

.footerblock .block-content { float: left; /*width:69%;*/  margin-top: 10px;}
.footerblock2.footerblock { /*width:30%;*/}
.footerblock2.footerblock .block-content {/*width:42%;*/}

.footerblock3.footerblock { /*width:21%;*/}
.footerblock3.footerblock .block-content {/*width:60%;*/}

.footerblock4.footerblock { /*width:21%;*/}

.footerblock .title { font-size:13px; color:#fff;}
.footer-top-outer .subtitle { font-size:12px; color:#989898!important;}
.footer-top-outer .subtitle a{color:#989898!important;}
.footer-area h6, .newsletter-title .small-title { margin-top:15px; font-family: 'Gotham-Black'; font-size:19px; margin-bottom:50px;}

.footer-area .logo {margin: 0px 0 40px;}
.footer ul li{font-family: 'Gotham-Medium'; font-size:17px; line-height:32px; margin-bottom: 7px;}
#footer .block-subscribe input.input-text { margin:20px 0; color:#fff;}


#footer .block-subscribe input.input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#footer .block-subscribe input.input-text::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#footer .block-subscribe input.input-text::-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#footer .block-subscribe input.input-text::-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
input:-moz-placeholder { color:#fff;}

#footer .block .actions button.button{
    border: 1px solid #72BE44;
    font-family: 'Gotham-Medium';
    padding: 23px 38px;
    text-transform: uppercase;
	font-size:19px;
	display:inline-block;
	letter-spacing:1.5px;
	color:#72BE44;
}
#footer .block .actions button.button:hover{ background:#000; border-color:#000; color:#72BE44;}






.post-author.author-btn a {
	border: 1px solid #72BE44;
    font-family: 'Gotham-Medium';
    padding: 23px 38px;
    text-transform: uppercase;
	font-size:19px;
	display:inline-block;
	letter-spacing:1.5px;
	color:#72BE44;
}
.post-author.author-btn a:hover {background:#505050; border-color:#505050; color:#fff;}

.product-image-inner-blog:hover .post-content-inner .post-author a { color:#72BE44;}
.product-image-inner-blog:hover .post-content-inner .post-author a:hover { color:#fff;}


/*#test-carousel .slider-item { width: 196px!important;  margin-left:50px;}*/
.know-bottom { position: absolute; bottom: -18px;}


.product-image-inner-blog.back-banner04 { background: url(../images/back-banner01.png) left top no-repeat;}
.product-image-inner-blog.back-banner05 { background: url(../images/back-banner02.png) left top no-repeat;}
.product-image-inner-blog.back-banner02 { background: url(../images/back-banner03.png) left top no-repeat;}
.product-image-inner-blog.back-banner06 { background: url(../images/back-banner04.png) left top no-repeat;}
.product-image-inner-blog.back-banner01 { background: url(../images/back-banner05.png) left top no-repeat;}
.product-image-inner-blog.back-banner03 { background: url(../images/back-banner06.png) left top no-repeat;}
.product-image-inner-blog.back-banner07 { background: url(../images/back-banner07.png) left top no-repeat;}

.category_blog .slider-item .cms-block:hover {background:rgba(0, 0, 0, 0.7);}


.product-image-inner-blog .post-author.author-btn{ text-align:center;}
.product-image-inner-blog .post-title { float:left; width:100%; min-height:70px; text-align:center;}

.blog_testimonial .slider-controls .slider-page.active {  background:#d6d6d6; border:solid 3px #d6d6d6; width:13px; height:13px; }
.blog_testimonial .slider-controls .slider-page {border:solid 3px #d6d6d6;width:13px; height:13px;  background:#fff;}




.footer-area.mobile-block { display:none;}
.manufacturer-name { display:none;}



/* Slider */
 .slider-text{text-align: center;  width: 420px; position: absolute;  top: 90px; right: 150px;}
.upper-text  {font-family: 'Gotham-Bold'; color:#72BE44; font-size:35px; line-height:34px;}
.middle-text{width: 230px; margin: 50px auto; background-color: #505050;  height: 1px;}
.lower-text {font-family: 'Gotham-Book'; font-size:24px; color:#505050; line-height:28px;}

#category-treeview li a{ font-family: 'Gotham-Bold'; color:#636464;}
#category-treeview li.current-cat > a { color: #72bf44; }
.callout-text-upper { float:left; width:100%; font-size:14px; color:#000; font-family: 'Gotham-Medium'; text-align:center;}
.callout-text-upper span { float:left; width:100%;}
.callout-text-bottom {    font-family: 'Gotham-Black';font-size: 8px;color: #000;line-height: 8px; text-align: center; margin: 9px 0px; float: left;}
.callout-btn.book-button { display:inline-block; margin-top:10px; text-align:center; width:100%;}
.callout-btn.book-button a{     border: 1px solid #72BE44;
    font-family: 'Gotham-Medium';
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 1.5px;
    color: #72BE44;}
.callout-btn.book-button:hover a {    background: #000;
    border-color: #000;
    color: #fff;}
.col3-layout .col-wrapper {
    float: left;
    width: 960px;
}
.col3-layout .col-main {
    width: 700px;}

.block .block-content .mini-products-list {font-family: 'Gotham-Book'; font-size:10px;}
.block .block-content .mini-products-list li .product > a { border:none;}
.block .block-content .mini-products-list li .product > a img { margin:0;  border:solid 4px #72BF44;}
.block .block-content .mini-products-list li .product-name a { color:#5C5C5C;  font-size:10px;}

.block .block-content #block-specialproducts.mini-products-list li .product > a img { border:1px solid #2b275a;}
.block .block-content #block-bestseller.mini-products-list li .product > a img { border:1px solid #e52859;}
.block .block-content #block-newproducts.mini-products-list li .product > a img { border:1px solid #f07d23;}
.block.mini-suggest .block-content .mini-products-list li .product > a img { border: 1px solid #72bf44; }


.block .block-content .mini-products-list .price-box { margin:6px 0;}
.block .block-content .mini-products-list .price-box span.old-price { font-size:10px; color:#FF0000;}
.block .block-content .mini-products-list .price-box span.special-price, .block .block-content .mini-products-list .price-box span.price { color:#72BF44;  font-size:10px;}
.mini-products-list .product-details .addto-cart {    font-size: 10px; }

.sbOptions { z-index:999;}
.col3-layout .product-image-block-inner .product-image > img { width: 100%;}


.catalog-product-view .tab-image img { width:100%;}
.catalog-product-view .tab-image { margin:20px 0;}

.cart .totals .checkout-types li:last-child { text-align:right; padding-right:15px;}
.cart .totals .checkout-types li:last-child button.btn-checkout span { background-color:#73BF43; color:#fff; border:none;}

.product-essential .product-options dt label{
    color: #808080;
    font-family: 'Gotham-Book';
    font-size: 13px;}

	.product-options ul.options-list .label { font-size:12px;}
	.product-options ul.options-list .label .price-notice .price { font-weight:normal; font-size:12px;}

div.MagicToolboxSelectorsContainer a { margin: 0 5px 0 0;
    border:none;
    padding: 0;}
div.MagicToolboxSelectorsContainer img
{border: solid 4px #72BF44; padding: 0; box-shadow:none;}

.mcs-wrapper { width:85%; margin:auto!important;}
.MagicScroll-horizontal .mcs-button-arrow-prev:before, .MagicScroll-horizontal .mcs-button-arrow-next:before { color:#73BF43;}



.cms-page-view .main .col-main { /*font-size:16px;*/ color:#000;}
.cms-page-view .main .col-main ul,
.cms-page-view .main .col-main ol,
.cms-page-view .main .col-main dl,
.cms-page-view .main .col-main p,
.cms-page-view .main .col-main address,
.cms-page-view .main .col-main blockquote,
.cms-page-view .main .col-main ul li{ margin:0 0 18px;}
.cms-page-view .main .col-main ul li{ /*margin-right:20px;*/ }
.cms-page-view .main .col-main ul li a{ font-size:12px;}
.cms-page-view .main .col-main ul li a strong  { font-size:14px;}

.cms-page-view .main .col-main ul.support-team, .cms-page-view .main .col-main ul.support-team li{ margin:0;}
.cms-page-view .main .col-main ul.support-team.cms_bullets {     padding: 0 0 35px; }
.cms-page-view .main .col-main ul.cms_bullets li.slider-item.members { float: none; list-style: inside none disc;  padding-left:15px;}


.cms-page-view .main .col-main .product_hover-block .add-to-links li a, .cms-page-view .main .col-main .list-center-outer .add-to-links li a{ font-size:0;}
.cms-page-view .main .col-main .category-products ul li { margin-right:0; }

.aboutus-page .section-heading h1,
.aboutus-page .section-heading h2,
.aboutus-page .section-heading h3 {     color: #515050;
    font-family: 'Gotham-Medium';
    font-size: 18px;
    border-bottom: solid 1px #333;
    padding: 0 0 15px;
    margin-bottom: 30px;
	font-weight: 500;
}
.aboutus-page .logo-img { float:left; margin-right:100px;}
.aboutus-page-middle .first { float:left; width:100%; margin-bottom:45px;}

.aboutus-page-bottom .sub-title {font-family: 'Gotham-Medium'; padding:0; margin:0 0 15px; font-size: 15px; color:#505050; font-weight: 500;}
.aboutus-page-bottom span.first { padding-bottom:20px; float:left; width:100%;}

.aw-onestepcheckout-overlay { display:none;}

.checkout-cart-index .data-table.cart-table .back-link a,
.checkout-cart-index .data-table.cart-table .discount .buttons-set button.button,
/*.checkout-cart-index .cart .discount button span,*/
.checkout-cart-index button.btn-checkout span,
.checkout-cart-index .checkout-types .button.btn-proceed-checkout span{ color:#fff; background:#73BF43; border-color:#73BF43;}

.checkout-cart-index .data-table.cart-table button.button:hover span,
.checkout-cart-index .data-table.cart-table .back-link a:hover,
.checkout-cart-index .data-table.cart-table .discount button:hover span,
.checkout-cart-index .data-table.cart-table .discount .buttons-set button.button:hover,
.checkout-cart-index .data-table.cart-table .shipping .buttons-set button.button:hover,
.checkout-cart-index .cart .discount button:hover span,
.checkout-cart-index button.btn-checkout:hover span,
.checkout-cart-index .cart button.button:hover span { background: #505050; color: #fff; border-color: #505050;}
.new-users .buttons-set{ text-align: left;  float: left;}

.registered-users .buttons-set { float:left; text-align:left;}
.registered-users .buttons-set button.button { margin-left:0; float:left;}
.registered-users .buttons-set  a{ clear:both; margin:6px 0 0;}

#aw-onestepcheckout-place-order-button, #aw-onestepcheckout-place-order-button:visited {color:#73BF43; color:fff;}
#aw-onestepcheckout-place-order-button:hover {color:#505050; color:fff;}
h2.free-shipping {color:#73bf43; font-size:18px; font-weight:700; margin:0 0 8px; padding:0; }
ul.contacts li { background-image: none; border-bottom: 1px dashed #c8c7c7;  margin: 0; padding: 0;}
#contacts li h2 { margin: 10px; color:#72bf44;}
#contacts a { text-decoration: none;}
ul.contacts li a { background-color: #fff; color: #6d7475; display: block; padding: 10px; width: 254px;}


/*New Product page*/
div.all-categories ul.categories-grid li a { float: left; margin:0 0 20px 35px; text-align:center; width:28%; position:relative;  background:#504f4f;  min-height: 150px; border-radius:10px;}
div.all-categories ul.categories-grid li a img { margin-top:20px;}
/*div.all-categories ul.categories-grid li.category a.category-img { border:none; text-align:center; margin-top:20px; float: left; min-width: 100px; position: relative; width: 100%; text-align: center;padding:0;}
*/div.all-categories ul.categories-grid li.category .category-name { position:absolute; color: #fff; text-transform:uppercase; font-size: 13px;  bottom:20px; left:0; z-index:999; float:left; width:100%;font-weight: 700;}
/*div.all-categories ul.categories-grid li.category h2.category-name a {color: #fff; float:left; text-transform:uppercase; font-size: 13px; margin: 8px 0; text-align: center; width: 100%; font-weight: 700;}
*/.sales-guest-form .buttons-set button.button, .catalogsearch-advanced-index .buttons-set button.button{ float:left;}

.catalogsearch-term-popular .tags-list { float:left; width:100%; list-style-type:disc; list-style-position:inside; color:#505050;}
.catalogsearch-term-popular .tags-list li{ float:left; width:32%; line-height:30px; list-style-type:disc; display:list-item!important; list-style-position:inside; color:#505050;}
.page-sitemap .links { margin:0;}
.page-sitemap .links  a{ color:#72BE44;}


/*New About Us page*/
.page-content  { font-size:15px; color:#505050; font-family: 'Gotham-Book';}
.page-content .section-heading { font-size:18px; float:left; margin-bottom:40px; color:#515050; font-family: 'Gotham-Medium'; width:55%; border-bottom:solid 1px #505050; padding-bottom:20px;}
.paypal-express-review .page-content .section-heading {
    float: none;
}
.page-content .section-heading.privacy-heading { margin-bottom:20px;  padding-bottom:15px; }
.page-content .section-heading h2 {  margin-top: 10px; }


.cms-terms-conditions .page-content .top-section .section-heading,
.aw-onestepcheckout-index-index #aw-onestepcheckout-review-terms-popup .page-content .top-section .section-heading{
	font-family: "Gotham-Book";
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    width: 100%;
}
.cms-page-view .main .col-main .page-content.terms-conditions ul,
.cms-page-view .main .col-main .page-content.terms-conditions p ,
#aw-onestepcheckout-review-terms-popup-content .page-content.terms-conditions ul
#aw-onestepcheckout-review-terms-popup-content .page-content.terms-conditions p {
    margin: 0 0 10px;
}

.cms-page-view .main .col-main .page-content.terms-conditions span.section1,
#aw-onestepcheckout-review-terms-popup-content .page-content.terms-conditions span.section1  {
    padding: 0 0 10px;
}

.page-content .support-section .more-support {
    border: medium none;
    color: #505050;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.page-content .support-section {  clear: both; }
.page-content .support-section .more-support .more-support-text {     font-weight: bold; }
.page-content .support-section .more-support .more-support-text > a {    color: #72be44; }
.page-content a {  color: #72be44; }
.page-content .sub-section { float:left; width:100%;}
.page-content .sub-section  span { padding:0 0 25px;float:left; width:100%;}
.page-content .sub-section  .section-img { padding:35px 0 35px; float:left; width:100%;}
.page-content .sub-section  .section-img .section-img ul { float:left; width:100%; margin:0; padding:0;}
.page-content .sub-section ul.sub-list { float: left;  margin: 10px 0; }
.page-content .sub-section  .section-img ul  li { float:left; width:24.80%; border-left:solid 2px #505050; min-height:253px; line-height:18px; padding:30px 0; margin:0; list-style:none; text-align:center; font-size:14px;  color:#505050; font-family: 'Gotham-Medium';}

.cms-page-view .main .col-main ul.support-team li.sub-list-li {
    border: 0 none;
    color: #333;
    float: left;
    font-family: "Gotham-Book";
    font-weight: normal;
    list-style: inside none no;
    min-height: auto;
    padding: 5px 0;
    text-align: left;
    width: 100%;
	line-height:20px;
}
.cms-page-view .main .col-main ul.sub-list.list-required .sub-list-li {
    list-style: inside none none;
}


.cms-neopost-finance-solutions .page-content .sub-section  .section-img ul li,
.cms-finance-solutions .page-content .sub-section  .section-img ul li { min-height:265px; padding:40px 0 15px;}

.page-content .sub-section  .section-img ul  li:first-child { border:none;}
.page-content .sub-section  .section-img ul  li.even { background:#eee;}
.page-content .sub-section  .section-img ul  li.odd { background:#dfe1e1;}
.page-content .sub-section  .section-img ul  li span { float:left; width:100%; padding:0;}

.page-content .sub-section .section-img ul li span.condition {
    font-size: 10px;
}
.page-content .sub-section  .section-img ul  li span.image { margin:45px 0; height:80px; vertical-align:middle;}
.cms-neopost-finance-solutions .page-content .sub-section  .section-img ul  li span.image,
.cms-finance-solutions .page-content .sub-section  .section-img ul  li span.image { margin:36px 0 22px; }
.page-content .sub-section  .section-img ul  li span.text { min-height:40px;}
.page-content .sub-section  .section-img ul  li span p { margin:0;}
.sub-section #mobile-enabled, .sub-section .mobile-enabled { display:none; }
.sub-section #desktop-enabled, .sub-section .desktop-enabled { display:block; }



/*New pages*/

ul.content-images.row-last li,
.cms-register .page-content .sub-section  .section-img ul.content-images.row-last  li:first-child,
.cms-neo-account .page-content .sub-section  .section-img ul.content-images.row-last  li:first-child,
.customer-account-login .page-content .sub-section  .section-img ul.content-images.row-last  li:first-child,
.cms-neopost-finance-solutions .page-content .sub-section  .section-img ul.content-images.row-last  li:first-child,
.cms-finance-solutions .page-content .sub-section  .section-img ul.content-images.row-last  li:first-child
{ border-top:solid 2px #505050;}
.cms-register .page-content .sub-section  .section-img ul  li,
.cms-neo-account .page-content .sub-section  .section-img ul  li  { width:33%;}

.questions { margin:65px 0 0; color:#505050; font-family: 'Gotham-Medium';}
.cms-neopost-finance-solutions .questions,
.cms-finance-solutions .questions { margin:110px 0 0; }
.questions .que-heading { font-size:40px; margin-bottom:32px; }
.questions .que-text { font-size:16px; line-height:20px;}
.cms-neopost-finance-solutions .questions .que-heading,
.cms-finance-solutions .questions .que-heading { font-size:38px; margin-bottom:32px; }
.cms-neopost-finance-solutions .questions .que-text,
.cms-finance-solutions .questions .que-heading { font-size:14px; line-height:20px;}

.cms-page-view .questions .que-text p { margin:0;}
.cms-neopost-finance-solutions .questions .que-text p,
.cms-finance-solutions .questions .que-text p { margin:0 0 10px;}
.sub-section.quote-text { font-size:46px; color:#505050; font-family: 'Gotham-Bold'; margin-bottom:20px;}
.sub-section.quote-text p { line-height:100%;}
.sub-section.quote-text strong {color:#72BE44;}
.cms-register .next-section { float:left; width:100%;  }
.sub-section a.f-left { padding:5px 16px;}

/*login*/
.registered-users .content .form-list { float:left; width:100%;}
.registered-users .content .form-list li { float:left; width:45%;}
.registered-users .content .form-list li.control{ width:100%; margin:10px 0;}
.registered-users .content .form-list li .input-box { width:90%;}
.registered-users .content .form-list li label {    font-size: 15px;    color: #505050;    font-family: 'Gotham-Book'; margin-bottom:6px;}
.registered-users .content .form-list li input.input-text { width:92%; padding:2% 4%; line-height:20px; background:#fff; border:2px solid #d9d9d9;}
.registered-users .content .form-list li input.input-text:-webkit-autofill  {background-color: #ffffff!important;}
.customer-account-login .login-page .new-users { float:left; width:100%; margin-top:30px;}
.registered-users .new-users.sub-section { margin-bottom:20px; float:left;}




/*Service Page */
.cms-page-view .main .col-main ul li.members { float: left;
    list-style: inside none none;
    margin: 0;
    width:24%;
	 }

.cms-page-view .main .col-main ul li.slider-item.members {
    border: medium none;
    float: left;
    list-style: inside none none;
    margin: 0 0 0 30px;
    min-height: auto;
    padding: 0;
    width: auto;
}

.cms-page-view .main .col-main div.mobile-enabled ul li.slider-item.members {
    float: left;
    list-style: inside none none;
    margin: 0;
    min-height: auto;
    padding: 0;
    text-align: center;
	min-width:auto;
}

.cms-page-view .main .col-main div.mobile-enabled ul li.members div.member-info {
    border: 8px solid #72be44;
    border-radius: 15px 5px;
    float: left;
    list-style: inside none none;
    margin: 0 20px;
    text-align: center;
    width: 85%;
}
.cms-page-view .main .col-main div.mobile-enabled ul li.members div.text {
    clear: both;
    float: left;
    font-size: 12px;
    font-style: italic;
    margin:10px 20px 0;
    text-align: center;
    width: 85%;

}


.cms-page-view .main .col-main ul li.members div.member-info{
    width:85%;
	border: 8px solid #72be44;
    border-radius: 25px 5px;
    float: left;
    list-style: inside none none;
    margin:0;
    text-align: center;
}
.cms-page-view .main .col-main ul li.members div.member-info p.image{ margin:0; }
.cms-page-view .main .col-main ul li.members div.member-info p.image a { float:left; width:100%;}
.cms-page-view .main .col-main ul li.members div.member-info p.image a img{ float:left; width:100%; border-radius: 18px 0; }
/*.cms-page-view .main .col-main ul li.members.first div.member-info{ margin-left: 0; }*/
.cms-page-view .main .col-main ul li.members.last div.member-info{ margin-right: 0; }
.cms-services .next-section { float:left; width:100%; margin-top:35px; }
.section-heading .title-icon{ float: left;   margin-right: 35px;}
.cms-services .bottom-section .section-heading h2 { line-height:42px;}

.cms-page-view .main .col-main ul li.members div.text {
    clear: both;
    float: left;
    font-size: 12px;
    font-style: italic;
    margin: 10px 0;
    text-align: center;
	width:100%;
	font-weight:bold;
}
.cms-page-view .main .col-main ul li.members div.text p.name {
    color: #000;
    font-size: 15px;
    font-style: italic;
    margin: 0;
}
.cms-page-view .main .col-main ul li.members div.text p.post {
    color: #000;
}
/*Service Page */

/*New pages Button*/
.sub-section .buttons-set {clear:inherit;}
.sub-section .buttons-set button.button { float:left;}
.sub-section .buttons-set.register,
.sub-section .buttons-set.login { float:left; width:45%; margin-bottom:25px;}
.sub-section .buttons-set.login a{ clear:both;}
.sub-section button.button { margin-left:0; }
.sub-section button.button span { padding: 16px 70px; background: none; color: #72BE44; border: 2px solid #505050; width:auto}
.sub-section button.button span span { padding: 0; border: none; font-size: 15px;  font-family: 'Gotham-Medium';}



/* New Menu*/
#nav a {color: #fff; font-size: 14px; font-weight: 500; padding: 15px 14px 14px; text-decoration: none; text-transform: uppercase;}
#nav a:hover , #nav > li:hover > a , #nav li.active > a {color: #72BE44;}
#nav a span {font-family: 'Gotham-Bold'; font-size:16px;}
#nav li.active.parent > a, #nav li.menu.active a { background-color:#333; color:#72BE44;}
#nav li ul li.active.parent > a { background-color:#fff; color:#505050;}
#nav li ul { width:22em;}
#nav li ul li a span {color: #505050; font-size: 13px; font-family: "Gotham-Book"; padding: 0; text-decoration: none; text-transform: uppercase;}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:286px; }
#nav ul li.parent > a {background: rgba(0, 0, 0, 0) url("../images/bkg_nav2.gif") 100% 48% no-repeat scroll ;}
#nav ul li a{ background:none;}

/* Catagory */
.toggle-content #narrow-by-list button.button span { background:#72BE44; border-color:#72BE44; color:#fff;}
.toggle-content #narrow-by-list button.button:hover span { background:#505050; border-color:#505050; color:#fff;}
.col3-layout .toolbar .pager .pager_right { float:left; margin-top:20px;}
.col3-layout .toolbar .pager .pager_left { width:100%;}

/* Contact */
.contact-part-left{ float:left; width:55%; font-size:15px;}
.contact-part-right{ float:right; width:35%;}
.hours-info, .number-info{ float:left; width:50%; text-align:center; font-size:15px;}
.hours-info .head{font-size:18px;}
.number-info .head{font-size:18px;}
.hours-info { border-right:solid 1px #72BF44; width:49.50%;}
.hours-info .head, .number-info .head  {     width: 29%;  margin: auto; margin-bottom:30px; min-height:40px; display:block;}
.hours-info .info, .number-info .info { float:left; width:100%;  margin-bottom: 14px; }
.hours-info .info strong, .number-info .info strong { float:left; width:100%;}
.hours-info span { padding-top:13px;}
.hours-info span.head {padding-top:13px; min-height:27px;}
.email-info{ float:left; width:100%; font-size:15px; margin:0 30px; }
.email-info .head { float:left; width:100%; margin-bottom:40px; font-size:18px; font-family: 'Gotham-book';}
.email-info .info { margin-bottom:40px; float:left; width:100%;}
.email-info .info strong { margin-top:20px; float:left; width:100%;}
.email-info span:last-child{ margin-bottom:0;}
.contacform { width:100%; margin:0 30px; float:left; }
.contacform .head { float:left; width:100%; margin-bottom:40px; font-size:18px; font-family: 'Gotham-book';}
.contacform .form-list .input-box, .contacform .form-list .field { width:100%;}
.contacform .form-list input.input-text, .contacform .form-list li textarea {width: 70%; padding: 0 4%; line-height: 45px; background: #fff; border: 2px solid #d9d9d9;}
.contacform .buttons-set button.button { float:left;}
.contact-border { float:left; width:90%; margin:30px 5%; height:1px; background:#979797;}
.contact-border-left { float:left; width:1px; margin:1% 30px; min-height:480px; background:#979797;}
ul#contacts {  float: right;  marginop: 0; padding: 0;}
#map_wrapper { height: 200px;}
#map_canvas { width:100%; height:100%;}

.contact-icon { display: block; min-height: 50px; padding: 0;}
.contact-icon3{float: left; margin-right: 30px;  margin-top: -4px;}

/* 404 page */
.not-found-img { width:75%; margin:auto; text-align:center;}
.not-found-text { width:75%; margin:40px auto; font-size:18px; line-height:30px;}
.not-found-buttons  { margin:0 auto 30px; width:23%; }
.not-found-buttons  button.button:first-child { margin-right:20px;}
.not-found-buttons  button.button span{  padding: 16px 30px; background: none;color: #72BE44; border: 2px solid #505050; width: auto;}
.not-found-buttons  button.button span span { padding: 0; border: none; font-size: 15px; font-family: 'Gotham-Medium';}

/* product page */
.related-product-outer .customNavigation { top:-20px;}

/* New Product page */
/*.newproducts-index-index .product-image-block-inner .product_hover-block .actions,
.bestseller-index-index .product-image-block-inner .product_hover-block .actions,
.specialproducts-index-index .product-image-block-inner .product_hover-block .actions,
.featuredproducts-index-index .product-image-block-inner .product_hover-block .actions
{ width:55.3%;}*/

/*News Page*/
.news-page a { color:#72BE44;}

/*shipping Page*/
.cms-info {padding-bottom:35px; float:left; width:100%;}
.cms-info .right-content { float: right;
    padding-right: 15%;
    padding-top: 20px;
    text-align: center;
    width: 25%;
}

#shipping-handling.cms-info .right-content { float: right;
    padding-right: 5%;
    padding-top: 20px;
    text-align: center;
    width: 25%;
}

.cms-info .left-content { float:left; width:60%; }
.cms-info .text-title {font-size: 18px;  float: left;  margin-bottom: 40px; color: #515050; font-family: 'Gotham-Medium'; width: 100%; border-bottom: solid 1px #505050;   padding-bottom: 20px;}
.text-content { float:left; width:100%; font-family: 'Gotham-Book'; font-size:16px;}
.text-content .heading {font-family: 'Gotham-Book'; font-style:italic; float:left; width:100%; margin-bottom:25px; }
.text-content .heading .left { float:left; width:50%;}
.text-content .heading .right { float:right; width:50%; text-align:right;}
.text-content .content {font-family: 'Gotham-Book'; float:left; width:100%; margin-bottom:25px; }
.text-content .content .left { float: right;
    text-align: center;
    width: auto;
}

#shipping-handling .text-content .content .left { float: right;
    text-align: left;
    width: 50%;
}

.text-content .content .partition { float:left; width:50%;}
.text-content .content .partition span { float:right; text-align:right; }
.cms-info .additional-charges, #shipping-handling .bottom-note { margin-top:50px; float:left; width:100%;}

/* Thank You*/
.right-content.register-thanku-img img,
.right-content.goods-return-img img,
.right-content.thanku-img img{ width:auto;}
.cms-info .left-content .bottom-note a { color:#72BE44;}
.cms-info .left-content .bottom-note span { float:left; width:100%;}
.cms-info .left-content .top-note{ margin-bottom:20px;}
.right-content.register-thanku-img,
.right-content.goods-return-img,
.right-content.thanku-img { padding-top:0;}
.cms-info .left-content .bottom-note span { float:left; width:100%;}

/* Account Create*/
.account-create .section-content.sub-section {font-size: 17px; margin-bottom: 15px; padding: 0 10px; color: #000;}
.account-create .section-content.sub-section span.section1{ margin: 0 0 6px 0; float: left; width: 100%; line-height:25px;}
.register-column ul li{ list-style:none; }
.register-column ul li textarea {  height: 10em;  max-width: 96%; width: 95%; font-family:"Gotham-Book"; }
.register-column{display: inline-block; -moz-box-flex: 1;  width: 33%; vertical-align: top;  padding: 0 10px; box-sizing: border-box;}
.register-column .fieldset,
.register-column .terms-block{ background-color: #ececec;  border-radius: 5px;  padding: 10px; margin: 10px 0px 10px; width:98%; }
.register-column .fieldset.middle-bottom { margin-top:-20px;}
.register-column .fieldset h2.legend, .register-column .fieldset .delivery.title{
	color: #000;font-size: 15px; font-weight: bold; height: 35px; margin-bottom: 0px; padding-top: 8px;padding-bottom:0;  border:none; text-transform:uppercase;}
.register-column .fieldset .delivery.title { margin-top:25px;}
.register-column .form-list label{   font-weight: 300; font-size: 14px; color: #000; font-family:"Gotham-Book"; }
#feedbackForm .register-column .form-list label,
#warrantyForm .register-column .form-list label,
#goodsreturnrequestForm .register-column .form-list label{ font-size:15px; }
.register-column .form-list .field { float: left; width: 100%;}
.register-column .form-list .input-box { float:left; width:100%;}
.register-column  .form-list input.input-text, .register-column .form-list select
  {  width: 100%;   height: auto;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    color: #000;
    padding: 0 2%;
    border-radius: 0;
    max-width: 95%;
	font-family:"Gotham-Book";
	height:28px;
 }
.register-column  .form-list input#postcode { width: 100%; }
.register-column .form-list select{width: 99%; height: 30px; border: none; max-width:100%; font-family:"Gotham-Book"; }
.register-column .buttons-set { text-align:center; float:left; width:100%;}
.register-column .buttons-set button.button { float:none; width:50%;}
.register-column button.button > span { padding:12px;}
.register-column .buttons-set p { margin:5px 0; text-align:center; }
.register-column .terms-block { float:left; }
.register-column .terms-block.captcha-block { /*float:none;*/ }
.register-column .form-list li.fields.control label {}
.register-column .terms-block .terms-text { float:right; width:85%;}
.register-column .terms-block .terms-text label { float: left; margin-top: 5px; }
.register-column .terms-block .tm-checkbox { float: left;  margin-left: 4%; margin-top: 12px;  width: 10%;}
.two-column-form .register-column .terms-block .tm-checkbox { margin-top: 8px;  }
.register-column .tm-checkbox  .validation-advice { position:absolute;}
.customer-account-create #login-details.register-column .terms-block { position:relative;}
.customer-account-create #login-details.register-column .tm-checkbox .validation-advice {
    margin-top: 8px;
    position: absolute;
    left: 0;
    width:96%;
	bottom:-18px;
}
.register-column .terms-block .terms-text span{color:#72BE44;}

.two-column-form .register-column {/*clear: both; float: left; position: relative; width: 100%; */}
.two-column-form .register-column div.fieldset { width:98%; float:left; }
.warranty-form .column-input { float: left; width: 27%; }
.warranty-form .column-input.right-inputs { margin-left: 5%;  }


.col3-layout .pager .pager_right .sort-by { float:left;}
.col3-layout .pager .pager_right .sort-by { float:left;}
.col3-layout .pager .limiter { float:left;}


/* New  page css */
.officework .officework-title:hover {  text-decoration: none;  }
.page-content.officework .sub-section span {  padding: 0 0 10px; width: auto;  }
.page-content.officework .sub-section span.officework-ext a p {  color: #72be44;  margin: 5px 0;  padding: 0;  text-decoration: underline;  }
 #aw-onestepcheckout-authentification .form-list .input-box input  { max-width:100%; width:250px; padding:0 4px;}
.catalog-product-view .column-left-breadcrumbs .container-width .page-title.product-title {float: left; width: 100%;}
.catalog-product-view .breadcumb-main { width: 100%; text-align: left; clear: both;  margin: 0;}


/* Contact PAge */
.contacts-index-index .register-column .fieldset, .cms-contact .register-column .fieldset{ background:none;}
.contacts-index-index .register-column, .cms-contact .register-column { width:100%; margin-top:20px;}
.contacts-index-index .register-column h2, .cms-contact .register-column h2 { display:none;}
.contacts-index-index  .register-column .fieldset, .cms-contact  .register-column .fieldset { padding:0; margin:0;}

.register-column .extrafields { float:left;  width:100%; }
.register-column .extrafields .required {     float:left;     width:100%; }
.register-column .extrafields > div { float:left; width:100%; }

ul#payment_form_ewayrapid_ewayone li#eway_save_creditcard ul#ul_payment_form_ewayrapid_ewayone {
    padding: 0 !important;
}

.checkout-cart-index .crosssell_product { display:none;}
.at4-recommended .at4-recommended-item .at4-recommended-item-img.at4-no-image-light-recommended { display:none !important }


.cms-privacy-policy .page-content .section-heading.privacy-heading { margin-top:30px;}

.cms-privacy-policy .main .col-main ul.cms_bullets li.slider-item.members { color:#72be44; padding-bottom:5px; float:left; width:85%;     list-style-type: disc;}
.cms-privacy-policy .main .col-main ul.cms_bullets li.slider-item.members span{ color:#333; padding-bottom:0; float:none;}
.cms-privacy-policy .page-content .section-heading { width:100%;}

/* faq page*/
.cms-faqs-tips-tricks .main .col-main ul.cms_bullets li.slider-item.members,
.cms-faqs .main .col-main ul.cms_bullets li.slider-item.members {
	float: left; list-style: inside none disc; padding: 0 0 12px 8px; color:#72be44; width:90%;
}

.cms-faqs-tips-tricks .main .col-main ul.cms_bullets li.slider-item.members.ans,
.cms-faqs .main .col-main ul.cms_bullets li.slider-item.members.ans {
	color: #505050; list-style: inside none none; margin-bottom:12px;
}
.cms-faqs-tips-tricks .main .col-main ul.cms_bullets li.slider-item.members span,
.cms-faqs .main .col-main ul.cms_bullets li.slider-item.members span { color: #505050; padding: 0; font-weight:bold;}
.cms-page-view .main .col-main ul li a.text-g { color:#72be44; font-size:15px; text-decoration:underline; }
.cms-page-view .main .col-main ul li a.text-n { color:#333; font-size:15px; text-decoration:underline; }
.cms-page-view .main .col-main ul.cms_bullets li.slider-item.members span.sub-heading { font-size: 15px; text-decoration: underline; font-family: "Gotham-Book"; }
.cms-page-view .main .col-main .choice-options .option-list { margin:15px 0 50px; }
.cms-page-view .main .col-main .choice-options .option-list li { color:#505050; list-style:inside none none; }
.cms-faqs-tips-tricks .main .col-main .choice-options .option-list li a,
.cms-faqs .main .col-main .choice-options .option-list li a { color: #505050; font-family: "Gotham-Book"; font-size: 22px; font-weight: bold; line-height: 30px; text-decoration: underline;}


.cms-faqs-tips-tricks .page-content .sub-section span,
.cms-faqs .page-content .sub-section span { float:none;}
.cms-faqs-tips-tricks .main .col-main ul li.slider-item.members,
.cms-faqs .main .col-main ul li.slider-item.members { list-style:disc inside;}
.cms-faqs-tips-tricks .page-content .sub-section  span.sub-heading,
.cms-faqs .page-content .sub-section  span.sub-heading { float:left;}

.cms-faqs-tips-tricks .main .col-main ul.support-team li.sub-list-li,
.cms-faqs .main .col-main ul.support-team li.sub-list-li {
    border: 0 none;
    color: #333;
    float: left;
    font-family: "Gotham-Book";
    font-weight: normal;
    list-style:inside decimal;
    min-height: 5px;
    padding: 5px 0;
    text-align: left;
    width: 100%;
	line-height:20px;
}

/* New*/
.news-page { }
.news-page .heading-text { float:left; font-weight:bold; margin: 0 0 25px; text-align:left; width:100%;}
.news-page .news-content { width:825px; margin:auto; }
.news-page .news-content .left, .news-page .news-content .right { position:relative; width:45%;}
.news-page .news-content .news-btn {
    bottom: 70px;
    color: #72be44;
    left: 0;
    margin: auto;
    position: absolute;
    width: 100%;
}
.news-page .news-content .news-btn a {
    background: #505050;
    border: 3px solid #fff;
    border-radius: 15px;
    display: block;
    margin: auto;
    padding:8px 6px;
    text-align: center;
    width: 150px;
	text-transform: uppercase;
}
.news-page .news-content img { width:100%;}

@media only screen and (min-width:768px) and (max-width:979px){
	.news-page .news-content { width:725px; margin:auto; }
	.news-page .news-content .left, .news-page .news-content .right {  margin:0; position: relative; width:45%;}
}
@media only screen and (max-width:767px){
	.news-page .news-content { width:100%; margin:auto; }
	.news-page .news-content .left, .news-page .news-content .right {  margin:0 0 20px; position: relative; width: 100%;}
}

@media only screen and (min-width:300px) and (max-width:1024px){
		ul#contacts { width: 100%;}

		/* Pro Hove */
		/*.product_desc, .product_hover-block {
		opacity:1;
			position: relative;
			top: auto;
			right: auto;
			left: auto;
		}*/


}
@media only screen and (min-width:981px) and (max-width:1024px){
		.product-view .tabs li a { font-size:11px; padding:10px;}
		.col-right {
			float: right;
			/*margin-right: 70px;*/
			padding: 0;
			width: 240px;
		}
}


@media only screen and (min-width:768px) and (max-width:1024px){
			/* Home Page */


			/*New About Us page*/
			.page-content .sub-section  .section-img ul  li span.image{ margin:25px 0; }
			.page-content .sub-section  .section-img ul  li { min-height:215px; }
			.questions .que-heading {font-size: 18px; margin-bottom: 15px;}
			.questions .que-text { font-size: 12px; line-height: 9px;}
			.cms-neo-account .questions .que-text, .cms-register .questions .que-text{ line-height:16px;}
			.sub-section.quote-text { font-size: 24px;}
			.cms-page-view .main .col-main ul li.members { width:15%;}
			.cms-page-view .main .col-main ul li.members img { width:100%;}
			.page-content .sub-section .section-img ul li { width:24.6%;}
			.cms-page-view .main .col-main .sub-section.desktop-enabled ul li.members {
				margin: 0 10px 0 0;
				width: 22%;
			}
			/*New Update Css*/
			/*.catalog-category-view .product-image-block-inner .product_hover-block .actions { width:71%;}
			*/.category-products ul.product-carousel { padding-left:12px;}
			.block.mini-suggest .category-products ul.product-carousel { padding-left:0;}
			.best_author_outer .category-products  .customNavigation a.prev { left:7px;}

			.block.mini-suggest.category-products ul.product-carousel { padding:0;}
			/* Product Page*/
			#upsell-carousel .product-block:hover .product_desc, #related-carousel .product-block:hover .product_desc { top:15%;}
			/*#upsell-carousel  .product-image-block-inner .product_hover-block .actions, #related-carousel .product-image-block-inner .product_hover-block .actions { width: 79.3%;}
			*/
			/* New Product page */
			/*.newproducts-index-index .product-image-block-inner .product_hover-block .actions,
			.bestseller-index-index .product-image-block-inner .product_hover-block .actions,
			.specialproducts-index-index .product-image-block-inner .product_hover-block .actions,
			.featuredproducts-index-index .product-image-block-inner .product_hover-block .actions
			{ width:72.3%;}*/

			/* Shipping */
			.cms-info .left-content { width: 60%;}
			.cms-info .right-content { width: 40%;}
			.right-content.right-content img {  width: 70%;}

			/* Thank You*/
			.right-content.register-thanku-img img,
			.right-content.goods-return-img img,
			.right-content.thanku-img img{ width:auto;}
			.cms-info .left-content .bottom-note a { color:#72BE44;}
			.cms-info .left-content .top-note{ margin-bottom:20px;}
			.right-content.register-thanku-img,
			.right-content.goods-return-img,
			.right-content.thanku-img { padding-top:0;}

			/* Account Create*/
			.register-column { width:32%;}
			/*.product-image-block-inner .product_hover-block .actions { width: 67.3%;}*/
			#newproduct-carousel .product-block .product-image-block-inner .background-overlay{   left: 0; width:100%; }
			#bestseller-carousel .product-block .product-image-block-inner .background-overlay{ left: 0; width: 100%; }
			#special-carousel .product-block .product-image-block-inner .background-overlay{  left: 0; width: 100%; }
			#featured-carousel .product-block .product-image-block-inner .background-overlay{  left: 0; width: 100%; }

			.column-left-breadcrumbs .container-width .page-title.product-title { float:left; width:100%;}
			.breadcumb-main {  width: 100%; text-align: left;  clear: both; margin:0;}


			/*.best_author_outer .category-products_inner .product-image-block-inner .product_hover-block { width:95%;}
			.best_author_outer .category-products_inner .product-image-block-inner .product_hover-block .actions { width: 76.3%;}
			*/
			div.all-categories ul.categories-grid li a {margin: 0 0 30px 30px; width: 28%;}



}
@media only screen and (width:980px){
			/*	.product-image-block-inner .product_hover-block .actions { width: 70.3%;}
				.best_author_outer .category-products_inner .product-image-block-inner .product_hover-block .actions { width: 68.3%;}
			*/
}

@media only screen and (min-width:768px) and (max-width:800px){
		/*New About Us page*/
		.page-content .sub-section  .section-img ul  li span.image{ margin:25px 0; }
		.page-content .sub-section  .section-img ul  li { font-size:11px; line-height:16px;}
		/*.product-image-block-inner .product_hover-block .actions {  width: 88.3%;}
		*/
		.parentMenu.menu0.home_link > a { color:#808080; padding:4px;}
		.parentMenu.menu0.home_link > a:hover { color:#000}
		/*	.best_author_outer .category-products_inner .product-image-block-inner .product_hover-block .actions { width: 68.3%;}
		*/
		.cms-faqs-tips-tricks .main .col-main ul.support-team li.sub-list-li,
		.cms-faqs .main .col-main ul.support-team li.sub-list-li { font-size:15px;}

		.cms-service .page-content .left-top { width:100%; }
		.cms-service .page-content .right-top { width:100%; }
		.cms-service .page-content .right-top .contact-info { float:left; margin-bottom:40px;}
		.cms-service .main .col-main .sub-section.desktop-enabled ul li.members { margin: 0 7px 0 0;}
		.cms-service .page-content .right-top .contact-info .contact-info-top .left-img { width:70px;}
		.cms-service .page-content .right-top .contact-info { font-size:14px;}
		.cms-service .page-content .right-top .contact-info .contact-info-top .right-text { float:left; font-size:16px;}

}

@media all and (min-device-width: 320px) and (max-device-width:767px) and (orientation:portrait) {

			/*menu page*/
			.parentMenu.menu0.home_link > a { padding:4px; color:#808080; }

			/*New About Us page*/
			.sub-section #mobile-enabled, .sub-section .mobile-enabled { display:block; }
			.sub-section #desktop-enabled, .sub-section .desktop-enabled { display:none; }
			.page-content .sub-section .section-img ul li { padding:10px 0; min-height:300px;}
			/*.page-content .sub-section  .section-img ul  li { min-height:140px; width:100%; padding:10px 0; font-size:12px; line-height:14px;  border-left:none;  border-bottom:solid 1px #505050;}
			.page-content .sub-section  .section-img ul  li:first-child { border-bottom:solid 1px #505050;}
			.page-content .sub-section  .section-img ul  li:last-child { border:none;}
			.page-content .sub-section  .section-img ul  li span img{ width:auto;}
			.page-content .sub-section  .section-img ul  li span.image{ margin:20px 0 10px; height:80px;}
			*/
			.page-content .section-heading { width:100%}
			.nav-responsive span { display:none!important;}
			/*.questions {margin: 40px 0 0;}
			.questions .que-heading {font-size: 12px; margin-bottom: 15px;}
			.questions .que-text { font-size: 9px; line-height: 3px;}
			*/ul.content-images.row-last li { border:none;}
			.cms-neo-account .page-content .sub-section .section-img ul li,
			/*.cms-register .page-content .sub-section .section-img ul li {min-height: 187px;}
			.cms-neo-account .questions .que-text,
			.cms-register  .questions .que-text { font-size: 10px; line-height: 20px;}
			*/.cms-register .page-content .sub-section .section-img ul li,
			.cms-neo-account .page-content .sub-section .section-img ul li,
			.cms-register  .page-content .sub-section .section-img ul li {width: 100%;}
			.sub-section .buttons-set.register, .sub-section .buttons-set.login{ font-size:16px; float:none;}
			.sub-section.quote-text { font-size: 24px;}
			.cms-page-view .main .col-main ul li.members,
			.cms-page-view .main .col-main ul li.members.first,
			.cms-page-view .main .col-main ul li.members.last { width:45%; margin:0 auto 20px; float:none;}
			.cms-page-view .main .col-main ul li.members img { width:100%;}
			.cms-page-view .section-heading .title-icon { margin-right:15px;}
			.cms-page-view .section-heading h2 { font-size:15px;}
			.registered-users .content .form-list li { width:100%;}

			/* register page */
			.sub-section .buttons-set.register, .sub-section .buttons-set.login { width:214px; margin:auto; float:none;}
			.sub-section button.button span { padding:16px 30px; width:150px;}

			/*Login*/
			.registered-users .content .form-list li input.input-text { width:92%!important;}
			.exist-users.sub-section, .new-users.sub-section { width:214px; margin:auto; float:none;}
			.exist-users.sub-section a.f-left { padding: 5px 26px;}

			/*New Update Css*/
			/*.catalog-category-view .product-image-block-inner .product_hover-block { bottom: 0; width: 92.4%;}
			.product-block .product_hover-block, .product-block:hover .product_hover-block { bottom: 12px; padding: 10px 0; width: 93.4%;}
			.catalog-category-view .product-image-block-inner .product_hover-block .actions { width: 49%;}*/

			/* New Product page */
			/*.newproducts-index-index .product-image-block-inner .product_hover-block .actions,
			.bestseller-index-index .product-image-block-inner .product_hover-block .actions,
			.specialproducts-index-index .product-image-block-inner .product_hover-block .actions,
			.featuredproducts-index-index .product-image-block-inner .product_hover-block .actions
			{ width:49.3%;}
			.newproducts-index-index .product-block .product_hover-block, .product-block:hover .product_hover-block,
			.bestseller-index-index  .product-block .product_hover-block, .product-block:hover .product_hover-block,
			.specialproducts-index-index .product-block .product_hover-block, .product-block:hover .product_hover-block,
			.featuredproducts-index-index .product-block .product_hover-block, .product-block:hover .product_hover-block{ background:none;}
			*/
			/* Shipping */
			.cms-info .text-title { margin-bottom:20px;}
			.text-content { font-size:12px;}
			.text-content .heading,  .text-content .content { margin-bottom: 10px}
			.cms-info .left-content { width: 100%;}
			.cms-info .right-content { width: 100%;}
			.right-content.right-content img {  width: 70%;}
			.cms-info .bottom-note { margin-top: 25px; margin-bottom:25px;  font-size: 12px;}

			/* Thank You*/
			.right-content.register-thanku-img img,
			.right-content.goods-return-img img,
			.right-content.thanku-img img{ width:auto;}
			.cms-info .left-content .bottom-note a { color:#72BE44;}
			.cms-info .left-content .top-note{ margin-bottom:20px;}
			.right-content.register-thanku-img,
			.right-content.goods-return-img,
			.right-content.thanku-img { padding-top:0;}

			/* Category */
			.category-description {min-height:initial;}
			.col3-layout .toolbar { font-size:10px;}
			.col3-layout .toolbar .pager .pager_right { clear:initial; font-size:10px; width:100%;}
			.col3-layout .toolbar .pager .pager_right .sort-by { clear:inherit; margin-top:0;}
			.col3-layout .pager .pager_right .sort-by .desc-asc {margin:0;}
			.col3-layout .pager .pages .current, .col3-layout .pager .pages li a { padding:4px 5px;}
			.col3-layout .pager .pages { float:left; padding-right:0;}
			.col3-layout .toolbar .pager .pager_right .limiter { float:left;}
			.col3-layout .sbHolder {padding:6px 24px 6px 3px; margin:0 5px 0 0;}
			.sort-by label { margin-right:0;}

			/* Register */
			.register-column .fieldset.middle-bottom { margin-top:0;}
			.register-column .fieldset .form-list { padding:15px 10px; border-bottom:solid 1px #dfe0e1;}
			.register-column { width:100%; padding:0;}
			.register-column  .fieldset  { border:none; margin:0; float:none; border-radius:0; padding:0; }
			.register-column .fieldset h2.legend, .register-column .fieldset .delivery.title { line-height:35px; height:100%; margin:0; padding:10px; border-bottom:solid 1px #dfe0e1;}
			.register-column  .fieldset ul { display:none;}
			.register-column  .fieldset  .block-title{ background:none; padding:0; line-height:20px; }
			.register-column  .block-subscribe .block-content{ background:none; border:none; padding:0;}
			.register-column  .mobile_togglemenu {
				background: url("../images/megnor/toggle-arrow1.png") 95% 17px  no-repeat ;
				  cursor: pointer; display: block; font-size: 15px;  margin-right: 0;  margin-top: -45px; overflow: hidden; padding: 7px 0; text-decoration: none;
				width: 100%; position:absolute;left:0;}
			.register-column  .padder h5.mobile_togglemenu {
				background: url("../images/megnor/toggle-arrow1.png") 95% 17px  no-repeat ;
				  cursor: pointer; display: block; font-size: 15px;  margin-right: 0;  margin-top: -45px;  overflow: hidden;  padding:7px 0;  text-decoration: none;
				width: 100%;position:relative;margin-bottom:0px; left:0;}
			.register-column   .active .mobile_togglemenu , .padder  .active .mobile_togglemenu {    background-position: 95% -34px;}
			.register-column  .toggle .mobile_togglecolumn {
				background: url("../images/megnor/toggle-arrow1.png") 95% 17px  no-repeat ;
				cursor: pointer; display: none; margin-top: -31px; overflow: hidden; padding: 10px 0px; width: 100%; position:absolute; z-index:9; margin-left:-30px;
				left:0;}
			.register-column  .active .mobile_togglecolumn {    background-position: 95% 17px;}
			.register-column .form-list .fields.control .input-box { width:auto!important;}
			.register-column .form-list .input-box .tm-checkbox  { background-position:-2px -39px;}
			.register-column .form-list .input-box .tm-checked { background-position:-75px -39px;}
			.register-column .terms-block { border-radius:0; margin-top:35px; width:92%; }

			div.my-account div.customer-contacts .contacts-column { padding:0; width: 95%; }


			.warranty-form .column-input { float: none; width: 100%; }
			.warranty-form .column-input.right-inputs { margin-left: 0;  }


			/*send-friend*/
			#add_recipient_button { margin-right:6px; float:right;}
			.send-friend .buttons-set .back-link { margin-right:0;}
			.send-friend .buttons-set button.button { float:right; clear:initial; margin-top:0;}
			#add_recipient_button button.button > span { padding: 8px 7px;}


			/* Home Page Css*/
			.tabberlive_outer_sub li .product-block { padding: 10px 0!important; margin:10px 5px;}
			/*.product-block .product_hover-block, .product-block:hover .product_hover-block { bottom: 5px;  width: 95.8%;}
			.product-image-block-inner .product_hover-block .actions {width: 62.3%;}*/

			.best_author_outer .best_author_block { margin: 0 0 20px; text-align: center; width: 100%;}
			.best_author_block .best_author_description_block { margin: 0; width: 100%;}
			.best_author_description_block img.author-image { float: none; margin: auto 0 35px auto; width: 80%;}
			.best_author_block .author-title { margin: 0 0 11px;}
			.best_author_block .author-description { font-size: 12px;}


			/* NEw Css */
			div.all-categories ul.categories-grid li a {
				margin: 0 0 30px 30px;
				width: 40%;

			}
			/*.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block {width: 95%; bottom: 18px;}
			.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block .actions { width: 82.2%;}*/

			#aw-onestepcheckout-payment-method .sp-methods ul { padding-left:28px!important;}
			div#aw-onestepcheckout-payment-method .sp-methods ul#payment_form_ewayrapid_ewayone { padding-left:28px!important; border:none!important;}
			ul#payment_form_ewayrapid_ewayone { margin-left: 0 !important; padding-left:3px;}
			.input-box .v-fix { margin-right:5px;}
			#aw-onestepcheckout-authentification .form-list .input-box input  { max-width:100%;}

			/*Contact*/
			.contact-part-left { width:100%;}
			.contact-border-left { display:none;}
			.contacform .form-list input.input-text, .contacform .form-list li textarea { width:90%!important;}
			.email-info .head { margin-bottom:0;}
			.email-info .info strong { margin-top:0;}
			.email-info .info { margin-top: 25px; margin-bottom:0;}
			.contact-part-left .buttons-set { text-align:center;}
			.contacform .buttons-set button.button { float:none; width:100px;}

			.contacts-index-index .register-column .fieldset, .cms-contact .register-column .fieldset { background:#f2f2f2 ;}
			.contacts-index-index .register-column, .cms-contact .register-column { width:100%; margin-top:20px;}
			.contacts-index-index .register-column h2.legend, .cms-contact .register-column h2.legend{ display:block; padding:3px 10px;}
			.contacts-index-index  .register-column .fieldset, .cms-contact  .register-column .fieldset { padding:0; margin:0;}
			ul.contacts li a { width:94%; padding:4%;}
			.sub-section a.f-left { padding: 5px 24px;}

			.form-list input#postcode {width:96%!important;}
			.checkout-cart-index .crosssell_product { display:none;}

			.email-info, .contacform { margin:0;}
			.contact-border { width:100%; margin:30px 0;}

			/* Product page*/
			#related-carousel .product-block, #upsell-carousel .product-block, #upselltest-carousel .product-block { margin:10px 5px;}

			.cms-neopost-finance-solutions .questions, .cms-finance-solutions .questions { margin: 90px 0 0;}
			.cms-neopost-finance-solutions .page-content .sub-section .section-img ul li span.image { height:62px;}


					.cms-service .page-content .left-top { width:100%; }
		.cms-service .page-content .right-top {     width: 300px;  margin: auto;  float: none; text-align:center; }
		.cms-service .page-content .right-top .contact-info { float:left; margin-bottom:40px;}
		.cms-service .main .col-main .sub-section.desktop-enabled ul li.members { margin: 0 7px 0 0;}
		.cms-service .page-content .right-top .contact-info .contact-info-top .left-img { width:70px;}
		.cms-service .page-content .right-top .contact-info { font-size:14px;}
		.cms-service .page-content .right-top .contact-info .contact-info-top .right-text { float:left; font-size:16px;}

}

@media all and (min-device-width: 320px) and (max-device-width:767px) and (orientation:landscape) {

				/*menu page*/
				.parentMenu.menu0.home_link > a { padding:4px; color:#808080; }

				/*New About Us page*/
				.sub-section #mobile-enabled, .sub-section .mobile-enabled { display:block; }
				.sub-section #desktop-enabled, .sub-section .desktop-enabled { display:none; }
				.page-content .sub-section .section-img ul li { padding:10px 0; min-height:300px; }
				/*.page-content .sub-section  .section-img ul  li { min-height:140px; width:24.5%; font-size:8px; line-height:14px;  padding:10px 0;}
				.page-content .sub-section  .section-img ul  li span img{ width:20%;}
				.page-content .sub-section  .section-img ul  li span.image{ margin:20px 0 10px; height:40px;}
				*/.nav-responsive span { display:none!important;}
				/*.questions {margin: 40px 0 0;}
				.questions .que-heading {font-size: 12px; margin-bottom: 15px;}
				.questions .que-text { font-size: 9px; line-height: 3px;}
				*/.cms-neo-account .page-content .sub-section .section-img ul li,
				/*.cms-register  .page-content .sub-section .section-img ul li{min-height: 197px;}
				.cms-neo-account .questions .que-text,
				.cms-register .questions .que-text { font-size: 10px; line-height: 20px;}
				*/.cms-neo-account .page-content .sub-section .section-img ul li span.image,
				.cms-register .page-content .sub-section .section-img ul li span.image{ height:80px;}
				.sub-section .buttons-set.register, .sub-section .buttons-set.login,
				.cms-register .buttons-set.register, .sub-section .buttons-set.login { width:100%;}
				.sub-section.quote-text { font-size: 24px;}
				.cms-services .main .col-main ul li.members { width:15%;}
				.cms-services .main .col-main ul li.members img { width:100%;}
				.cms-services .page-content .section-heading { width:100%;}

				/* register page */
				.sub-section .buttons-set.register, .sub-section .buttons-set.login { width:214px; margin:auto; float:none;}
				.sub-section button.button span { padding:16px 30px; width:150px;}

				/*Login*/
				.registered-users .content .form-list li input.input-text { width:92%!important;}
				.exist-users.sub-section, .new-users.sub-section { width:214px; margin:auto; float:none;}
				.exist-users.sub-section a.f-left { padding: 5px 26px;}



				/*New Update Css*/
				/*.catalog-category-view .product-image-block-inner .product_hover-block { bottom: 0; width: 92.4%;}
				.product-block .product_hover-block, .product-block:hover .product_hover-block {bottom: 12px; padding: 10px 0; width: 92.4%;}
				.catalog-category-view .product-image-block-inner .product_hover-block .actions { width: 57.2%;}*/

				/* New Product page */
				/*.newproducts-index-index .product-image-block-inner .product_hover-block .actions,
				.bestseller-index-index  .product-image-block-inner .product_hover-block .actions
				.specialproducts-index-index .product-image-block-inner .product_hover-block .actions,
				.featuredproducts-index-index  .product-image-block-inner .product_hover-block .actions
				{width: 57.3%;}
				.newproducts-index-index .product-block .product_hover-block, .product-block:hover .product_hover-block,
				.bestseller-index-index .product-block .product_hover-block, .product-block:hover .product_hover-block
				.specialproducts-index-index .product-block .product_hover-block, .product-block:hover .product_hover-block,
				.featuredproducts-index-index .product-block .product_hover-block, .product-block:hover .product_hover-block
				{ background:none;}*/

				/* Shipping */
				.cms-info .text-title { margin-bottom:20px;}
				.text-content { font-size:12px;}
				.text-content .heading,  .text-content .content { margin-bottom: 10px}
				.cms-info .left-content { width: 100%;}
				.cms-info .right-content { width: 100%;}
				.right-content.right-content img {  width: 70%;}
				.cms-info .bottom-note { margin-top: 25px; margin-bottom:25px;  font-size: 12px;}

				/* Thank You*/
				.right-content.register-thanku-img img,
				.right-content.goods-return-img img,
				.right-content.thanku-img img{ width:auto;}
				.cms-info .left-content .bottom-note a { color:#72BE44;}
				.cms-info .left-content .top-note{ margin-bottom:20px;}
				.right-content.register-thanku-img,
				.right-content.goods-return-img,
				.right-content.thanku-img { padding-top:0;}


				/* Category */
				.category-description {min-height:initial;}
				.col3-layout .toolbar { font-size:10px;}
				.col3-layout .toolbar .pager .pager_right { clear:initial; font-size:10px; width:100%;}
				.col3-layout .toolbar .pager .pager_right .sort-by { clear:inherit; margin-top:0;}
				.col3-layout .pager .pager_right .sort-by .desc-asc {margin:0;}
				.col3-layout .pager .pages .current, .col3-layout .pager .pages li a { padding:4px 5px;}
				.col3-layout .pager .pages { float:left; padding-right:0;}
				.col3-layout .toolbar .pager .pager_right .limiter { float:left;}
				.col3-layout .sbHolder {padding:6px 24px 6px 3px; margin:0 5px 0 0;}
				.sort-by label { margin-right:0;}


				/* Register */
				.register-column .fieldset.middle-bottom { margin-top:0;}
				.register-column .fieldset .form-list { padding:15px 10px; border-bottom:solid 1px #dfe0e1;}
				.register-column { width:100%; padding:0;}
				.register-column  .fieldset  { border:none; margin:0; float:none; border-radius:0; padding:0; }
				.register-column .fieldset h2.legend, .register-column .fieldset .delivery.title { line-height:35px; height:100%; margin:0; padding:10px; border-bottom:solid 1px #dfe0e1;}
				.register-column  .fieldset ul { display:none;}
				.register-column  .fieldset  .block-title{ background:none; padding:0; line-height:20px; }
				.register-column  .block-subscribe .block-content{ background:none; border:none; padding:0;}
				.register-column  .mobile_togglemenu {
					background: url("../images/megnor/toggle-arrow1.png") 95% 17px  no-repeat ;
					  cursor: pointer; display: block; font-size: 15px;  margin-right: 0;  margin-top: -45px; overflow: hidden; padding: 7px 0; text-decoration: none;
					width: 100%; position:absolute;left:0;}
				.register-column  .padder h5.mobile_togglemenu {
					background: url("../images/megnor/toggle-arrow1.png") 95% 17px  no-repeat ;
					  cursor: pointer; display: block; font-size: 15px;  margin-right: 0;  margin-top: -45px;  overflow: hidden;  padding:7px 0;  text-decoration: none;
					width: 100%;position:relative;margin-bottom:0px; left:0;}
				.register-column   .active .mobile_togglemenu , .padder  .active .mobile_togglemenu {    background-position: 95% 17px;}
				.register-column  .toggle .mobile_togglecolumn {
					background: url("../images/megnor/toggle-arrow1.png") 95% 17px  no-repeat ;
					cursor: pointer; display: none; margin-top: -31px; overflow: hidden; padding: 10px 0px; width: 100%; position:absolute; z-index:9; margin-left:-30px;
					left:0;}
				.register-column  .active .mobile_togglecolumn {    background-position: 95% 17px;}
				.register-column .form-list .fields.control .input-box { width:auto!important;}
				.register-column .form-list .input-box .tm-checkbox  { background-position:-2px -39px;}
				.register-column .form-list .input-box .tm-checked { background-position:-75px -39px;}
				.register-column .terms-block { border-radius:0; margin-top:35px; width:95%;}

				.register-column .terms-block .tm-checkbox { margin-top:4px;}
				.tabberlive_outer_sub li .product-block { padding: 0;}

				/*send-friend*/
				#add_recipient_button { margin-right:6px; float:right;}
				.send-friend .buttons-set .back-link { margin-right:0;}
				.send-friend .buttons-set button.button { float:right; clear:initial; margin-top:0;}
				#add_recipient_button button.button > span { padding: 8px 7px;}

				/* Home Page Css*/
				div.tabberlive_outer_sub li .product-block { padding: 10px 0; margin:10px;}
				/*.product-block .product_hover-block, .product-block:hover .product_hover-block { bottom: 5px;  width: 94.5%;}
				.product-image-block-inner .product_hover-block .actions {width: 76.3%;}*/


				div.best_author_outer .best_author_block { margin: 0 0 20px; text-align: center; width: 100%;}
				.best_author_block .best_author_description_block { margin: 0; width: 100%;}
				div.best_author_description_block img.author-image { float: left; margin: auto 20px 35px auto; width: 30%;}
				.best_author_block .author-title { margin: 0 0 11px; }
				.best_author_block .author-description { font-size: 12px;}
				div.best_author_block .author-btn {float: right; margin: auto; text-align: center; width: 70%;}

				/* NEw Css */
				div.all-categories ul.categories-grid li a {
					margin: 0 0 50px 50px;
					width: 40%;
				}
				/*.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block {width: 95%; bottom: 18px;}
				.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block .actions { width: 68.2%;}*/

				.footerblock { margin: 15px 0;}

				#aw-onestepcheckout-payment-method .sp-methods ul { padding-left:28px!important;}
				div#aw-onestepcheckout-payment-method .sp-methods ul#payment_form_ewayrapid_ewayone { padding-left:28px;!important; border:none!important;}
				ul#payment_form_ewayrapid_ewayone { margin-left: 0 !important; padding-left:3px;}
				#payment_form_ewayrapid_ewayone .input-box .v-fix { margin-right:5px;}
				div.column-left-breadcrumbs .checkout-types {clear: initial;  text-align: left;  float: right;}

				/*Contact*/
				.contact-part-left { width:100%;}
				.contact-border-left { display:none;}
				.contacform .form-list input.input-text, .contacform .form-list li textarea { width:90%!important;}
				.email-info .head { margin-bottom:0;}
				.email-info .info strong { margin-top:0;}
				.email-info .info { margin-top: 25px; margin-bottom:0;}
				.contact-part-left .buttons-set { text-align:center;}
				.contacform .buttons-set button.button { float:none; width:100px;}
				.contacts-index-index .register-column .fieldset, .cms-contact .register-column .fieldset { background:#f2f2f2 ;}
				.contacts-index-index .register-column, .cms-contact .register-column { width:100%; margin-top:20px;}
				.contacts-index-index .register-column h2.legend, .cms-contact .register-column h2.legend { display:block; padding:3px 10px;}
				.contacts-index-index  .register-column .fieldset, .cms-contact  .register-column .fieldset { padding:0; margin:0;}
				ul.contacts li a { width:94%; padding:4%;}
				.sub-section a.f-left { padding: 5px 24px;}
				.form-list input#postcode {width:96%!important;}
				.checkout-cart-index .crosssell_product { display:none;}
				.email-info, .contacform { margin:0;}
				.contact-border { width:100%; margin:30px 0;}

				.cms-neopost-finance-solutions .questions, .cms-finance-solutions .questions { margin: 90px 0 0;}
				.cms-neopost-finance-solutions .page-content .sub-section .section-img ul li span.image { height:62px;}

						.cms-service .page-content .left-top { width:100%; }
		.cms-service .page-content .right-top {     width: 300px;  margin: auto;  float: none; text-align:center;}
		.cms-service .page-content .right-top .contact-info { float:left; margin-bottom:40px;}
		.cms-service .main .col-main .sub-section.desktop-enabled ul li.members { margin: 0 7px 0 0;}
		.cms-service .page-content .right-top .contact-info .contact-info-top .left-img { width:70px;}
		.cms-service .page-content .right-top .contact-info { font-size:14px;}
		.cms-service .page-content .right-top .contact-info .contact-info-top .right-text { float:left; font-size:16px;}


}
@media only screen and (max-width:640px){
				/*.product-block .product_hover-block, .product-block:hover .product_hover-block { width: 96.5%;}
				.product-image-block-inner .product_hover-block .actions { width: 56.3%;}
				.catalog-product-view .product-image-block-inner .product_hover-block .actions { width: 57.3%;}

				.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block .actions {
					width: 51.2%;
				}*/
}
@media only screen and (max-width:480px){
				/*.product-image-block-inner .product_hover-block .actions { width: 80.3%;}
				.catalog-product-view .product-image-block-inner .product_hover-block .actions { width: 83.3%;}
				.catalog-product-view .product-block .product_hover-block, .product-block:hover .product_hover-block {
					width: 94.5%;
				}
				.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block .actions {
					width: 70.2%;
				}*/
}

@media only screen and (max-width:414px){
			/*.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block .actions {
			width: 83.2%;*/

}}
@media only screen and (max-width:360px){
			/*.product-block .product_hover-block, .product-block:hover .product_hover-block {width: 96.4%;}
			.product-image-block-inner .product_hover-block .actions {width: 56.3%;}
			.catalog-product-view .product-image-block-inner .product_hover-block .actions { width: 52.3%;}

			.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block .actions { width: 45.1%;}*/
			#advice-aw-osc-agreement-checkbox-1-aw-onestepcheckout-review-terms-agreement-1.validation-advice { position:absolute; margin-top:23%; }
}
@media only screen and (width:320px){
			/*.product-image-block-inner .product_hover-block .actions { width:67.3%;}
			.catalog-product-view .product-image-block-inner .product_hover-block .actions { width: 60.3%;}

			.catalog-category-view .col3-layout .product-image-block-inner .product_hover-block .actions { width: 51.2%%;}*/

			.tabberlive_outer_sub li .product-block {padding: 10px 20px;}
			.tabberlive_outer_sub li .product-block {padding: 10px 20px;}
			#advice-aw-osc-agreement-checkbox-1-aw-onestepcheckout-review-terms-agreement-1.validation-advice { position:absolute; margin-top:33%; }

}
@media only screen and (min-width:300px) and (max-width:1024px){
			/* Pro Hove */
			.product_desc, .product_hover-block { opacity:1; }
			.product-block .product_desc { position: relative;  top: auto;  right: auto;  left: auto; padding:10px 10px;}
			.product-image-block-inner .product-image-block { position:inherit;}
			.product-image-block-inner { padding:0; /*border:5px solid #eee;*/  box-shadow:none;}
			.background-overlay { border:none;}
			.product-image-block-inner .product_hover-block { bottom:0; background-color: rgba(0, 0, 0, 0.8);    float: left;
				width: 100%; padding: 5px 0;}
			a.product-image { margin-bottom:0;}
			.product-block:hover .background-overlay {background-color:inherit;}
			.product-block .product-name a { color:#000;}

}

@media only screen and (max-width: 770px) {
		  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
			clear: left;
		  }
}

@media only screen and (min-width:768px) and (max-width:979px){
	.register-column .fieldset h2.legend, .register-column .fieldset .delivery.title{ font-size: 12px; }
	.register-column  .form-list label{ font-size: 12px; }
}



/*service page right content contact-info*/
.page-content .left-top { float: left; position: relative; width: 78%; }

.page-content .right-top { float: right;  width: 18%; }
.page-content .right-top .contact-info {
    background: #505050 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    float: right;
    font-weight: bold;
    padding:20px 10px 10px;
}

.page-content .right-top .contact-info .contact-info-top {
    float: left;
    margin-bottom: 20px;
    padding: 0 25px;
}
.page-content .right-top .contact-info .contact-info-top .left-img {
    float: left;
    margin-top: 8px;
    width: 50%;
}
.page-content .right-top .contact-info .contact-info-top .right-text {
    float: right;
    width: 50%;
}
.page-content .right-top .contact-info .contact-info-top .right-text  > span {
    color: #72be44;
}

.page-content .right-top .contact-info .contactus-info {
    clear: both;
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.page-content .right-top .contact-info .contactus-info .text-title {
    color: #72be44;
    float: left;
    width: 100%;
}

.page-content .right-top .contact-info .contactus-info .text-value {
    color: #ffffff;
    float: left;
    width: 100%;
}
/*service page right content contact-info*/



.listing-suggest .block-content .category-products .category-products_inner { margin:0;}
.listing-suggest .block-content .product-carousel .product-block{ margin:10px 31px 0; padding-bottom:5px;}
.block.mini-suggest .block-content .customNavigation { top:190px; }
.block.mini-suggest .block-content .customNavigation a.prev { left:-7px; }
.block.mini-suggest .block-content .customNavigation a.next { right:-7px; }

.product-view .box-collateral.box-smartsuggest .button.btn-cart  span {color:#fff; border:1px solid #808080; }
.product-view .box-collateral.box-smartsuggest .button.btn-cart > span{ color: #fff; font-size:0; padding:0; width: auto; text-transform:uppercase; background:#000;}
.product-view .box-collateral.box-smartsuggest .button.btn-cart:hover > span{ background:#808080 none repeat scroll 0 0; border-color: #808080;}
.product-view .box-collateral.box-smartsuggest .button.btn-cart > span::before { background-position:-235px -21px; color:#72bf44; padding:7px; }
.product-view .box-collateral.box-smartsuggest .add-to-links { margin:0; }
.product-view .box-collateral.box-smartsuggest .add-to-links li a.link-wishlist:before{
	background: rgba(0, 0, 0, 0) url("../images/all-icons.png") no-repeat scroll -277px -21px;
    height: 23px;
}
.product-view .box-collateral.box-smartsuggest .add-to-links li a.link-compare:before {
	height:23px;
	background: rgba(0, 0, 0, 0) url("../images/all-icons.png") no-repeat scroll -321px -21px;
}
.product-view .box-collateral.box-smartsuggest .add-to-links li a.link-compare:before {
	font-size:0; background-position:-321px -21px;
}
.product-view .box-collateral.box-smartsuggest .add-to-links li a.link-wishlist,
.product-view .box-collateral.box-smartsuggest .add-to-links li a.link-compare { font-size:0; }

.product-view .box-collateral.box-smartsuggest .listing-suggest ol.mini-products-list li {
    display: block;
    float: left;
    position: relative;
    width: 50%;
	margin:7px 0;
}
.product-view .box-collateral.box-smartsuggest .listing-suggest ol.mini-products-list li:last-child {
    margin-bottom: 25px;
}

.product-view .box-collateral.box-smartsuggest .listing-suggest ol.mini-products-list li .product-details p {
    float: left;
    margin: 0;
}

.product-view .box-collateral.box-smartsuggest .listing-suggest ol.mini-products-list li .product-image {
    border: 1px solid #72be44;
}
.product-view .box-collateral.box-smartsuggest .listing-suggest ol.mini-products-list li .price-box {
    display: block;
    float: left;
    margin:0 0 5px;
    width: 100%;
}
.product-view .box-collateral.box-smartsuggest .listing-suggest ol.mini-products-list li .price-box span.price{ font-size:10px; }
.product-view .box-collateral.box-smartsuggest .listing-suggest ol.mini-products-list li .product-name a { font-size:11px; float:left; width:100%; }
.product-view .box-collateral.box-smartsuggest .listing-suggest ol.mini-products-list li .addto-cart { float: left; font-size: 10px; width: 100%; }
.product-collateral .padder{ clear:both; }

.manufacturer-index-index .col-main-left .col-main .manufacturer-list #grid.products-grid li .product-block {  border: 1px solid #72BE44; }
@media only screen and (min-width:1024px){
	.manufacturer-index-index .col-main-left .col-main .manufacturer-list #grid.products-grid li .product-block { padding: 30px 0; }

}



.block-brand-nav .block-content .brnads-nav-box {
    max-height: 220px;
    overflow: auto;
}
.block-brand-nav .block-content .brnads-nav-all {
    display: block;
    float: right;
    font-weight: bold;
    padding: 15px 0 10px 10px;
    text-align: right;
    width: 100%;
}

.query-section { float:left; width:100%; margin-bottom:30px;}
.query-section .query{ float:left; text-align:left; width:70%;}
.query-section .query h4 { font-weight:normal; font-size:20px;}
.query-section .options {width: 250px; margin:auto; float:left;}
.query-section .options .option-check { float:left; width:50%;     font-size: 18px;}
.query-section .options .option-check:last-child { float:right;}
.query-section .options .option-check .tm-checkbox { margin-right:20px; }
.yes-fields { float:left; width:100%;}
.yes-fields  .form-list { float:left; width:100%; margin-bottom:20px;}
.yes-fields .form-list .field { float: left; width: 400px; margin-right: 50px;}
.yes-fields .form-list label { font-size:18px; margin-bottom:10px;}
.yes-fields .form-list .input-box { width:100%;}
.yes-fields .form-list input.input-text { padding:10px 5px; width:97%!important;}
.required-fields { float:left; width:100%; margin-bottom:45px; font-size:18px;}

.no-fields .register-column .terms-block .terms-text.yes-confirm { float:left; font-size: 14px; padding: 0 0 0 7%; width: 55%; color:#000;}

.no-fields .register-column #confirm-details .terms-block .terms-text.yes-confirm { font-size: 17px; line-height: 22px;  padding: 0 0 0 7%; }
.no-fields .register-column #confirm-details .terms-block .not-confirm .terms-text{ font-size: 17px; padding: 0 0 0 7%; }
.no-fields .register-column #confirm-details .terms-block .tm-checkbox { float:left;  margin-left: 15%; }
.no-fields .register-column #shipping-details .override_shipping label { margin-left: 7%; }
.no-fields #login-details .terms-block .terms-text { font-size: 17px; line-height: 22px; }
.no-fields #login-details .terms-block .tm-checkbox { float: right; margin-left: 5%; }

.no-fields .register-column .terms-block .tm-checkbox { float: right;}
.field.not-confirm{ float: left;  margin-top: 20px; width:80%;  margin-left:50px; }

.no-fields .register-column #button-ids { padding:0 4px 0 2px;}
.no-fields .register-column #button-ids  .buttons-sets {display: flex; justify-content:space-between;}
.no-fields .register-column #button-ids  .buttons-sets .button.button { width:93px; background:#fff;}
.no-fields .register-column #button-ids  .buttons-sets .button.button  span { color:#333; padding:5px;}
.no-fields .register-column #button-ids  .buttons-sets .button.button:hover  span { color:#fff;}
.no-fields .register-column .terms-block .terms-text { float:left; font-size:14px;color:#000;}

.onlinecredit .button-section { float:left; width:100%; margin-top:50px;}
.onlinecredit .buttons-set { float:left; text-align:center; clear:inherit; margin-top:30px; width:100%; }
.onlinecredit .buttons-set #login-button{float:none;}
.onlinecredit .buttons-set #create-button { float:none;}
.onlinecredit .buttons-set button.button span {    padding:5px 20px;}
.terms-text.logged-in{    text-align: center;   width:80%;  font-size: 14px;  margin: auto;color:#000;}


@media only screen and (min-width:768px) and (max-width:1024px){
.yes-fields .form-list .field { float: left;  width: 275px;  margin-right: 20px;}
.no-fields .register-column #button-ids  .buttons-sets .button.button { width:55px;}
.no-fields #login-details .terms-block .terms-text {
    font-size: 13px;
    line-height: 16px;
}
/*.customer-account-create #login-details.register-column .tm-checkbox .validation-advice { margin-top:18px;}*/

}
span#captcha-required {
    font-size: 11px;
    color: #DD4B39 !important;
}
@media only screen and (min-width:768px) and (max-width:1100px){
	.g-recaptcha iframe{transform: scale(.68); margin-left: -48px;}
}
@media only screen and (min-width:768px) and (max-width:980px){
.query-section .query{ width:70%;}
.query-section .options { width:210px;}
.no-fields .register-column .terms-block .terms-text.yes-confirm, .no-fields .register-column .terms-block .terms-text  { font-size:14px;}
#login-details .buttons-set button.button span span { padding:0;}
}
@media only screen and (min-width:320px) and (max-width:767px){
.query-section .query{ float:left; text-align:center; width:100%;}
.query-section .options {width: 150px; margin:auto; float:none;}
.yes-fields .form-list .field { float: left;  width: 275px;  margin-right: 0;}
.yes-fields .form-list .input-box { width:260%;}
/*.customer-account-create #login-details.register-column .tm-checkbox .validation-advice {margin-top: 35px; width: 90%; left: 0;}*/
}
@media only screen and (min-width:320px) and (max-width:480px){
.onlinecredit .buttons-set { margin:0 0 20px;}
.iwd-qv-modal-dialog.modal-dialog.iwd-success-cart {    height: 215px!important;}
}
@media only screen and (min-width:320px) and (max-width:359px){
.onlinecredit .buttons-set { margin:0 0 20px;}
#advice-aw-osc-agreement-checkbox-1-aw-onestepcheckout-review-terms-agreement-1.validation-advice { position:absolute; margin-top:33%; }
#billing-details .form-list .fields.text-info {margin: 0 4%; width: 96%;}
}
@media only screen and (min-width:360px) and (max-width:480px){
.onlinecredit .buttons-set { margin:0 0 20px;}
#advice-aw-osc-agreement-checkbox-1-aw-onestepcheckout-review-terms-agreement-1.validation-advice { position:absolute; margin-top:24%; }
}
body div.overlay {background: #000 none repeat scroll 0 0; display: block; float: left; height: 100%; opacity: 0.5; position: fixed; width: 100%; z-index: 999;}
#form-validate #resetpassword { display:block; float: left; position: relative; width: 100%;}
#form-validate #resetpassword li div.input-box { clear:none; float: left;  margin-right: 25px;  text-align: left; width: 16px; }
#form-validate #resetpassword li div.input-box input#reset_checkbox {  }
#form-validate #resetpassword li label {   float: left; }
#form-validate #resetpassword li#email-box {  display: none;  margin-top: 30px; }
#form-validate #resetpassword li#email-box label {   float: left;   margin-top: 5px;}
#form-validate #resetpassword li#email-box div.input-box { float: left; margin-left: 25px; width: 290px; }
#form-validate #resetpassword-buttons { float: left; margin: 5px 0 0;}
#form-validate #resetpassword-buttons button { margin-left:0; }
#form-validate #resetpassword-buttons button span span { padding: 2px 25px; }
#resetpassword .validation-advice {   position: absolute; }
/* Customer Contacts Page in dashboard*/
div.customer-contacts .contacts-column#address-details .fieldset.middle-bottom { margin-top:0;}
div.customer-contacts .contacts-column .fieldset .form-list { padding:15px 10px 15px 0;}
div.customer-contacts .contacts-column { width:29%; padding:0; margin-right:4%; float:left;}
div.customer-contacts .contacts-column#address-details .fieldset  { border:none; margin:0; float:none; border-radius:0; padding:0; }
div.customer-contacts .contacts-column#address-details .fieldset h2.legend, .contacts-column#address-details  .fieldset .delivery.title {line-height:35px; height:100%;margin:0 0 5px; padding:0 10px;}
div.customer-contacts .contacts-column#address-details .fieldset ul {}
div.customer-contacts .contacts-column#address-details .fieldset  .block-title{ background:none; padding:0; line-height:20px; }
div.customer-contacts .contacts-column#address-details .block-subscribe .block-content{ background:none; border:none; padding:0;}
div.customer-contacts .contacts-column#address-details .mobile_togglemenu {
background: url("../images/acc-bottom-icon.png") 95% 21px   no-repeat ;
cursor: pointer; display: block; font-size: 15px;  margin-right: 0;  margin-top: -45px; overflow: hidden; padding: 7px 0; text-decoration: none;
width: 100%; position:absolute;left:0;}
div.customer-contacts .contacts-column#address-details .padder h5.mobile_togglemenu {
background: url("../images/acc-bottom-icon.png") 95% 21px   no-repeat ;
cursor: pointer; display: block; font-size: 15px;  margin-right: 0;  margin-top: -45px;  overflow: hidden;  padding:7px 0;  text-decoration: none;
width: 100%;position:relative;margin-bottom:0px; left:0;}
div.customer-contacts .contacts-column#address-details .active .mobile_togglemenu , .padder  .active .mobile_togglemenu {  background: url("../images/acc-left-icon.png") 95% 21px   no-repeat ;}
div.customer-contacts .contacts-column#address-details .toggle .mobile_togglecolumn {
background: url("../images/acc-bottom-icon.png") 95% 21px   no-repeat ;
cursor: pointer; display: none; margin-top: -31px; overflow: hidden; padding: 10px 0px; width: 100%; position:absolute; z-index:9; margin-left:-30px;
left:0;}
div.customer-contacts .contacts-column#address-details .active .mobile_togglecolumn {  background: url("../images/acc-left-icon.png") 95% 21px   no-repeat ;}
div.customer-contacts .contacts-column#address-details .form-list .fields.control .input-box { width:auto!important;}
div.customer-contacts .contacts-column#address-details .form-list .input-box .tm-checkbox  { background-position:-2px -39px;}
div.customer-contacts .contacts-column#address-details .form-list .input-box .tm-checked { background-position:-75px -39px;}
div.customer-contacts .contacts-column#address-details .terms-block { border-radius:0; margin-top:35px; width:92%; }
div.customer-contacts #address-details .disabled { background: #efefef none repeat scroll 0 0; border: 1px solid #d9d9d9; }
div.customer-contacts div.buttons-sets { clear:both; float: right; text-align: center;  width: 100%; }
div.customer-contacts div.buttons-sets .button { margin-top:10px; min-width: 125px; text-align: center; }

/* NEW*/
div.custom-customer-contacts h2 {border-bottom: 1px solid #d9d9d9; color: #000000; font-size: 18px; font-weight: normal;  margin: 0 0 14px; padding: 0 0 10px; text-transform: capitalize;}
div.custom-customer-contacts label { float: left; font-weight: normal; position: relative; z-index: 0; padding-bottom: 5px; vertical-align: middle;}
div.custom-customer-contacts select { background: #fff; border: 1px solid #d9d9d9; color: #999999; width:99.8%; font-size: 13px; margin-bottom:10px; letter-spacing: inherit;}
div.custom-customer-contacts legendary { font-size: 13px; border: none; margin-bottom: 0; padding-bottom: 0;}
div.custom-customer-contacts input.input-text, div.custom-customer-contacts select, div.custom-customer-contacts textarea { color:#333;}

div.custom-customer-contacts .register-column-content .fieldset {float: left;  position: relative; width: 100%; margin-top:0;}
div.custom-customer-contacts .register-column-content h2.legend { font-size: 13px;  background: #000; color: #fff; line-height: 35px; padding: 0 10px; text-align:center;}
div.custom-customer-contacts .register-column-content span.sub-heading { color:#72BE44; margin-bottom:20px; float:left; width:100%;}
div.custom-customer-contacts .register-column-content .override_shipping .field { padding-bottom:10px;}

div.custom-customer-contacts.installed-products .customer-contacts .contacts-column {margin-right: 7%;}
div.custom-customer-contacts.installed-products .contacts-column.column-right.full-length { border-left: solid 1px #ccc; margin-top: 35px; padding: 25px 0 50px 7%; margin: 30px 0 0; width: 40%;}
div.custom-customer-contacts.installed-products .customer-contacts div.buttons-sets {clear: both; float: right; text-align: left; width: 100%;  margin-bottom: 45px;}

@media only screen and (min-width:768px) and (max-width:1024px){
.register-column-content .form-list .field,
.register-column-content .form-list .input-box,
.register-column-content .form-list input.input-text,
div.custom-customer-contacts textarea { width:100%;}
div.header-top-left { width:100%;}
div.left-top-links { width:33%; float:left;}
div.left-top-links .officework-logo { margin-top: 5px;  width: 20%;}
div.left-top-links .officework-logo > img { height: auto; width: 100%;}
div.tm_headerlinkmenu { float:right;}
}

@media only screen and (min-width:320px) and (max-width:767px){
div.custom-customer-contacts.installed-products .customer-contacts .contacts-column { margin-right:0; width: 100%;}
div.custom-customer-contacts.installed-products .contacts-column.column-right.full-length { margin-top:20px!important; padding: 20px 0 0; margin: 0; width: 100%; border:none; border-top:solid 1px #ccc;}
div.custom-customer-contacts.installed-products .customer-contacts div.buttons-sets { margin-bottom:20px;}
.register-column-content .form-list .field,
.register-column-content .form-list .input-box,
.register-column-content .form-list input.input-text,
div.custom-customer-contacts textarea { width:100%;}
div.header-right  {width:15%;}
.header-top { float:left;}
.header-top-left { float: right;  width: 85%;}
.left-top-links {float: left; width: 100%;}
.left-top-links .officework-logo { float: none; margin: auto; text-align: center; width: 100%;}
div.left-top-links .officework-logo > img { width:20%; height:auto; margin-bottom:10px;}
div.header-cart .block-cart.btn-slide .cart_mini_right .cart_text { padding-left:0;}
.header-container .header-top .welcome-msg { margin:auto; width:180px; float:none;}
#billing-details .fields.text-info {margin: 0 9%; width: 85%;}
.iwd-qv-modal .modal-addtocart .btn-add-to-cart span{ padding:0!important;}
}
@media only screen and (max-width:980px){
#aw-onestepcheckout-container label#alternate-address-label { float:left; width:100%;}
div.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-left, div.aw-onestepcheckout-general-form-field.aw-onestepcheckout-general-form-field-right { margin-right:0; width:100%;}
div#aw-onestepcheckout-place-order {margin: 30px auto 0;}
#aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-title { font-size:20px!important;}
}
/* Customer Contacts Page in dashboard*/


.additional-text {
    color: #000;
    display: block;
    float: left;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    width: 100%;
}
.additional-text p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

a#all-price-ex-gst { display:none; }
.product-view .product-essential .product-shop a#all-price-ex-gst { display:block; }

.left-top-links {    float: left; }
.left-top-links .officework-logo {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}
.left-top-links .officework-logo > img {
    height: 40px;
}
.fields.text-info {
    margin: 0 2%;
    width: 100%;
}
.fields.text-info span {
    clear: both;
    float: none;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}
.fields.text-info span.first{
	padding:0;
}
.fields.text-info span.second{
    padding:0 10px;
}
.fields.text-info span.third{
	padding:0 35px;
}

div.responsive-menu #nav-mobile { z-index:999;}

.iwd-qv-modal-dialog.modal-dialog.iwd-success-cart {height: 150px; top: 0; bottom: 0; margin:auto;}
form#review-form fieldset.highlight { color: #505050 !important; font-weight:normal !important;}

div.bubbly-button {
    padding: 0;
	background: #555;
	margin: 10px 0 0;
	border-radius: 7px;
	border: 4px solid #72BF44;
	text-align: center;
	clear: both;
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
div..products-list div.list-center-outer div.product-shop div..price-box { margin:0; }
div.list-center-outer div.product-shop div.bubbly-button.register-login { font-size: 14px; padding: 18px 22px; margin-bottom:10px; }

body.safari_only div.list-center-outer div.product-shop div.bubbly-button.register-login{
	font-size: 13px;
}

body.safari_only.catalog-category-view .products-grid .product-block .product_desc .bubbly-button{
	font-size: 10px;
}

body.safari_only div.list-center-outer div.bubbly-button.finance-button span{
	font-size: 12px;
}

body.safari_only.catalog-category-view .products-grid .product-block .product_desc div.bubbly-button.finance-button span.qualify{
	font-size: 7px;
}

div.bubbly-button span.qualify {  }
div.bubbly-button span.regis-login {  }
div.bubbly-button span a {  color: #B8FF8A; }
body.catalog-product-view div.bubbly-button.register-login {
    width: 85%;
    padding: 10px;
    margin: 0 0 10px;
}
body.catalog-product-view div.bubbly-button.register-login span.regis-login {
    color: #72BF44;
}

body.catalog-product-view.safari_only div.bubbly-button.register-login {
    width: 95%;
    padding: 10px;
}
.catalog-category-view .products-grid .product-block .product_desc {top: 0; padding: 5px 10px;}
.catalog-category-view .products-grid .product-block .product_desc h2.product-name a { font-size: 10px; }
.catalog-category-view .products-grid .product-block .product_desc .bubbly-button {  }
.catalog-category-view .products-grid .product-block .product_desc .bubbly-button.finance-button { margin:10px auto 0; }
.catalog-category-view .products-grid .product-block .product_desc .bubbly-button a{  }
body.catalog-product-view .product-options-bottom div.bubbly-button {     display: none; }
.iwd-qv-modal .bubbly-button { display: none; }
.iwd-qv-modal .price-info .bubbly-button { display: block; }


/* guest checkout form */
div#guest-checkout-enabled-auth {
    float: left;
	width: 65%;
	position: relative;
	display: block;
	background: #ececec;
	padding: 10px;
	margin: 0 10px;
}



div#guest-checkout-enabled #onestep-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

div#guest-checkout-enabled #aw-onestepcheckout-authentification { margin:0;  border: 0; }
div#guest-checkout-enabled #aw-onestepcheckout-authentification form#aw-onestepcheckout-login-form { float: left; position: relative; }
div#guest-checkout-enabled div.checkout_as_guest {
    width: 50%;
    float: left;
}
div#guest-checkout-enabled #aw-onestepcheckout-authentification form#aw-onestepcheckout-login-form .form-list { padding: 0; }
div#guest-checkout-enabled .aw-onestepcheckout-auth-form-block.button-section {
    margin: 10px auto;
    padding: 10px auto;
}
div#guest-checkout-enabled #aw-onestepcheckout-authentification div.checkout_as_guest_or_customer {
    float: left;
    padding: 10px;
}

div#guest-checkout-enabled #aw-onestepcheckout-general-container {
    clear: both;
    width:100%;
}

#guest-checkout-enabled-right {
    float: right;
				width: 32%;
}

#guest-checkout-enabled-left {
    float: left;
position: relative;
display: block;
width: 69%;
}
#guest-checkout-enabled-left .aw-onestepchekocut-column.aw-onestepchekocut-column-left, #guest-checkout-enabled-left .aw-onestepchekocut-column.aw-onestepchekocut-column-middle {

 width:50%; float: left; position: relative; display: block; }

#guest-checkout-enabled-right div.aw-onestepchekocut-column.aw-onestepchekocut-column-right { width: 100%; top: -207px; position: relative; }

div#guest-checkout-enabled div#guest-email-found {
    font-size: 12px;
    color: #FF0000;
}

div#guest-checkout-enabled form#aw-onestepcheckout-login-form .aw-onestepcheckout-error-msg {
    color: #ff0000;
    font-size: 12px;
    font-weight: normal;
    border: 0;
    background: no-repeat;
    position: absolute;
    bottom: -16px;
    left: -10px;
}
.aw-onestepchekocut-column.aw-onestepchekocut-column-left #aw-onestepcheckout-address-wrapper { display: block; float:left; }
/*div#guest-checkout_email-form, div#checkout_as_guest_or_customer{
	float: left;

	width: 98%;

	margin: 10px 0;
}
#guest-checkout-enabled .aw-onestepcheckout-auth-form-block label {

    float: left;
    width: 20%;
    font-size: 13px;

}

#guest-checkout-enabled .aw-onestepcheckout-auth-form-block .input-box {

    width: 80%;
    float: right;
    display: inline-block;
    clear: none;

}*/
/* guest checkout form */

div.bubbly-button.finance-button {
    width: 94%;
	padding: 4px 0;
	font-size: 16px;
	background: #72BF44;
	cursor: pointer;
	border: 6px solid #72BF44;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: middle;
	line-height: 15px;
	margin: 25px 0;
	color: #FFFFFF;
	display: block;
}
div.bubbly-button.finance-button span.qualify,
div.bubbly-button.finance-button span.regis-login{font-size:10px; color: #FFFFFF;}
.catalog-category-view .products-grid .product-block .product_desc div.bubbly-button.finance-button span.qualify,
.catalog-category-view .products-grid .product-block .product_desc div.bubbly-button.finance-button span.regis-login { font-size:9px; }


.products-list div.list-center-outer div.product-shop div.price-box {
    padding: 0;
}
div.list-center-outer div.bubbly-button.finance-button {
	width: 263px;
	padding: 3px;
	position: absolute;
	left: 0;
	top: 315px;
	border-radius: 0 0 0 20px;
	line-height: 20px;
	margin:0;
}
div.list-center-outer div.bubbly-button.finance-button span {
	font-size:14px;
}


body.catalog-product-view div.bubbly-button.finance-button {
    font-size: 19px;
    width:89%;
    line-height: 25px;
    margin: 10px auto 25px;
}
body.catalog-product-view.safari_only div.bubbly-button.finance-button {
    width:98%;
}

body.catalog-product-view div.bubbly-button.finance-button span { font-size:19px; }
body.catalog-product-view div.bubbly-button.finance-button span.qualify { font-weight: normal; font-size: 21px; }
body.catalog-product-view div.bubbly-button.finance-button span.regis-login { font-size: 19px; }


#product-finance {
    width: 100%;
    margin: 15px 10px;
    float: left;
    font-size: 15px;
}

#product-finance tr th {
	font-size: 16px;
	font-weight: bold;
	width: 33%;
	color: #000;
}

#product-finance tr td a {
    float: left;
    color: #505050;
}

#product-finance tr td a img {
    float: left;
    margin-right: 10px;
    border: 3px solid #72be44;
    border-radius: 5px;
}


.onlinecredit.finance-application.section-content.sub-section  {font-size: 17px;  margin: 10px;  padding: 0 10px;  color: #000;  float: left; background: #ececec; width: 75%;}
.onlinecredit.finance-application.section-content.sub-section .query-section { float: left;

margin-bottom: 20px;

padding: 15px 15px 0 15px;

width: 100%;}
.onlinecredit.finance-application.section-content.sub-section .query-section .query{ float: left; text-align: left; width: 100%; margin-bottom: 15px;}
.onlinecredit.finance-application.section-content.sub-section .query-section .query h4 { font-weight:normal; font-size:20px;}
.onlinecredit.finance-application.section-content.sub-section .query-section .options {margin: 0 auto; float: left; width: 250px; text-align: left}
.onlinecredit.finance-application.section-content.sub-section .query-section .options .option-check { float:left; width:50%;     font-size: 18px;}
.onlinecredit.finance-application.section-content.sub-section .query-section .options .option-check:last-child { float:right;}
.onlinecredit.finance-application.section-content.sub-section .query-section .options .option-check .tm-checkbox { margin-right:20px; }
.onlinecredit.finance-application.section-content.sub-section .yes-fields { float:left; width:100%;}
.onlinecredit.finance-application.section-content.sub-section .yes-fields  .form-list { float:left; width:100%; margin-bottom:20px;}
.onlinecredit.finance-application.section-content.sub-section .yes-fields .form-list .field { float: left; width: 400px; margin-right: 50px;}
.onlinecredit.finance-application.section-content.sub-section .yes-fields .form-list label { font-size:18px; margin-bottom:10px;}
.onlinecredit.finance-application.section-content.sub-section .yes-fields .form-list .input-box { width:100%;}
.onlinecredit.finance-application.section-content.sub-section .yes-fields .form-list input.input-text { padding:10px 5px; width:97%!important;}
.onlinecredit.finance-application.section-content.sub-section .required-fields { float:left; width:100%; margin-bottom:45px; font-size:18px;}

.onlinecredit.finance-application.section-content.sub-section .button-section {

    margin: 20px 0;
    float: left;

}
#finance-login-form-div {
    float: left;

width: 100%;

position: relative;

display: block;

margin: 25px 0 0;
}

#finance-login-form .form-list div {
    float: left;
    width: 50%;
    position: relative;
    display: block;
    clear: none;
}
#finance-login-form .form-list div.input-box {

    margin-left: 20px;
    float: left;

}
.sub-section form#finance-login-form .button-section button#login-submit-btn {
    margin-left: 0;
    background: #72be44;
}
.sub-section form#finance-login-form .button-section button#login-submit-btn span {
    padding: 0;
    margin: 0;
    border: 2px solid #72be44;
}
.sub-section form#finance-login-form .button-section button#login-submit-btn span span {
    color: #FFF;
    font-weight: normal;
    font-size: 15px;
    padding: 5px 10px;
    margin: 0;
}

div#finance-error span#error-msg {
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    background: no-repeat;
    position: relative;
    bottom: 0;
    left: 0;
    float: left;
}

div.finance_messages_product_view ul.messages {
    width: 99% !important;
    margin: 0 10px !important;
}
div.finance_messages_product_view ul.messages li.success-msg {
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
    font-size: 15px;
}
