@font-face {
  font-family: 'FontAwesome';
  src: url('../../media/fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../../media/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
       url('../../media/fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
       url('../../media/fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*End Fonts*/

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { color:#2f2f2f;font-family: 'open_sansregular'; font-size:11px; margin:0px; padding:0px; }

img           { border:0; vertical-align:top; }

a             { color:#2E2E2E; text-decoration:none; }
a:hover       { text-decoration:underline; }
.button a:hover {text-decoration: none;}
:focus        { outline:0; }

/* 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-family: 'open_sansbold';}
address       { font-style:normal; line-height:1.75; }
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 */
.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; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.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; }
.main-container {  }
.main { width:1200px; margin:0 auto; min-height:400px; padding:0px 0px 0px 0px;  text-align:left; }

/* Base Columns */
.col-left { float:left; width:299px; padding:0 0 1px; }
.col-main { float:left; width:954px; padding:0 0 1px; }
.col-right { float:right; width:299px; padding:0 0 1px;}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; margin-top:30px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width:871px; }
.col2-right-layout .col-main {float:left; width:871px; }

.col2-left-layout .breadcrumbs {margin-bottom:30px;}

/* 3 Columns Layout */
.col3-layout .col-main { margin-left:30px; width:871px; }
.col3-layout .col-wrapper { float:left; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:44.5%; background:#f9f9f9; padding:15px;}
.col2-set .col-2 { float:right; width:44.5%;  background:#f9f9f9;padding:15px;}
.col2-set .new-users {padding-bottom:16px;width:46%;}
.col2-set .registered-users {width:46%;}
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:60%; }
.col2-set p {color:#969696; font-size:12px; margin-bottom:20px;}
.col2-set .col-1 h4 {font-size:16px !important; color:#03997e; float:none !important;margin-top:22px;}
.col2-set .col-1 p {color:#2e2e2e !important;line-height:1.75;}
.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {font-family:'open_sansregular';  vertical-align:middle; color:#2e2e2e; }
input.input-text,select,textarea { background:#fff; border:1px solid #7e7e7e; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; margin-top: -2px; }
input.checkbox { margin-right:3px; margin-top: -4px;}
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button, input.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button, input.button{ overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button, input.button { display:block;  border:0; background:#03997e; padding:10px 22px; /*font-family:'open_sansregular'; */ font-size:16px; text-align:center; white-space:nowrap; color:#fff; font-weight:normal;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
button.button:hover, input.button:hover{background:#383838;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
button.button span span { border:0; padding:0; background:none;}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }


a.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
 a.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
 a.button{ overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
 a.button { display:block;  border:0; background:#03997e; padding:10px 22px; /*font-family:'open_sansregular'; */ font-size:16px; text-align:center; white-space:nowrap; color:#fff !important; font-weight:normal;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
 a.button:hover{background:#383838; text-decoration: none;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
 .account-login{
     padding: 10px;
 }


p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {  }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 15px; }
.form-list label { float:left; color:#2e2e2e; font-weight:normal; position:relative; z-index:0; font-size:14px;padding-bottom:10px;}
.form-list label.required {float: left;color: #2E2E2E;font-weight: normal;position: relative;z-index: 0;font-size: 14px;padding-bottom: 10px;}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }

.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; height:25px;}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; height:33px; padding:6px; }
.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 .name-middlename { width:70px; }
.form-list .name-middlename 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 { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.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-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; padding:25px 0 0; border-top:1px solid #e4e4e4; text-align:right;margin:3em 0 0; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; margin-top: 10px; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin:28px 0; }
.fieldset .legend {padding-bottom:15px;margin-bottom:15px; font-family: 'open_sansbold';font-size:13px;  color:#03997e;  width:100%; position:relative; border-bottom:1px solid #D9DDE3; }

/* Form Validation */
.validation-advice { font-family: 'FontAwesome';clear: both;min-height: 13px;margin: 3px 0 0;font-size: 12px;line-height: 13px;color: #eb340a;}
.validation-advice span {padding-left: 5px;font-family:'open_sansregular';font-size: 11px;}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
/* 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; font-size:11px !important;font-family: 'open_sansbold' !important; }
.messages ul {padding-left:30px;}
.messages ul li span {padding-left: 42px;float: left;margin-top: -26px;}
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.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 5px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 4px 20px !important;}
.error-msg { background-color:#03997e!important; font-family:'FontAwesome'!important; color:#FFF!important;font-size:32px!important;}
.success-msg { background-color:#03997e!important; font-family:'FontAwesome'!important; color:#FFF!important;font-size:32px!important;}
.note-msg,
.notice-msg {  background-color:#03997e!important; font-family:'FontAwesome'!important; color:#FFF!important;font-size:32px!important; clear: left!important; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #E5E5E5; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-family: 'open_sans_lightregular';font-size: 40px;color: #03997E;font-weight: normal; padding-bottom:10px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons button.button {float:right;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#03997e; }

/* Pager */
.pager { font-size:12px;  text-align:center; margin-top:15px; margin-bottom:15px;}
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; border:1px solid #7E7E7E; padding:2px 9px 1px 9px;}
.pager .limiter label { vertical-align:middle; float:left;margin-top:3px;margin-right:4px;}
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { float:right;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline;  }
.pager .pages li a {color:#2e2e2e;}
.pager .pages .current {color:#03997e;}
.pager .amount strong {font-weight:normal; font-size:11px; color:#2e2e2e;}
.pager .pages a.next {float:right!important;font-family: 'FontAwesome'!important;text-decoration: none!important;font-size: 12px!important;border: 1px solid #000!important;padding: 3px 4px 3px 4px!important;border-radius: 11px!important;margin-right:-10px!important;margin-top:-2px!important;}
.pager .pages a img{display:none;}
.pager .pages a.previous {font-family: 'FontAwesome'!important;text-decoration: none!important;font-size: 12px!important;border: 1px solid #000!important;padding: 3px 4px 3px 4px!important;border-radius: 11px!important;margin-top:-2px!important;float:left!important;}
.my-account .pager .pages {margin-right:150px;}
/* Sorter */
.sorter { font-size:11px; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:left; padding:2px 9px; border:1px solid #7e7e7e;margin-right:16px;}
.sorter .sort-by label {font-size:11px;color:#2e2e2e; padding-right:6px; vertical-align:middle;float:left;margin-top:3px;}
.sorter .sort-by select { padding:0; margin:0 0 0px; vertical-align:middle; color:#03997e; font-size:10px; }
.sorter .link-feed {}
.sorter .limiter { float:right; padding:2px 9px; border:1px solid #7e7e7e;}
.sorter .limiter label {font-size:11px;color:#2e2e2e; padding-right:6px; vertical-align:middle;float:left;margin-top:3px;}
.sorter .limiter select { padding:0; margin:0 0 0px; vertical-align:middle; color:#03997e; font-size:10px;border:1px solid #F1F1F1 }

.sorter .sort-by img {display:none;}
.sorter .view-mode {float: left;
    line-height: 28px;
    margin: 0;
    width: 250px;}
.sorter .view-mode label{display:none;} 
.sorter .view-mode .grid {
  font-family: 'FontAwesome'!important;
  font-size:24px!important;
  color:#CCCCCC!important;
  cursor:pointer!important;
  margin-right:10px!important;
  text-decoration:none!important;
}
.sorter .view-mode .grid:hover {
color:#03997e;text-decoration:none;
}
.sorter .view-mode .grid-mode-active
{
color:#03997e;
}
.sorter .view-mode .list {
font-family: 'FontAwesome'!important;
  font-size:23px!important;
  color:#CCCCCC!important;
  cursor:pointer!important;
  text-decoration:none!important;
}
.sorter .view-mode .list:hover {
color:#03997e;text-decoration:none;
}
.sorter .view-mode .list-mode-active
{
color:#03997e;
margin-left:0px;
}


/* Toolbar */
.toolbar {display:inline-block; width:100%; padding:25px 0px 10px 0px;}
.toolbar .pager {   }
.toolbar .sorter { border-bottom:1px solid #e5e5e5; padding:0px 0px 15px 0px;}
.toolbar-bottom {}

.sort_box{  position: relative; }
.sort_box .sort_pan{  font-family:'FontAwesome'!important; float:left!important; padding:3px 8px 4px 10px!important; text-align:left!important; color:#03997e!important;text-transform:capitalize!important;}
.sort_box.active .sort_pan{ border-bottom:0;}
.sort_box .sort_pan span{font-family:'open_sansregular';padding-right:11px;}
.sort_detail{border:1px solid #7e7e7e; border-top:0; background: none repeat scroll 0 0 #FFF; color: white; display: none; position: absolute; right: 11px; top: 26px; z-index: 1500;  text-align: left;}
.sort_detail a{padding:5px 26px 5px 9px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.sort_detail a:hover, .sort_icon.selected, .language_detail a:hover, .currency_icon.selected{color:#03997E;}
.sort_detail a:hover{background:#fff;}


.show_box{  position: relative; }
.show_box .show_pan{font-family:'FontAwesome'!important; float:left!important;  padding:3px 10px 4px 10px!important; text-align:left!important;margin-right:6px!important; color:#03997E!important; }
.show_box .show_pan span{font-family:'open_sansregular';padding-right:11px;}
.show_box.active .show_pan{  border-bottom:0;}
.show_detail{border:1px solid #7e7e7e; border-top:0; background: none repeat scroll 0 0 #FFF; color: white; display: none; position: absolute; left: 40px; top: 26px; z-index: 1500;  text-align: left;}
.show_detail a{padding:5px 20px 5px 13px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.show_detail a:hover, .show_icon.selected, .language_detail a:hover, .currency_icon.selected{color:#03997E;}
.show_detail a:hover{background:#fff;}


.header_currency{ float:right; margin-left:15px;padding:3px 10px 2px 10px;}
.header_currency:hover {border:1px solid #E2E2E2;  padding:2px 9px 1px 9px;background:#FFF;}
.col-left .header_currency {display:none;}
.currency_box{color:#737373!important;float: right!important;padding:6px 7px 7px 11px!important;position: relative!important;font-style: normal!important;font-family:'FontAwesome'!important;}
.currency_detail{background: none repeat scroll 0 0 #FFF; color: white; display: none; position: absolute; right: 0px; top: 31px; z-index: 1500; width: 94px; text-align: left;border:1px solid #E2E2E2;border-top:0px;border-bottom:0px;}
.currency_detail a{padding:6px 10px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.currency_detail a img{padding-right: 5px;margin-top:2px;}
.currency_detail a:hover, .currency_icon.selected, .language_detail a:hover, .currency_icon.selected{color:#03997e;}
.currency_detail a:hover{background-color:#fff;}
.currency_pan{}
.currency_pan i.flag {display: none;}

.header_language{ float:right;margin-left:32px;padding:3px 10px 2px 10px;}
.header_language:hover {border:1px solid #E2E2E2;  padding:2px 9px 1px 9px;background:#FFF;}
.col-left .header_language {display:none;}
.header_language label,.header_currency label {float:left;margin-top:5px;color:#737373; font-size: 11px;}
.language_box{color:#737373!important;float: right!important;padding: 6px 9px 7px 11px!important;position: relative!important;font-style: normal!important;font-family:'FontAwesome'!important;}
.icon-down-micro {font-family:'FontAwesome'!important;}
.language_detail{background: none repeat scroll 0 0 #FFF; color: white; display: none; position: absolute; right: -1px; top: 33px; z-index: 1500; width: 104px; text-align: left;border:1px solid #E2E2E2;border-top:0px;border-bottom:0px;}
.language_detail a{padding:6px 11px;  display: block; text-decoration: none; border-bottom:1px solid #e2e2e2;}
.language_detail a img{padding-right: 5px;margin-top:2px;}
.language_detail a:hover, .language_icon.selected, .language_detail a:hover, .language_icon.selected{color:#03997e;}
.language_detail a:hover{background-color:#fff;}
.language_pan{}


/* Data Table */
.data-table { width:100%;  }
.data-table .odd  { }
.data-table .even {  }
/*.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 { vertical-align:middle;}
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; color:#2e2e2e; font-size:13px;}
.data-table td a {color:#2e2e2e; font-size:13px;  font-weight:normal;}
.data-table td a img {border:1px solid #dadada; background:#d8d8d8;}
.data-table .product-name {text-align:left !important; }
.data-table thead th { font-weight:normal; padding:9px 20px; color:#3e3e3e; font-size:12px; 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:#fbfbfb; text-align:left;}
#my-orders-table th {text-align:left;}
#shopping-cart-table thead th {font-family: 'open_sansbold';}
#checkout-review-table thead th {font-family:'open_sansbold';}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
.data-table input.qty {width:3.5em !important; padding:5px;}


.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td {border-bottom:1px solid #D9DDE3;padding:25px 20px 25px 20px;}
#checkout-review-table-wrapper .data-table td {text-align:right !important; padding:10px 23px 10px 20px;}
.data-table tfoot tr { }
.data-table tfoot td { padding:25px 20px 0px 20px;  }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; padding:25px 20px 25px 20px; vertical-align:middle;}
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; vertical-align:top; padding:25px 20px 10px 20px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background-color:#fff; 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;  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; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 0em; padding:0; }
.std ul { list-style:nonn;}
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.0em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809; font-weight:bold; }
.link-wishlist {  font-weight:bold; }
.products-grid .actions .add-to-links {position:absolute;right:0px;top:14px;}
.products-grid .actions .add-to-links li {float:left;margin-left:5px;}
.products-grid .actions .add-to-links a.link-wishlist{text-decoration:none;font-weight:normal;font-family:'FontAwesome';font-size:10px;padding:3px 3px 2px 3px;border:1px solid;color:#FFF;float:left;}
.products-grid .actions .add-to-links a.link-wishlist:hover{color:#03997e;background:#FFF;border:none;padding:4px 4px 3px 4px;}
.products-grid .actions .add-to-links a.link-compare{text-decoration:none;font-weight:normal;font-family:'FontAwesome';font-size:10px;padding:3px 3px 2px 3px;border:1px solid;color:#FFF;float:left;}
.products-grid  .add-to-links a.link-compare:hover{color:#03997e;border:none;padding:4px 4px 3px 4px;}

.link-reorder {font-size: 13px;text-decoration: none;font-weight: normal; color:#2E2E2E !important; }
.link-compare { font-weight:bold; }
.link-print { color: #03997E;font-size: 13px;text-decoration: none;font-weight: normal; }
.link-rss {  padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; display: inline;background: #000;padding: 1px 3px 1px 3px;font-family: 'FontAwesome';color: #FFF;font-size: 12px !important;text-decoration:none; text-indent:0px;width:10px;height:15px; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0;text-indent:-999em; overflow:hidden; }
.btn-remove2 { display: inline;background: none;line-height: 0;font-size: 28px !important;color: #383838 !important;font-family: 'FontAwesome';border: 2px solid;border-radius: 100px;padding: 6px 10px;}
.btn-remove2:hover{opacity: 0.5;}
.btn-edit    { display:block; background: #03997e;padding: 1px 3px 1px 3px;font-family: 'FontAwesome';color: #FFF;font-size: 12px !important;text-decoration:none;}

.btn-remove:hover,
.btn-edit:hover{text-decoration:none;}
.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; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px;  text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { }
.header { margin:0 auto; text-align:right; position:relative; z-index:999;padding:0px 0px 15px 0px;}
.header1{width:1200px;margin:0 auto;}
.header2 {width:1200px;margin:0 auto;padding:30px 0px 10px 0px;display:table; position: relative;}
.header2 .cartlogo{float: left;color: #2e2e2e;border: 0;font-family: 'FontAwesome';font-size: 22px;padding: 4px 0px 0px 9px;margin-right: 10px;}
.header2 .shopping_bg {float: right;width: 9%;height:35px;}
.header .logo { float:left; margin:0px 0 0px 0px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:none;/*padding:5px 0px 5px 0px;*/background-color:#f9f9f9; }
.header .welcome-msg { margin:0; color:#fff; text-align:right;}
.header .welcome-msg a { color:#ebbc58; }
.header .form-search {/* width:195px; height:30px;*/ float:right; /*margin-left:30px;*/  }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; word-spacing:10px;display:none;}
.header .form-search input.input-text {border:none; height:21px;float:left; border-right:0; width:145px; padding:5px;font-size:11px;color:#8F8F8F;}

.header .searchlogo{float:right;/*margin-right:10px;*/border:1px solid transparent;}
.header .searchlogo:hover{border:1px solid #CCC;}
.header .searchlogo:hover .form-search input.input-text{display:block;}
.header .searchlogo .form-search input.input-text{display:block;}

.header .form-search button.button { float:left; }
.header .form-search button.button {height:31px;color:#2e2e2e;background:none; font-family: 'FontAwesome';font-size: 19px; padding:0px 0px 2px 8px;}
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; /*left:auto !important; */top:51px !important; padding-right:35px; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989;background-color:#FFF;}
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:6px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-family: 'open_sansbold'; color:#03997e; }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { background-color:#E5E5E5; }
.header .form-language {text-align:right; float:right;}
.header .form-language label { padding-right:5px; color:#737373; vertical-align:middle; font-size:10px;}
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:left; margin-top:10px; }
.header .links li { float:left;  padding:0 28px 0 7px; text-transform:uppercase;}
.header .links a { color:#737373; text-decoration:none;}
.header .links a:hover{text-decoration:underline;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.mini-cart-div .summary-container .summary .amount {float:left;margin-top:8px;}
.col-left .mini-cart-div {display:none;}

/* Sidebar =============================================================================== */
.block { margin:0 0 0px; }
.block .block-title {  border-bottom:1px solid #ddd;  }
.block .block-title strong { display:block; font-size:25px; color:#03997e; font-weight:normal; font-family: 'open_sans_lightregular'; padding:0px 0px 10px 0px;}
.block .block-title strong span {}
.block-currency .block-title strong span {color: #737373;font-size: 10px; font-weight:normal; padding-right:5px;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content {  }


.block-cart .block-content { background:none;}
.block .block-content li.item { padding:7px 0px; }
.block .block-content .product-name { color:#2E2E2E; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { }
.block .actions a { float:left; margin-top:10px;}
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:20px 0px; color:#2e2e2e;}

.block li.odd {  }
.block li.even { }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:12px; 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-reord    er .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; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#f9f9f9; border:0; padding:10px 20px 0px 20px; }
.block-account .block-title strong { display: block;font-size: 30px;color: #03997E;font-weight: normal;font-family: 'open_sans_lightregular';
padding: 0px 0px 10px 0px; border-bottom:1px solid #e5e5e5;}
.block-account .block-content { background:#f9f9f9; padding:20px 20px 25px 20px; margin-bottom:30px;}
.block-account .block-content li a { display:block;  line-height:2.80; color:#2e2e2e; font-size:13px; text-decoration:none !important; }
.block-account .block-content li strong {font-weight:normal;}
.block-account .block-content li a:hover { color:#03997e; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { line-height:2.80;color:#03997e; font-weight:normal; font-size:13px;}
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0;float:right;padding-left:30px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; float:left;}
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; text-transform:none; color:#fff; padding:0px;}
.block-currency .block-content { background:none; padding:0; float:left;}
.block-currency .block-content select { width:100%; padding:0; }




/* Block: Layered Navigation */
.block-layered-nav { border:0; background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-category-nav { border:0; background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-category-nav .block-content dd ol li,.block-category-nav .block-content dd ul li {font-size:13px; line-height:2.3;color:#03997e;}
.block-category-nav .block-content dd ol li a,.block-category-nav .block-content dd ul li a {color:#2e2e2e; text-decoration:none;padding-right:7px;}
.block-category-nav .block-content dd ol li a span.errow, .block-category-nav .block-content dd ul li a span.errow{position: relative;top: -1px;font-size: 11px;font-family: 'FontAwesome';font-weight:bold;border:1px solid #8B8B8B;padding: 1px 4px 1px 4px;color: #000;border-radius: 120px;margin-right: 13px;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;}
.block-category-nav .block-content dd ol li a:hover span.errow, .block-category-nav .block-content dd ul li a:hover span.errow {transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;margin-left:5px;margin-right:8px;}

.block-category-nav .block-content {margin-top:10px;}
.block-layered-nav .block-title {margin-bottom:10px; border:0; padding:0;border-bottom:1px solid #DDD;}
.block-layered-nav .block-title strong span {}
.block-layered-nav .block-subtitle { line-height:1.35; background-color:#d5e8ff; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.col-left .block-currency {display:none;}
.col-left .block-layered-nav .block-subtitle {display:none;}
.block-layered-nav .block-content {}

.block-layered-nav dt { padding:0px 0px 0 0px; font-family: 'open_sansbold'; margin:20px 0px 7px 0px; font-size:14px;}
.block-layered-nav dd { padding:0 0px 0px;}
.block-layered-nav #narrow-by-list dd ol li {font-size:13px; line-height:2.3;color:#03997e;}
.block-layered-nav #narrow-by-list dd ol li a {color:#2e2e2e; text-decoration:none;padding-right:7px;margin-left:15px;}
.block-layered-nav #narrow-by-list dd ol li a span.errow{position: relative;top: -1px;font-size: 11px;font-family: 'FontAwesome';font-weight:bold;border:1px solid #8B8B8B;padding: 1px 4px 1px 4px;color: #000;border-radius: 120px;margin-right: 13px;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;}
.block-layered-nav #narrow-by-list dd ol li a:hover span.errow {transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;margin-left:5px;margin-right:8px;}

.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li {  padding:6px 24px 12px 0px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label {font-family: 'open_sansbold'; font-size:13px;  text-transform:uppercase; display:inline-block; vertical-align:top; color:#2e2e2e; padding-right:5px; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; font-size:13px;}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; padding:0px 3px 2px 3px;}
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:13px; padding:10px 5px 0px 0px; border-top:1px solid #dee5e8; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart{}
.top-image{border-bottom: 5px solid #2e2e2e;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;right: 44PX;top: -5PX;position: absolute;}
.toptital{padding: 10px 10px 10px 10px; border: 1px solid #E4E4E4; font-size:12px; background-color:#fff; border-top:3px solid #2e2e2e;}
/*.block-cart .block-content{ max-height:400px; overflow:auto; }*/
.slideTogglebox{background: white; position: absolute;top:65px; width: 326px; z-index: 10000; right:0;}
.block-cart .block-subtitle{font-size: 9pt;  padding: 0px 5px 5px 5px; color:#464646 !important;text-align:center;}
.block-cart .subtotal{padding:10px 0px; line-height: 23px; color:#2e2e2e; border-top:1px solid #e2e2e2;}
.block-cart .subtotal .price{font-weight:bold;}
.block-cart .subtotal .actions button{float:left;padding:7px 12px ; font-size:12px;}

.block-cart .block-content a { font-size:8pt;}
.mini-products-list li{border-bottom:1px solid #e5e5e5; padding:10px 0px 30px 0px; }
.block-cart .block-content .mini-products-list li{text-align:left;}
.mini-products-list li.last{clear:both; border-bottom:0;}
.mini-products-list li.even{clear:both;}
.mini-products-list .product-image { float: left; width: 50px; border: 1px solid #D6D6D6; padding:3px;background:#d8d8d8;}
.mini-products-list .product-image img{margin:0px; float:none;}
.mini-products-list .product-details {margin-left: 65px;}
.mini-products-list .product-details .price-box .price-label{display:none;}
.mini-products-list .product-details .price-box .old-price .price{float:none;}
.block-cart .btn-remove, .block-cart .btn-edit { float: right; margin: 18px 0 2px 5px; vertical-align:middle;}
.block-cart .block-content .product-name {font-size:12px;  color: #464646 !important; padding: 4px 0px 5px;}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {word-wrap: break-word;text-align:left;}
.truncated { cursor: help;}
.truncated .truncated_full_value { position: relative; z-index: 999; }
.truncated a.details { cursor: help; text-decoration: none !important; display: inline-block; border-bottom: 1px dotted #4F8100; }

.block-cart .block-title { /*border-bottom:0;*/ }


/* Block: Wishlist */
.block-wishlist .block-title strong {padding-left:0px; }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; color:#03997e;}
.block-wishlist {background-color: #F9F9F9;padding: 10px 20px 25px 20px;margin-bottom:30px;}
.block-wishlist .block-subtitle {padding:20px 0px 12px 0px;color:#2e2e2e;;font-weight:normal;font-size:12px;}
.block-wishlist #wishlist-sidebar .product-name{padding-bottom:0px;}

.block-wishlist .special-price .price{line-height: 0;font-size: 12px;color: #03997E;font-family: 'open_sansbold';}
.block-wishlist .regular-price .price{line-height: 0;font-size: 12px;color: #03997E;font-family: 'open_sansbold';}
.block-wishlist .old-price .price{line-height: 0;font-size: 12px;font-family: 'open_sansbold';color: #03997E;}
.block-wishlist .product-name a {color:#2e2e2e;}
.block-wishlist .product-name {line-height:1.50;}
.block-wishlist .block-content li.item {padding:14px 0px 13px 0px;}
.block-wishlist .link-cart {color:#03997e;font-weight:normal;}

/* Block: Related */
.block-related .block-title strong {padding-left:0px; }
.block-related input.checkbox { float:left; margin:0px;}
.block-related .product { margin-left:20px; }
.block-related .old-price .price{color: #03997e;}
.block-related .special-price .price, .block-related .regular-price .price{color:#03997e;}
.block-related .link-wishlist {font-weight:normal;color:#03997e;display:none;}
.block-related .mini-products-list .product-details {margin-left:85px;}
.block-related .block-subtitle {padding:15px 0px;font-weight:normal;color:#2e2e2e;}
.block-related .block-subtitle a{color:#03997e;}
.block-related .block-content li.item {padding: 0px; margin: 0px 6px 24px 6px;}
/* Block: Compare Products */
.block-compare .block-title strong { padding-left:0px;}
.block-compare button.button span {  }
.page-popup .link-print {font-family:'FontAwesome';font-size:23px;text-decoration:none;}
.page-popup .link-print span {padding:2px 0 2px 15px;font-family: 'open_sansbold'; font-size:13px;}
.page-popup .link-print:hover span{text-decoration:underline;}


#compare-items .product-name a {color:#2e2e2e;}
#compare-items {margin-top:10px;margin-bottom:15px; border-bottom:1px solid #e5e5e5;padding-bottom:5px;}
.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{color:#FFF;float: left;height: 13px;width: 9px;}
.compare-table .btn-remove:hover span{text-decoration:underline;}
.compare-table .btn-remove span { float:left; width:130px;color:#000;font-family:'arialregular';margin-top:-14px;}
.compare-table tbody th { background:#F9F9F9; }
.compare-table tbody th span {color:#03997e;}
.compare-table .product-name {padding-top:15px;padding-bottom:0px;}
.compare-table .price-box {text-align:left;margin:3px 0 20px 0;}
.compare-table button.button {float:left;}
.compare-table .add-to-links{clear: both; text-align: left; padding-top: 10px;}
.compare-table .std  {text-align:left;color:#2e2e2e;}
.compare-table tbody th,
.compare-table tbody td {  border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; text-align:center !important;}
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table .old-price .price-label {display:none;}
.compare-table .special-price .price-label {display:none;}
.compare-table .special-price .price {color: #03997E;}
.compare-table .old-price .price{color: #03997E;}
.compare-table .regular-price .price{color: #03997E;}
.compare-table .rating-box {}
.compare-table .rating-box .rating {}
.compare-table tbody .add-to-row {display:none;}


/* Block: Recently Viewed */
.block-viewed .block-title strong { padding-left:0px; }

/* Block: Recently Compared */
.block-compared{background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-compared .block-title strong {padding-left: 0px; }
.block-compared .block-content{margin-top: 13px;}

/* Block: Poll */
.block-poll .block-title strong {padding-left:0px; }
.block-poll .block-subtitle { font-size:12px; font-weight:normal;padding:10px 0px;color:#03997e;}
.block-poll label { color:#2e2e2e; font-weight:normal; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:9px 0px; }
.block-poll .actions { margin:12px 0 0;border-top: 1px solid #E5E5E5;padding-top: 18px; }
.block-poll button.button span { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }
.block-poll button.button {}

/* Block: Tags */
.block-tags .block-title strong { padding-left:0px; }
.block-tags .block-content .tags-list { background:none; border:0; font-size:16px; padding:15px 0px 0px 0px;}
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right;display:none; }
.block-tags .actions a { float:none; }
.block .block-content .tags-list li a {font-size:12px; line-height:30px; color:#2E2E2E;}
.block .block-content .tags-list li a:hover {}
/* Block: Subscribe */
.block-subscribe .block-content { padding:0px 0px 0px 0px; }
.block-subscribe .block-title strong { padding-left:0px; }
.block-subscribe label { font-weight:normal; color:#3e3e3e;font-size:12px;}
.block-subscribe input.input-text { display:block; width:246px; margin:0px 0px 20px 0px; border:1px solid #7e7e7e; padding:6px; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:right;font-size:12px; }
.block-subscribe .block-title {border-bottom:none;}
.block-subscribe .form-subscribe-header {padding-bottom:15px;}

/*block-compare*/
.block-compare {background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-viewed {background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}
.block-viewed .block-content .product-name a {color:#2e2e2e;}
.block-viewed .block-content li.item {padding:7px 0px;}
.block-viewed .block-content, .block-poll .block-content {margin-top:13px;}
.block-reorder {background-color:#f9f9f9; padding:10px 20px 25px 20px;margin-bottom:30px;}
.block-poll {background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;}	
/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .block-content p {font-size: 12px;font-weight: normal;color: #2E2E2E; padding:0px 0px 20px 0px;}
.block-reorder li.item {padding:0px !important;}
.block-reorder .block-content {margin-top:20px;}
.block-reorder .product-name a {color:#2e2e2e;}
.block-reorder .actions button.button {float:left;}
.block-reorder .actions button.button.btn-cart{font-family:'FontAwesome'; font-size:19px; padding:9px 13px 9px 13px;  }
.block-reorder .actions button.button.btn-cart span span{font-family:'open_sansregular';font-size:12px;padding-left:10px;}
/*.block-reorder .actions button.button.btn-cart:hover {}*/
.block-reorder .actions {border-top:1px solid #e5e5e5;padding-top:20px;}
.block-reorder .actions a {float:right;}
/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }
.block-banner, .block-tags, .block-subscribe {background:#f9f9f9; margin-bottom:30px; padding:10px 20px 25px 20px;}

/* Block: Login */
.block-login .block-title strong { }
.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-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.category_banner {overflow: hidden; margin-bottom: 10px;}
.category_banner img {float: left;}
.category_banner a {color: #FFF;}
.category-content{float:right;width:228px; background:#03997e;height:220px; padding:34px 25px 24px 25px; overflow:auto;}
.category-content h1 {font-size:36px; color:#FFF; font-family:'open_sans_lightregular'; padding-bottom:15px;}
.category-content p {font-size:13px; color:#FFF;}

/* View Type: Grid */
ul.product-latest { visibility: visible;}
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.product-latest li.latest-product.item {position:relative; float:left; width:392px !important;height:auto !important; margin:0px 9px 9px 0px!important; padding:0px !important; border:1px solid #D9D9DB; }
.product-latest li.latest-product.item.last {margin-right:0px;}
.product-latest .latest-product .product-image { display:block; width:210px; height:201px; margin:0 0 0px; }
.productgrid-area .product-name { /*min-height:2.7em;*/ margin: 10px 0px 0px 10px;font-weight: bold;font-size: 13px;color: #203548;position: absolute;top: 0; }
.product-latest .actions .add-to-links {right:10px;top:12px;}
.products-grid .product-name a { color:#FFF; font-size:14px; text-decoration:none; font-weight:normal;}
.products-grid .product-name a:hover { text-decoration:underline;}

.product-latest .product-name a { color:#FFF; font-size:14px; text-decoration:none; font-weight:normal;}
.product-latest .product-name a:hover { text-decoration:underline;}
.product-latest .price-box { margin:5px 0;position:absolute; bottom:55px; right:auto; }
.products-grid .availability { line-height:21px; }
.product-latest li.latest-product .actions {overflow: hidden; border-top: 1px solid #fff; position:absolute; bottom:0px; width:171px; padding:10px 11px 10px 0px;display:block;margin:0px;float:left;}

.product-latest li.latest-product:hover .actions{}
.product-latest li.latest-product:hover .price-box { bottom:55px; }
.product-latest li.latest-product .actions button.btn-cart {padding:0px;text-decoration:none;float:left;background:none;font-family:'FontAwesome'; font-size:19px;text-transform:uppercase;}
.product-latest li.latest-product .actions button.btn-cart span span{font-size:12px;padding:1px 0px 0px 10px;font-family:'open_sansregular';}
.product-latest li.latest-product .actions button.btn-cart:hover span span{ text-decoration:underline;}
.product-latest .ratings {margin:0px;}


.product-latest .actions .add-to-links {position:absolute;right:0px;top:12px;}
.product-latest .actions .add-to-links li {float:left;margin-left:5px;}
.product-latest .actions .add-to-links a.link-wishlist{text-decoration:none;font-weight:normal;font-family:'FontAwesome';font-size:10px;padding:3px 3px 2px 3px;border:1px solid;color:#FFF;float:left;}
.product-latest .actions .add-to-links a.link-wishlist:hover{color:#03997e;background:#FFF;border:none;padding:4px 4px 3px 4px;}
.product-latest .actions .add-to-links a.link-compare{margin-left:5px; text-decoration:none;font-weight:normal;font-family:'FontAwesome';font-size:10px;padding:3px 3px 2px 3px;border:1px solid;color:#FFF;float:left;}
.product-latest .actions .add-to-links a.link-compare:hover{color:#03997e;background:#FFF;border:none;padding:4px 4px 3px 4px;}

.products-grid li.item  {
    float:left;
    position:relative;}
.products-grid li.item {margin:0px 27px 27px 0;background:#d8d8d8; position: relative; padding:0;}
.products-grid li.column2 {width:422px;margin:0px 48px 48px 0px;}
.products-grid li.column3 {width:272px; margin:0px 38px 38px 0px;}
.products-grid li.column4 {width:197px; margin:0px 24px 23px 0px; /*ADDED BY KATE*/ height:180px;}
.products-grid li.item.last {margin-right:0;}

.productgrid-area {
	background:#03997e;
	bottom: 0;
	display: inline-block;
	float: left;
	height: 58px;
	left: 0;
	position: absolute;
	transition: all 0.1s linear 0s;
	width: 100%;
	z-index: 2;
}
.products-grid .actions{
    border-top: 1px solid #FFFFFF;
    bottom: 0;
    display: none;
    margin: 0 10px;
    padding: 10px 12px 10px 0;
    position: absolute;
    width: 88%;
}

.productgrid-area .actual-price,
.productgrid-area .actual-price .price span,
.productgrid-area .price-update,
.productgrid-area.price-num,
.productgrid-area .price-update .price span,
.productgrid-area .price-update {
	color: #FFF;
}
.products-grid .actions button.button {padding:0px;text-decoration:none;float:left;background:none;font-family:'FontAwesome'; font-size:19px;text-transform:uppercase;}
.actions .button-submit-action input,.actions .button-action.button-wrap-right > a,.product-list-field .qty-out-of-stock, .qty-out-of-stock {font-size:12px;color: #FFF;font-family:'open_sansregular'; font-weight: normal; text-transform: uppercase;}
.actions .button-submit-action input:hover,.actions .button-action.button-wrap-right > a:hover{ text-decoration:underline; background: none;}
.actions .button-action.button-wrap-right > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 4px 0 0 7px;
}
.button-action.button-wrap-left {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.products-grid li.item:hover .actions {display:block;position:absolute;}
.products-grid .productgrid-area .rating-box { width:81px; height:15px; font-size:0; line-height:0;text-indent:-999em; overflow:hidden; }
.products-grid .productgrid-area .rating-box .rating { float:left; height:15px; }
.productgrid-area .button-submit-action input,.product-list-field .qty-out-of-stock,.qty-out-of-stock  {text-transform: uppercase; padding-left: 5px !important;}
.productgrid-area .button-action a {padding: 2px 5px;}
.products-grid li.item:hover .productgrid-area {-moz-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;height:145px; bottom: -87px; }
.products-grid li.item:hover .price-box{ 
	bottom: 40px;
	display: block;
	font-family: 'open_sans_lightregular';
	position: absolute;
	transition: all 0.1s linear 0s;
        text-align: right;
}
.products-grid li.item:hover .price-box .price{ font-size:36px;font-family: 'open_sans_lightregular'; display:block;-moz-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;}
.products-grid li.item:hover .regular-price .price{font-size:36px;font-family: 'open_sans_lightregular'; display:block;-moz-transition:all 0.1s linear;transition:all 0.1s linear;-webkit-transition:all 0.1s linear;}
.products-grid li.item:hover .old-price .price {display:block;position:absolute;right:9px; bottom:49px; color:#FFF; }
.productgrid-area .price-box, .productgrid-area .price-box .special-price .price, .productgrid-area .price-box .regular-price .price  {
	   bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    right: 8px;
    transition: all 0.1s linear 0s;
	
}
.productgrid-area .price-box span.tax-include {
	display: none;
	color: #FFFFFF;
    float: right;
    font-size: 11px;

}
.products-grid li.item:hover .productgrid-area .price-box span.tax-include{
    display: block;

}
.productgrid-area .price-box span.price {
	display: block;
}
.productgrid-area .price-box .old-price .price {display:none; }
.productgrid-area .old-price .price-label {display:none;}
.productgrid-area .special-price .price-label{display:none;}
.productgrid-area .ratings {margin:36px 9px;}
.productgrid-area img{width:274px !important; height: 203px !important;}
.products-grid li.item:hover .productgrid-area{bottom:-87px;}
.products-grid .product-latest li.latest-product:hover .price-box .old-price .price {right:auto;position:absolute;font-weight:normal;bottom:54px;  }
.products-grid li.item .old_price { display: none;}
.products-grid li.item:hover .old_price { display: inline-block;}
.old_price .strike { font-size: 14px; color: #FFF;}
.old_price .strike span { color: #FFF !important;}
.products-grid li.item .minimal-price .price-label{display:none;}
.products-grid li.item .price-to .price-label{display:none;}
.products-grid li.item .price-from .price-label{display:none;}
.products-grid li.item .price-to .price{display:none;}
.products-grid li.item .price-from .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.products-grid li.item .minimal-price .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.products-grid li.item .minimal-price-link .price{color: #fff; display: none;}
.products-grid li.item .minimal-price-link .label{color: #fff; display: none;}


.products-grid li.item .minimal-price .price-label{display:none;}
.products-grid li.item .price-to .price-label{display:none;}
.products-grid li.item .price-from .price-label{display:none;}
.products-grid li.item .price-to .price{display:none;}
.products-grid li.item .price-from .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.products-grid li.item .minimal-price .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.products-grid li.item .minimal-price-link .price{color: #fff; font-size: 11px; display: none;}
.products-grid li.item .minimal-price-link .label{color: #fff; font-size: 11px; display: none;}


.product-latest li.latest-product .minimal-price .price-label{display:none;}
.product-latest li.latest-product .price-to .price-label{display:none;}
.product-latest li.latest-product .price-from .price-label{display:none;}
.product-latest li.latest-product .price-to .price{display:none;}
.product-latest li.latest-product .price-from .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.product-latest li.latest-product .minimal-price .price{font-family: 'open_sans_lightregular'; font-size: 36px; color: white; font-weight: normal;}
.product-latest li.latest-product .minimal-price-link .price{color: #fff;}
.product-latest li.latest-product .minimal-price-link .label{color: #fff;}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:auto; margin:0 auto; }
.col1-layout .products-grid {list-style:none; }
.latest-product .latest-image {float:left;background:#d8d8d8;}
.latest-product {float:left;width:178px; height:191px;background-color:#03997e; padding:10px 13px 0px 10px;}
.latest-area {float:right;background-color:#03997e; /*padding:10px 13px 0px 10px;*/}
.latest-product .latest-area .rating-box { width:81px; height:15px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.latest-product .latest-area .rating-box .rating { float:left; height:15px;  }
.productgrid-area .product-title{
	color:#FFF;
	 margin: 10px 0 0 10px;
    position: absolute;
    top: 0;
}


/* View Type: List */
.products-list li.item {margin-bottom:40px;border-bottom:1px solid #e5e5e5; padding-bottom:40px; position: relative;}
.products-list .product-image { float:left; width:232px; height:256px; margin:0 0 10px; border:1px solid #dadada; background:#d8d8d8;}
.products-list .product-shop { margin-left:29px; float:left; width:608px;}
.products-list .product-name { margin:0 0 5px; font-weight:normal; line-height:1; font-size:30px; color:#03997e;  font-family:'open_sans_lightregular';}
.products-list .product-name a { color:#03997e;  }
.products-list .price-box {margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.78; color:#2e2e2e; font-size:12px; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { margin:13px 0px 0px 30px; float:left; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links li a.link-wishlist, .link-compare {color:#03997e; font-size:13px; font-weight:normal;}
.products-list .add-to-links .separator { display:inline; color:#03997e; margin:0 3px; }
.products-list .price-box .old-price .price-label {display:none;}
.products-list .price-box .special-price .price-label {display:none;}
.products-list .price-box .old-price .price { color:#03997e;}
.products-list .price-box .regular-price .price {font-size:40px; color:#03997e; font-family:'open_sans_lightregular'; float:left; margin-right:30px;}
.products-list .price-box .special-price .price {font-size:40px; color:#03997e; font-family:'open_sans_lightregular'; float:left; margin-right:30px;}


.products-list .f-fix button.button.btn-cart {padding: 14px 15px 13px 15px;font-family:'FontAwesome';font-size: 24px;text-transform: none;}
.products-list .f-fix button.button.btn-cart span span{font-family:'open_sansregular';font-size:16px;padding-left:15px;}


.products-list .f-fix p button.button {float:left;}
.products-list .rating-box {}
.products-list .ratings {margin-top:16px;float:left;}
.products-list .ratings .rating-box { margin:0px 15px 0px 0px;}
.products-list .rating-box .rating {}
.products-list .ratings .rating-links a {color:#03997E; font-size:12px; }
.products-list .ratings .rating-links .separator {color:#03997e; margin:0 3px;}
.products-list .ratings .rating-links { float:left;}
.products-list .productlist-area {border-top:1px solid #ededed; border-bottom:1px solid #ededed; float:left; width:100%; margin:15px 0px 10px 0px; padding:10px 0px 10px 0px;}
/* ======================================================================================= */


/*===============================bestseller-product======================================  */

.bestseller-product {border:0; background-color:#f9f9f9; padding:10px 20px 25px 20px; margin-bottom:30px;display:inline-block;}
.bestseller-product h2{display:block; font-size:25px; color:#03997e; font-weight:normal; font-family: 'open_sans_lightregular'; padding:0px 0px 10px 0px;}
.bestseller-product .bestseller-grid li {list-style:none;margin-bottom:20px;float:left;}
.bestseller-product .bestseller-grid li a.product-image {float:left;border:1px solid #dadada;background:#d8d8d8;}
.bestseller-product .bestseller-grid li a.aero-image {float:right;font-family: 'FontAwesome';text-decoration: none;font-size: 12px;border: 1px solid #000;padding: 3px 4px 3px 4px;border-radius: 11px;}
.bestseller-product .bestseller-grid li a.aero-image img{display:none;}
.bestseller-grid .price-box .old-price .price-label {display:none;}
.bestseller-grid .price-box .special-price .price-label {display:none;}
.bestseller-product .bestseller-grid .product-name {float:left; font-size:13px;padding-bottom:0px; }
.bestseller-product .bestseller-grid .product-name a {color:#575757;  line-height:0.85;}
.bestseller-product .bestseller-grid .regular-price .price {line-height:0; font-size:12px; color:#03997e;font-family: 'open_sansbold';}
.bestseller-product .bestseller-grid .special-price .price {line-height:0; font-size:12px; color:#03997e;font-family: 'open_sansbold';}
.bestseller-product .bestseller-grid .old-price .price {line-height:0; font-size:12px;font-family: 'open_sansbold'; color:#03997e;}
.bestseller-product .bestseller-grid .price-box {margin:0px;clear:left;top:8px;position:relative;}
.bestseller-grid .bestseller-area {width:192px; float:right;margin-left:10px;}
.bestseller-product a.view-mpre {border: 0;background: #03997E;color: white;font-weight: normal;font-size: 12px;font-family: 'open_sansregular';padding: 10px 20px; height: auto; float:right;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
.bestseller-product a.view-mpre:hover {background:#018870;/*	transition: all 0.3s linear;	-moz-transition: all 0.3s linear;	-webkit-transition: all 0.3s linear;*/}
.bestseller-product a.view-mpre {border:0;border-top:1px solid #CCC;margin-top:5px;cursor:pointer;}
/*===============================End bestseller-product======================================  */

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.latest-product .latest-area .ratings .amount {display:none;}
.ratings { font-size:11px; line-height:1.25; margin:9px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; font-family: 'open_sansbold';}
.ratings .rating-links { margin:0; display: block!important; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:81px; height:16px; font-size:0; line-height:0;  text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:16px; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {display:none;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; padding:15px 20px 10px 20px;}
.ratings-table th { font-weight:bold; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px;  padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { 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 {  }

/* Email to a Friend */
.email-friend { margin:0; float: right;}
.email-friend a{color: #03997e; font-size: 12px; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0;}
.price-box .price { font-size: 14;}

/* Regular price */
.regular-price { color:#FFF; font-weight:normal; }
.regular-price .price { font-family:'open_sans_lightregular'; font-size:36px; color:#FFF; font-weight:normal; }
.block .regular-price,
.block .regular-price .price { color:#03997e; }

/* Old price */
.old-price { margin:0;font-family:'open_sans_lightregular'; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:normal; font-size: 14px;color: white; text-decoration:line-through; }
.latest-product .old-price .price-label {display:none;}
/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-family: 'open_sans_lightregular';font-size: 36px;color:white; font-weight:normal;}
.latest-product .special-price .price-label {display:none;}

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* 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; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4;  padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:0px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { }
.product-view .view-name {margin:0px 0px 20px 0px;border-bottom:1px solid #e5e5e5; }
.product-essential { }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
.product-essential h1 {font-family:'open_sans_lightregular'; font-size:40px; color:#03997e; font-weight:normal;}
.product-collateral{
    margin-top:20px;
    
}
.product-collateral h2{ font-family: 'open_sans_lightregular';font-size: 30px;color: #383838;font-weight: normal;border-bottom:1px solid #E5E5E5;padding-bottom:15px;}
.product-collateral .padder .form-add h3, h4 {font-size:13px;font-weight:normal;}
.product-collateral .padder .form-list {margin-top:25px;}

.tabs-bg{/*background:#fff;*/}
.tabs li { display: inline; float: left; margin-left:5px; border:1px solid #dadada; border-bottom:1px solid #ffffff;  font-size: 12pt; background-color:#f1f1f1;margin-right:8px;}
.tabs li.active{ background:#ffffff; border-top:2px solid #dadada;}
.tabs li a { float: left; text-decoration: none; color:#767676; padding:16px 12px 10px; font-size:12pt;}
.tabs li a span { }
.tabs li a.selected{}
.tabs li a.selected{ background: none repeat scroll 0 0  white; color:#03997e; cursor: pointer; }
.tabs li:hover{background:#ffffff;}
.tabs li a:hover {color:#03997e; }
#content{border-top:1px solid #dadada; padding:25px; color:#4b4b4b; font-size:10pt; background: #FFF; }

#product_tabs_description_contents .std{font-size:10pt; color:#4b4b4b; line-height:22px;}

/* Detail-block */


.detail-block {background-color:#4c4c4c;padding:28px 31px 44px 31px;margin-bottom:45px;}
.detail-block h2 {font-size:40px; color:#FFF;font-weight:normal;font-family:'open_sans_lightregular';padding-bottom:5px; display: block;}
.detail-block p {color:#a2a2a2; font-size:13px;line-height:1.75;}

/* Product Images */
.product-view .product-img-box { float:left; }
.product-view .default-image {width:376px;}
.product-view .horizontal-image {width:502px;}
.product-view .vertical-image {width:302px;}
.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 #dadada; background:#d8d8d8;}
.product-view .product-img-box .product-image-zoom {/* position:relative;  overflow:hidden; z-index:9; */ }
.product-view .product-img-box .product-image-zoom img {/* position:absolute; left:0; top:0; cursor:move; */ }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px;  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;   }
.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; display:none;}
.product-view .product-img-box .more-views ul {  }
.product-view .product-img-box .more-views li { float:left; margin:0 21px 8px 0; }
.product-view .product-img-box .more-views li.last{}

.product-view .product-img-box .more-views li a { float:left; width:77px; height:77px; border:1px solid #dadada; overflow:hidden; background:#d8d8d8; }
.product-view .more-views {background:#fbfbfb; padding:10px 10px 10px 10px;float:left; border:1px solid #dadada;}
.product-view .default-image .more-views {width:94%;}
.product-view .horizontal-image .more-views {width:96%;}
.product-view .vertical-image .more-views {width:93%;}
.product-view .view_img1{height: 79px; border-right: 1px solid #DADADA; float: left; padding-right: 10px;}
.product-view .view_img{height: 79px; border-left: 1px solid #DADADA; float: right; padding-left: 10px;}
.product-view .view_img1 a.perv {font-family: 'FontAwesome';text-decoration: none;font-size: 12px;border: 1px solid #000;padding: 3px 4px 3px 4px;border-radius: 11px;margin-top: 27px;  float:left; }
.product-view .view_img1 a.perv:hover{}
.product-view .view_img a.next {font-family: 'FontAwesome';text-decoration: none;font-size: 12px;border: 1px solid #000;padding: 3px 4px 3px 4px;border-radius: 11px;margin-top: 27px; /*background:url(../images/20.png) right center no-repeat;*/float:right;}
.product-view .view_img a.next:hover{}


.new-arrow {border-bottom:1px solid #E5E5E5; padding:0px 0px 0px 0px;float: left;width:100%;margin-bottom:20px;}
.new-arrow .page-title {border:0px;padding:0px;width:auto;margin:0px;}
.new-arrow .subtitle {padding:0px !important;float:left !important;}

.new-arrow1 {border-bottom:1px solid #E5E5E5; padding:0px 0px 0px 0px;float:left;width:100%;margin-bottom:20px;}
.new-arrow1 .page-title {border:0px;padding:0px;width:auto;margin:0px;}
.new-arrow1 .subtitle {padding:0px !important;float:left !important;}

.errow_iphone {float:right;margin-top:5px;}
a.prev {background-color:#2e2e2el;  float:left; width:33px;margin-right: 7px;}
a.prev:hover,a.next:hover {background-color:#03997e;}


.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; font-size: 0px; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:460px;}
.col1-layout .product-view .product-shop { float:left;  margin-left:30px; }
.col1-layout .product-view .default-shop {width:485px;}
.col1-layout .product-view .horizontal-shop {width:650px;}
.col1-layout .product-view .vertical-shop {width:555px;}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:40px 0; float: right; }
.product-view .product-shop .availability.in-stock{color: green; font-size: 12px; font-weight: bold; }
.product-view .product-shop .availability.out-of-stock{color: red; font-size: 12px; font-weight: bold; }
.product-view .product-shop .grouped-items-table{margin: 20px 0px;}
.product-view .product-shop .short-description { border-bottom:1px solid #ededed; padding-bottom:30px; margin-bottom:25px; clear: both;}
.product-view .product-shop .price-box { margin:18px 0px 9px 0px; float: left;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; margin:13px 0px 0px 30px; }
.product-view .product-shop .add-to-links li .separator { display:inline !important; color:#03997E; float:left;}
.product-view .product-shop .add-to-links li {float:left;}
.product-view .product-shop .add-to-links a { color:#03997e; font-size:13px; font-weight:normal; }
.product-view .product-shop .ratings {margin:0px;}
.product-view .product-shop .rating-box { margin-right:20px;}
.product-view .product-shop .rating-box .rating{}
.product-view .product-shop .ratings .rating-links a {color:#03997E; font-size:12px;}
.product-view .product-shop .ratings .rating-links .separator {color:#03997e; margin:0 3px;}
.product-view .product-shop .price-box .old-price .price-label {display:none;}
.product-view .product-shop .price-box .special-price .price-label {display:none;}
.product-view .product-shop .price-box .old-price .price { color:#03997e;}
.product-view .product-shop .regular-price .price {font-size:40px; color:#03997e; font-family:'open_sans_lightregular'; margin-right:30px;}
.product-view .product-shop .special-price .price {font-size:40px; color:#03997e; font-family:'open_sans_lightregular'; margin-right:30px;}
.product-view .product-shop h2 {display:none;}
.product-view .product-shop .std {line-height: 1.78;color: #2E2E2E;font-size: 12px;}
.product-view .product-shop button.button.btn-cart {padding: 14px 15px 13px 15px;font-family:'FontAwesome';font-size: 24px;text-transform: none;}
.product-view .product-shop button.button.btn-cart span span{font-family:'open_sansregular';font-size:16px;padding-left:15px;}
/*.product-view .product-shop button.button.btn-cart:hover {background:#383838 url(../images/27.png) 15px 11px no-repeat;}*/
.product-view .product-shop button.button {clear:left;float:left;}
.product-view .product-shop .add-to-cart label {color:#2e2e2e; font-size:12px; font-weight:normal; padding-top:4px;}
.product-view .product-shop .add-to-cart input.qty {width:3.5em !important; padding:5px;}
.product-view .product-shop .add-to-box .add-to-cart {width:100%; border-bottom:1px solid #EDEDED;padding-bottom:25px; margin-bottom:30px; }
.product-view .product-right {width:299px; float:right;}
.product-view .product-shop .no-rating a {color:#03997e; font-size: 12px;}
.sharing-button {padding-top:7px;}
/* Product Options */
.product-options { }
.product-options dt {float:left; font-weight:normal; width:95px; padding-top:6px; }
.product-options dt label { color: #2E2E2E;font-size: 12px;font-weight: normal;}
.product-options dt label.required em { color:#eb340a; margin-left:5px; display:none;}
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:117px; height:30px; padding:6px; margin-bottom:15px;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom {  }
.product-options-bottom .add-to-cart label {margin-right:0px; width:95px;}
.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; display:none; }
.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 {margin-top:-5px; float:left; border-bottom:1px solid #EDEDED; padding-bottom:30px; margin-bottom:30px; width:100%;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:none; padding:5px 0 0; text-align:right; margin:10px 0px 0px 30px;float:left;}

/* 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 {display:block; }
.product-view .box-up-sell {margin-top:30px;}
.product-view .box-up-sell .products-grid { margin-top:25px; }
.product-view .box-up-sell .products-grid li.item{margin:0px 34px 24px 0px;}
.product-view .box-up-sell .products-grid li.item.last{margin-right:0px;}
/*.product-view .box-up-sell .products-grid li.item:hover .productgrid-area{height:107px;}*/
.product-view .box-up-sell .products-grid li.item:hover .price-box{}
.product-view .box-up-sell .ratings .rating-links {display:none;}
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline;   padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:16px; font-weight:normal; margin:0 0 5px; color:#03997e;}
.product-view .box-tags .form-add .input-box { float:left; margin:0 5px 0 0;}
.product-view .box-tags .form-add input.input-text { width:299px; height:28px;}
.product-view .box-tags .form-add button.button { padding:6px 18px; }
.product-view .box-tags .note { margin:3px 0 0; padding:5px 0 0 0px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a {color:#03997e;font-weight:bold;padding-right:5px;}
.product-view .box-reviews dt span { font-weight:bold; padding-left:5px;}
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { 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:0px;  padding-bottom:8px; font-size:13px; font-weight:normal;}
.product-name a { }

/* Product Tags */
.tags-list { display:block; font-size:13px; background:#f8f7f5; padding:10px 20px 25px 20px; }
.tags-list li {  margin:0 4px 0 0; display:inline; }
.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 #dadada; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#03977E; padding-left:15px;  }
.advanced-search-summary p { clear:both; margin:0; }

/* CMS Home Page */
.mainbox-title span{
    color: #03997E;
    font-family: 'open_sans_lightregular';
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 10px;
    display: inline-block;
 }
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right;}
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px 12px; background: #F8F7F5;
padding: 10px 20px 25px 20px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:0px 10px 0px 0px; display: inline; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { margin:0 0 17px; border-bottom:1px solid #e5e5e5; padding-bottom:10px; }
.cart .page-title h1 { font-family: 'open_sans_lightregular';font-size: 40px;color: #03997E;font-weight: normal; }

/* 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; }
.cart .page-title .checkout-types {display:block;}
/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left;margin-top:20px;}
.cart-table .btn-continue,
.cart-table .btn-empty{ border:0; font-family: 'FontAwesome';font-size: 31px;}

.cart-table .btn-continue span span,
.cart-table .btn-empty span span,
.cart-table .btn-update span span{font-size:16px;font-family:'open_sansregular';padding-left: 15px;position: relative;top: -4PX;}



.cart-table .btn-update{border:0; font-family: 'FontAwesome';font-size: 31px;margin-left:10px; }

.cart-table .btn-update,
.cart-table .btn-empty { float:right; margin-top:20px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart-collaterals .col2-set .col-1{padding:0px; background:none;}
.cart-collaterals .col2-set .col-2 {padding:0px; background:none !important;}
.cart .cart-collaterals .col2-set { float:left; width:759px; }
.cart .cart-collaterals .col2-set .col-2{ width:759px; float:left;}

.cross {width:100%;margin-top:30px;float:left;}
.cart .crosssell { }
.cart .crosssell h2 { font-size: 30px;font-family: 'open_sans_lightregular';color: #2E2E2E;border-bottom:1px solid #E5E5E5;padding-bottom:15px;} 
.cart .crosssell .product-image { float:left; border:1px solid #d0cdc9; background:#d8d8d8;}
.cart .crosssell .product-details { margin-left:84px; }
.cart .crosssell .product-name {  }
.cross .old-price .price-label,
.cross .special-price .price-label{display:none;}
.cross .old-price .price,
.cross .special-price .price,
.cross .regular-price .price{color:#03997e;}
.col2-set .cross p {line-height:normal;margin-bottom:0px;}
.cart .crosssell li.item { margin:20px 0; display: inline-table;margin-right: 32px;}
.cart .crosssell li.item.last{margin-right:0px;}
.cart .crosssell .link-compare, .cart .crosssell .link-wishlist { font-weight:normal; }
.cross .add-to-links {}
.cross .add-to-links .link-wishlist {color: #03997E;font-size: 13px;}
.cross .add-to-links .separator{color:#03997e;float:left;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {float:right; background-color:#f9f9f9; padding:15px 20px 35px 20px; width: 42%;}
.cart .shipping {float:left;}
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font-size:25px; font-family:'open_sans_lightregular';  color:#2e2e2e; text-transform:uppercase; }
.cart .shipping p {color:#969696; font-size:12px; padding-bottom:20px;margin:0px;}
.cart .discount label {font-size:14px; color:#494949; padding-top:15px; float:left; padding-bottom:10px;}

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; height:25px; margin-bottom:15px;}

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:20px 0 0; padding:5px 0 0; border-top:1px solid #e0e0e0; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:375px; background:#f9f9f9; padding:8px 15px 0px 15px; margin-top:0px!important} 
.cart .totals table { width:100%; border-bottom:1px solid #e0e0e0; padding-bottom:10px; }
.cart .totals td { padding:1px 10px 1px 15px; font-size:16px; color:#2e2e2e; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; padding-right:7px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:35px; font-weight:normal; font-family:'open_sans_lightregular'; }
.cart .totals tfoot td strong span {font-family: 'open_sansbold';font-size:25px;	}
.cart .totals .checkout-types { font-size:13px; padding:8px 0px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
.cart .totals .checkout-types li a {font-size:12px; color:#575757; }
.cart .totals .checkout-types button.btn-checkout{border: 0;font-family: 'FontAwesome';font-size: 31px;margin-bottom:20px;float:right;background:#383838;}
.cart .totals .checkout-types button.btn-checkout span span{font-size: 16px;font-family: 'open_sansregular';padding-left: 15px;position: relative;top: -4PX;}
.cart .totals .checkout-types button.btn-checkout:hover{background:#03997e;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; text-align:left; float:left; clear:left;}
.item-options dd { padding-left:10px; margin:0 0 6px; text-align:left; float:left;}
.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; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.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;color:#03997e; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#2e2e2e; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; padding-top:23px;}
.sp-methods .form-list li { margin:0 0 23px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:12px; cursor:help; margin-left:10px; float:left;text-decoration:none; color:#2e2e2e; margin-top:7px; }

/* 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;  text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px;  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;  font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set {border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#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 strong span {font-size:19px; color:#099b81; /*font-family:'open_sansregular'; */}
.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 { font-size:14px; font-weight:normal; line-height:2.75;  color:#2e2e2e; padding-left:13px; }
.block-progress dt span.progress_font{font-family: 'FontAwesome';text-decoration: none;font-size: 12px;border: 1px solid;padding: 3px 4px 3px 4px;border-radius: 11px;margin-right:10px;}
.block-progress dt.complete span.progress_font{margin-right:6px;}
.block-progress dd { background:#FFF; border:1px solid #f9f9f9; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#03997e ; color:#FFF;  font-size:13px;}
.block-progress dt.complete a {color:#FFF;}
.block-progress dd.complete address {font-size:12px; line-height:1.90;}
.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; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required {  padding:0 0 10px; float:left;margin-right:15px;}
.opc .buttons-set .back-link small { display:none; }
.buttons-set .back-link a { background:#03997e; padding:9px 22px; color:#FFF; font-size:14px; text-decoration:none; }
.buttons-set .back-link a:hover { background:#383838;}
.opc .buttons-set.disabled button.button { display:none;}
.opc .buttons-set .f-left {clear:left;margin-top:20px;margin-bottom:10px;}
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:none; padding-left:0px; line-height:2;}
.opc .ul li{ font-size:13px; color:#2e2e2e;  }
.opc .ul li span{position: relative;top: -1px;margin-right: 12px;font-family: 'FontAwesome';border: 1px solid #8B8B8B;padding: 1px 4px 1px 4px;color: #000;font-weight: bold;border-radius: 120px;font-size: 11px;}
.opc { position:relative; }
.opc li.section {}

.opc .step-title { clear:left; margin-bottom:30px; }
.opc .step-title .number { float:left;border:2px solid #2e2e2e; padding:5px 16px; margin:0 15px 0 0; font-size:28px; color:#2e2e2e;font-family:'open_sans_lightregular'; border-radius:50px;}
.opc .step-title h2 { float:left; margin: 15px 0 0; font-size:16px; font-weight:bold; font-family:'open_sans_lightregular';  }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {  color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {color:#f18200; cursor:default; float:left; }
.opc .active .step-title .number {  border-color:#03997e; color:#03997e; }
.opc .active .step-title h2 { color:#03997e;  }
/*.opc .active .step-title a { display:none; }*/

.opc .step {float:right;  position:relative; width:771px;}
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }

#opc-login .buttons-set button.button {float:left;margin-left:0px;margin-right:15px;}
#opc-login h3 { font-size:20px;padding:0; color:#2e2e2e; border-bottom:1px solid #e0e0e0; font-family:'open_sans_lightregular'; padding-bottom:10px; font-weight:normal; margin-bottom:25px; }
#opc-login h4 { color:#03997e; font-size:12px; font-weight:normal; }

#opc-shipping_method .buttons-set {  }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:normal; color: #2e2e2e;font-size: 13px;text-decoration: none;font-weight: normal; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {  }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set p a {color:#2e2e2e; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#03997e; color:#03997e; }

.multiple-checkout h2 { font-size:13px; font-weight:normal; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:normal; color:#03997e; margin-bottom:15px;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { }
.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 #e2e2e2; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend {  color: #03997e;  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 { color:#03997e; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px;  overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px;   }
.multiple-checkout .place-order .grand-total .inner div { display:inline; float:right; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:21px; margin-top:7px; color:#03997e;font-family: 'open_sansbold'; float:left; }
.multiple-checkout .place-order .grand-total .price { color:#03997e;  }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {  }
#multiship-addresses-table td {  }
#multiship-addresses-table tfoot td { padding:20px 0px; }
#multiship-addresses-table tfoot button.button span {  }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #e2e2e2; background:#f9f9f9; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display: table;position: absolute;top: -15px;right: -16px;width: 153px;height: 26px;background: #FFF;border: 1px solid #E4E4E4;border-bottom: 3px solid #3B3B3B;overflow: hidden;}
.checkout-multishipping-shipping .box-sp-methods .pointer p{font-size: 11px !important;text-align: center;font-family: 'open_sansregular';vertical-align: middle;display: table-cell;}
.checkout-multishipping-shipping .box-sp-methods .border{width: 0;height: 0;border-top: 5px solid #3B3B3B;border-left: 5px solid transparent;border-right: 5px solid transparent;position: absolute;right: 96px;top: 15px;}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:264px;}
.account-login .content h2 { font-size: 20px;color: #2E2E2E;border-bottom: 1px solid #E0E0E0;font-family: 'open_sans_lightregular';padding-bottom: 10px;font-weight: normal;margin-bottom: 25px;} 
.account-login .new-users h2 { }
.account-login .registered-users h2 {  }
.account-login .buttons-set { border-top:0; margin:0; float:left;}
.registered-users button.button {float:left;margin-left:0px;margin-right:15px;}
.registered-users p.required {float:left;margin-top:13px;}
.registered-users a.f-left {margin-top:12px;float:right !important;}
.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: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 {  display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0;font-size:12px; }
.dashboard .welcome-msg p.hello {margin-bottom:10px;}
.dashboard .welcome-msg p strong {font-weight:normal;font-size:12px;margin-bottom:10px; color:#03997e;}
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {  }
.box-account .data-table th {text-align:center;}
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:15px 0 18px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px;font-family: 'open_sansbold'; background-position:0 0; background-repeat:no-repeat; color:#03997e; }

.dashboard .box .box-title { border-bottom:1px solid #e5e5e5; padding:0 0 10px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:14px; font-weight:normal; margin:0;  }
.dashboard .box .box-content p {color:#2E2E2E !important; line-height:1.75;}
.dashboard .box .box-content address {font-style: normal;line-height: 1.75;color: #2E2E2E;font-size: 12px;}
.dashboard .box-content a {color:#03997e;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {padding-bottom:10px; }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { margin-top:30px; padding-bottom:10px; }
.dashboard .box-info h4 { font-size: 12px !important;font-weight: normal;text-transform: uppercase;margin: 0px 0px 10px 0px;color: #2e2e2e !important; border-bottom:1px solid #E5E5E5;padding-bottom:10px;}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { padding-bottom:10px; }
.dashboard .box-reviews .number { float:left; font-size:10px; font-family: 'open_sansbold'; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; background:#03997e; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:9px 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { padding-bottom:10px;}
.dashboard .box-tags .number { float:left; font-size:10px; font-family: 'open_sansbold'; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; background:#03997e; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags .details .product-name a {color:#2e2e2e;}
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; color:#03997e; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-family: 'open_sansbold';font-size:13px; color:#03997E; border-bottom:1PX solid #e5e5e5; padding-bottom:10px;margin-bottom:15px;} 	
.addresses-list h3 { font-weight:normal; font-size:13px; color:#2e2e2e; text-transform:uppercase;margin-bottom:10px;}
.addresses-list address { margin:0 0 3px; line-height:1.75; font-size:12px; color:#2e2e2e; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal;color:#03997E;}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 20px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info {}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; color:#03997e; }
.order-info li { margin:0 3px; }
.order-info-box .box .box-content address {font-style: normal;line-height: 1.75;color: #2E2E2E;font-size: 12px;}

.order-date { margin:10px 0; }

.order-info-box {margin:0 0 15px; }
.order-info-box h2 {font-size: 12px !important;font-weight: normal;text-transform: uppercase;margin: 0px 0px 10px 0px;color: #2E2E2E !important;border-bottom:1px solid #E5E5E5;padding-bottom:10px; }
.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%; }
.order-items h2{ float: left;margin: 0px 0px 15px 0px;font-size: 13px;font-weight: bold;background-position: 0 0;background-repeat: no-repeat;color: #03997E; }
.order-items .product-name { font-size:1em !important; font-weight:normal !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date {padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { text-align:left !important; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; border:1px solid #dadada;background:#d8d8d8;}
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:3em; }
.my-wishlist .buttons-set button.button {}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table .old-price .price-label {display:none;}
#wishlist-table .special-price .price-label {display:none;}
#wishlist-table .special-price .price {color: #03997E;}
#wishlist-table .old-price .price {color: #03997E;}
#wishlist-table .regular-price .price{color: #03997E;}
#wishlist-table .inner {margin:10px 0px 13px 0px;color:#2e2e2e;text-align:justify;}
#wishlist-table button.button {margin:14px 0px 10px 0px;}
#wishlist-table tbody td.last a.btn-remove2{}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float: right;margin: 1px 0 0 5px;height: 13px; }
.my-tag-edit strong {color:#03997e;}
.my-tag-edit .btn-remove span {display: none;}
#my-tags-table { clear:both; }
#my-tags-table td {  }
#my-tags-table .add-to-links { white-space:nowrap; margin-top:17px;text-align:center;}
#my-tags-table .special-price .price-label {display:none;}
#my-tags-table .old-price .price-label {display:none;}
#my-tags-table .price-box {float:left;}
#my-tags-table .old-price .price {color: #03997e;float:left;}
#my-tags-table .special-price .price{color: #03997e;float:left;}
#my-tags-table .regular-price .price {color: #03997e;float:left;}

/* My Reviews */
#my-reviews-table td {  }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow {  position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close {  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: 60px; background:#F9F9F9;}
.footer { width:1200px; margin:0 auto; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#383838; text-decoration:none; }
.footer a:hover { text-decoration:underline; color:#000000; }
.footer .bugs { margin:13px 0 0; color:#000; display:none;}
.footer .bugs a { color:#000; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#383838; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul.about-links {display:inline; padding:25px 0px 28px 0px;}
.footer ul.about-links li {display:inline; border-right:1px solid #383838;}
.footer ul {}
.footer ul.links { display:inline-block;padding:25px 0px 28px 0px;}
.footer ul.links li {border-right: 1px solid #383838;}
.footer ul.links li.last {border-right:none;}
.footer li {  padding:0 7px 0 4px; }
.footer li.last { border-right:none; padding-right:8px; margin-right:5px; }
.footer-container .bottom-container { margin:0 0 5px; }
.follow_button {float:right;}
#footer_part1 .follow_button h2 {float:left; font-size:35px; color:#FFF; font-family: 'open_sans_lightregular';margin-right:20px;}
#footer_part1 .free-shipping{float:left;}
.wysiwyg-content .free-shipping .truck-img{color:#FFF; padding:9px 6px 10px 9px;float:right;font-family:'FontAwesome';font-size:29px;border-radius: 72px;-webkit-border-radius: 72px;-moz-border-radius: 72px;border: 2PX SOLID;}
#footer_part1 .free-shipping h2 {float:left; font-size:35px; color:#FFF; font-family: 'open_sans_lightregular'; padding:3px 30px 3px 0px;}
#footer_part1{
background: #03997E;
float: left;
width: 100%;
}

#footer_part{
    float:left;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:47px;
        width: 100%;
}
#footer_part2{
    padding:15px 0px 65px 0px;
    width:1200px;
    margin:0 auto;
    
}
#footer_part .validation-advice { position: absolute; }

#footer_part .footer_link_box{
    width:100%;
    float:left;
    margin-top:30px;
}
#footer_part .footer_link_box .sweet_box_left button.button{

    font-size:12px;
    float:left;
    margin-top:25px;
}

#footer_part .footer_link_box .sweet_box_left{
    width:20%;
    float:left;
}
#footer_part .footer_link_box .sweet_box_left .img{
    width:157px;
    height:29px;

    background-repeat: no-repeat;
    margin-bottom:23px;
}
#footer_part .footer_link_box .sweet_box_left p{

    font-size:11px;
    color:#7c7c7c;
    padding-top:3px;
    text-align:left;
    margin-right:0px;
    float:none;
    line-height:1.8;
}
.footer-menu pre{
    text-align:left;
    font-size:12px;
    color:#383838;
    line-height:1.7;
    margin-top:16px;
    font-family:'open_sansregular';
}
.footer-menu p.number,.footer-menu p.email_add{
    text-align:left;
    font-size:16px;
    color:#383838;
    border-top:1px solid #e8e8e8;
    margin:12px 0px 0px 0px;
    padding:12px 0px 0px 0px;
}
#footer_part .footer_link_box .footer_link_box_right{
    width:80%;
    float:left;
    padding-bottom:5px;
}

#footer_part .footer_link_box .footer_link_box_right .link{
    width:20%;
    float:left;
    padding-left:48px;
}

.footer-menu p span{
    color:#03997e;
    font-size:12px;
	text-transform: uppercase;
    font-family: 'open_sansbold';
    text-align:left;
}
.tygh-footer .footer-menu ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
    margin-top:10px;
}
.tygh-footer .footer-menu ul li{
    color:#383838;
    font-size:12px;
    line-height:2.8;
    border-bottom:1px solid #e8e8e8;
    text-align:left;
    padding:0px;
	list-style: none;
}
.tygh-footer .footer-menu ul li a{
    color:#383838;
    text-decoration:none;
	font-family: 'open_sansregular';
}
.tygh-footer .footer-menu ul li a:hover{
    text-decoration:underline;
	color:#000000;
}



/* ======================================================================================= */

/* 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-color:#eee; }
.best-selling tr.even { background-color:#fff}
.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; }
/* ======================================================================================= */

/*home-left============================================================================ */

.home-left{
    width:299px;
    float:left;
    margin:20px 0px 0px 0px;
}
.customized{
    padding:20px 20px 25px 20px;
    background:#F9F9F9;
    margin-bottom:30px;
    text-align:center;
}
.customized h3{
    font-size:20px;
    color:#262024;
    font-family:'open_sans_lightregular';
    font-weight:normal;
}
.customized .best_theme{
    background:#FFF;
    padding:30px 0px 35px 0px;
    margin:15px 0px 0px 0px;
}
.customized .best_theme h2{
    
    font-size:30px;
    color:#03997e;
    font-family:'open_sans_lightregular';
    font-weight:normal;  
}
.customized .best_theme .theme_image{
    margin:15px 0px 35px 0px;
}

.customized .best_theme a{
    border: none;
    cursor: pointer;
    background: none;
    margin: 0 auto;
    display: table;
}

.customized .best_theme a span{
    border: 0;
    background:#03997E;
    color:white;
    font-weight: normal;
    font-size: 12px;
    /*font-family: 'open_sansregular';*/
    padding: 15px 20px;
    float:left;
/*	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;*/
}

.customized .best_theme a span:hover{
	background:#383838;
/*	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;*/
}

/*End home-left============================================================================ */

/*home-right============================================================================ */

.home-right {
	width:871px;
	float:right;
	margin:15px 0px 0px 30px;
}
.home-right .home-featured {float:left;}
.home-right .featured-title h3 {
	font-family: 'open_sans_lightregular';
	font-size: 30px;
	color: #383838;
	font-weight: normal;
 	margin-bottom: 15px;
}

.home-right .featured-area {width: 100%;background:#03997e; float:left; display:inline-block;-webkit-transition:all 0.3s linear;position:absolute;bottom:0;height:58px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;}

button.button.btn-cart span {background:none;}

/*home-right============================================================================ */



/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/* featured */


/* about us */
.page-head h3{color: #03997e;}
.col3-set .col-1 .p{font-size: 12px; margin: 5px 0px;}
.col3-set .col-2 .p strong{font-size: 13px; color: #2e2e2e; margin: 5px 0px;}
.col3-set .col-2 .p {margin: 5px 0px; font-size: 12px;}
.col3-set .col-3 .p {margin: 5px 0px; font-size: 12px;}
.col3-set .col-3 .p strong{font-size: 13px; color: #2e2e2e; margin: 5px 0px;}
.std dl dt{color: #2e2e2e;}

/*  customer service*/

dl #answer1{font-size: 14px; margin: 5px;}
.service dd{font-size: 12px;}
.customer li a{font-size: 12px;}

/* policy */
.policy p{font-size: 12px;}
.policy h2{font-size: 20px; color: #2e2e2e; margin: 10px 0px 10px 0px;}
.policy .disc li {font-size: 12px;}
/* order-return*/
.order-return li{padding:  20px 0px 20px 0px;}


span #ajax_loading{}

div#buttonwrapper p.required {display:none !important;}



.scrollup{
    opacity:0.3!important;
    position:fixed!important;
    bottom:25px!important;
    right:25px!important;
    display:none!important;
    font-size:24px!important;
    background:#000!important;
    color:#FFF!important;
    font-family:'FontAwesome'!important;
    border-radius:100px!important;
    padding:12px 14px 13px 14px!important;
    }
.scrollup:hover{opacity: 0.5;text-decoration:none;}



/* ########################### New css for Cscart ####################*/
.main-content-grid.latest_products .mainbox-body .jcarousel-skin .jcarousel-container-horizontal,
.main-content-grid.latest_products .mainbox-body .jcarousel-skin .jcarousel-clip-horizontal { width: 1200px !important; height: 200px !important; float: left!important; padding: 0 !important; position: relative;}
.main-content-grid.latest_products .mainbox-body .jcarousel-skin .jcarousel-next { position: absolute; margin:0; font-size: 48px; top: -67px; right: 0px;}
.main-content-grid.latest_products .mainbox-body .jcarousel-skin .jcarousel-prev-horizontal { 
position: absolute; margin:0; font-size: 48px; top: -67px; right: 40px !important;}
.footer_topbg {padding: 0;background: #03997E; height: 80px; width: 100%; position: absolute; z-index: 1;}
.tygh-footer .container-fluid {position: relative; z-index: 1;}
.tygh-footer .shipping {min-height: 80px; padding: 15px 0 20px 0}
.social_link {min-height: 55px; padding: 15px 0 0 0}

.shipping .wysiwyg-content h2,.social_link .wysiwyg-content h2 {
    color: #FFFFFF;
    float: left;
    font-family: 'open_sans_lightregular';
	font-weight: normal;
    font-size: 35px !important;
    padding: 3px 30px 3px 0;
}
li.product-cell {float: left;}
.latest-product .latest-area { width: 178px; padding: 10px 13px 0 10px;}
.product-title-wrap {
    background: none repeat scroll 0 0 #03997E;
    bottom: 0;
    display: inline-block;
    float: left;
    height: 58px;
    left: 0;
    position: absolute;
    transition: all 0.1s linear 0s;
    width: 100%;
}
/*.preview-image { min-height: 385px;}*/
/*.quick-view {visibility: visible !important;}*/
.product-latest li.latest-product.item .quick-view {
    left: 13%;
}
.quick-view {
    background: none repeat scroll 0 0 #03997E;
    color: #FFFFFF;
    height: 42px;
    left: 30%;
    line-height: 42px;
    opacity: 0;
    padding: 0 16px;
    position: absolute;
    top: 36%;
    transition: opacity 300ms ease 0s;
    z-index: 2;
}
.quick-view:hover {
    background: none repeat scroll 0 0 #383838;
    text-decoration: none;
}
li:hover .quick-view{opacity: 1}
.product-latest li.latest-product.item:hover .quick-view,
.center-block:hover .quick-view{opacity: 1;}
.center-block {position: relative;}
li.product-cell:hover .product-title-wrap{  bottom: -87px;
    z-index: 2000; height:145px;}
.preview-image .jcarousel-clip.jcarousel-clip-horizontal {height: 385px !important;}
.f_poducts {margin-bottom: 30px;}


.icon-basket {
    border: 0 none!important;
    color: #2E2E2E!important;
    float: left!important;
    font-family: 'FontAwesome'!important;
    font-size: 22px!important;
}
.minicart-title {padding:4px 0  0 27px !important;}
.cart-content-grid .icon-down-micro {display: none;}
.button-submit-action,.actions .button-action.button-wrap-right:before {float: left!important;font-family: 'FontAwesome'!important; color:#FFF!important; font-size: 19px!important;}
.product-latest .button-submit-action.button-wrap-left,
.product-latest .button-submit-action.button-wrap-left:hover,
.products-grid .button-submit-action.button-wrap-left,
.products-grid .button-submit-action.button-wrap-left:hover{
    background: none;
    
}
.products-grid .buttons-container,
.products-grid .buttons-container-item,
.product-latest .buttons-container,
.product-latest .buttons-container-item{
    padding: 0;
}
.products-grid  .button-submit-action input,
.products-grid  .button-submit input,
.product-latest  .button-submit-action input,
.product-latest  .button-submit input {
    padding: 0 0 0 5px;
}


/*############ Latest Product ###########*/
.latest-area .product-container {
	margin: 0;
	padding: 0;
}
.latest-area  .price {
    font-family: 'open sans';
    font-size: 36px;
    font-weight: 300;
}
.latest-area .price.price span {
	 color: #FFFFFF !important;
}
.sidebox-title span, .sidebox-title a {
    color: #03997E;
    font-family: 'open_sansregular' !important;
    text-shadow: none !important;
    border-bottom: 1px solid #E5E5E5;
    display: block;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: normal;
}

.jcarousel-skin .icon-left-open-thin,
.jcarousel-skin .icon-right-open-thin {
    border: 1px solid #333!important;
    border-radius: 50px!important;
    opacity: 0.8!important;
    padding: 4px 7px 5px 6px!important;
    font-size: 24px!important;
    font-family: 'FontAwesome'!important;
    color: #333!important;

}
.product-main-info .jcarousel-skin .icon-left-open-thin,
.product-main-info .jcarousel-skin .icon-right-open-thin {
    border: 1px solid #444444!important;
    border-radius: 50%!important;
    color: #444444!important;
    float: right!important;
    font-family: 'FontAwesome'!important;
    font-size: 12px!important;
    height: 10px!important;
    line-height: 10px!important;
    margin-top: 6px!important;
    padding: 5px!important;
    text-align: center!important;
    text-decoration: none!important;
    width: 10px!important;
}
.product-main-info .jcarousel-skin .jcarousel-clip-horizontal,
.product-main-info .image-border .jcarousel-container-horizontal {width:300px !important;}
.main-content-grid.latest_products .mainbox-body .jcarousel-skin .jcarousel-prev-horizontal:hover .icon-left-open-thin,
.main-content-grid.latest_products .mainbox-body .jcarousel-skin .jcarousel-next-horizontal:hover .icon-right-open-thin {
    border: 1px solid #999;
	color: #999;

}
.thumb-discount-label, .discount-label{
    border-color: #03997E rgba(0, 0, 0, 0) #03997E #03997E;
    border-style: solid;
    border-width: 11px;
    color: #FFFFFF;
    height: 0;
    left: 0;
    line-height: 0;
    opacity: 0.9;
    padding: 0 6px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase !important;
    z-index: 1001;
}
.product-main-info .price-num, .product-main-info.product-quick-view .price-num {
	font-family: 'open_sans_lightregular';
	color: #03997E;
}

/*############ /Latest Product ###########*/
.buttons-container .icon-basket{ 
    color: #FFF !important;
    left: 13px;
    position: absolute;
    top: 14px;
}
.buttons-container .button-submit-big input{padding: 12px 43px; font-size: 16px;}
.button-big a,.button-submit-big input{
    border: 0 none;
    color: #FFFFFF;
    text-transform: none;
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 26px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    font-family: 'open_sansregular';
}

/* ########################### New css for Cscart by Pijus ####################*/


#sidenav {
}
#sidenav li {
    padding: 0;
    position: relative;
}
#sidenav li.last {
    border: 0 none;
}
#sidenav li:hover {
}
#sidenav li a.show-cat {
    background: none repeat scroll 0 0 #444444!important;
    color: #FFFFFF!important;
    display: inline-block!important;
    font-family: 'FontAwesome' !important;
    font-size: 12px!important;
    height: 21px!important;
    line-height: 21px!important;
    margin-top: 3px!important;
    position: absolute!important;
    right: 0!important;
    text-align: center!important;
    text-decoration: none!important;
    top: 0!important;
    width: 21px!important;
}
#sidenav li a.show-cat:hover {
    background: none repeat scroll 0 0 #FF4629;
}
#sidenav li a.active {
    background: none repeat scroll 0 0 #FF4629;
}
#sidenav li a.show-cat span.minus {
    display: none;
}
#sidenav li a.show-cat.active span.minus {
    display: block;
    line-height: 14px;
}
#sidenav li a.show-cat.active span.plus {
    display: none;
}
#sidenav li a.show-cat span.plus {
    display: block;
}
#sidenav li.active a.level-top {
}
#sidenav li ul.level0 {
    display: none;
    padding-left: 15px;
}
#sidenav li.active ul.level0 {
    display: block;
}
#sidenav li.active ul.level0 li.active ul.level1 {
    display: block;
}
#sidenav li.active ul.level0 li.active ul.level1 li.active ul.level2 {
    display: block;
}
#sidenav li ul.level0 li.last {
    border: 0 none;
}
#sidenav li ul li ul, #sidenav li ul {
    display: none;
    padding-left: 15px;
}
.block li {
    line-height: 2;
}



/* ########################### / New css for Cscart by Pijus ####################*/
 

.helper-container input.search-input:focus {
    background-color: #FFFFFF;
    background-image: none;
    box-shadow: none;
    outline: 0 none;
    text-indent: 0;
}
/* Largeur boite */
select {
    height: 2.2em;
    line-height: 2.2em;
     width: 200px;
    min-width: 4em;
}
.subcategories ul li a {
    display: inline-block;
    font-weight: bold;
    padding: 3px 10px 3px 0;
}
.product-note {float: left!important;}

/* ########################### / New css for Cscart by Pijus ####################*/

li.footer-links {color: #383838;
    font-size: 12px;
    line-height: 2.8;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    padding: 0px;
    list-style: none;
    padding-top: 7px;
}



.text-links {line-height: 120%;}
.footer-links {border: 0px!important;}
.mainbox-title {border: 0px!important; line-height:150%}}
.mainbox-title span {padding-bottom:0px!important;margin-bottom: 2px;}

.homepage-hotdeals-not-logged-in  {color:#ffffff!important; font-size: 10px;}

.thumb-discount-label, .discount-label {border-color:#03997E rgba(0,0,0,0) #03997E #03997E}

.shipping-options-total {display:none;}

.span4.top-links-grid {paddint-top:0px;}