/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


body{ 
    background:#FFFFFF;
    color:#666666;
    /*font-family:"Arial",sans-serif;*/
    font-family: "open_sansregular","Arial","sans-serif", "Helvetica", "Tahoma",  "Microsoft Yahei", "SimSun", "SimHei";
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
	letter-spacing: 1px;
	text-align:left;
}

img           { border:0; vertical-align:top; }

a             { color:#666666; text-decoration:none; }
a:hover       { text-decoration:none; color:#262626; }
:focus        { outline:0; }
.short-description>h3 {
    margin: 40px 0 20px 0;
}
/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#333; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; margin-bottom:15px; }
h3            { font-size:16px; font-weight:normal; }
h4            { font-size:14px; font-weight:normal; }
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; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page {}

header.header-container {
    border-bottom: 1px solid rgba(74, 159, 142, 0.46);
}
.nav-container1{ display:none; }
.nav-container {
    margin-bottom: 0px;
    margin-top:70px;
}
.main-container { }

.header-container,.nav-container,.main-container,.footer-container{}

.header, .col-main-left, .footer, .container-width, .col1-layout .col-main /*, .cms-home .main*/{
	width:1200px; 
	margin:0 auto; 
	padding:0px; 
	background:transparent;
}

.header {  position:relative;    padding: 10px 0 10px;}
.header_top {   height:40px; }
.header-bottom{  }
.main {margin-bottom:20px !important;    padding-top: 0; 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:255px; padding:0 0 0px; }
.col-main { float:left; width:915px; padding:0 0 0px;}
.col-right { float:right; width:255px; padding:0 0 0px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none;    margin-bottom: 150px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:540px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:760px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-1  img{ width:100%;  }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle;  }
input.input-text,select,textarea { background:#fff;border: 1px solid rgba(74, 159, 142, 0.46);color:#555; font-family:"Raleway",sans-serif; }
input.input-text,textarea { padding:6px 5px 7px;   }
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;}
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;   }

.main_bg{
    padding-bottom: 60px
}
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;   }
.product_hover-block .button.btn-cart { width: 100%;}
.button.btn-cart > span{ }
button.button span , .back-link a,input.button { 
    display: block;
    font-family: "Raleway",sans-serif;
    background: #4a9f8e;
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    border: 1px solid #4a9f8e;
    font-weight: bold;
    text-transform: uppercase;
	}
button.button span span { border:0; padding:0;   }
button.button:hover span , .back-link a:hover ,.cart .discount button:hover span {
	background: #fff;
    color: #000;
    cursor: pointer;
    text-decoration: 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;
}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { 
	height:40px;
	 line-height:38px; 
	 border:0;
	 padding:0 35px;  
	 font-size:16px;
}
.cart .discount button span , button.btn-checkout span {   color:#fff; 	 background:#000; }
.cart .discount button:hover span , button.btn-checkout:hover span{ background:#fff; color:#000;   }
button.btn-checkout.no-checkout span {color:#b8baba; }
button.btn-checkout.no-checkout span span {}
button.btn-checkout span {
    border: 1px solid #000;
}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { /*box-shadow:0 0 3px #BBBBBB;*/   }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px;    margin-bottom: 30px; }
.w250{
    width: 250px !important
}
.form-list label {   
    display: inline-block;  font-weight:normal; position:relative; z-index:0; padding-bottom:5px; }
.form-list label.required {}
.form-list em {
    float: right;
    font-style: normal;
    color: #4a9f8e;
    position: absolute;
    top: 0;
    right:-10px;
}
.code-box {
    width: 150px;
}
.account-create p.required {
    position: absolute;
       left: 0;
    top: -10px;
}
@media only screen and (min-width: 980px){
    #category-treeview li .level1:hover .level2 {
        display: block;
    }li.level2 {
        display: none;
    }
}
@media only screen and (min-width: 1200px){
    .contact-info .items {
    width: 33.333%;
    float: left;
    margin-top: 36px;
    height: 100px
}
}
@media only screen and (max-width: 1199px){
    .contact-info .items {
    margin-top: 20px;
}
.col-left.sidebar.fix{
display:none
}
h1.contact_h1 {
    margin-top: 30px;
}
}
.items h2 {
    font-weight: bold;
}
.items p {
    font-size: 16px;
    color: #666;
}
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box {
    clear: both;
    width: 275px;
    position: relative;
    display: block;
    font-size: 13px;      margin-right: 50px;
}
form#form-validate .input-box {
    display: inline-block;
}
li.line>div {
    margin-bottom: 20px;
}
.font0{
	font-size: 0
}
.form-list .field { float:left; width:275px; margin-right: 50px;}
.form-list input.input-text { width:250px; }
.form-list textarea { width:250px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#DD4B39; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:20px 0 0; padding:5px; border:1px solid #fff; text-align:right;     position: relative;}
.buttons-set p.required { margin:-25px 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin: 20px 0;
    padding: 0; }
 

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:12px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#DD4B39; }
.validation-failed { border:1px dashed #4a9f8e !important; background:#faebe7 !important; }
.validation-passed {}
p.required { 
font-size: 11px;
    text-align: left;
    float: left;
    width: 140px;
    color: #4a9f8e;
    margin: 28px 0px 0;
    height: 36px;
    line-height: 36px;
}
#footer .footer-area a:hover {
    color: #4a9f8e;
}
/* 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:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; line-height:20px; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {   line-height:1.25; margin:0px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal; color:#000; }
.column-left-breadcrumbs{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 66px 0 66px;
    margin-top: 60px;margin-bottom: 30px;
}
.level0>a>span, .level0>li>a>span {
    font-weight: bold;
}
.level0>a>span:hover,.level0>a>span.active, .level0>li>a>span:hover,.level0>li>a>span.active {
   color: #4a9f8e;
}
.column-left-breadcrumbs .container-width{ background:transparent; text-align:center;}
.wishlist-index-index .column-left-breadcrumbs .title-buttons{ text-align:center;}
.wishlist-index-index .column-left-breadcrumbs .title-buttons h1{ float:none;}
.fieldset>p {
    font-size: 16px;
    color: #999;
}
.block{
    display: block !important;
    padding: 0
}
/* Page Heading */
.page-title {    border-bottom:none;
    margin: 0 0 0px;
    overflow: hidden;
    width: 100%; }
.page-title h1, .page-title h2 {
    border-bottom: medium none;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    z-index: 4;
}
@media only screen and (max-width:1199px){
	.page-title.category-title h1{
		margin-bottom:16px
	}
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; margin:0px;  }
.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: 4px;}
.pager .amount strong{ font-weight:normal;}
.pager .limiter { float:right; margin-left:10px; z-index:999 !important; padding-top:1px; }
.pager .limiter label  { float:left; padding-top: 5px; font-size:12px; color:#000;}
.pager .limiter span { display:none; vertical-align: super; }
.pager .limiter select {  margin:0 0 1px; vertical-align:middle; }
.pager .pages {  margin:0px 0px 0px 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;     margin-right: 5px; 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:2px 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:2px 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: 5px;   text-align:left; float:left; font-size:12px; color:#000;}
.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; padding-top:1px;}
 
.pager .pager_right .sort-by .sbHolder  {float:left; }
.pager .limiter .sbHolder{float:left; 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 -38px -314px #fff;
    border: 1px solid #d9d9d9;
    display: block;
    height: 28px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms; -webkit-transition-duration: 300ms; -moz-transition-duration:300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms; 
	width: 28px;
} 
.sort-by a.downarrow ,  .sort-by a.uparrow:hover{
  background: url("../images/sprite.png") no-repeat scroll -10px -314px #fff;
    border: 1px solid #d9d9d9;
    display: block;
    height: 28px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms; -webkit-transition-duration: 300ms; -moz-transition-duration:300ms; -ms-transition-duration: 300ms; -o-transition-duration: 300ms;
    width: 28px;
}

/* Toolbar */
.toolbar { margin-bottom:25px; }
.toolbar .pager { padding:7px 0px; position:relative;}
 .toolbar .pager .pager_left{ float:left; padding:1px 0 0;}
  .toolbar .pager .pager_right{ float:right; }
.toolbar .sorter {   }
.toolbar-bottom {}

/* ==================== List/Grid Image ============*/
.view-mode{ float:left; margin-right:10px; margin-bottom:0; }
.view-mode label {
    display: none;
}
.view-mode strong.list, .view-mode a.list, .view-mode a.grid, .view-mode strong.grid {
    background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
    height: 29px;
    margin: 0;
    text-align: left;
    text-indent: -999em;
    width: 29px;
}
.view-mode a.grid		{ background-position:-3px -185px;}
.view-mode strong.list {
    background-position:-32px -156px;
	margin-left:-8px;
}
.view-mode a.list {
    background-position: -32px -185px;
    margin-left: -5px;
}
.view-mode a.list:hover	{ background-position:-32px -156px;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;}
.view-mode a.grid:hover	{ background-position:-3px -156px;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;}
.view-mode strong.grid {
    background-position:-3px -156px;	
}

/* 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;/* border-right:1px solid #c2d3e0;*/ padding:8px 8px; color:#808080; 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:#fff; border-bottom:1px solid #d9d9d9;}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9d9d9; }
.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 #d9d9d9; border-right:1px solid #d9d9d9; */}
/* 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 #d9d9d9; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.widget-static-block ul li , .std ul.disc li{ list-style:none; padding:2px 0; }
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:0px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 6px; padding:0; }
.std ul { list-style:disc outside; padding-left:0; }
.std ol { list-style:decimal outside; padding-left:0; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */

.link-cart { font-weight:normal; }
.link-wishlist , .link-compare {font-weight:normal; }
.link-reorder {  }
 
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0;   text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center;  }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */

/* Header ================================================================================ */

@media only screen and (min-width: 1200px){
.header-middle {
    width: 680px;
    float: left;
    height: 150px;
}
.header-left {
    text-align: center;
    width: 120px;    float: left;
}	
.menu:hover .megnor-advanced-menu-popup {
    display: block;
}
.menu.icon3.menu-arrow .megnor-advanced-menu-popup {
    width: 414px;
}
}
@media only screen and (max-width: 1199px){
.header-left {
    text-align: center;
    width: 100%;float: left;
}

}


.header .logo { text-decoration:none !important; margin:0px;}
.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-right{position:absolute; right:0; top:84px; z-index:99;}
.header-top-left{ float:left; position:relative;}
.tm_headerlinks_inner{ display:block; cursor:pointer; padding:15px 0;  }
.headertoggle_img{
	background:url(../images/3-dot.png) no-repeat scroll 3px 0px transparent;
    height: 21px;
    margin: 0 auto;
    text-align: center;
    width: 12px; 
}
.header .welcome-msg { display:block; font-weight:bold; text-transform:uppercase;}
.header .welcome-msg a { color:#ebbc58; }
.header .tm_headerlinks{ display:none; float:none; padding:20px; position:absolute; background:#EFEFEF; right:0px; border:1px solid #d9d9d9; background:#fff; width:200px; text-align:left; top:56px; z-index:99;}
.header .tm_headerlinks a{ font-size:12px;}
.header .links { margin:15px 0 10px; display:block; }
.header .links li { padding:0 8px 0 7px; display:block; }
.header .links li a{ text-decoration:none; }

.header .form-language, .header .tm_top_currency { margin:20px 0 0; padding:20px 0 0; border-top:1px solid #eeeeee; overflow:hidden; }
.header .form-language label {   padding-right:5px;  }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .tm_top_currency  label,.header .form-language label{ line-height:25px;margin-right:5px;  float:left; font-weight:bold; color:#000; text-transform:uppercase; }
.tm_top_currency .sbOptions li a{ border: 1px solid #d9d9d9; padding: 3px 10px;}
.tm_top_currency .sbOptions li a:hover, .form-language .sbOptions li a:hover{ border-color:#000; color:#000;}
.ie7 .header .form-language { width:250px; }
.ie7 .header .tm_top_currency{ width:130px; }
.form-language  .sbHolder ,.tm_top_currency .sbHolder{border:none; padding:0px;}
.tm_top_currency .sbOptions, .form-language .sbOptions { display:block !important; border:none; position:relative; right:auto; left:auto; top:auto !important; margin-top:15px;}
/*.tm_top_currency .sbOptions{ left:-77px;}*/
/*.form-language .sbOptions{ left:-85px;}*/
.form-language .sbOptions li{ display:inline-block; padding:0px 10px 5px 0px;}
.form-language .sbOptions li a{ padding: 3px 10px;  border: 1px solid #d9d9d9;}
.tm_top_currency .sbOptions li{ display:inline-block; padding:0 10px 10px 0;}
.tm_top_currency .sbToggle, .form-language .sbToggle{ display:none;}

.header-cart{ float:left; margin:0 15px 0 19px; }
.header-cart #header-cart{ border:none; position:relative; margin:15px 0 0;}
.cart_mini_right{ background:url(../images/cart-icon.png) no-repeat scroll 0 -50px transparent;  box-sizing: border-box; cursor: pointer; letter-spacing: 1.5px;  margin: 0 4px;  padding: 12px 15px;  width: 37px;}
/*#header-cart:hover .cart_mini_right{ background-position:0 0px;}*/
#header-cart .cart_mini_right_hover{ background-position:0 0px;}
.cart_item {
    background-color: #000;
    border: medium none;
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 13px;
    padding: 0 4px 2px;
    position: absolute;
    right: 9px;
    top: -11px;
    z-index: 9;
}
.header-cart .cart_mini_right .cart_text, .header-cart .cart_item_text .price{ display:none;}
.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:none;
	 width:10px;
	 height:15px; 
}
.ie7 .header-cart .right_arrow{ display:inline}
.header-cart  .active .right_arrow{ background: url("../images/arrow-up.png") no-repeat scroll center center transparent;}
.header .header-cart #panel{  
 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #d9d9d9;
    display: none;
	text-align:left;
    min-width: 20px;
    padding: 10px;
    position: absolute;
    right: 0;
    top:41px; 
	width:300px; z-index:99;}
 
.header .header-cart  li{ clear:both; margin-bottom:5px; }
.ie7 .header .header-cart li{ overflow:hidden; }
.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-cart .block .actions button.button {
    float: right;
    margin: 10px 0 0 10px;
}

.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }

.header .quick-access { float:left; padding:0; margin:10px 0 0; position:relative;    margin-right: 10px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; display: none;}
.header .form-search button.button span { border:0;  background:none; padding:0 0 0 3px;  }
.header .form-search button.button span span {   font-size:0;}
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
/*.header .form-search { position:relative; float:left; margin:10px 0 0;}*/
.header .form-search button.button { float:left; background:url(../images/search-icon.png) no-repeat scroll 7px -43px transparent; height:34px; width:34px; position: absolute;    right: 0;  top:0px;}
.header .form-search:hover button.button { background-position:7px 7px;}
.header .form-search:hover input.input-text, .header .form-search:focus input.input-text{
    background:#fff;
    font-size: 12px;
    padding-right: 35px;
    width: 240px; border:1px solid #d9d9d9;
}
.header .form-search input.input-text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border:1px solid transparent;
    border-radius: 0; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;
    box-shadow: none;
    color: #d9d9d9;
    float: right;
    font-size: 0;
    height: 34px;
    line-height: 18px;
    padding: 5px 15px;
    transition: all 0.9s ease 0s; -webkit-transition:all 0.9s ease 0s; -moz-transition:all 0.9s ease 0s; -ms-transition:all 0.9s ease 0s; -o-transition:all 0.9s ease 0s;
    width: 0;
	box-sizing: border-box;
}

.header .header-right.header-right-fixed .form-search input.input-text { color:white; }

header.header-length {
    margin-bottom: 53px; position:relative;
}
.header-right.header-right-fixed {
    display: block;
    margin: 0;
    padding-top:6px;
    position: fixed;
    right: 15px;
    top: 0;
    width: auto;
    z-index: 9999;
}
.nav-container.fixed {
    background: #000000 none repeat scroll 0 0;
    display: block;
    position: fixed;
    top: 0;
    transform: translateZ(0px); -webkit-transform: translateZ(0px);  -ms-transform:translateZ(0px); -o-transform:translateZ(0px); -moz-transform:translateZ(0px); 
    transition: all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -ms-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s;
    width: 100%;
    z-index:1000;
	border-top:1px solid #000;
}
.nav-container.fixed div.menu .parentMenu > a, .nav-container.fixed .subparentMenu.seeall > a{ color:#fff;}
.nav-container.fixed .parentMenu a, .nav-container.fixed .subparentMenu.menu0.seeall > a, .nav-container.fixed .custom_menu > a, .nav-container.fixed #nav a {  background:url(../images/w-spacer.png) no-repeat scroll left center transparent;}
.header-right-fixed .headertoggle_img{ background-position: 3px -50px;}
.header-right-fixed .cart_mini_right, .header-right-fixed #header-cart:hover .cart_mini_right{ background-position:0 -100px;}
.header-right-fixed .cart_item{ background:#fff; color:#000;}
.header .header-right-fixed .form-search button.button{ background-position:7px -93px;}
.header .header-right-fixed .form-search:hover input.input-text,.header .header-right-fixed .form-search:focus input.input-text{ background:#000; border:1px solid #fff;}
.header .header-right-fixed .header-cart #panel{ top:41px;}
.header .header-right-fixed .tm_headerlinks{top:56px;}

/********** < Navigation */
.advanced_nav{ display:none; }
.nav-inner #nav , .nav-responsive , #advancedmenu{clear: both; 		padding:0 0px; }
/* 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:22px; text-decoration:none; }
#nav a:hover , #nav > li:hover > a , #nav li.active > a  , .cms-home .home_link a , div.menu a:hover ,div.act .parentMenu > a ,div.active .parentMenu > a{ color:#666; }
#nav span { display:block; cursor:pointer; white-space:nowrap; } 
#nav li ul span {white-space:normal; }
#nav ul li.parent a, .nav-container.fixed #nav ul > li.parent > a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav a , .nav-responsive span  {float:left;}
#nav a , .nav-responsive span , div.menu a, div.megnor-advanced-menu-popup a { padding: 20px 15px 19px; color:#000; font-size:13px;  text-decoration: none; font-weight:700; text-transform:uppercase;}
#nav li.over a, #nav a:hover , div.menu a:hover , div.menu.active a{ color:#4a9f8e; }

#advancedmenu div.menu .home_link a{ padding:0 15px 0;}

.nav-container.fixed #nav ul li > a{ color:#333;}

/*==================== Start Advance More link ===================*/

.subparentmenu-hover { background:#fff;  display: none; border:1px solid #e5e5e5;  position: absolute;}
.subparentMenu:hover .subparentmenu-hover { display: block; width: 160px;}
.super-sub {  background:#fff;  padding: 15px 0;  position: relative;}
.subparentmenu-hover div.menu { background:transparent; float: none;}
.subparentmenu-hover .menu {   width: 100%;}
.subparentmenu-hover div.menu a, .nav-container.fixed .subparentmenu-hover div.menu a{
	background:#fff;
    color: #262626;
    font-size: 13px; font-weight:600;
    padding:4px 15px; text-align:left; text-transform:capitalize;
}
.subparentmenu-hover div.menu a:hover{ color:#808080;}
.subparentmenu-hover div.megnor-advanced-menu-popup {
    right: -182px !important;
    margin-top: -35px;
    top: auto !important;
    width: 180px; left:auto !important; padding:5px 0;
} 
.subparentmenu-hover div.column{ border:none; padding:0px;}

/*==================== End Advance More link ===================*/

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0;  }
#nav ul li.last {  padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul ,.responsive-menu #nav-mobile{ background:#f5f5f5; border:1px solid #d9d9d9; z-index:99;} 
#nav ul { display: none;  left: 0; padding: 10px;  position: absolute; top:61px;  width: 15em;}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a {  }
#nav ul li a:hover ,/* #nav > li ul > li:hover > a ,*/ .responsive-menu a:hover  {color:#808080!important; }
#nav ul li a { color:#000; text-decoration:none; display:block; font-size:13px;font-family:"Raleway",sans-serif; text-transform:capitalize; }
#nav ul span,
#nav ul li.last li span , .responsive-menu li a { padding:4px 2px; }
.responsive-menu a{ color:#000; text-decoration:none; display:block;}
.responsive-menu a:hover{ color:#808080;}
/* 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 > */

#nav .hidden_menu.menu {
    float: left;
    position: relative;
}
#nav .hidden_menu.menu ul.test {
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    display: none;
    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 61px;
    width: 15em;
    z-index: 99;
}
#nav .hidden_menu.menu:hover ul.test{ display:block;}
#nav .hidden_menu.menu ul a { color: #000;  margin: 0 10px; padding: 4px 5px;}
#nav .hidden_menu.menu ul a span { padding: 0; white-space: nowrap;}
#nav .hidden_menu.menu ul.test li ul { padding: 0;}
#nav .hidden_menu.menu ul.test li ul, #nav .hidden_menu.menu ul.test li li ul { display: block;  margin-left: 15px;}
.nav-container.fixed #nav a{ color:#fff;}
.nav-container.fixed #nav li.first a{ background:none;}


/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:none; }
.block .block-title { 	
	color:#262626;
	text-transform:capitalize;
	background:transparent; position:relative; border-bottom:1px solid #e6e6e6;
}
.block .block-title strong { display:block; min-height:16px; padding:0px; color:#262626;font-weight:bold; font-size:14px; text-transform:uppercase; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px;  font-weight:normal;  }
.block .block-content { 
/*	position:relative;*/
	background:transparent;
	margin:0;
	padding:10px 0px;}
.block .block-content li{ padding:4px 0;  }
.block .block-content li a{ text-decoration:none; }
.block .block-content li a:hover{ color:#000;}
.block .block-content li .product-name a{ font-size:13px; }
.block .block-content li.item { padding:7px 0px; }
.block .block-content .product-name a{ color:#666; }
.block .block-content .product-name a:hover{ color:#262626; }
.block .btn-remove,
.block .btn-edit , #panel .btn-edit ,#panel  .btn-remove{ float:right; margin:6px 0 2px 5px; }
.block .actions { padding:10px 0px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block .block-content li a .price{ color:#666666; }
.block .block-content li a:hover .price{ color:#999999;}

/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Blocks */
/*.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }*/

/* Mini Products List */
.mini-products-list .product-image { float:left; margin-bottom:0px; }
.mini-products-list .product-details { margin-left:92px; }
.mini-products-list .product-details .price-box .price{ font-size:15px;}
.block .block-content li a.addto-cart:hover{ color:#000;}
 
.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; }
/* Block: Currency Switcher */
.block-currency {   }
.block-currency .block-title { }
.block-currency .block-title strong { }
.block-currency .block-content { }
.block-currency .block-content select { }

/* Block: Category Navigation */
#category-treeview li a , .block-account .block-content li a , #recently-viewed-items a , .block-brand-nav li a{
    display: block;
    padding: 3px 0 3px;
    text-decoration: none; text-transform:capitalize;
}
.ie7 #category-treeview li { display:inline }
.block-brand-nav  .sbHolder li a , .block-brand-nav .sbHolder li a:hover{ background:none; padding-left:5px; }
#category-treeview li , .block-account .block-content li , #recently-viewed-items li , .block-brand-nav li{ padding:0 !important; }

#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: 25px;
	width: 30px; 
	float: right;
	cursor: pointer;
	margin-right:0px;
	 margin-top: 0px;
}
#category-treeview .expandable .collapsable-hitarea{ 
	background:url("../images/sprite.png") no-repeat scroll -65px -110px transparent;		 
} 
#category-treeview .expandable-hitarea { 
	background:url("../images/sprite.png") no-repeat scroll -36px -110px transparent;		 
} 
#category-treeview .collapsable-hitarea { 
	background: url("../images/sprite.png") no-repeat scroll -65px -110px transparent;		
} 

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-title{}
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; display:none; }
.block-layered-nav .block-content {  }
.block-layered-nav dt {   font-weight:bold;  padding: 0 0px 0px; text-transform:capitalize; color:#000; }
.block-layered-nav dd { padding:10px 0px;}
.block-layered-nav a{}
.block-layered-nav a:hover{}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#f8f8f8; padding:4px 20px 4px 10px; position:relative; z-index:1; line-height:1.5; margin:0 0 3px; }
.block-layered-nav .currently .label { font-weight:bold;  text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:10px; top:9px; margin:0;
 background:url("../images/btn_remove.gif") no-repeat scroll 0 0 transparent; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; background:none; }


/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary {padding:2px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:normal; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:right; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a , .block-related .actions a { float:none; }
#wishlist-table .add-to-cart-alt .input-text{ margin-bottom:8px; }

/* Block: Related */
.block-related .block-title strong {}
.block-related input.checkbox { float:left; }
.block-related .tm-checkbox .tm-hide {
    opacity: 1; -khtml-opacity: 1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;
}
.block-related .product {margin-left:20px; }
.block-related li{ position:relative; }
.block-related .tm-checkbox{ position:absolute; left:2px;}

/* Block: Compare Products */
.block-compare .block-title strong {}
.block-compare button.button span {  }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th {  }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td {text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {   }
.compare-table tr.first td .product-name a {   }
.compare-table tr.first td .ratings { width:90px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table .add-to-links li:hover a.link-wishlist:before{ color:#000;}

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong {  }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle {  }
.block-poll label { color:#777;   }
.block-poll input.radio {  }
.block-poll .label {     margin-left: 3px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {   }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span {  }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a {  }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong {   }
.block-subscribe label { font-weight:normal;  }
.input_inner{ float:left;}
.block-subscribe input.input-text { display:block; width:454px; margin:0px; border:1px solid #c5c5c5; padding:11px 9px 12px; color:#4c4c4c; background:#f7f7f7;}
.block-subscribe .actions { background:none; padding:0; margin:0 0 0 7px; text-align:left; float:left;}
.block-subscribe .actions button.button span {
    background:#000;
    border: 1px solid #000;
    color: #fff;
    padding: 8px 29px;
}
.block-subscribe .actions button.button:hover span{ background:transparent; color:#000;}
 

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:0px; display:inline; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */

.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 0px; }
.category-image { width:100%; overflow:hidden; margin:0 0 20px; text-align:center; }
.category-image img {width:100%;}
.category-description { margin:0 0 20px; }
.category-products {}
.category-title h2 a{ padding:0  !important; }
.product_desc { padding: 0 10px;}
.product_hover-block { bottom: 0; left: 0; margin: 0 auto; position: absolute;  right: 0;  width: 100%; opacity:0; -khtml-opacity: 0; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0;}
.product-block:hover .product_hover-block{ opacity:1; -khtml-opacity: 1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;}
.product_hover-block  .ratings { bottom: 40px; left: 0;  margin: 0 auto;   position: absolute; right: 0;}
h2.product-name{ background:none; padding:0px 0 0 !important; border-bottom: none !important;  margin:5px 0 5px;}
 
/* View Type: Grid */
/*.products-grid { border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }*/
#grid.products-grid, #special_standalone_page.products-grid, #newproduct_standalone_page.products-grid, #featured_standalone_page.products-grid, #bestseller_standalone_page.products-grid{ margin:0 -16px; }
.products-grid {
    width: 100%;
    min-height: 500px;
}
.message {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    background: #d8f2ed;
    border: 1px solid #ddd;
    padding-left: 20px;    margin-left: 15px;
}

@media only screen  and (max-width: 767px){
    .products-grid li.item , .col-main .slider-item{ float:left; width:100%; margin-left: 16px;  padding:0; list-style:none; }
}
@media only screen  and (min-width: 768px){
    .products-grid li.item , .col-main .slider-item{ float:left; width:300px;    height: 440px; padding:0; list-style:none; }
}
.products-grid li.first_item_tm{ }
.products-grid li.last_item_tm{ }
.products-grid li .product-block{
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin: 10px 16px;
    overflow: hidden;
}
.products-grid li .product-block-inner{
	overflow: hidden;
    padding:0px;
    position: relative;
    text-align: center;

}
.product-image-block-inner .product-image-block {
    position: relative; margin:0 0 17px;
}
a.product-image { display:block; }
.product-block .product-image-block img {height: auto; width: 100%; /*transition: all 300ms ease 0s; -webkit-transition: all 300ms ease 0s; -moz-transition: all 300ms ease 0s; -ms-transition: all 300ms ease 0s; -o-transition: all 300ms ease 0s;*/  }
.product-block .product-image-block .hover-image, .list-left .hover-image {
    left: 0;
    /*opacity: 0; transition: all 0.8s ease 0s;*/
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    height:auto;
    visibility: hidden;
    width: 100%;
}
.product-block .product-image-block:hover .hover-image, .list-left:hover .hover-image { /*  opacity: 1; transition: all 0.8s ease 0s;*/   overflow: hidden;    visibility: visible;}
.products-grid .product-name { margin:8px 0 2px; font-weight:normal; font-size:14px;     height: 36px;}
.products-grid .product-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.products-grid li .product-block-inner:hover .product_desc, .products-grid li .product-block-inner:hover a {
    color: #4a9f8e;
}

.products-grid .price-box { margin:2px 0 5px; }
.products-grid .availability { line-height:21px; } 

.product-carousel .product-block{
  background:#FFFFFF;
    clear: both;
    margin:30px 16px;
    overflow: hidden;
}
.product-carousel .product-block-inner{
  overflow: hidden;
    padding:0px;
    position: relative;
    text-align: center;
}

.sale-label {
    color: #000;
    display: block;
    left: 0px;
    padding: 1px 7px;
    position: absolute;
    text-align: center;
    text-transform:capitalize;
    top: 0px;
    z-index: 8;
	/*background:#000; 	border:1px solid #000;*/
	opacity:0; -khtml-opacity: 0; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0;
}
.new-label {
    color: #000;
    display: block;
    padding: 1px 7px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-transform:capitalize;
    top: 0px;
    z-index: 8;
/*	background:#000; border:1px solid #000;*/ opacity:0; -khtml-opacity:0; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0;
}
.product-block:hover .sale-label, .product-block:hover .new-label, .products-list li.item .new-label, .products-list li.item .sale-label{opacity:1; -khtml-opacity: 1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;}

/* View Type: List */
.products-list li.item {   border:none;    margin-bottom: 26px;    padding:0px; }
@media only screen and (max-width: 767px){
    .products-list li .list-left{position: relative;
    width: 284px;
    margin: 0 auto; }
}
@media only screen and (min-width: 768px){
    .products-list li .list-left{ float:left; margin-right:30px; position:relative; }
}
.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 10px; }
.products-list .product-shop {  }
.products-list .product-name { margin:6px 0 8px; font-weight:bold; text-transform:uppercase; }
.products-list .product-name a{ font-size:14px;}
.products-list .price-box {   margin:8px 0 5px; }
.products-list .availability { display:inline-block; margin:0px 0 0; }
.products-list .desc { clear:both; padding:0px 0 0; margin:10px 0 0px; }
.products-list .desc .link-learn { font-size:11px; font-weight:bold; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; display:none; }
.products-list li .ratings .rating-box{ float:left; margin-right:0px; }
.products-list li .description{ margin:15px 0;}

.products-list li .actions{ margin:10px 0 0;}
.products-list .button.btn-cart{ width:auto;}
.products-list button.button span, .products-list .back-link a{ padding:4px 15px; width:auto;}
.products-list .list-center-outer .availability{border: 1px solid #d83820;line-height: 22px; padding:4px 15px;}
.products-list .add-to-links {display: inline-block; margin:0 0 0 1px; vertical-align:top; text-align:center;}
.products-list .add-to-links li { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-color: #d9d9d9;}
.product_hover-block .add-to-links li, .list-center-outer .add-to-links li {
	background: #000;  
	border: 1px solid #000; 
	box-sizing:border-box; 
	display:inline-block; 
	font-size:0; 
	height: 32px; 
	line-height: 30px; 
	margin: 0 0px; 
	width:37px; 
	text-align:center;
	padding:0 4px;
}
.products-list li .actions .add-to-links li a.link-compare:before, .products-list li .actions .add-to-links li a.link-wishlist:before{ color:#fff;}
.products-list li .actions .add-to-links li:hover a.link-compare:before, .products-list li .actions .add-to-links li:hover a.link-wishlist:before{ color:#000;}
.add-to-links li a.link-wishlist:before {
    color: #000;
    content: "\f004";
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 7px;
}
.add-to-links li a.link-compare:before {
    color: #000;
    content: "\f080";
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 7px;
}
.product-view .product-shop .add-to-links li a:before{ color:#666666; padding:7px 7px 0 0;}
.product-view .product-shop .add-to-links li a:hover:before{ color:#000000;}



.product_hover-block .add-to-links li:hover, .list-center-outer .add-to-links li:hover{ background:#fff; border-color:#000; 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;}
.add-to-links li:hover a.link-wishlist:before, .add-to-links li:hover a.link-compare:before{ color:#fff;}
.add-to-links li a.link-wishlist, .add-to-links li a.link-compare { display: block; height: 100%; width: 100%;}

.list-center-outer { float: left; margin:10px 0 0;  width:585px;}


/* ======================================================================================= */


/* Product View ========================================================================== */

/********************** Product View Tabs */
.product-view .product-collateral .tabs { margin: 15px 0px 0 0; overflow:hidden; }
.product-view .tabs li               
{ 
	float:left; 
	line-height:1em;  
	background:transparent; 
	margin:0px; padding:0px 5px; border-right:1px solid #dddddd;
}
.product-view .tabs li:last-child { border:none;}
.product-view .tabs li.first          { border-left:0; padding:0 5px 0 0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; padding:12px 20px; color:#000; text-decoration: none; font-weight:bold; text-transform:uppercase;}
.product-view .tabs a:hover           { text-decoration:none; color:#666;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#000;color:#fff; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{  float:left; margin-bottom:6px;}
 #product_tabs_related_tabbed_contents li .product-images SPAN {}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}
.product-collateral .padder{padding:25px 0px; background:#FFF; border-bottom:1px solid #d9d9d9;}

#product_tabs_description_tabbed_contents h2,#product_tabs_related_tabbed_contents  .block-title { display:none; }

.padder h6{
	color: #444444;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
	display:none;
	background:#f2f2f2;
}
#customer-reviews{ margin:0 0 25px;}

/* Rating */
.no-rating { margin:0 0 10px; }

.ratings {   line-height:1.25; margin:5px 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 0; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box {margin-right:5px; display:inline-block; }
.ratings .amount { display:none;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.product_hover-block .actions .availability.out-of-stock { border: 1px solid #d83820; line-height: 22px;  padding:6px 12px; margin:0px; background:#fff;}

.availability-only { margin:10px 0 7px; line-height:25px; background:url(../images/megnor/availability.png) 0 3px no-repeat; padding-left:30px; }
.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:#008000;}
/* 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: #000; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#000; font-size:18px; font-family:"Source Sans Pro",sans-serif; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price {   font-size: 18px;    font-weight:bold; color:#000; }
.block .regular-price,
.block .regular-price .price {  }

/* Old price */
.price-box .old-price { margin:0; text-decoration: line-through; color:#666666; }
.old-price .price-label { white-space:nowrap; color:#666666; }
.old-price .price { font-weight:normal; color:#c76200;font-size:14px; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:0px 0; }
.special-price .price-label { font-size:18px; font-weight:bold; white-space:nowrap; color:#000; }
.special-price .price { font-size:15px; font-weight:normal; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; margin:3px 0; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; font-size:13px; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold;  }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
 
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f0f0f0;  }
.tier-prices li { line-height:1.4;  padding:2px 0 2px 0px; }
.tier-prices .benefit { font-style:italic; font-weight:bold;  }
.tier-prices .price { font-weight:bold;  }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.product_hover-block .actions .add-to-links{ display:none;}
.add-to-links { margin:5px 0 0; font-size:12px;  }
.add-to-links li{ list-style:none; }
.add-to-links .separator { display:none; }


/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:normal; color:#666; margin-top:5px; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart {   }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0;  text-align:left; }
.add-to-box .add-to-links li { margin-right:10px;  }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {
    margin-top: 50px;
}
.product-essential h2 {display:none;  }

.product-collateral { margin-top:50px; margin-bottom:50px; }
.product-collateral h2 { font-weight:bold; font-size:14px; border-bottom:1px solid #d9d9d9; padding:0 0 10px; margin:0 0 15px; text-transform:uppercase; color:#000;}
.product-collateral .box-collateral { margin:0 0 25px; }
.related-products .block-subtitle{  margin-top:10px; }
.related-products .block-subtitle ,.box-tags h3{ font-weight:normal; font-size:15px; border-bottom:1px solid #dedede; padding:0 0 10px; margin:0 0 15px; }
 
.col-left.sidebar.fix {
    position: fixed;
    z-index: 2;
    top: 3%;
    margin-left: -20px;
    padding-left: 20px;
    padding-top: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px #a7a7a782;
}
.col-main-left {
    margin-top: 50px;
}
/* Product Images */
.product-view .product-img-box { float:left; width:500px; margin-right:40px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; border:1px solid #ddd; position:relative; z-index:1; }
.product-view .product-img-box .product-image  #wrap{  }
.product-view .product-img-box .product-image-zoom { position:relative; width:500px; height:520px; overflow:hidden; z-index:9; border:none; }
.product-view .product-img-box .product-image-zoom img {}
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px;  } 

/* Product Shop */
.product-view .product-shop { float:right; width:443px; }
.col1-layout .product-view .product-shop { float:right; width:578px; }
.col3-layout .product-view .product-shop { float:none; width:auto;    margin-top: 70px; }
.product-view .product-shop .product-name {     margin: 120px 0 30px; }
.product-view .product-shop .sku{ margin:15px 0;}
.product-view .product-shop .product-name h1 { margin:0; font-size:16px; font-weight:bold; text-transform:uppercase; color:#000; }
.product-view .product-shop .availability {    float:left;    margin:5px 0 15px; text-align:left; }
.product-view .product-shop .short-description { margin:10px 0; }
.product-view .product-shop .price-box { margin:15px 0 15px; clear:both; }
.product-view .product-shop .price-box .price{ font-size:22px;  }
.product-view .product-shop .price-box .price.old-price{ font-size:20px; font-weight:normal;}
.product-view .product-shop .add-to-links { margin:0px 0; font-size:13px; }
.product-view .product-shop .add-to-box{ margin:10px 0 20px;}
.product-view .product-shop .button.btn-cart > span{ padding:8px 20px;}
.product-view .product-shop .data-table{ margin:0 0 10px;}
 
.product-view .product-shop .add-to-links li{ display:inline-block; margin:0 5px; }
.product-view .product-shop .add-to-links li .separator { display:none; }
.product-view .product-shop .ratings .rating-links{ display:inline-block; }
.product-view .button.btn-cart{ width:auto;}
.email-addto-box{margin-bottom: 10px;} 
.email-addto-box .email-friend { float:left; margin-right:10px; }
.email-addto-box .email-friend a:before {
    color: #666666;
    content: "\f003";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 16px;
    line-height: 18px;
    vertical-align: top;
    width: 25px;
}
.email-addto-box .email-friend a:hover:before, .product-view .product-shop .add-to-links li:hover a.link-wishlist:before, .product-view .product-shop .add-to-links li:hover a.link-compare:before { color:#000;}

#prev-next-links{ float:right;  width:50px; }
#prev-next-links  a{ display: block; height: 30px; margin-bottom: 0; text-decoration: none;  width: 25px;}
#prev-next-links a#link-previous-product {float: left;}
div#prev-next-links a {
    -webkit-filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
}
div#prev-next-links a:hover {
    -webkit-filter:none;
    filter:none;
}
#prev-next-links a#link-next-product {float: right;}


/* Product Options */
.product-options {  
    margin: 0;
    padding: 0 0 15px;
    position: relative;
	z-index:2;
	}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:normal;  }
.product-options dt label.required em { color:#DD4B39; margin-left:0px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px;  }
.product-options dd { padding:5px 10px 10px; margin:0 0 5px;   }
.product-options dl.last dd.last { border-bottom:0; /*padding:5px 0; margin: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:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.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; }

.product-view .add-to-cart { float: left; margin: 0; padding: 0;}
.product-view .add-to-cart label {  color: #000000;  display: block;  font-weight: bold;  margin: 10px 10px 10px 0;}
.product-view .add-to-cart .input-content { float: left; margin-right: 15px;}
.product-view .add-to-cart .box-qty {border: 1px solid #d9d9d9; float: left;}
.product-view .add-to-cart .qty { float: left;  padding:11px 0 12px;  text-align: center;  width: 50px !important;  border: none;  border-right: 1px solid #d9d9d9; margin:0px;	background:transparent;}
.product-view .add-to-cart .input-content .qty-arrows { float: left; width: 18px;}
.add-to-cart input.qty-decrease, .add-to-cart input.qty-increase { background:url("../images/btn-qty.png") no-repeat scroll 0 97% transparent;  border: medium none;  cursor: pointer; display: block;  height: 17px; width: 16px;}
.add-to-cart input.qty-increase { background-position: 0 0;  margin-top: 1px;}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
/*.product-view .box-up-sell h2 {  padding:0 0 10px; margin:0 0 8px; }
*/ 
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 {   }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe1.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block;  margin:0 0 5px;  }
.product-view .box-tags .form-add .input-box { float:left;  }
.product-view .box-tags .form-add input.input-text { width:300px; margin-right:5px; }
.product-view .box-tags .form-add button.button span {  }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0px; font-size:12px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view #product-review-table{ max-width:180px; margin:15px 0; }
.product-view #product_tabs_review_tabbed_contents .form-list .input-box{ max-width:500px; width:100%; }
.product-view #product_tabs_review_tabbed_contents .form-list textarea{ width:95%; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; text-transform:capitalize; }
.product-name a , .product-review .product-name { color:#000; font-size:13px; text-decoration:none; margin-top:0px; }
.product-name a:hover{  color:#000;}

/* Product Tags */
.tags-list { display:block;   border:1px solid #EDEDED; background:#FBFBFB; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -33px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline;}
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a  {background:url("../images/megnor/subcat_arrow.png") no-repeat scroll 3px center transparent; 
padding-left:12px;}
.page-sitemap .sitemap a:hover{background:url("../images/megnor/subcat_arrow_hover.png") no-repeat scroll 3px center transparent; }
.page-sitemap .sitemap li { margin:5px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }


.contacform{     border-right: 1px solid #EDEDED;
    float: left;
    margin-right: 10px;
    padding-right: 15px;
    width: 46%; }
.googlemap{   float: right;
    margin-top: 10px;
    width: 50%;}
.contacform .form-list li.wide .input-box{width: 100%;}
.contacform .form-list li.wide textarea{width: 97%;}
.contacform .fieldset{ margin-top:10px; }
/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name {  margin:0 0 5px;  }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {  }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col1-set{ width:435px;  float:left;}
.cart .cart-collaterals .col2-set { width:714px; 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:12px 15px; margin:0 0 18px; }
/*.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; padding:0 0 0 0px; color:#e26703; text-transform:uppercase; }*/
 
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.shopping_CMS_main1{margin-bottom:10px; }
 .cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }
 
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;   }

/* Shopping Cart Totals */
.cart .totals { float:right; width:335px; 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:13px; padding:0px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 10px; }
.cart .totals .checkout-types li:last-child{ background:#f5f5f5;   padding: 7px;  
  text-align: center; border-top:1px solid #d9d9d9;
  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:25%; width:100px; border:1px solid #ddd; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:normal;  }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {  margin-top: 15px;    padding-left: 0;}
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; margin-bottom:5px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../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:#666; }

.opc .checkout-agreements { border:1px solid #d9d9d9; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set {  border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.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:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }

/*.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }*/

.block-progress dt {margin:0 0 6px; padding:5px 0px;   /* font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; color:#999;*/ }
.block-progress dd {   padding:8px 13px; margin:0 0 10px; }
.block-progress dt.complete { margin:0;   border-bottom: 1px solid #DDDDDD; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
 #checkoutSteps{ margin-bottom:15px; }
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt.complete a{ background:url("../images/megnor/edit.png") no-repeat scroll 0 0; padding-left: 20px; font-size:12px;}
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:15px; border:none; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {/*border-bottom: 1px solid #d9d9d9;*/ margin:0 0 5px;}

.opc .step-title { border-width:1px; border-style:solid; border-color:#d9d9d9 #d9d9d9 #d9d9d9; background:#fff;
 padding:8px 8px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #d9d9d9; padding:0 8px 1px; margin:0 8px 0 0; color:#000; }
.opc .step-title h2 { float:left; margin:4px 0 0;  font-size: 13px; font-weight:bold; text-transform:uppercase; color:#666;}
.opc .step-title a { display:none; float:right;   line-height:22px; color:#fff;  }

.opc .allow .step-title { background:#f5f5f5; border:1px solid #f5f5f5;  color:#000; cursor:pointer; }
.opc .allow .step-title .number { background:#fff; border-color:#d9d9d9; color:#000; }
.opc .allow .step-title h2 { color:#000; }
.opc .allow .step-title a { display:block; color:#000; }

.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:#fff; color:#000; }
.opc .active .step-title h2 { color:#fff; text-transform:uppercase; font-weight:bold; }
.opc .allow .step-title:hover{ }
.opc .active .step-title a { display:none; }

.opc .step { border:1px solid #DDDDDD; border-top:0;  padding:15px 30px; position:relative; margin-bottom:-1px; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { border-bottom:1px solid #d9d9d9; padding-bottom:10px; text-transform:capitalize; font-weight:bold; margin:15px 0 5px; color:#000; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0;  }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form {    background: none repeat scroll 0 0 #f8f8f8;
    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 #d9d9d9; 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 20px; }
.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:#666; }
.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:13px; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
 
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {  border:1px solid #d9d9d9; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#F0F0F0;position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 {   }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; /*height:71px;*/ font-size:1.5em; padding:0 0 10px 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:#000; font-weight:bold;}
.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 #d9d9d9; background:#FBFBFB; padding:13px; position:relative; }
 

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
 
.account-login .content { border-bottom:0; }
.account-login .content h2 , .fieldset .legend , .box-account .box-head h2 , .addresses-list h2 ,
 .multiple-checkout h2 ,.checkout-onepage-success h2 , .order-info-box h2 , .sales-order-print .col2-set h2
{  border-bottom: 1px solid #d9d9d9;
       color: #333;
    font-size: 16px;
    margin: 0 0 14px;
    padding: 0 0 10px;
    text-transform:uppercase;}
 
.account-login .buttons-set {
    margin: 0;
    padding: 0;
    border: 0;
}

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 15px; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff;  margin: 0 0 20px; }
.box-account .col2-set .col-1{
    border-right: 1px solid #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:#333; margin:0px;
 padding:5px 7px; background:#ccc; }
.dashboard .box-tags .details , .dashboard .box-reviews .details{ margin-left:30px; }
.dashboard .box-tags li.item  , .dashboard .box-reviews li.item{ margin:10px 0 7px; }
.dashboard .box-tags li.item.last , .dashboard .box-reviews li.item.last { margin-bottom:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h3 { font-weight:normal;}
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff;padding:10px 0px; margin:0 0 10px; border-bottom: 1px solid #EDEDED; }
.addresses-list li.empty { background:none; border:0; padding:0; }
 
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#f8f8f8;   padding:7px 10px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box , .sales-order-print .col2-set{  border:1px solid #EDEDED; padding:12px 15px; margin:0 0 15px; }
 
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 {  margin:0 0 5px; }
.order-items .product-name {  }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-items h2.table-caption{ font-weight:bold; border-bottom:1px solid #d9d9d9; margin:0 0 10px; padding:0 0 5px; color:#000; text-transform:uppercase;}

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
/*.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }*/
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:95%; height:109px; margin-top:10px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {   }
#wishlist-table .add-to-links { white-space:nowrap; }


/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
/*.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }*/
.product-review h3 { font-size:12px; margin:10px 0 10px;  }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {margin-top:40px;}
.footer-top-outer {
    padding:34px 0 34px;
	margin:0 0 40px; background:#f7f7f7;
}
.footer-container .footer-top-outer .block{ border:none; margin:0; text-align:center;}
.footer-container .block .block-title{background:none;  border-radius: 0px; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;   padding: 6px 0px;    text-shadow:none;    text-transform: capitalize; display:none;}
#footer h6 ,.footer-container .block .block-title strong{ font-size:13px; font-weight:bold; margin:12px 0px; color: #000; text-shadow:none; font-family:"Raleway",sans-serif; text-transform:uppercase; position:relative;}

.footer-container .footer-top-outer .block-content{ background:none; border: none;  border-radius: 0px; -webkit-border-radius:0px;  -khtml-border-radius:0px;  -moz-border-radius:0px;   margin:0px; padding:0px;}
.footer-container .block-content .form-subscribe-header{ display:inline-block; vertical-align:top; margin:0 6px 0 0;}
.news-text .fa {
    float: left;
    font-size: 30px;
    line-height: 18px;
    margin-right: 6px;
    margin-top: 9px;
}
.news-text .text-content {
    background: transparent;
    color: #000;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 9px;
    padding: 0;
    text-transform: uppercase;
}
.footer-container .footer-top-outer .block-content .input-box{display:inline-block; vertical-align:top; position: relative;}
.footer_inner {
    clear: both;
    margin-bottom: 60px;
    overflow: hidden;
}
.footer {} 
#footer #block_1.footer-area {
    border: medium none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 500px;
    box-sizing: border-box;
}
#footer .footer-area {
    border-left: 1px solid #acd3cb;
    box-sizing: border-box;
    float: left;
    padding-left: 80px;
    width: 232px;
    min-height: 160px;
}
#footer #block_4{ margin-right:0; }

.footer  li {  padding:0; line-height:24px;   }
.footer_logo {    vertical-align: top;
    margin-bottom: 24px;
    display: inline-block;
    margin-right: 0;
}
.address_content {
  display: inline-block;
    text-align: left;
    margin-left: 90px;
}
li.social_block {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 10px 0 0;
    padding: 0;
    width: 20px;
}
#footer li.social_block a {  color: #969696;}
#footer li.social_block a:hover{ color:#262626;}
#footer li.social_block a .fa {font-size: 22px; font-weight: normal;}

.footer_bottom:before {
    border-top: 1px solid #acd3cb;
    content: "";
    left: 0;
    position: absolute;
    top: 28px;
    width: 100%; z-index:5;height: 1px;
}
.footer_bottom:after {
background: url(../images/footer-divider.png) no-repeat transparent;
    content: "";
    position: absolute;
    right: 0;
    left: 0px;
    margin: 0 auto;
    top: 0;
    width: 25px;
    height: 34px;
    z-index: 9;
}
.footer_bottom {
    padding:30px 0 0;
    position: relative;
    text-align: center; overflow:hidden; clear:both; z-index:9;
}
.footer-container .bottom-container { margin:0 0 5px; }

.footer_bottom ul.links {
    height: 86px;
    line-height: 86px;
}
.footer_bottom li {
       display: inline;
    padding: 0 6px 0 3px;
}
.footer_bottom li.last{ background:none;}

.footer address { margin:0px; padding:5px 0 10px; line-height:22px; }

.footer ul.payment_icon{ margin:12px 0;}
.footer_bottom .payment_icon  li{ background:none;display:inline-block; padding:0 4px;}
.footer_bottom .payment_icon  li a{display: block; height: 26px; width: 44px;}
.footer_bottom .payment_icon  li.discover a{ background:url(../images/payment1.png) no-repeat scroll -120px 0 transparent;}
.footer_bottom .payment_icon  li.visa a{background:url(../images/payment1.png) no-repeat scroll 0 0 transparent;}
.footer_bottom .payment_icon  li.mastro a{background:url(../images/payment1.png) no-repeat scroll -180px 0 transparent;}
.footer_bottom .payment_icon  li.paypal a{background:url(../images/payment1.png) no-repeat scroll -240px 0 transparent;}
.footer_bottom .payment_icon  li.amex a{background:url(../images/payment1.png) no-repeat scroll -300px 0 transparent;}
.footer_bottom .payment_icon  li.g-wall a{background:url(../images/payment1.png) no-repeat scroll -60px 0 transparent;}
.footer_bottom .payment_icon li a span{ font-size:0px;}

.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; color:#666; }
.footer a:hover { color:#262626; }
.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 {  }

.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; }
#footer .block .block-title{ background:none; padding:0; line-height:20px; }
#footer .block-subscribe .block-content{ background:none; border:none; padding:0;}
#footer .block-subscribe input.input-text{  width: 213px;}

#footer .mobile_togglemenu {
    background: url("../images/megnor/toggle-arrow.png") no-repeat scroll right 0px transparent;
      cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -19px;
    overflow: hidden;
    padding: 0px;
    text-decoration: none;
    width: 100%; position:absolute; right:10px;
}
.padder h5.mobile_togglemenu {
    background: url("../images/megnor/toggle-arrow.png") no-repeat scroll right 0px transparent;
      cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -20px;
    overflow: hidden;
    padding:0px;
    text-decoration: none; margin-bottom:0px;
    width: 100%;
	position:absolute; right:10px;
}

#footer  .active .mobile_togglemenu , .padder  .active .mobile_togglemenu {  background-position: right -52px;}
.toggle .mobile_togglecolumn {
    background: url("../images/megnor/toggle-arrow.png") no-repeat scroll right 11px transparent;
    cursor: pointer;
    display: none;
    margin-top: -32px;
    overflow: hidden;
    padding:10px 0;
    width: 100%; position:absolute;margin-left:0px;
}
.select .mobile_togglecolumn { background-position: right -41px;}

.top_button{ font-size:0; height:30px; width:30px; background:url("../images/back_to_top.jpg") no-repeat scroll 0 0 transparent; right:20px; bottom:20px;  position: fixed; display:none;}

/* ======================================================================================= */

/* 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; }
/* ======================================================================================= */

.clear {
	zoom: 1;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.guest-select {width:305px !important;}


/* Default Width  Start*/

.grid_default_width {  width: 250px;}
.featured_default_width {  width: 250px;}
.newproduct_default_width{  width: 250px;}
.bestseller_default_width {  width: 250px;}
.special_default_width{  width: 250px;}

.additional_default_width{ width:120px; } 
 
.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;}

.testimonial_default_width{width:100%;}
.blog_default_width{width:450px;}

/* 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 #d9d9d9;
  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:transparent; padding:0px;
}

.configurable-swatch-list {
  margin:10px 0 5px -3px;
 
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float:none; display:inline-block;
  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;
 
}
.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-link:hover .swatch-label {
  border-color: #000; color:#000;
}
#narrow-by-list dd .swatch-label {
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px; -webkit-border-radius:3px;  -khtml-border-radius:3px;  -moz-border-radius:3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #000;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px; -webkit-border-radius:3px;  -khtml-border-radius:3px;  -moz-border-radius:3px;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 520px;
    margin: 0px auto;
	display:none;
}
.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}
.product-view .product-image-thumbs img {
    width: 100%;
	height:auto;
}
.zoomWindow{display:block;}
.product-image-zoom.zoom-available .gallery-image { display: none; } 
.product-view .product-img-box  .product-image .gallery-image.visible { display: block; }
.product-image-thumbs.mycarousel.jcarousel-list.jcarousel-list-vertical{min-height:400px;}

#image-color-name {
    bottom: 20px;
    font-size: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.product-img-box .product-carousel .slider-item{text-align:center;}
.thumb-link{display:inline-block; margin:4px 10px;}
/* end configurable swtaches */

/*.cart-price {    padding-right: 7px;}*/


/* Start Home Banner CMS */
.cloth-banner-outer.container-outer { clear:both; overflow:hidden; position:relative; margin-bottom:95px; }
.cloth-banner1, .cloth-banner2 { overflow: visible !important; position:relative; }
.cloth-banner1{  float: left;  width: 34%;}
.cloth1-banner1-inner { display:block; position:relative; overflow:hidden;}
.cloth1-banner1-inner .inner1 { margin-bottom:25px; width:94%; }	 
.inner1 , .inner2 { position:relative; }	
.inner1 { overflow:hidden;  } 
.border-top, .border-left, .border-bottom, .border-right { position: absolute;}
.border-top {
    background: #d7d7d7;
    height: 2px;
    left: 0;
	right:0;
	margin:0 auto;
    top: 7.5%;
    transition: all 400ms ease 0s;	-moz-transition: all 400ms ease 0s;	-webkit-transition: all 400ms ease 0s;	-ms-transition: all 400ms ease 0s;	-o-transition: all 400ms ease 0s;
    width: 0;
	z-index:8;
}
.border-right {
    background: #d7d7d7;
    bottom: 0;
	top:0;
	margin:auto 0;
    height: 0;
    right: 5%; 
    transition: all 400ms ease 0s;	-moz-transition: all 400ms ease 0s;	-webkit-transition: all 400ms ease 0s;	-ms-transition: all 400ms ease 0s;	-o-transition: all 400ms ease 0s;
    width: 2px;
	z-index:8;
}
.border-bottom {
    background: #d7d7d7;
    bottom: 7.5%;
    height: 2px;
    right: 0;
	left:0;
	margin:0 auto;
    transition: all 400ms ease 0s;	-moz-transition: all 400ms ease 0s;	-webkit-transition: all 400ms ease 0s;	-ms-transition: all 400ms ease 0s;	-o-transition: all 400ms ease 0s;
    width: 0;
	z-index:8;
}
.border-left {
    background: #d7d7d7;
    bottom: 0;
	top:0;
	margin:auto 0;
    height: 0;
    left: 5%;
    transition: all 400ms ease 0s;	-moz-transition: all 400ms ease 0s;	-webkit-transition: all 400ms ease 0s;	-ms-transition: all 400ms ease 0s;	-o-transition: all 400ms ease 0s;
    width: 2px;
	z-index:8;
}
.index-swiper .swiper-slide {
    overflow: hidden;
}
.cloth1-banner1-inner .inner1:hover .border-right { height: 84%; }
.cloth1-banner1-inner .inner1:hover .border-top { width: 90%; }
.cloth1-banner1-inner .inner1:hover .border-bottom { width: 90%; }
.cloth1-banner1-inner .inner1:hover .border-left { height: 84%; }
.cloth-banner1 img, .inner1 img, .inner2 img { 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;}
.inner2 { overflow:hidden; }
.cloth1-banner1-inner .inner2 { width:94%; }
.cloth1-banner1-inner .inner2 .border-top {  top: 4.5%;}
.cloth1-banner1-inner .inner2 .border-right { right: 5%;}
.cloth1-banner1-inner .inner2 .border-bottom { bottom: 4.5%;}
.cloth1-banner1-inner .inner2 .border-left {left: 5%;}
.cloth1-banner1-inner .inner2:hover .border-right { height: 91%; }
.cloth1-banner1-inner .inner2:hover .border-top { width: 90%; }
.cloth1-banner1-inner .inner2:hover .border-bottom { width: 90%; }
.cloth1-banner1-inner .inner2:hover .border-left { height: 91%; }
.hover_content { text-align:center; }
.inner2 .hover_content {  
	position: absolute;
	opacity: 1;	
	width: 50%;		
	display: block;
	bottom: 17%;
	left: 0;
	right:0;
	margin:0 auto;
	-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; transition: all 0.3s ease 0s;	
}
.inner1 .hover_data{display: block;  width: 100%; -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; transition: all 0.3s ease 0s;} 
.inner1:hover .hover_data { left:0; }
.inner2 .hover_data { display: block; width: 100%; -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; transition: all 0.3s ease 0s;}
.inner2:hover .hover_data { left:0; }
.hover_data	.shop-now { margin-top:20px; }
.cloth1-banner1-inner .inner2 .hover_data	.shop-now a{ 
	background: #fff;
    border: 1px solid #fff;
    color: #403E48;
	padding:12px 26px;
	text-transform:uppercase;
	display:inline-block; 
	font-size:18px;
	font-weight:bold;
}
.cloth1-banner1-inner .inner2 .hover_data .shop-now a:hover { 
	background: #000;
    border: 1px solid #000;
    color: #fff;
	font-weight:bold;
	-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; transition: all 0.3s ease 0s;
}
.cloth-banner2 { float: right; width: 65.8%;}
.cloth-banner1-inner, .cloth1-banner2-inner {  overflow: hidden;  position: relative;}
.cloth1-banner2-inner .inner1 .border-top {top: 4.5%;}
.cloth1-banner2-inner .inner1 .border-right {right: 2.5%;}
.cloth1-banner2-inner .inner1 .border-bottom { bottom: 4.4%;}
.cloth1-banner2-inner .inner1 .border-left { left: 2.5%;}
.cloth1-banner2-inner .inner1:hover .border-right { height:90%; }
.cloth1-banner2-inner .inner1:hover .border-top { width:95%; }
.cloth1-banner2-inner .inner1:hover .border-bottom { width:95%; }
.cloth1-banner2-inner .inner1:hover .border-left { height:90%; }
.cloth1-banner2-inner .inner1 > a:before {  	
    content: "";
    height: 91.3%;
    left: 19px;
    position: absolute;
    top: 20px;
    width: 95.3%; 
	transition: all 0.5s ease 0s;	-moz-transition: all 0.5s ease 0s;	-webkit-transition: all 0.5s ease 0s;	-ms-transition: all 0.5s ease 0s;	-o-transition: all 0.5s ease 0s; 	
	border:2px solid #fff;
	z-index:1;
}
.cloth1-banner2-inner .inner1:hover > a:before { border:2px solid transparent;	}
.cloth1-banner2-inner .inner1:hover img, .cloth1-banner4-inner .inner1:hover img { 	transform: scale(1.1);	-moz-transform: scale(1.1); -webkit-transform: scale(1.1);	-ms-transform: scale(1.1) ;	-o-transform: scale(1.1) ;  }
.inner1 .hover_content {  
	position: absolute;
	opacity: 1;	
	width:50%;
	display: inline-block;
	bottom: 35%;
	left: 0;	
	-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;	transition: all 0.3s ease 0s;
}
.hover_data .desc-text	 { 
	color:#403e48;  
	font-size: 28px;
    font-weight: normal;
	margin-bottom:12px;
	letter-spacing:2px; 
	text-transform:uppercase;	
}
.hover_data .title { 
	color:#403e48;  
	font-size: 48px;
    font-weight: 900; 
	text-transform:uppercase;
	font-family:roboto; 
	line-height:38px;
	letter-spacing:0;
}	
.hover_data .desc-text-1 { 
	color: #7b7b7b;
	font-size: 18px;
    font-weight: normal;
	margin-top: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.cloth-banner3 {
    overflow: visible !important;
    position: relative;
	float:left;
	margin:25px 0 0 1px;
}
.cloth1-banner3-inner .inner1 .border-top {  top: 7.5%;}
.cloth1-banner3-inner .inner1 .border-right { right: 5%;}
.cloth1-banner3-inner .inner1 .border-bottom { bottom: 7.5%;}
.cloth1-banner3-inner .inner1 .border-left {left: 5%;}
.cloth1-banner3-inner .inner1:hover .border-right { height: 84%; }
.cloth1-banner3-inner .inner1:hover .border-top { width: 90%; }
.cloth1-banner3-inner .inner1:hover .border-bottom { width: 90%; }
.cloth1-banner3-inner .inner1:hover .border-left { height: 84%; }
.cloth1-banner1-inner .inner2:hover img, .cloth1-banner3-inner .inner1:hover img{transform: scale(1.1);	-moz-transform: scale(1.1); -webkit-transform: scale(1.1);	-ms-transform: scale(1.1) ;	-o-transform: scale(1.1) ; }
.cloth-banner3 .inner1 .hover_content {  
	position: absolute;
	opacity: 1;	
	width:100%;
	display: inline-block;	
	left: 0;
	right:0;
	bottom:15%;
	-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; 	transition: all 0.3s ease 0s;
	padding:0;
}
.cloth-banner3 .inner1 .hover_data	.shop-now a, .cloth-banner4 .inner1 .hover_data	.shop-now a { 
	background: #fff;
    border: 1px solid #fff;
    color: #403E48;
	padding:12px 26px;
	text-transform:uppercase;
	display:inline-block; 
	font-size:18px;
	font-weight:bold; 
	}
.cloth-banner3 .inner1 .hover_data	.shop-now a:hover, .cloth-banner4 .inner1 .hover_data	.shop-now a:hover { 
	background: #000;
    border: 1px solid #000;
    color: #fff;
	font-weight:bold;
	-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; transition: all 0.3s ease 0s;
}	
.cloth-banner4 {
    overflow: visible !important;
    position: relative;
	float:right;
	margin-top:25px;
}
.cloth1-banner4-inner .inner1 .border-top {top: 4.5%;}
.cloth1-banner4-inner .inner1 .border-right {right: 5%;}
.cloth1-banner4-inner .inner1 .border-bottom {bottom: 4.5%;}
.cloth1-banner4-inner .inner1 .border-left {left: 5%;}
.cloth1-banner4-inner .inner1:hover .border-right { height: 91%; }
.cloth1-banner4-inner .inner1:hover .border-top { width: 90%; }
.cloth1-banner4-inner .inner1:hover .border-bottom { width: 90%; }
.cloth1-banner4-inner .inner1:hover .border-left { height: 91%; }
.cloth1-banner4-inner .inner1 .hover_content {  
	position: absolute;
	opacity: 1;	
	width:100%;
	display: inline-block;
	bottom: 10%;
	left: 0;
	right:0;
	-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;	transition: all 0.3s ease 0s;	
}
.cloth-banner4 .inner2 { margin-top:25px; }
.cloth1-banner4-inner .inner2 .border-top {top: 7.5%;}
.cloth1-banner4-inner .inner2 .border-right {right: 5%;}
.cloth1-banner4-inner .inner2 .border-bottom {   bottom: 7.5%;}
.cloth1-banner4-inner .inner2 .border-left {left: 5%;}
.cloth1-banner4-inner .inner2:hover .border-right { height: 84%; }
.cloth1-banner4-inner .inner2:hover .border-top { width: 90%; }
.cloth1-banner4-inner .inner2:hover .border-bottom { width: 90%; }
.cloth1-banner4-inner .inner2:hover .border-left { height: 84%; }
.cloth-banner5 {
    overflow: visible !important;
    position: relative;
	float:left;
	margin-top:25px;
}
.cloth1-banner5-inner .inner1 .border-top {top: 4.5%;}
.cloth1-banner5-inner .inner1 .border-right {right: 2.5%;}
.cloth1-banner5-inner .inner1 .border-bottom { bottom: 4.4%;}
.cloth1-banner5-inner .inner1 .border-left {left: 2.5%;}
.cloth1-banner5-inner .inner1:hover .border-right { height:90%; }
.cloth1-banner5-inner .inner1:hover .border-top { width:95%; }
.cloth1-banner5-inner .inner1:hover .border-bottom { width:95%; }
.cloth1-banner5-inner .inner1:hover .border-left { height:90%; }
.cloth1-banner5-inner .inner1 > a:before {  	
    content: "";
    height: 91.3%;
    left: 19px;
    position: absolute;
    top: 20px;
    width: 95.3%; 
	transition: all 0.5s ease 0s; 	-moz-transition: all 0.5s ease 0s;	-webkit-transition: all 0.5s ease 0s;	-ms-transition: all 0.5s ease 0s;	-o-transition: all 0.5s ease 0s; 	
	border:2px solid #fff;
	z-index:1;
	z-index:-1;
	}
.cloth1-banner5-inner .inner1:hover > a:before {border: 2px solid transparent; }
.cloth1-banner5-inner .inner1:hover img {transform: scale(1.1);	-moz-transform: scale(1.1);	-webkit-transform: scale(1.1);	-ms-transform: scale(1.1) ;	-o-transform: scale(1.1) ;}
.cloth-banner5 .inner1 .hover_content {  
	position: absolute;
	opacity: 1;	
	width: 34%;
	display: inline-block;
	bottom: 35%;
	left: auto;
	right: 12%;
	-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;	transition: all 0.3s ease 0s;	
}
.cloth-banner5 .hover_data .title { 
	color:#403e48;  
	font-size: 28px;
    font-weight: 900; 
	text-transform:none;
	font-family:roboto; 
	letter-spacing:1px;
	line-height:38px;
	}	
.cloth-banner5 .hover_data .desc-text { 
	color:#7b7b7b;  
	font-size: 18px;
	line-height:30px;
    font-weight: normal;
	margin-top:12px;
	letter-spacing:0px; 
	text-transform:uppercase;	
}
/* End Home Banner CMS */

/* Start Product Tab CMS */
.tabberlive_outer_sub .error-msg, .tabberlive_outer_sub .success-msg, .tabberlive_outer_sub .note-msg, .tabberlive_outer_sub .notice-msg{ margin:0 10px;}
.tabberlive_outer_sub { margin: 66px 0 60px;}

.tab-main-title, .category-title h2, .category-title h2 a{
	background:url(../images/title_line.png) no-repeat scroll center top transparent;
     color: #000;
    font-size: 18px;
    font-weight: bold;
    padding:30px 0 7px;
    position: relative;
    text-align:center;
    text-transform: uppercase;
    vertical-align:top;
}
.category-title h2, .category-title h2 a{ background-position:center bottom; padding:7px 0 30px;}
.tabbernav_product_sub .category-title { display: none;}
.tabbernav_product_sub .short-description {  margin-bottom: 30px;   text-align: center;}
.tabbernav_product_sub ul.tabbernav_product { position: relative;  text-align: center; padding:0px; margin:0px; clear:both;}
.tabbernav_product_sub .tabbernav_product li:after {
    border-top: 1px solid #d9d9d9;
    content: "";
    position: absolute;
    right: -13px;
    top: 50%;
    width: 21px;
}
.tabbernav_product_sub .tabbernav_product li.tab4.tab:after{ display:none;}
.tabbernav_product_sub .tabbernav_product li.tab4.tab{ padding:0 0 0 8px;} 
.tabbernav_product_sub .tabbernav_product li {
    display: inline-block;
    list-style: outside none none;
   padding:0 8px;
    position: relative;
    text-align: center;
	  line-height:17px;
}
.tabbernav_product_sub ul.tabbernav_product li a.selected { border: 1px solid #000000;  color: #000000 !important; font-weight:bold;}
.tabbernav_product_sub ul.tabbernav_product li a:hover{border: 1px solid #000000;}
.tabbernav_product_sub ul.tabbernav_product li a {
    border:1px solid #d9d9d9;
    color: #000;
    font-size: 13px;
    font-weight:normal;
    margin: 0;
    padding:8px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	display:block;
	position:relative;
}
.tabbernav_product_sub .tabbernav_product .tab .tab-text:before {
    content: attr(data-text);
    font-weight: bold;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate3d(-100%, 0px, 0px); -webkit-transform: translate3d(-100%, 0px, 0px);  -ms-transform:translate3d(-100%, 0px, 0px); -o-transform:translate3d(-100%, 0px, 0px); -moz-transform:translate3d(-100%, 0px, 0px); 
    width: 100%;
}
.tabbernav_product_sub .tabbernav_product .tab-text { overflow: hidden;  padding: 0;}
.tabbernav_product_sub .tabbernav_product .tab-text:before, .tabbernav_product_sub .tabbernav_product .tab-text > span {
    padding: 8px 22px;
	transition: transform 0.3s; -webkit-transition: -webkit-transform 0.3s; -moz-transition:-moz-transform 0.3s; -ms-transition:-ms-transform 0.3s; -o-transition:-0-transform 0.3s;
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); 	-moz-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1); 
	-ms-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1); -o-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);
	
}
.tabbernav_product_sub .tabbernav_product .tab-text:hover:before{transform:translate3d(-20px, 0px, 0px);-webkit-transform:translate3d(-20px, 0px, 0px);-ms-transform:translate3d(-20px, 0px, 0px);-o-transform:translate3d(-20px, 0px, 0px);-moz-transform:translate3d(-20px, 0px, 0px);}
.tabbernav_product_sub .tabbernav_product .tab-text:hover > span{transform:translate3d(0px, 100%, 0px);-webkit-transform:translate3d(0px, 100%, 0px); -ms-transform:translate3d(0px, 100%, 0px); -o-transform:translate3d(0px, 100%, 0px); -moz-transform:translate3d(0px, 100%, 0px); }
.tabbernav_product_sub .tabbernav_product .tab-text > span { display: block;}
.tabs {  margin: 26px -16px 25px; clear:both;}

/* End Product Tab CMS */

/* Start manufacturer CMS */
.manufacturer-product-outer {/* overflow: hidden;  */ width: 100%; margin:30px 0 30px; display:inline-block; clear:both;}
.manufacture .customNavigation a{ top:90px;}
.manufacture img:hover {
    opacity: 0.8; -khtml-opacity:0.8; -webkit-opacity:0.8; -moz-opacity:0.8; -ms-opacity:0.8;
    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;
}
.manufacturer-product-outer .category-title{ display:none;}
.manufacture_detail {  margin: 0 0 20px;}
.manufacture .customNavigation a.prev { left: 0; right: auto;  top: 78px; display:none;}
.manufacture .customNavigation a.next { left: auto;  right: 0;  top: 78px; display:none;}
.manufacture:hover .customNavigation a{display:block;}
/* End manufacturer CMS */

/* Start Product_tab Loadmore CMS */

.new-products-inner, .special-products-inner, .bestseller-products-inner, .featured-products-inner{ position:relative;}
#newproducts #newproduct-grid li.item, #special_product #special-grid li.item, #bestseller #bestseller-grid li.item, #featured_product #featured-grid li.item{ display:none;}
.tm-message {
    bottom: 0;
    display: none;
    font-size: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.tm-message .fa{ font-size:14px; font-style:normal; vertical-align:middle; padding:0 5px 0 0;}
.loadmore { display: inline-block; text-align: center; width: 100%; margin-top:46px;}
.loadmore .gridcount {
    border: 1px solid #d9d9d9;
    padding:7px 67px 8px;
	color:#000; 
	font-weight:bold;
	 text-align: center;
    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;
	background:#fff; cursor:pointer; font-family:"Raleway",sans-serif; font-size:13px; text-transform:uppercase;
}
.loadmore .gridcount:hover{ border-color:#000; color:#fff; background:#000;}

/* End Product_tab Loadmore CMS */
#upsell-product-table.product-grid, .related-products , .crosssell {  margin: 0 -16px;}
.related-product-outer { margin: 0  0 60px;}
.box-collateral.box-up-sell{ margin:0 0 40px;}
.crosssell_product{ margin:30px 0;} 
.related-product-outer .customNavigation a.prev, .box-up-sell .customNavigation a.prev, .crosssell_product .customNavigation a.prev{ left:0px;  margin: 0 auto;  right: 40px; top:0px;}
.related-product-outer .customNavigation a.next, .box-up-sell .customNavigation a.next, .crosssell_product .customNavigation a.next{ left:40px; margin: 0 auto;  right: 0px; top:0px;}

#shopping-cart-table tbody tr td, #checkout-review-table tbody tr td, #multiship-addresses-table tbody tr td {background: #ffffff none repeat scroll 0 0; border-bottom: 1px solid #d9d9d9;  margin: 0;}
.checkout-cart-index .cart-collaterals h2{ font-weight:bold; color:#000;}
h2.legend {
    border-bottom: 1px solid #acd3cb;
    color: #333;
    font-weight: normal;
    margin: 15px 0 15px;
    padding: 0 0 5px;
    text-transform: uppercase;
    font-size: 16px;
}
li.line div {
    display: block !important;
}
.catalogsearch-advanced-index #advanced-search-list select.multiselect option { border-bottom: medium none;  padding: 5px;}
.shopping_CMS_main1 img{ width:100%;}

/* Start Productpage_tab CMS */
.tabberlive {
    clear: both;
    margin-top: 25px;
    text-align: center;
}
.product-shop ul.tabbernav_product{
    padding: 0;
    width: 100%;
	overflow:hidden; clear:both;
}
.product-shop ul.tabbernav_product li {
    background: #ffffff;
    float:left;
    margin:0 -1px -1px 0;
    padding: 0;
}
.product-shop ul.tabbernav_product li a.selected {
    background: #262626;
    color: #fff;
    display: block; border-color:#262626;
}
.product-shop ul.tabbernav_product li a {
    background:transparent;
     border:1px solid #d9d9d9;
    color: #aaa;
    display: block;
    font-size: 12px;
    padding: 4px 16px; font-weight:500;
}
.product-shop .tabberlive .tabs {
    border:1px solid #d9d9d9;
    display: block;
    line-height: 22px;
    margin-top: 0;
    padding: 20px 15px 15px;
    text-align: left; margin:0px;
}
/* End Productpage_tab CMS */

/* Start tm_shipping_cms CMS */
.testimonial_shipping_cms{ overflow:hidden;}
.tm_shipping_cms { display: block; float: left;  position: relative;  width: 50%;}
.shipping_inner { margin-right: 30px; position: relative;}
.tm_shipping_cms .shipping-heading::after {
    background:url(../images/title_line.1png.png) no-repeat scroll 0 0 transparent;
    content: "";
    height: 11px;
    margin-left: 30px;
    padding: 1px;
    position: absolute;
    top: 3px;
    width: 161px;
}
.tm_shipping_cms .shipping-heading {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 16px;
    padding-bottom: 22px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.ship_content1, .ship_content2, .ship_content3 { clear: both; margin-bottom: 40px;  overflow: hidden;  position: relative;  width: 100%;}
.ship_content1 .img_content { background:url(../images/searvice-icon.png) no-repeat scroll 19px 26px transparent;  padding: 20px;}
.ship_content1:hover .img_content { background-position:19px -149px;  border-color: #000;}
.ship_content2 .img_content { background:url(../images/searvice-icon.png) no-repeat scroll 19px -93px transparent;  padding: 20px;}
.ship_content2:hover .img_content{ background-position:19px -268px;  border-color: #000;}
.ship_content3 .img_content { background:url(../images/searvice-icon.png) no-repeat scroll 19px -34px transparent;  padding: 20px;}
.ship_content3:hover .img_content{ background-position:19px -209px; border-color: #000;}
.img_content { border:1px solid #d9d9d9; float: left; height: 80px;  margin-right: 40px;  position: relative;  width: 80px;   box-sizing: border-box;}
.des_content .heading { color: #1c1c1c; font-size: 13px; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; transition: all 0.1s ease 0s;}
.ship_content1:hover .des_content .heading, .ship_content2:hover .des_content .heading , .ship_content3:hover .des_content .heading  { font-size:15px;}
.des_content > div { font-weight: 300;}
/* End tm_shipping_cms CMS */


/* Start testimonial CMS */
.testimonial {
    float: left;
    text-align: center;
    width: 50%;
}
.testimonial_title{ display:none;}
.testimonial_cms_inner {
    margin-left:60px;
    overflow: hidden;
    position: relative;
}
.testimonial_outer {
    background: #f2f2f2 none repeat scroll 0 0;
    float: left;
    padding: 20px;
    width: 100%;
	 box-sizing: border-box;
}
.testimonial_inner {  border: 2px solid #fcfbf6;}
.testimonial_sub_inner {
    margin: 0 auto;
    text-align: center;
    width: 76%;
}
.testimonial-block {  margin: 55px 0 0;}
.testimonial .image-block {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
    display: inline-block;
    margin-bottom:23px;
    overflow: hidden;
    position: relative;
}
.testimonial .image-block:hover a:before {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    content: "";
    height: 90%;
    left: 6px;
    opacity: 0.9;
    position: absolute;
    top: 6px;
    transition: all 0.3s ease 0s;
    width: 90%;
}
.testimonial .image-block img {  display: block;  width: 100%;}
.testimonial .post-content-inner:before {
    color: #bbbbbb;
    content: "\f27a";
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    margin: 0 0 9px;
}
.testimonial .post-description{ color:#666666;}
.testimonial .post-author {
    font-weight: bold;
    margin: 25px 0 15px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.testimonial .post-author a{ color: #000000;}
.testimonial .slider-controls.clickable {
    bottom: 0;
    left: 0;
    margin:3px 0 11px;
    opacity: 0; -khtml-opacity: 0; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0;
    right: 0;
    text-align: center;
}
.testimonial:hover .slider-controls.clickable{opacity: 1; -khtml-opacity: 1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;}
.testimonial .slider-pagination { position: relative;  text-align: center;}
.testimonial .slider-page {  display: inline-block;  margin: 0 3px;}
.testimonial .slider-page.active > span, .testimonial .slider-page:hover > span {
    background: #000000 none repeat scroll 0 0;
    border: 2px solid #000000;
    transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s;
}
.testimonial .slider-page > span {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 2px solid #bbbbbb;
    border-radius: 50%; -webkit-border-radius:50%;  -khtml-border-radius:50%;  -moz-border-radius:50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 8px;
    text-indent: -9999px;
    width: 8px;
}
.testimonial .customNavigation { display: none;}


/* End testimonial CMS */

/* Start Blog CMS */
.blog { position: relative;  text-align: center; margin:78px 0 100px;}
.blog .blog_title h2 {
    background:url(../images/title_line.png) no-repeat scroll center bottom transparent;
    border: medium none;
    color: #000000;
    display: inline-block;
    float: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 0 29px;
    text-align: center;
    text-transform: uppercase;
}
.blog_inner{ clear:both;}
.blog .bx-wrapper {  padding-left: 25px;}
.blog .blogcarousel {
    border: medium none;
    padding: 0;
    text-align: left;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
}
.blogcarousel .slider-item {
   float: left;
    margin: 0;
    width: auto;
}
.product-image-inner-blog{
	background: #ffffff none repeat scroll 0 0;
    clear: both;
    margin:10px 0 19px; padding:0px;
    overflow: hidden;
}
.blog .blog-left {
    float: left;
    margin-right: 25px;
    overflow: hidden;
    position: relative;
}
.blog .blog-left .image-block { width:110px;}
.blog .blog-left img {
    border: medium none;
    height:auto;
    padding: 0;
    background-color: #ffffff;
    display: inline-block;
    max-width: 100%;
}

.blog .blog-right { float: left;  width:60%; text-align:left;}
.post-title a{ 
	color: #000000;
    font-size: 13px;
    font-weight:500;
    text-transform: uppercase;
	line-height:18px;
}
.post-title a:hover{ color:#808080;}
.post-date {
    float: left;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    margin: 0 10px 8px 0;
    text-align: left;
}
.view-blog { float: left; margin:3px 0 4px;  text-align: left;  width: 100%;}
.view-blog a {color: #666; font-size: 13px;  font-style: italic; text-transform: capitalize;}
.read-more { float: left;}

.blog .bx-controls {
    opacity: 0; -khtml-opacity:0; -webkit-opacity:0; -moz-opacity:0; -ms-opacity:0;
    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;
}
.blog:hover .bx-controls {
    opacity: 1; -khtml-opacity: 1; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1;
}
.blog .bx-controls-direction .bx-prev:before {
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 26px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
}
.blog .bx-controls-direction .bx-prev {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    cursor: pointer;
    font-size: 0;
    left: 22.5%;
    letter-spacing: 0;
    padding: 3px 15px;
    position: absolute;
    right: auto;
    top: 90px;
    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;
}
.blog .bx-controls-direction .bx-next:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 26px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1px;
    vertical-align: middle;
}
.blog .bx-controls-direction .bx-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
    bottom: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 0;
    left: 22.5%;
    letter-spacing: 0;
    padding: 3px 15px;
    position: absolute;
    right: auto;
    top: auto;
    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; 
}
.blog .bx-controls .bx-controls-direction .bx-next.disabled, .blog .bx-controls .bx-controls-direction .bx-prev.disabled {
    background: #d9d9d9;
    border: 2px solid #d9d9d9;
    color: #000000;
    cursor: auto;
    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;
}
.blog .bx-controls-direction .bx-next:hover, .blog .bx-controls-direction .bx-prev:hover {background: #ffffff; color: #000000;
    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;
}

/* End Blog CMS */

#additional-carousel {
    box-sizing: border-box;
    display: inline-block;
    margin: 15px auto;
    padding-left: 15px;
    padding-right: 15px;
}
.product-image-thumbs { text-align: center;}
.checkout-cart-index .main .page-title{ padding:0px;}
#spinner {
    background:url(../images/loading.gif) no-repeat scroll 50% 50% #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	display:none;
}

.index-swiper .swiper-pagination.swiper-pagination-bullets {
    text-align: right;
    width: 94%;
    margin-bottom: 32px;
}
@media only screen and (max-width: 1199px){
	.index-swiper .swiper-pagination.swiper-pagination-bullets{
		display: none
	}
}
.index-swiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: relative;
    margin: 8px;
    opacity: 1
}
.index-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #0f8068 !important;
}
.index-swiper .swiper-pagination-bullet:after{
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	content: ' ';
	position: absolute;
	border-radius: 50%;
	    left: -3px;
    top: -3px;
}
.index-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active:after{
	border: 2px solid #0f8068 !important;
}
button.button.create span {
    background: none;
    color: #4a9f8e;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
}
button.button.create {
    width: 100%;
}
@media only screen and (max-width: 1725px) {
    .header-container .header .header-right.header-right-fixed .contact-head { display:none !important; }
}

@media only screen and (max-width: 1500px) {
    .header-container .header .header-right.header-right-fixed .quick-access.search { position:fixed; right:0; top: 53px; background:black; }
}


@media only screen and (min-width: 1200px){
.w260{
	width: 260px;
	float: left
}
p.require {
    float: left;
    width: 140px;
    color: #4a9f8e;
    margin: 60px 33px 0;
    height: 36px;
    line-height: 36px;
}
.registered-users>div>a {
    line-height: 36px;
}
article.contact-main {
    background: #fff;
    padding: 50px 100px;
    width: 980px;
    margin: 0 auto;
}
}
.main_bg {
    background-color: #f7f7f7;
}
@media only screen and (max-width: 1199px){
    article.contact-main {
      background: #fff;
    padding: 0 15px;
    margin: 0;
    }
}

h1.contact_h1 {
    color: #333;
    margin-bottom: 36px;
}
article img {
    max-width: 100%;
}
article.contact-main h2 {
    color: #333;
    margin-top: 60px;
    margin-bottom: 40px;
}
.m {
    TEXT-ALIGN: center; LINE-HEIGHT: 500px; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 500px; FONT-SIZE: 36px; FONT-WEIGHT: bold
}


/* ----------------------------------
20180301 ç¬¬ä¸€æ¬¡ä¿®æ”¹
-------------------------------------- */
/* webkit, opera, IE9 */
::selection {color: #fff; background:#4a9f8e; }
/* mozilla firefox */
::-moz-selection {color: #fff; background:#4a9f8e; }

.phonebtn {
    display: none;
    margin-bottom: 20px;
    overflow: hidden;
}
.rightMenuBtn {
    position: relative;
    width:30px;
    height: 30px;
    float: right;
}
.rightMenuBtn span {
    display:block;
    position:absolute;
    top: 13px;
    height:3px;
    background-color:#6eb2a5;
    transition:0.5s;
}
.rightMenuBtn .openMenu {
    width:100%;
    right:0;
}
.rightMenuBtn span:before,
.rightMenuBtn span:after {
    content:"";
    display:block;
    width:100%;
    height:3px;
    background-color:#6eb2a5;
    position:absolute;
    transition:0.5s;
}
.rightMenuBtn .openMenu:before {
    top:-10px;
    left:-0;
}
.rightMenuBtn .openMenu:after {
    top:10px;
    left:-0;
}
.cov-member {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.cov-member.active {
    display: block;
}

.form-list span.Validform_checktip {
    clear: both;
    min-height: 13px;
    margin-top: 3px;
    padding-left: 17px;
    font-size: 12px;
    line-height: 1.4;
    color: #DD4B39;
}
.form-list .Validform_checktip.Validform_wrong {
    background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
}
.form-list input.Validform_error {
    border: 1px dashed #DD4B39 !important;
    background: #faebe7 !important;
}

.form-list .Validform_right {
    /*display: none;*/
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}


/* ä¼šå‘˜ä¸­å¿ƒ */
.member-color-green {
    color: #6eb2a5;
    font-weight: bold;
}
.account-member .content h2 {
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #7FBBAF;
}
.account-member .needHelp {
    float: right;
    text-transform: none;
}
.account-member .needHelp a:hover {
    color: #6eb2a5;
}

.account-member .col2-set {
    margin-top: 10px;
}
.account-member .member-box {
    margin-top: 60px;
    overflow: hidden;
}
.account-member .member-nav-list {
    width: 28%;
    float: left;
    border-top: 1px solid #ACD3CB;
}
.account-member .member-nav-list li a {
    display: block;
    padding: 15px 2px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #ACD3CB;
}
.account-member .member-nav-list li a:hover {
    color: #4a9f8e;
    font-weight: bold;
}
.account-member .member-nav-list li a.active {
    color: #4a9f8e;
    font-weight: bold;
}
.account-member .member-right-info {
    width: 50%;
    float: right;
    padding-right: 8%;
    text-align: justify;
    margin-top: 54px;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.account-member .member-right-info .info-words {
    font-size: 16px;
    font-weight: bold;
}
.account-member .member-right-info .info-des {
    margin-top: 20px;
    font-size: 14px;
}

/* åœ°å€ç®¡ç† */

.address-right-info {
    float: right;
    width: 63%;
}
.address-right-info .info-words {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.address-right-info .content {
    overflow: hidden;
}
.address-right-info .info-words-first {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}
.address-right-info .info-words-des {
    font-size: 16px;
}
.address-right-info .info-words-des-phone {
    margin-top: 5px;
    display: none;
}
.address-right-info .news-address {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #4a9f8e;
}
.address-right-info .address-list-pc {
    display: table;
    width: 100%;
    margin-top: 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    border: 1px solid #A8D1C9;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.address-right-info .member-table-row {
    display: table-row;
}
.address-right-info .member-table-row .member-table-cell {
    display: table-cell;
    padding: 18px 0;
    vertical-align: middle;
}

.address-right-info .member-table-row-title {
    color: #666;
    background: #C7E9E3;
    border: 1px solid #6EB2A5;
}

.address-right-info .address-link {
    color: #6eb2a5;
    font-weight: bold;
}
.address-right-info .settingdefault {
    display: inline-block;
    padding:5px;
    color: #fff;
    background: #6EB2A5;
    cursor: pointer;
}


.address-right-info .address-list-phone {
    display: none;
    font-size: 14px;
}
.address-right-info .phone-for {
    padding-top: 30px;
    padding-bottom: 35px;
    border-top: 1px solid #ACD3CC;
    overflow: hidden;
}
.address-right-info .font-weight-color {
    font-weight: bold;
    color: #333;
}
.address-right-info .address-list-phone .recipient {
    margin-bottom: 20px;
    color: #333;
}
.address-right-info .address-list-phone .name {
    margin-right: 5%;
}
.address-right-info .default-address {
    margin-top: 5px;
    color: #489e8c;
}
.address-right-info .address-list-phone .operation {
    margin-top:10px;
    overflow: hidden;
}
.address-right-info .address-list-phone .operation a {
    display: block;
    width: 48%;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.address-right-info .address-list-phone .delete {
    float: left;
    color: #489e8c;
    background: #eee;
}
.address-right-info .address-list-phone .edit {
    float: right;
    color: #fff;
    background: #489E8C;
}




.address-right-info .form-list {
    margin-top: 13px;
    overflow: hidden;
    font-size: 0;
}
.address-right-info .form-list li {
    display: inline-block;
    width: 48%;
    margin: 0;
    margin-right: 3%;
    font-size: 14px;
    vertical-align: top;
}
.address-right-info .form-list li:nth-child(2n) {
    margin-right: 0;
}
.address-right-info .form-list .input-box {
    width: 100%;
    margin:0;
}
.address-right-info .form-list input.input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.address-right-info .form-list .input-code {
    width: 60%;
}
.address-right-info .form-list input.input-text, .address-right-info .form-list select, .address-right-info .form-list textarea {
    padding: 8px 5px 8px;
    color: #999;
    border: 1px solid #eee;
}
.address-right-info .form-list input.input-text:focus, .address-right-info .form-list select:focus, .address-right-info .form-list textarea:focus {
    border: 1px solid #6EB2A5;
}
.address-right-info .form-list li.address {
    width: 76%;
}
.address-right-info .form-list li.address textarea:-webkit-input-placeholder { /* WebKit browsers */ 
color: #999; 
} 
.address-right-info .form-list li.address textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
.address-right-info .form-list li.address textarea::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999; 
} 
.address-right-info .form-list li.address textarea:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #999; 
}

.address-right-info .form-list li.address textarea {
    width: 100%;
    height: 37px;
    resize: none;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.address-right-info .form-list li.default {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 60px;
}
.address-right-info .input-sub {
    width: 142px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #4a9f8e;
    background: #4a9f8e;
    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;
}
.address-right-info .input-sub:hover {
    color: #4a9f8e;
    background: transparent;
}


/* ä¼šå‘˜èµ„æ–™ */
.address-right-info .info-words-change {
    margin-top: 50px;
}


.address-right-info .form-list-modifypass {
    margin-top: 0;
    margin-bottom: 55px;
}
.address-right-info .form-list-modifypass li,
.address-right-info .form-list-modifypass li:nth-child(2n) {
    display: block;
    width: 100%;
    float: none;
    margin-top: 13px;
}
.address-right-info .form-list-modifypass span.Validform_checktip {
    display: none;
}
.address-right-info .form-list-modifypass .Validform_checktip.Validform_wrong {
    display: block;
}

/* ç‰©æµä¿¡æ¯ */
.logistics-information {
    margin-top:10px;
    padding-top: 20px;
    border-top: 1px solid #C5E0DB;
}
.logistics-information .logistics-tabs {
    font-size: 0;
    overflow: hidden;
}
.logistics-information .logistics-tabs li {
    display: inline-block;
    margin-right: 8%;
}
.logistics-information .logistics-tabs a {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}
.logistics-information .logistics-tabs .logistics-icon {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 auto;
    width: 16px;
    height: 10px;
    background: url(../images/member_arrow_top.png) center center no-repeat;
}

.logistics-information .logistics-tabs .active a {
    color: #4a9f8e;
}
.logistics-information .logistics-tabs .active .logistics-icon {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    filter: alpha(opacity=100);
}

.logistics-information .logistics-list {
    padding-top: 10px;
    border: 2px solid #C5E0DB;
}
.logistics-information .logistics-list .haveorder {
    padding: 15px 25px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid #F2F2F2;
}
.logistics-information .logistics-list .logistics-order {
    padding: 28px 127px;
    color: #333;
    font-size: 14px;
}
.logistics-information .logistics-list .logistics-order .time {
    margin-right: 35px;
}
.logistics-information .logistics-list .logistics-order .des {}


/* é‚®ä»¶ */
.account-member .member-nav-list .shownew {
    background: #4A9F8E;
    color: #fff;
    font-size: 12px;
    width: 40px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    position: relative;
    top: -15px;
    letter-spacing: 0;
}
.inbox-right-info {
    float: right;
    width: 63%;
}
.inbox-right-info .inbox-tabs {
    padding: 18px 0;
    border-top: 2px solid #F2F2F2;
    border-bottom: 2px solid #F2F2F2;
}
.inbox-right-info .inbox-tabs a {
    display: inline-block;
    margin-right: 7%;
    font-size: 16px;
    font-weight: bold;
}
.inbox-right-info .inbox-tabs a:hover {
    color: #4A9F8E;
}
.inbox-right-info .inbox-tabs a.active {
    color: #4A9F8E;
}

.inbox-right-info .inbox-list {
    margin-top: 8px;
    margin-bottom: 115px;
    overflow: hidden;
}
.inbox-right-info .inbox-list li {
    margin-top: 13px;
    font-size: 0;
}
.inbox-right-info .inbox-list li .time,
.inbox-right-info .inbox-list li .title,
.inbox-right-info .inbox-list li .operat {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
}

.inbox-right-info .inbox-list li .time {
    margin-right: 5%;
    color: #666;
}
.inbox-right-info .inbox-list li .title {
    width: 51%;
    color: #333;
}
.inbox-right-info .inbox-list li .title .words {
    display: inline-block;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.inbox-right-info .inbox-list li .title .ifread {
    display: inline-block;
    position: relative;
    top: -10px;
    font-size: 12px;
    width: 50px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 0;
}
.inbox-right-info .inbox-list li .title .unread {
    color: #fff;
    background: #4A9F8E;
}
.inbox-right-info .inbox-list li .title .read {
    color: #999;
    background: #F2F2F2;
}


.inbox-right-info .inbox-list li .operat {
    float: right;
}
.inbox-right-info .inbox-list li .operat a {
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}
.inbox-right-info .inbox-list li .operat .view {
    color: #fff;
    background: #6EB2A5;
}
.inbox-right-info .inbox-list li .operat .delete {
    margin-left: 6px;
    color: #666;
    background: #F2F2F2;
}

.inboxdetail-box {
    margin-top: 40px;
    padding: 28px 40px 80px;
    font-size: 14px;
    color: #333;
    border: 1px solid #6EB2A5;
    overflow: hidden;
}
.inboxdetail-box .sender,
.member-font-weight {
    font-weight: bold;
}
.inboxdetail-box .recipients {
    display: inline-block;
}
.inboxdetail-box .pubtime {
    display: inline-block;
    float: right;
}
.inboxdetail-box .readmailinfo {
    margin-top: 15px;
    padding: 10px 15px;
    background: #F2F2F2;
}
.inboxdetail-box .mailcontent {
    margin-top: 34px;
    overflow: hidden;
    letter-spacing: 0;
}
.inboxdetail-box .close {
    margin-top:2px;
    margin-bottom: 17px;
    overflow: hidden;
}
.inboxdetail-box .close .pic {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
    background: url(../images/member_close.png) center center no-repeat;
}

/* åˆ†é¡µ */
.pagination-member {
    overflow: hidden;
}
.pagination-member ul {
    float: right;
    text-align: right;
    overflow: hidden;
}
.pagination-member li {
    float: left;
    margin: 3px 3px 0;
    padding: 5px 11px;
    font-size: 16px;
    border: 2px solid #DFDCDE;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.pagination-member a {
    display: block;
    color: #333;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.pagination-member .prev ,
.pagination-member .next {
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-background-size: 32px;
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.pagination-member .next {
    background-image: url(../images/member_page_next.png);
}
.pagination-member .prev {
    background-image: url(../images/member_page_prev.png);
}

.pagination-member .next:hover {
    border-color: #4A9F8E;
    background-image: url(../images/member_page_next_h.png);
}
.pagination-member .prev:hover {
    border-color: #4A9F8E;
    background-image: url(../images/member_page_prev_h.png);
}

.pagination-member .prev a,
.pagination-member .next a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.pagination-member .active {
    border-color: #4A9F8E;
    background: #4A9F8E;
}
.pagination-member .active a {
    color: #fff;
}
.pagination-member li:hover {
    border-color: #4A9F8E;
    background: #4A9F8E;
}
.pagination-member li:hover a {
    color: #fff;
}


/* å¤´éƒ¨ */
.header .header-cart #panel {
    top: 0;
    padding-top: 41px;
    background: transparent;
    border: none;
}
#header-cart:hover #panel {
    /*display: block;*/
}

#header-cart .cart_topbg {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #d9d9d9;
}
#header-cart .cart-bar-expand {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px;
}
#header-cart .cart-bar-expand .image {
    float: left;
    padding-right: 10px;
    margin-left: 0;
    width: 35px;
    height: 35px;
    overflow: hidden;
}
.cart-bar-expand .title , .cart-bar-expand .price {
    margin-left: 45px;
}
.cart-bar-expand .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
}
.cart-bar-expand .operation {
    float: right;
    margin-right: 0;
    margin-left: 0;
    letter-spacing: 0;
}
.cart-bar-expand .operation .secondary-link {
    color: #4A9F8E;
}
.cart-bar-expand .operation .secondary-link:hover {
    color: #4A9F8E;
}
.cart-bar-expand .price em {
    color: #4A9F8E;
    font-weight: bold;
    font-style: normal;
}
.cart-bar-expand .price i {
    font-style: normal;
    color: #4A9F8E;
}

.cart-bar-expand-total {
    padding:5px 10px 10px;
}
.cart-bar-expand-total p {
    padding:2px 0;
}
.cart-bar-expand-total i {
    margin: 0 5px;
    font-weight: bold;
    color:#4A9F8E;
    font-style: normal;
}
.cart-bar-expand-total em {
    color:#4A9F8E;
    font-size:18px;
    font-style: normal;
}
.cart-bar-expand-total .btn-s {
    padding: 5px 8px;
    color: #fff;
    border: none;
    background: #4A9F8E;
    cursor: pointer;
    vertical-align: middle;
    overflow: visible;
}


/* mycart */
.mycart-member {
    font-size: 14px;
}


.mycart-member .confirm-information {
    letter-spacing: 0;
}
.mycart-member .confirm-information h3 {
    font-weight: bold;
}
.mycart-member .number {
    color: #999;
}
.mycart-member .number .length {
    font-style: normal;
}

.mycart-member .confirm-information .information-list-pc {
    display: table;
    width: 100%;
    margin-top: 0;
    vertical-align: middle;
    font-size: 14px;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mycart-member .confirm-information .member-table-row {
    display: table-row;
    border-bottom: 1px solid #F2F2F2;
}
.mycart-member .confirm-information .member-table-row .member-table-cell {
    display: table-cell;
    padding: 18px 0;
    vertical-align: middle;
}
.mycart-member .confirm-information .member-table-row-title {
    border-top: 1px solid #F2F2F2;
}

.mycart-member .confirm-information .information-list-pc a {
    display: inline-block;
}
.mycart-member .confirm-information .information-list-pc .leftTitle {
    display: none;
}


.mycart-member .confirm-information .thumb {
    width: 190px;
}
.mycart-member .confirm-information .member-font-weight {
    color: #333;
}
.mycart-member .confirm-information .information-list-pc .des a {
    color: #333;
}
.mycart-member .confirm-information .tbl_number {
    position: relative;
    padding-right: 28px;
}
.mycart-member .confirm-information .text_box {
    width: 45px;
    height: 56px;
    text-align: center;
    border: 1px solid #F2F2F2;
    float: left;
    font-weight: bold;
    color: #333;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mycart-member .confirm-information .text_box:focus {
    border-color: #4A9F8E;
}
.mycart-member .confirm-information .buttonall {
    float: left;
    width: 28px;
    height: 56px;
}
.mycart-member .confirm-information .jia {
    position: absolute;
    top: 0;
    left: 45px;
    width: 29px;
    height: 29px;
    text-indent: -999em;
    border: 1px solid #F2F2F2;
    border-left: none;
    background-image: url(../images/member_jia.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.mycart-member .confirm-information .jian {
    position: absolute;
    bottom: 0;
    left: 45px;
    width: 29px;
    height: 28px;
    text-indent: -999em;
    border: 1px solid #F2F2F2;
    border-left: none;
    border-top: none;
    background-image: url(../images/member_jian.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.mycart-member .confirm-information .jia:hover {
    background-image: url(../images/member_jia_h.png);
}

.mycart-member .confirm-information .jian:hover {
    background-image: url(../images/member_jian_h.png);
}

.mycart-member .confirm-information .totspan {
    font-style: normal;
}
.mycart-member .confirm-information .btndelete {
    width: 15px;
    height: 15px;
    text-indent: -9999em;
    background: url(../images/member_delete.png) center center no-repeat;
}








.mycart-member .cart-totals {
    margin-top: 30px;
}
.mycart-member .amount-cashier {
    margin-top: 15px;
    margin-bottom: 40px;
    border-top: 1px solid #F2F2F2;
}
.mycart-member .amount-cashier li {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #F2F2F2;
    overflow: hidden;
}
.mycart-member .amount-cashier li i {
    font-style: normal;
}


.mycart-member .cart-totals .btn-all {
    text-align: right;
}
.mycart-member .cart-totals .btn-all a,
.mycart-member .cart-totals .btn-all input  {
    display: inline-block;
    width: 240px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    outline: none;
    border: none;
}
.mycart-member .cart-totals .btn-all .bthContinue {
    color: #4a9f8e;
    background: #F2F2F2;
}
.mycart-member .cart-totals .btn-all .btnCashier {
    margin-left: 17px;
    color: #fff;
    background: #4A9F8E;
}


/* mycart detail */

.mycartdetail-member .select-address {
    margin-bottom: 55px;
}
.mycartdetail-member .select-address h3 {
    font-weight: bold;
    overflow: hidden;
}
.mycartdetail-member .select-address h3 .manageaddress {
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #6eb2a5;
    cursor: pointer;
}
.mycartdetail-member .select-address .select-address-list {
    margin-top:10px;
    font-size: 0;
}
.mycartdetail-member .select-address .select-address-list li {
    display: inline-block;
    width: 32.8%;
    margin-right: 0.6%;
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mycartdetail-member .select-address .select-address-list li .listbox {
    padding: 15px 30px;
    border: 2px solid #F2F2F2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mycartdetail-member .select-address .select-address-list li:nth-child(3n) {
    margin-right: 0;
}
.mycartdetail-member .select-address .select-address-list .member-color-green {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.mycartdetail-member .select-address .select-address-list .title {
    padding-bottom: 5px;
    border-bottom: 1px solid #A8D1C9;
}
.mycartdetail-member .select-address .select-address-list .other {
    margin-bottom: 0;
    overflow: hidden;
}
.mycartdetail-member .select-address .select-address-list .modify {
    display: none;
    /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);*/
    margin-top: 20px;
    color: #6eb2a5;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mycartdetail-member .select-address .select-address-list .modify .modifyaddress {
    display: inline-block;
    float: right;
    padding: 6px 20px;
    color: #6eb2a5;
    cursor: pointer;
    border: 1px solid #6eb2a5;
}

.mycartdetail-member .select-address .select-address-list li:hover .listbox {
    border-color: #A8D1C9;
}
.mycartdetail-member .select-address .select-address-list li:hover .modify {
    /*display: block;*/
}

.mycartdetail-member .select-address .select-address-list li.active .listbox {
    border-color: #A8D1C9;
}
.mycartdetail-member .select-address .select-address-list li.active .modify {
    display: block;
}

.mycartdetail-member .additional-information {
    margin-top: 38px;
}
.mycartdetail-member .additional-information .addinfo {
    width: 100%;
    padding: 10px;
    margin-top:10px;
    color: #999;
    font-size: 14px;
    border: 1px solid #F2F2F2;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mycartdetail-member .additional-information .addinfo:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.mycartdetail-member .confirm-information .tbl_number {
    text-align: center;
}

.mycartdetail-member .amount-cashier {
    margin-bottom: 18px;
}
.mycartdetail-member .order-detail-cfm {
    padding: 11px 45px 19px;
    text-align: right;
    border: 2px solid #6EB2A5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mycartdetail-member .order-detail-cfm li {
    margin-top: 8px;
}
.mycartdetail-member .order-detail-cfm .leftinfo {
    color: #333;
    font-weight:bold;
}
.mycartdetail-member .order-detail-cfm .num {
    font-size: 20px;
    font-weight: bold;
    color: #4A9F8E;
}
.mycartdetail-member .order-detail-cfm .name {
    margin-right: 20px;
    color: #333;
}
.mycartdetail-member .order-pay {
    margin-top: 30px;
    margin-bottom: 25px;
    overflow: hidden;
}
.mycartdetail-member .order-pay li {
    margin-bottom: 30px;
}
.mycartdetail-member .order-pay li .payitem {
    line-height: 32px;
    color: #333;
}
.mycartdetail-member .order-pay li .payitem input {
    margin-right: 5px;
}
.mycartdetail-member .order-pay li .payitem img {
    height: 32px;
}
.mycartdetail-member .order-pay li .paytips {
    display: inline-block;
    padding: 10px 20px;
    margin-left: 27px;
    margin-bottom: 0;
    background: #F2F2F2;
}


.cov-mycartdetail {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9;
}

.mycartdetail-fixed {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    max-width: 760px;
    width: 90%;
    border: 1px solid #4A9F8E;
    background: #fff;
    z-index: 1000;
    overflow-y: scroll;
}
.mycartdetail-fixed .address-right-info {
    width: 100%;
    float: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mycartdetail-fixed .address-right-info #login-form {
    display: block;
}
.mycartdetail-fixed .address-right-info .form-list li.address {
    width: 100%;
}
.mycartdetail-fixed #closeicon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    text-indent: -9999em;
    background: url(../images/member_delete.png) center center no-repeat;
}


/* mycart result */

.mycart-result {}

.mycart-result .confirm-information h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #7FBBAF;
}
.mycart-result .confirm-information h4 {
    margin-bottom: 10px;
    line-height: 2;
    overflow: hidden;
}

.mycart-result .words {
    display: inline-block;
    float: right;
}
.mycart-result .orderdate {
    margin-right: 55px;
}

.mycart-result .recipient-information {
    padding-top: 36px;
    padding-bottom: 60px;
    font-size: 0;
    border-top: 1px solid #F2F2F2;
}
.mycart-result .recipient-information li {
    display: inline-block;
    width: 50%;
    margin-top: 8px;
    padding-right: 2%;
    font-size: 16px;
    color: #999;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mycart-result .recipient-information li .member-font-weight {
    margin-left: 8px;
    font-weight: bold;
    color: #666;
}

.mycart-result .confirm-information .information-list-pc {
    text-align: center;
}
.mycart-result .confirm-information .fujia {
    display: block;
    font-weight: normal;
    white-space: nowrap;
}

.mycart-result .confirm-information .fujia em {
    font-style: normal;
    font-weight: bold;
}
.mycart-result .confirm-information .information-list-pc .member-table-row-title .member-table-cell:nth-child(2) {
    text-align: left;
}
.mycart-result .confirm-information .information-list-pc .des {
    text-align: left;
}
.mycart-result .confirm-information .information-list-pc .links-result {
    display: block;
    margin-top:10px;
    margin-bottom: 10px;
    padding: 5px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: #999;
}

.mycart-result .confirm-information .information-list-pc .rightoperation .links-result {
    background: #F2F2F2;
}
.mycart-result .confirm-information .information-list-pc .rightoperation .links-result:hover {
    color: #fff;
    background: #4a9f8e;
}
.mycart-result .confirm-information .information-list-pc .links-result.waiting {
    color: #4a9f8e;
}

.mycart-result .confirm-information .information-list-pc .rightoperation .remindbuyers {
    color: #4a9f8e;
    background: transparent;
    cursor: pointer;
}
.mycart-result .confirm-information .information-list-pc .rightoperation .remindbuyers:hover {
    color: #4a9f8e;
    background: transparent;
}

.order-member .order-tabs {
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #C5E0DB;
}
.order-member .order-tabs h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-bottom: none;
    margin-right: 30px;
}
.order-member .order-tabs a {
    color: #333;
}
.order-member .order-tabs .infonum {
    color: #4a9f8e;
}
.order-member .order-tabs h3.active a {
    color: #4a9f8e;
}
.order-member .words {
    display: block;
    float: none;
    padding: 5px 10px;
    background: #f2f2f2;
}
.order-member .confirm-information .multi-line-row {
    border-bottom-color: transparent;
}

.order-member .orderfor {
    margin-top: 20px;
}

.order-member .show-phone {
    display: none;
}
.order-member .confirm-information .information-list-pc .bgcolor {
    padding: 5px 10px;
    background: #f2f2f2;
}
.order-member .confirm-information .information-list-pc .remindbuyers {
    color: #4a9f8e;
    background: transparent;
}
.order-member .pagination-member {
    margin-top: 17px;
}

.myordersend-fixed {
    display: none;
    position: fixed;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #4A9F8E;
}


/* 11é€€æ¬¾é¡µé¢ */

.mycart-result .confirm-information .refund-goods {
    padding-top: 5px;
}
.mycart-result .confirm-information .refund-goods .ordernumber {
    display: inline-block;
    float: right;
}
.refund-reason {
    margin-top: 30px;
    padding-bottom: 33px;
    border-bottom: 1px solid #F2F2F2;
}
.refund-reason .list-reason li {
    margin-top: 5px;
    color: #333;
}
.mycart-result .refund-reason h3,
.mycart-result .refund-reason-textarea h3 {
    padding:0;
    border: none;
}
.refund-amount {
    padding-top: 35px;
    padding-bottom: 35px;
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;
}
.refund-amount strong {
    color: #333;
    font-size: 16px;
    line-height: 1.35;
    vertical-align: top;
}
.refund-amount .amount-price {
    display: inline-block;
    width: 75%;
    margin-left: 30px;
    font-weight: normal;
}
.refund-amount .amount-price .price {
    width: 120px;
    height: 34px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    color: #4a9f8e;
    border: 2px solid #4a9f8e;
}
.refund-amount .amount-price .tips {
    margin-top: 6px;
    color: #999;
}
.refund-amount .amount-price .tips span {
    font-weight: bold;
}

.refund-reason-textarea {
    margin-top: 38px;
}
.refund-reason-textarea .refundinfo {
    width: 100%;
    padding: 10px;
    color: #999;
    font-size: 14px;
    border: 1px solid #F2F2F2;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.refund-reason-textarea .refundinfo:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.refund-reason-btn {
    margin-top: 20px;
    text-align: right;
}
.refund-reason-btn .btnsubmit {
    display: inline-block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    background: #4A9F8E;
}
.order-member .order-tabs h3.active {
    color: #4a9f8e;
}
.state-show {
    margin-top: 32px;
    color: #4a9f8e;
    font-size: 16px;
    font-weight: bold;
}

.refund-completed {
    /*display: none;*/
    margin-top: 30px;
    text-align: center;
}
.refund-completed .refundpic {
    width: 60px;
    height: 60px;
}
.refund-completed .info {
    margin-top:10px;
    margin-bottom: 30px;
    color: #4a9f8e;
    font-size: 16px;
    font-weight: bold;
}
.refund-completed .bthContinue {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #4a9f8e;
}

/* Returns & Exchange */
.returns-exchange .confirm-information .member-table-row .member-table-cell {
    padding-left: 10px;
    padding-right: 10px;
}
.returns-exchange .confirm-information .rightcategory {
    white-space: nowrap;
}

.returns-exchange .exchange-status {
    margin-top: 15px;
    color: #4a9f8e;
    font-size: 14px;
    font-weight: bold;
}
.returns-exchange .orderfor {
    margin-top: 0;
    margin-bottom: 70px;
}

.returns-exchange .returns-status {
    color: #666;
}


.contact-box {
    margin-top: 41px;
}


#demoDiv1 .breadcumb-main {
    display: none;
}

@media only screen and (max-width: 1250px) and (min-width: 1024px) {
    .header-middle {
        width: 100%;
        float: none;
    }

    #footer #block_1.footer-area {
        width: 476px;
    }
    .address_content {
        margin-left: 70px;
    }
}
@media only screen and (max-width: 1199px) {
	article.contact-main {
		padding: 15px;
	}
}
@media only screen and (max-width: 979px) {
    .address-right-info .address-list-phone,
    .address-right-info .info-words-des-phone {
        display: block;
    }
    .address-right-info .address-list-pc,
    .address-right-info .info-words-des-pc {
        display: none;
    }
    
    .address-right-info .news-address {
        display: block;
        padding: 3% 0;
        text-align: center;
        background: #eee;
    }


    .inbox-right-info .inbox-tabs {
        border-top: none;
        border-bottom: 1px solid #F2F2F2;
    }
    .inbox-right-info .inbox-list {
        margin-bottom: 50px;
    }
    .inbox-right-info .inbox-list li {
        padding-top: 13px;
        padding-bottom: 13px;
        border-top: 1px solid #eee;
    }
    .inbox-right-info .inbox-list li .time, .inbox-right-info .inbox-list li .title, .inbox-right-info .inbox-list li .operat {
        display: block;
        width: 100%;
    }
    .inbox-right-info .inbox-list li .title {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .inbox-right-info .inbox-list li .title .words {
        width: auto;
        padding-left: 60px;
        white-space: normal;
        font-weight: bold;
    }
    .inbox-right-info .inbox-list li .title .ifread {
        position: absolute;
        left: 0;
        top: 0;
        height: auto;
        line-height: 22px;
    }
    .inbox-right-info .inbox-list li .operat {
        float: none;
    }

    /* mycart */
    .mycart-member .confirm-information .information-list-pc {
        display: block;
    }
    .mycart-member .confirm-information .member-table-row {
        display: table;
        width: 100%;
        margin-top: 20px;
        border-bottom: none;
    }
    .mycart-member .confirm-information .member-table-row .member-table-cell {
        display: table-row;
        padding:0;
        border: 1px solid #F2F2F2;
    }
    .mycart-member .confirm-information .member-table-row-title {
        display: none;
    }
    .mycart-member .confirm-information .information-list-pc .leftTitle {
        display: table-cell;
        width: 40px;
        color: #666;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #F2F2F2;
    }
    .mycart-member .confirm-information .member-font-weight {
        color: #666;
        font-weight: normal;
    }
    .mycart-member .confirm-information .information-list-pc .des .member-font-weight,
    .mycart-member .confirm-information .tot,
    .mycart-member .confirm-information .rightsku,
    .mycart-member .confirm-information .rightcategory {
        color: #333;
        font-weight: bold;
    }
    .mycart-member .confirm-information .information-list-pc .thumb,
    .mycart-member .confirm-information .information-list-pc .des,
    .mycart-member .confirm-information .information-list-pc .rightcategory,
    .mycart-member .confirm-information .information-list-pc .rightsku,
    .mycart-member .confirm-information .tbl_number,
    .mycart-member .confirm-information .alltot,
    .mycart-member .confirm-information .btndelete {
        display: table-cell;
        padding: 10px;
    }
    .mycart-member .confirm-information .btndelete {
        background-position: left 10px center;
    }

    .mycart-member .confirm-information .text_box {
        float: none;
        height: 30px;
    }
    .mycart-member .confirm-information .jian,
    .mycart-member .confirm-information .jia {
        position: relative;
        bottom: auto;
        left: auto;
        text-indent: 0;
        background: transparent;
    }
    .mycart-member .confirm-information .jia {
        border: 1px solid #F2F2F2;
    }
    .mycart-member .confirm-information .jian {
        border: 1px solid #F2F2F2;
    }
	.mycart-member .confirm-information .jia:hover {
		color: #fff;
		background-image: none;
		background: #4a9f8e;
	}
	.mycart-member .confirm-information .jian:hover {
		color: #fff;
		background-image: none;
		background: #4a9f8e;
	}

    .mycart-member .cart-totals .btn-all a,
    .mycart-member .cart-totals .btn-all input {
        width: 35%;
    }

    .mycartdetail-member .confirm-information .tbl_number {
        text-align: left;
        font-weight: bold;
    }
    .mycartdetail-member .select-address .select-address-list .member-color-green {
        display: block;
        float: none;
    }
    

    .mycart-result .words {
        display: block;
        /*float: none;*/
    }
    .mycart-result .recipient-information li {
        display: block;
        width: 100%;
    }
    .mycart-result .recipient-information {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .mycart-result .confirm-information .alltot {
        text-align: left;
    }
    .mycart-result .confirm-information .information-list-pc {
        text-align: left;
    }

    .order-member .statecell,
    .order-member .operationcell {
        display: none!important;
    }
    .order-member .show-phone {
        display: block;
        text-align: right;
    }
    

    /* åº•éƒ¨ */
    #footer .footer-area ul {
        display: block;
    }
    #footer .footer-area .footer_logo {
        display: none;
    }
    #footer .footer-area .address_content {
        display: block;
        margin:0;
    }

    #footer .footer-area .footershow-phone {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .phonebtn {
        display: block;
        position: absolute;
        top: 12px;
        right: 0;
        margin: 0;
    }
    .account-member {
        position: relative;
        width: 100%;
    }
	.account-member .content h2 {
		padding: 0;
		margin: 0;
	    border-bottom: none;
	}
    /* ä¼šå‘˜ä¸­å¿ƒ */
	.account-member .member-box {
        margin-top: 0;
	}
    .account-member .needHelp {
        display: block;
        margin-top: 8px;
        float: none;
		padding-top: 40px;
		border-top: 1px solid #7FBBAF;
    }
    .account-member .member-nav-list {
        display: none;
        float: none;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: #fff;
        padding: 0 15px;
        border-top: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .account-member .member-right-info {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-top: 34px;
    }

    /* åœ°å€ç®¡ç† 2 */
    .address-right-info {
        float: none;
        width: 100%;
        margin-top: 34px;
    }
    .address-right-info .form-list li:nth-child(2n) {
        float: none;
    }
    .address-right-info .form-list li.address {
        float: none;
    }

    /* ç‰©æµä¿¡æ¯ */
    .logistics-information .logistics-tabs {
        margin-bottom: 20px;
    }
    .logistics-information .logistics-tabs li {
        display: block;
        margin-right: 0;
    }
    .logistics-information .logistics-tabs li .logistics-icon {
        display: none;
    }
    .logistics-information .logistics-list .logistics-order {
        padding-left: 35px;
        padding-right: 35px;
    }

    /* é‚®ä»¶ */
    .inbox-right-info {
        float: none;
        width: 100%;
        margin-top: 34px;
    }
    .inbox-right-info .inbox-tabs {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .address-right-info .form-list li.default {
        margin-top: 10px;
        margin-bottom: 35px;
    }
    

    .order-member .order-tabs h3 {
        display: block;
        margin-right: 0;
        margin-top: 8px;
        text-align: center;
    }
    .mycartdetail-member .select-address h3 .manageaddress {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .mycartdetail-member .select-address .select-address-list li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .mycartdetail-fixed {
        /*display: block;*/
        width: 86%;
    }
    .mycartdetail-fixed .address-right-info {
        margin-top: 0;
    }
    .mycartdetail-fixed .address-right-info .form-list li.default {
        margin-top: 0;
    }
    
    .mycart-result .words {
        float: none;
    }
    .mycart-result .orderdate {
        display: block;
        margin-right: 0;
    }
    
    .mycart-result .confirm-information .refund-goods .ordernumber {
        display: block;
        float: none;
    }
    .refund-amount strong {
        display: block;
    }
    .refund-amount .amount-price {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    
    .state-show {
        margin-top: 20px;
    }

    .returns-exchange .orderfor {
        margin-bottom: 40px;
    }

    .inbox-right-info .inbox-list li .operat .view {
        color: #fff;
        background: #6EB2A5;
    }
    .inbox-right-info .inbox-list li .operat .delete {
        color: #666;
        background: #F2F2F2;
    }

    .order-member .show-phone {
        text-align: center;
    }    
    .order-member .order-tabs h3 {
        padding: 10px 0;
        background: #F2F2F2;
    }
    .order-member .order-tabs h3.active {
        color: #fff;
        background: #4a9f8e;
    }
    .order-member .order-tabs h3.active a {
        color: #fff;
    }
    .order-member .order-tabs h3.active .infonum {
        color: #fff;
    }

    .mycart-result .confirm-information .information-list-pc .links-result {
        margin-top: 4px;
        margin-bottom: 4px;
    }

}
@media only screen and (max-width: 479px) {

    .header .header-cart #panel.block-content {
        right: -50px;
    }
    .account-member .member-nav-list li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* åœ°å€ç®¡ç† 2 */
    .address-right-info .form-list li {
        width: 100%;
        margin:0;
    }
    .address-right-info .form-list li.address {
        width: 100%;
    }
    .address-right-info .form-list li.address textarea {
        height: 57px;
    }
    
    /* ä¼šå‘˜èµ„æ–™ */
    .address-right-info .info-words-change {
        margin-top: 30px;
    }
    .address-right-info .form-list-modifypass {
        margin-bottom: 20px;
    }

    /* ç‰©æµä¿¡æ¯ */
    .logistics-information .logistics-list .haveorder {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .logistics-information .logistics-list .logistics-order {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .logistics-information .logistics-list .logistics-order .time {
        margin-right: 20px;
    }

    /* é‚®ä»¶ */
    .account-member .member-nav-list .shownew {
        top: -10px;
    }
    .inbox-right-info .inbox-list li .title .words {
        /*max-width: 80%;*/
    }
    .inbox-right-info .inbox-list li .operat a {
        width: 48%;
        /*height: 28px;*/
        /*line-height: 28px;*/
    }
    .inbox-right-info .inbox-list li .operat .delete {
        margin-left: 0;
    }
    .inbox-right-info .inbox-list li .operat .view {
        float: right;
    }

    .inboxdetail-box {
        margin-top: 20px;
        padding: 28px 20px 30px;
    }
    .inboxdetail-box .mailcontent {
        margin-top: 25px;
    }

    /* mycart */
    .mycart-member .cart-totals .btn-all a,
    .mycart-member .cart-totals .btn-all input {
        display: block;
        width: 100%;
    }
    .mycart-member .cart-totals .btn-all .btnCashier {
        margin-left: 0;
        margin-top:10px;
    }
    .mycart-member .amount-cashier {
        margin-bottom: 25px;
    }
    
    .mycartdetail-member .order-detail-cfm {
        padding: 10px;
    }
    .mycartdetail-member .order-pay {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .mycartdetail-member .order-pay li {
        margin-bottom: 15px;
    }
    .mycartdetail-member .order-pay li .paytips {
        display: none;
    }
    .order-member .confirm-information .information-list-pc .links-result {
        display: block;
    }

    .order-member .show-phone {
        text-align: center;
    }
	
	

}

@media only screen and (max-width: 350px) {
    .header-cart {
        margin: 0 4px;
    }
}



input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea { -webkit-appearance: none;}
.order-member .orderfor {
	overflow:hidden;
}
.footer_bottom:after {
	display:none;
}

@media only screen and (max-width: 767px) {
	.order-member .show-phone {
		margin-bottom: 65px;
	}
	
	.order-member .confirm-information .information-list-pc .bgcolor {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.account-login-center {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 479px) {
	.cms-index-index .cloth-banner-outer .cloth-banner3 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner4 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner5 .inner1	{
		height: 89px;
	}
}
@media only screen and (max-width: 405px) {
	.cms-index-index .cloth-banner-outer .cloth-banner3 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner4 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner5 .inner1	{
		height: 85px;
	}
}
@media only screen and (max-width: 390px) {
	.cms-index-index .cloth-banner-outer .cloth-banner3 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner4 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner5 .inner1	{
		height: 80px;
	}
}

@media only screen and (max-width: 385px) {
	.cms-index-index .cloth-banner-outer .cloth-banner3 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner4 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner5 .inner1	{
		height: 75px;
	}
}

@media only screen and (max-width: 350px) {
	.cms-index-index .cloth-banner-outer .cloth-banner3 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner4 .inner1,
	.cms-index-index .cloth-banner-outer .cloth-banner5 .inner1	{
		height: 65px;
	}
}




/*20180408 ç§‹æœˆ*/
.mailcontent-time {
    margin-top: 80px;
    text-align: right;
}
.leaveMessage {
    display: block;
    margin-top: 40px;
    overflow: hidden;
}
.leaveMessage .messageTextarea {
    display: block;
    width: 100%;
    height: 200px;
    padding:15px 20px;
    color: #999;
    font-size: 14px;
    border: 1px solid #DCDCDC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.leaveMessage .messageSubmit {
    margin-top: 40px;
}
.leaveMessage .messageSubmit .input-sub {
    float: right;
    height: 48px;
    padding: 0 15px;
    color: #4a9f8e;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background: transparent;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    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;
}
.leaveMessage .messageSubmit .input-sub:hover {
    color: #fff;
    border-bottom-color: #4a9f8e;
    background: #4a9f8e;
}



.add-cart {}
.add-cart #addOneToCart {
    display: block;
    font-size: 0;
}
.add-cart #addOneToCart .tblnumber {
    display: inline-block;
    position: relative;
    width: 72px;
    height: 40px;
    border: 1px solid #DBDBDB;
}
.add-cart #addOneToCart .words {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}
.add-cart #addOneToCart .tblnumber .textbox {
    width: 53px;
    height: 40px;
    text-align: center;
    border: none;
    border-right: 1px solid #DBDBDB;
    outline: none;
}
.add-cart #addOneToCart .tblnumber .icon-adjust {
    position: absolute;
    right: 0;
    height: 19px;
    width: 19px;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-position: center;
}
.add-cart #addOneToCart .tblnumber .jia {
    top: 0;
    background-image: url(../images/icon_jia.png);
}
.add-cart #addOneToCart .tblnumber .jian {
    bottom: 0;
    background-image: url(../images/icon_jian.png);
}

.add-cart #addOneToCart .tblnumber .jia:hover {
    background-image: url(../images/icon_jiah.png);
}
.add-cart #addOneToCart .tblnumber .jian:hover {
    background-image: url(../images/icon_jianh.png);
}
.add-cart #addOneToCart .add-cart-btn {
    width: 128px;
    height: 40px;
    margin-left: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #000;
    outline: none;
    border: none;
    cursor: pointer;
}







@media only screen and (max-width: 767px) {
    .mailcontent-time {
        margin-top: 20px;
    }
    .leaveMessage {
        margin-top: 20px;
    }
    .leaveMessage .messageSubmit {
        margin-top: 20px;
    }
    .leaveMessage .messageSubmit .input-sub {
        height: 40px;
    }
}
/*end*/



/*20180424 秋月*/
.inbox-right-info .inbox-list {
    margin-bottom: 25px;
}
.inbox-right-info .leaveMessage-a {
    display: block;
    width: 168px;
    height: 44px;
    margin-bottom: 32px;
    line-height: 44px;
    text-align: center;
    color: #4a9f8e;
    font-weight: bold;
    font-size: 16px;
    background: #F2F2F2;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.inbox-right-info .leaveMessage-a:hover {
    color: #fff;
    background: #4a9f8e;
}

.mailcontent2 {}
.mailcontent2 .mailcontent2-list {}
.mailcontent2 .mailcontent2-list .question {
    margin-bottom: 70px;
}
.mailcontent2 .mailcontent2-list .words {
    display: inline-block;
    width: 83px;
    vertical-align: top;
    font-size: 18px;
    color: #4a9f8e;
}
.mailcontent2 .mailcontent2-list .description {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .mailcontent2 .mailcontent2-list .words {
        display: block;
        width: auto;
    }
    .mailcontent2 .mailcontent2-list .description {
        display: block;
        width: 100%;
    }
    .mailcontent2 .mailcontent2-list .question {
        margin-bottom: 20px;
    }
    .mailcontent2 .mailcontent2-list .description {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .inbox-right-info .leaveMessage-a {
        width: 48%;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
}




/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2018-05-08
* modification
**/
.mycartdetail-member .additional-information-date0508 .addinfo {
    height: 99px;
}

.mycart-result-date0508 .confirm-information h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.mycart-member .receiving-address {
    margin-top: 30px;
}

.mycart-member .receiving-address h3 {
    margin-bottom: 20px;
}
.mycart-member .receiving-address .inputList li {
    display: inline-block;
    list-style: none;
}
.mycart-member .receiving-address .inputList li input {
    width: 100%;
    height: 36px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mycart-member .receiving-address .inputList li textarea {
    width: 100%;
    height: 36px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.mycart-member .receiving-address .inputList input.input-text:focus, .mycart-member .receiving-address .inputList select:focus, .mycart-member .receiving-address .inputList textarea:focus {
    box-shadow:none;
}
.mycart-member .receiving-address .inputList li input#code {
    width: 100%;
    border: 1px solid #eee;
}
.mycart-member .receiving-address .inputList li .blue {
    color: #6EB2A5;
}

.mycart-member .receiving-address .inputList .marginR17 {
    margin-right: 17px;
}
.mycart-member .receiving-address .inputList .fname,
.mycart-member .receiving-address .inputList .lname {
    width: 350px;
}
.mycart-member .receiving-address .inputList .street1,
.mycart-member .receiving-address .inputList .street2 {
    width: 425px;
}
.mycart-member .receiving-address .inputList .city,
.mycart-member .receiving-address .inputList .state,
.mycart-member .receiving-address .inputList .code,
.mycart-member .receiving-address .inputList .county,
.mycart-member .receiving-address .inputList .phone {
    width: 260px;
}




.mycart-member .receiving-address .inputList span.Validform_checktip {
    clear: both;
    min-height: 13px;
    margin-top: 3px;
    padding-left: 17px;
    font-size: 12px;
    line-height: 1.4;
    color: #DD4B39;
}
.mycart-member .receiving-address .inputList .Validform_checktip.Validform_wrong {
    background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
}
.mycart-member .receiving-address .inputList input.Validform_error {
    border: 1px solid #6EB2A5 !important;
}

.mycart-member .receiving-address .inputList .Validform_right {
    /*display: none;*/
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.mycart-member .receiving-mail {
    margin-top: 30px;
    padding-bottom: 20px;
}
.mycart-result-date0508 .receiving-mail h3 {
    margin-bottom: 10px;
}
.mycart-result-date0508 .receiving-mail select {
    width: 300px;
    height: 36px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.mycart-member .cart-totals .btn-all input.btnCashier {
    display: inline-block;
    width: 240px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .mycart-member .receiving-address .inputList .fname, .mycart-member .receiving-address .inputList .lname {
        width: 340px;
    }
    .mycart-member .receiving-address .inputList .street1, .mycart-member .receiving-address .inputList .street2 {
        width: 100%;
    }
    .mycart-member .receiving-address .inputList .street1 {
        margin-right: 0;
    }
    .mycart-member .receiving-address .inputList .city, .mycart-member .receiving-address .inputList .state, .mycart-member .receiving-address .inputList .code, .mycart-member .receiving-address .inputList .county, .mycart-member .receiving-address .inputList .phone {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .mycart-member .receiving-address .inputList li {
        display: block;
    }
    .mycart-member .receiving-address .inputList .fname, .mycart-member .receiving-address .inputList .lname,
    .mycart-member .receiving-address .inputList .street1, .mycart-member .receiving-address .inputList .street2,
    .mycart-member .receiving-address .inputList .city, .mycart-member .receiving-address .inputList .state, .mycart-member .receiving-address .inputList .code, .mycart-member .receiving-address .inputList .county, .mycart-member .receiving-address .inputList .phone {
        width: 100%;
    }
    .mycart-member .receiving-address .inputList li textarea {
        height: 64px;
    }
}

@media only screen and (max-width: 479px) {
    .mycart-member .cart-totals .btn-all input.btnCashier {
        width: 100%;
    }
}




/**
* Description style CSS for the website
* Author Qiuyue
* Created On 2018-08-07
* modification
**/
.header-cart,
#footer #block_2 .footershow-phone li:nth-child(2),
.account-member .member-nav-list li:nth-child(2),
.add-cart #addOneToCart {
    display: none !important;
}



