/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);

@font-face {
    font-family: 'utm_avoregular';
    src: url('../fonts/utm_avo-webfont.eot');
    src: url('../fonts/utm_avo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/utm_avo-webfont.woff2') format('woff2'),
         url('../fonts/utm_avo-webfont.woff') format('woff'),
         url('../fonts/utm_avo-webfont.ttf') format('truetype'),
         url('../fonts/utm_avo-webfont.svg#utm_avoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'utm_avobold';
    src: url('../fonts/utm_avobold-webfont.eot');
    src: url('../fonts/utm_avobold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/utm_avobold-webfont.woff2') format('woff2'),
         url('../fonts/utm_avobold-webfont.woff') format('woff'),
         url('../fonts/utm_avobold-webfont.ttf') format('truetype'),
         url('../fonts/utm_avobold-webfont.svg#utm_avobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arialbold';
    src: url('../fonts/arialbd-webfont.eot');
    src: url('../fonts/arialbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arialbd-webfont.woff2') format('woff2'),
         url('../fonts/arialbd-webfont.woff') format('woff'),
         url('../fonts/arialbd-webfont.ttf') format('truetype'),
         url('../fonts/arialbd-webfont.svg#arialbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arialregular';
    src: url('../fonts/arial-webfont.eot');
    src: url('../fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arial-webfont.woff2') format('woff2'),
         url('../fonts/arial-webfont.woff') format('woff'),
         url('../fonts/arial-webfont.ttf') format('truetype'),
         url('../fonts/arial-webfont.svg#arialregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
* { margin:0; padding:0; }
body          {  font:13px/1.55 Open Sans; color:#333; text-align: left; background: #fff;   font-stretch: condensed;}
img           { border:0; vertical-align:top; max-width: 100%; height: auto;}
a             { color:#555; text-decoration: none; }
a:hover       { text-decoration: none; color:#f33636; }
span.color { color: #444;}
a:focus,
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; }
h1            { font-size:20px; font-weight:normal; } 
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol,li         { list-style:none; margin: 0; padding: 0; }
dt, dd { line-height: 25px; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { overflow: hidden;  }
.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 { margin: 0 auto; min-height: 400px; text-align: left; }
.cms-index-index .main { padding-top:0;}
.container { padding: 0;}

/* Base Columns */
.col-left {   }
.col-main {  }
.col-right {  }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {  }
.col2-left-layout  { padding-bottom: 25px;}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {  }
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main { }
/* Content Columns */
.col2-set { margin-bottom: 20px;}
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }
.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%; }
/* ======================================================================================= */
/* Button ========================================================================= */
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:none; padding:0; margin:0; background: none; cursor:pointer;}
button.button span span { display: inline-block;text-align:center; white-space:nowrap; color:#fff;   font-size: 14px; padding:8px 15px; background:#333;}
button.button:hover span span { color: #fff; background:#F46E6F;}
.form-search button.button span span { border: none;display: inline-block;width: 40px;height: 40px; background: none; padding:0;}
.form-search button.button span span .fa { line-height:40px; color:#ccc;}
.form-search button.button span span:hover .fa {color:#fff;}
.products-grid .item button.btn-cart span span,
.products-list .item button.btn-cart span span,
.product-view button.btn-cart span span  { font-size: 13px;  font-weight: normal;  font-family: utm_avoregular;  text-transform: capitalize;
 position:relative; padding-left:10px;  display: inline-block;   line-height: 35px;   border-top: 1px solid #7f7f7f;
border-bottom: 1px solid #7f7f7f; color: #555555;  padding:0;  border-radius: 0; width: 140px; background: none;}
.products-grid .item button.btn-cart span span:before,
.products-list .item button.btn-cart span span:before,
.product-view button.btn-cart span span:before  {content:"+"; position:absolute; top:-2px; left:22px; display:block;}
.products-grid li.item button.btn-cart:hover span span,
.products-list li.item button.btn-cart:hover span span,
.product-view button.btn-cart:hover span span { background:#333; color:#fff; border-top:1px solid #333;border-bottom:1px solid #333;}
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; color:#2f2f2f; outline: 0;}
input.input-text,select,textarea { background:#fff; border:1px solid #eee; }
input.input-text,textarea { padding: 5px; }
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; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {  }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; margin-top: 1px;}
.form-list label.required {}
.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:100%; }
.form-list .field { float:left; width: 100%; }
.form-list input.input-text { width: 100%; }
.form-list textarea { width: 100%; height:10em; }
.form-list select { width: 100%; }
.form-list li.wide .input-box { width:100%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.wide select { width:100%; padding: 10px;}
.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; }
#login-form .form-list .input-box,
#login-form .form-list input.input-text { width: 100%; height: 30px;}
.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }
.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }
.fieldset { border:1px solid #ddd;  padding: 25px 25px 16px 25px; margin:28px 0; background: #fff;}
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #ddd; background: #fff;  margin:-38px 0 0 -10px; padding: 3px 10px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* 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 {  font-weight:bold; }
.error {  font-weight:bold; }
.notice { }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight: normal !important; }
.error-msg { border-color:#eee; background-image:url(../images/i_msg-error.gif); color:#333; }
.success-msg { border-color:#eee; background-image:url(../images/i_msg-success.gif); color:#333; }
.note-msg,
.notice-msg { border-color:#eee;  background-image:url(../images/i_msg-note.gif); color:#333; }

/* BreadCrumbs */

.breadcrumbs {  line-height: 15px; margin: 0 0 30px 0px; position:relative;}
.breadcrumbs li { display:inline; }
.breadcrumbs li.product {color:#f46e6f;}
.breadcrumbs li span { margin: 0 2px;}
.breadcrumbs li strong { text-decoration: underline; font-family: Open Sans; font-size:14px; font-weight:400;}
.breadcrumbs li a {font-family: Open Sans; font-size:14px; font-weight:400;}
.breadcrumbs a { color: #333;}
.breadcrumbs a:hover { text-decoration: underline; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; padding-bottom: 0; margin:0 0 25px; }
.page-title h1,
.page-title h2 {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    position: relative;
    padding-bottom: 5px;
    font-family: arialbold;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-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 h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Toolbar */
.toolbar { overflow: hidden; margin: 0 0 30px; padding: 0; padding: 15px 0; background: #fff; border-top: 1px solid #b2b2b2; border-bottom: 1px solid #b2b2b2;}
.toolbar a { }
.toolbar label { font-weight: normal;  color: #333; font-family: Open Sans; font-weight:400; font-size:14px;  }
.toolbar-bottom .toolbar { margin: 0;}
.toolbar-bottom .toolbar  .pages {}
/* Pager */
.pager {  text-align:center; margin: 15px 0 0; padding: 15px 0 0; border-top: 1px solid #b2b2b2;}
.pager .amount { float:left; margin: 4px 30px 0 0; font-size: 13px; color: #333; font-size:14px; font-weight:400; font-family:utm_avoregular;}
.limiter { float: right;  font-size: 13px;font-weight: 400;font-family: utm_avoregular;line-height: 20px; }
.sorter .limiter label { vertical-align:middle; margin: 4px 0 0; }
.sorter .limiter select { margin:0 0 0 10px; vertical-align:middle; font-size: 13px; padding: 6px 10px; border: 1px solid #e0e0e0; background: #F5F5F5;}
.pager .pages { text-align: center; padding: 0; float:right;}
.pager .pages strong { font-weight: 400; color: #333; text-transform: capitalize; font-size: 14px; margin-right: 10px; font-family:utm_avoregular;}
.pager .pages ol { display:inline-block; margin: 0;}
.pager .pages li { display:inline-block; margin: 0; font-size: 14px; color: #333; border-left: 1px solid #efefef; line-height: 15px; }
.pager .pages li:first-child { border: none;}
.pager .pages li a { font-size: 14px; color: #333; display: block; background: none; width: 20px; line-height: 15px; text-align: center;}
.pager .pages li.current { width: 28px; height: 28px; line-height: 28px;  text-align: center; }
.pager .pages li.current, .pager .pages li a:hover { color: #333; text-decoration: underline;  }

/* Sorter */
.sorter {  }
.sorter .view-mode { float:left; margin:8px 0 0; }
.sorter .view-mode a { text-decoration: none; }
.sorter .sort-by { float: left; margin-left: 130px;  }
.sorter .sort-by label { vertical-align:middle; margin: 4px 0 0;}
.sorter .sort-by select { margin:0 0 0 10px; vertical-align:middle; font-size: 13px; display: inline-block; padding: 6px 10px; border: 1px solid #e0e0e0; background: #F5F5F5;  font-size: 13px;font-family: utm_avoregular;font-weight: 400; }
.sorter .sort-by a{ display: none;}
.sorter .link-feed {}
.sorter .view-mode{ float:left;  }
.sorter .view-mode label { float: left; margin: 2px 8px 0 0; font-size:13px; font-family:Open Sans; font-weight:400;  }
.sorter .view-mode span { float:left;  margin: 2px 5px 0 0; }
.sorter .view-mode .grid,
.sorter .view-mode .list {  float:left; color: #666; font-weight: normal; text-align: center; position: relative; padding-left: 30px; line-height: 25px; font-family: Open Sans; font-size:13px; font-weight:400;}
.sorter .view-mode .grid:before,
.sorter .view-mode .list:before {  width: 24px; height: 24px;  content: "";  background: url(../images/view-mode.png) 0 0 no-repeat; position: absolute; top: 0; left: 0; }
.sorter .view-mode strong.grid:before,
.sorter .view-mode a.grid:hover:before { background-position: 0 100%;}
.sorter .view-mode .list:before { background-position: 100% 0;}
.sorter .view-mode strong.list:before,
.sorter .view-mode a.list:hover:before { background-position: 100% 100%; }
.sorter .view-mode .list { margin-left: 10px;}
.pager li > a, .pager li > span { display:  inline; padding: 0; background: none; border: none; border-radius: 0; }


 /* ============================================ */
.data-table {
  width: 100%;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  font-weight: normal;
  padding: 15px 10px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}

.data-table thead th,
.data-table tbody td {
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.data-table tfoot td {}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after { content: ':' ;}
.data-table tbody tr { border-bottom: 1px solid #f2f2f2;}

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside;  }
.std ul.disc { list-style:disc outside;  }
.std dl dt { font-weight:bold; }
.std dl dd {   }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {   padding:0; }
.std ul { list-style:disc outside;  }
.std ol { list-style:decimal outside;  }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {   }
.std dt { font-weight:bold; }
.std dd {   }
.std blockquote { font-style:italic;  }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { padding-right:0 !important; }
.link-cart {   }
.link-wishlist {   }
.link-reorder { }
.link-compare {  }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin: 0 auto;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }
.separator { margin:0 3px; }
.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; 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; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */

/*------------------------------------.header-quick-access -----------------------------------*/
#header-special-offer { background: #0f0f0f;}
#header-special-offer .promotion { text-align: left; color: #ccc; font-size: 14px;   padding: 18px 0; position: relative;  font-weight: 500;  }
#header-special-offer .promotion .header-special-offer-close { position: absolute; top: 50%; right: 0; margin-top: -14px; width: 28px; height: 28px; line-height: 28px; text-align: center;  cursor: pointer;}
#header-special-offer .promotion .header-special-offer-close .fa { font-size: 0; }
#header-special-offer .promotion .header-special-offer-close .fa:before { font-size: 14px;}
#header-special-offer .promotion p { margin: 0;}
#header-special-offer .promotion p span { color: #fff; }
#header-special-offer .promotion .btn-promotion { position: absolute; top: 50%; right: 38px; margin-top: -19px;   padding: 8px 20px; color: #fff; background: #f33636;   font-size: 14px;   letter-spacing: 1px; }
#header-special-offer .promotion .btn-promotion:hover {  background: #666;}
.header-quick-access {background:#111111; height:40px;}
.quick-access {  position: relative; z-index: 999;}
.language-currency { float: left;}
.header-currency { float:right; position:relative;}
.header-currency .form-currency:after{  content: "";width: 1px;height: 10px;background: #525252;position: absolute;top: 15px;
right: 9px;}
.header-quick-access .fa {  margin-left: 10px;   vertical-align: baseline;   color: #888;   font-size: 12px;}
.header-language { display:block; float:right; position:relative;}
.form-language { float: right; padding: 0 20px 0 25px; position:relative; overflow:hidden;}
.form-language:hover {overflow:visible;}
.form-language:hover i { color:#fff;}
.header-language .form-language:before {content:""; width:1px; height:10px; background:#525252;position:absolute; top:15px;left:0px;}
.header-language .form-language:after {content:""; width:1px; height:10px; background:#525252;position:absolute; top:15px;right:5px;}
.form-language label { display: none;}
.select-language { line-height:40px; position:relative;}
.select-language .fa { padding-left: 5px;}
.select-language > a { font-size:0; background-repeat: no-repeat; padding: 10px 10px 0 10px;}
.sub-lang { background: #fff; min-width:100px;position: absolute; top:48px;right: -20px;
  z-index:-1; opacity:0; transition: all 0.5s ease;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;
  box-shadow:0 5px 15px -5px #999;}
.form-language:hover .sub-lang{ opacity:1; z-index:999; top:40px;}
.sub-lang li { line-height:25px; padding: 5px 5px 5px 10px;}
.sub-lang li:hover { background:#1d1d1d;}
.sub-lang li:hover a {color:#fff !important;}
.sub-lang a { padding: 5px 30px; background-repeat: no-repeat; background-position: 3px 8px;
font-family:Open Sans; font-size:12px; font-weight:normal;}
.drop-lang {
    list-style: none;
 padding: 0;
 margin: 0;float: right;
}
.drop-lang .drop-trigger {
    position: relative;
    float: right;
    padding: 0;
    overflow:hidden;
}
.drop-lang .drop-trigger:hover {
    overflow:visible;
}
.drop-lang .drop-trigger:hover > .en {
    color:#fff;
    transition: all 0.5s aese;
    -webkit-transition: all 0.5s aese;
    -moz-transition: all 0.5s aese;
}
.drop-lang .drop-trigger:hover i {
    color:#fff;
}
.drop-lang li a {
    display: block;
    position: relative;
    font-size: 12px;
    z-index: 10;
    color: #999;
    padding: 10px 0 10px 25px;
    line-height: 32px;
    text-transform: capitalize;
    font-family:arialregular;
    font-weight:normal;
}
.drop-lang .drop-trigger > a {
    padding:0;
    margin-right:50px;
}
.drop-lang .drop-trigger > a .fa { display: inline;}
.drop-lang .drop-trigger .sub-lang {
    position: absolute;
    top: 52px;
    list-style: none;
    background: #fff;
    border: 1px solid #eee;
    min-width: 100px;
    opacity:0;
    z-index:1;
    transition: all 0.5s aese;
    -webkit-transition: all 0.5s aese;
    -moz-transition: all 0.5s aese;
}
.drop-lang .drop-trigger:hover .sub-lang {   opacity:1;  top: 32px;}
.drop-lang .sub-lang li a {
    padding: 0 10px 0 25px;
    line-height: 32px;
    display: block;
    color: #666;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #eee; }
.drop-lang .sub-lang li:hover {background:#e74c3c;}
.drop-lang .sub-lang li:hover a {color:#fff !important;}
.drop-lang .sub-lang li:first-child a { border: none;}
.drop-lang .sub-lang li a:hover { color: #cd282d;}

/*------------------------------------Currency-------------------------------------*/
.form-currency { float: left; }
.form-currency:hover  span {   color: #fff !important;}
.form-currency:hover  i {   color:#fff;}
.form-currency label { display: none; }
.drop-currency { display: inline-block; margin: 0;}
.drop-currency .currency-trigger {
    position: relative;
    padding: 0 ;
    overflow:hidden;
    float:left;}
.drop-currency .currency-trigger:hover {
    overflow: visible;
}
.drop-currency .currency-trigger li:hover {background:#1d1d1d;}
.drop-currency .currency-trigger li:hover a { color:#fff !important;}
.drop-currency li a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    text-transform: capitalize;
    z-index: 10;
    color: #333;
    line-height: 22px;
    font-family: arialregular;
    padding:0 40px 0 20px;
}
.drop-currency li a span { color:#eee;
    font-family: arialregular;
    font-weight: normal;
    line-height:40px; }
.drop-currency .currency-trigger .sub-currency {
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0 ;
    position: absolute;
    opacity:0;
    top: 52px;
    background: #fff;
    z-index: 99;
    width: 115px;
    box-shadow: 0 5px 15px -5px #999;
}
.drop-currency .currency-trigger:hover .sub-currency {
    top: 40px;
    opacity:1 !important;
}
.drop-currency .sub-currency li a {
    color: #555;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
    padding: 0 10px;
    text-transform: capitalize;
    min-width: 75px;
}
.drop-currency .sub-currency li:first-child a { border: none;}
.drop-currency .sub-currency li a:hover { color: #cd282d; }

/*------------------------------------Currency-------------------------------------*/


/*-------------------------------Welcome msg!-----------------------------------------*/
p.welcome-msg { float:left;
    margin: 0;
    margin-right:20px;
    display: inline-block;
    position: relative;
    z-index: 999;
    font-size: 12px;
    font-family: utm_avoregular;
    font-weight: normal;
    color: #eeeeee;
    line-height:40px;}
p.hotline {position:relative;
    float: left; display: inline-block; line-height: 40px; margin:0;
    font-family:utm_avoregular; font-size:11px; font-weight:normal; color:#eeeeee;padding-left:20px;}
p.hotline::before{ content:""; width:1px; height:10px; background:#707070; position:absolute; top:16px; left:0; }
/*-------------------------------Top Links!-----------------------------------------*/
.header-toplinks { float: right; position: relative; z-index: 99;  line-height: 40px; margin-left:20px; margin-right:0; overflow:hidden;}
.header-toplinks:hover { overflow:visible;}
.header-toplinks:hover i { color:#fff;}
.header-toplinks:hover .links { opacity:1; z-index:999; top:40px; text-align: left;}
.header-toplinks .links {width:156px; background:#fff; position:absolute; top:60px; right:0; opacity:0; z-index:-1;
box-shadow:0 5px 15px -5px #999;}
.header-toplinks .links li {  display:block; line-height: 20px;}
.header-toplinks .links li:hover {background:#1d1d1d;}
.header-toplinks .links li:hover a:before {color:#fff;}
.header-toplinks .links li:hover i {color:#fff;}
.header-toplinks  label { margin:0; line-height: 40px;  font-size: 12px;font-family: utm_avoregular;
font-weight:normal; color:#eeeeee;}
.header-toplinks  label:hover {color:#fff;}
.header-toplinks .links li a { padding:0 0px 0 15px;   font-size: 12px;font-weight: normal;
  font-family: Open Sans;  color: #555;  line-height: 36px; }
.header-toplinks .links li a:before {  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #b3b3b3;
  margin-right: 7px;}
.header-toplinks .links li.first a:before { content:"\f007";}
.header-toplinks .links li:nth-child(2) a:before { content: "\f004";font-size: 11px;}
.header-toplinks .links li:nth-child(3) a:before { content: "\f06d";}
.header-toplinks .links li:nth-child(4) a:before { content: "\f0e5";}
.header-toplinks .links li:nth-child(5) a:before { content: "\f13e";}
.header-toplinks .links li:hover a{ color:#fff;}
.header-toplinks .links li.first a { border: none;}
.header-toplinks .links li.login-register a {padding-right:0;}
.header-toplinks .links li.login-register a:before {  margin: 0;}
.header-toplinks .links li.first a:before,
.header-toplinks .links li.login-register a:before { }
.cms-index-index .header-wrapper {width: 100%;z-index:9;}
 .header { padding:29px 0;  }
.page-header-content {  position: relative; float: left; width: 100%; }
.page-header-content .header-left-logo {   position: absolute;
  top: 4px;
  left: 0;
  min-width: 200px;
  z-index: 98;}
.page-header-content .header-right { float:right;}
.header a.logo { display: block; text-align: left;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; float:left;}
.form-search {
    float: right;
    position: relative;
    z-index: 999;
    margin: 0;
    overflow:hidden;
    line-height: 38px;
    padding-right: 15px;}
.form-search:before { content:""; height:10px; width:1px; background:#525252; position:absolute; top:15px; right:0;}
.form-search:hover { overflow:visible !important;}
.form-search:hover input.input-text { opacity:1; z-index:9990;  top: 40px; right: 0; }
.search-keyword { }
.search-keyword a { color: #555; font-weight: 500; }
.search-keyword a:hover{ text-decoration: underline; }
.search-keyword .title { font-weight: bold;}
.form-search label { margin: 0; font-weight: 500; display:none;}
.form-search #cat { float: left; width: auto; display: none;}
.form-search .dd-select { background: none; border: none;}
.form-search .dd-selected { background: #fff; border: none; text-align: left; box-shadow: none; font-weight: 500; color: #555; line-height: 18px;}
.form-search input.input-text {
    opacity:0;
    border: 1px solid #ddd !important;
    padding-left: 10px;
    border: none;
    font-size: 13px;
    color: #888;
    font-style: italic;
    border-radius: 0 !important;
    position: absolute;
    top: 50px;
    right:0px;;
    width: 220px;
    height: 40px;
    box-shadow:0 5px 15px -5px #999;
    }
.form-search .dd-pointer { right: 6px; color: #333; border: solid 4px transparent;}
.form-search #cat .dd-options { border: 1px solid #e8e8e8;  box-shadow: none; height: 495px; overflow: auto !important; width: 135px !important;}
.form-search #cat a.dd-option {  padding: 5px 10px; background: none;}
.form-search #cat a.dd-option:hover { background: #f33636; color: #fff;}
.dd-pointer-down { border-top: solid 4px #aaa !important;}
.dd-pointer-down.dd-pointer-up { border-bottom: solid 4px #aaa !important; }
.form-search #cat a.dd-option label { font-weight: normal;}
.form-search .search-autocomplete {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}
.form-search .search-autocomplete  ul li { padding-left: 5px; cursor: default;}
.form-search .search-autocomplete  ul li.selected { background: #eee;}
.header-cart-mini { float: right; position: relative; z-index: 998; }
.header-cart-mini a.shopping-cart { color: #333;}
.mini_cart_ajax { position: relative;  }
.header-cart-mini .cart-mini-title a.shopping-cart {
  color: #ccc;
  font-size: 12px;
  display: block;
  padding: 11px 20px;
  position: relative;
}
.header-cart-mini:hover .cart-mini-title a.shopping-cart {color:#fff;}
.header-cart-mini .cart-mini-title a.shopping-cart:before{   content: "\f07a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size:14px;}
.cart-title:after { content: ""; position: absolute; width: 100%; border-bottom: 1px solid #9d9d9d; bottom: -3px; left: 0;}
.cart-count { color: #fff; display: block;  position: absolute;top: 3px;left: 30px;font-size: 10px;
  width: 15px; line-height: 14px;
  height: 15px;
  background-color: #f46e6f;
  text-align: center;
  border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;}
.cart-qty {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #f33636;
  position: absolute;
  top: 3px;
  left: 32px;
  color: #fff;
  z-index: 99;
  font-size: 11px;
  font-weight: 400;
}
.shopping-cart .arrows::before { }
.shopping-cart .arrows {
      width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 16px;
  text-align: center;
  line-height: 40px;
  /*background: url(../images/bg_cart.png) left no-repeat transparent;*/
}

.mini-products-list .product-image { float:left; width:50px;  }
.mini-products-list .product-details { margin-left:60px; }
#wraper_ajax.loadding_ajaxcart,
.ajax_loading {
      width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: 50%;
    left: 50%;
    position: fixed;
    display: none;
    z-index: 999;
    box-shadow: 1px 1px 5px 1px #ddd;
}

/*********banner-slideshow*/
.banner-slideshow { margin-bottom:30px;}

/********** < Navigation */
.nav-container {}
.nav_megamenu div.megamenu.act .level-top a { background: none !important;}
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }
#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {  margin:0 0 20px; }
.block .block-title { font-size:16px; font-family:Open Sans; font-weight:700; color:#eeeeee; }
.block .block-title strong  {   font-family:Open Sans; padding-bottom: 10px; text-transform: uppercase; color:#333;   font-size: 20px; font-weight: 700; position: relative;}
.block .block-title strong:before,
.block-layered-nav dt span:before {content: "";  border-bottom: 1px solid #2f2f2f;  width: 45px;  position: absolute;  bottom: 0;  left: 0;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding: 0 0 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.checkout-onepage-index .col-right .block .block-content { padding:0; }
.checkout-onepage-index .main { padding:20px 0 30px; }
.block .block-content { padding:0;}
.block .block-content li.item { padding: 0; }
.block .block-content .product-name {   }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding: 0;   font-size: 14px;font-weight: 400;font-family: Open Sans;}
.banner-left { overflow: hidden; margin-bottom: 20px;}
/* Block: Related */
.block-related .block-title strong {   }
.block-related input.checkbox { }
.block-related .product {  }
.block-related .block-content li.item { margin-bottom: 15px; position: relative;}
.block-related .block-content li.item .product-image { float: left; margin-right: 15px;}
/* Mini Products List */
.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 { }
.block-account .block-title strong {  }
.block-account .block-content {  }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding: 5px 0;  text-decoration:none !important; }
.block-account .block-content li a:hover { text-decoration: underline; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding: 5px 0;   }
.block-account .block-content li.current strong { font-weight: normal; color: #f33636;}
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title {  }
.block-currency .block-title strong {   }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title {  display: none;}
.block-layered-nav .block-subtitle { display: none; }
.block-layered-nav .block-content { padding: 0; background: none; box-shadow: none; }
.block-layered-nav dt {  padding-bottom: 0; position: relative;   margin-bottom: 15px;}
.block-layered-nav dt span {  text-transform: capitalize;  font-size: 20px; position: relative; padding-bottom: 10px;
font-family:Open Sans; font-weight:600;}
.block-layered-nav dd ol { background: #fff; padding: 10px 0;}
.block-layered-nav dd { padding: 0 0;  }
.block-layered-nav dd li {
    line-height: 25px;
}
.block-layered-nav dd li a {  color: #666; padding-left: 20px; text-transform: capitalize; font-size:13px; font-family:utm_avoregular; font-weight:normal;}
.block-layered-nav dd li a:hover { background-position: 0 -26px; text-decoration: underline;}
.block-layered-nav dd.last {   }
.block-layered-nav dl { margin: 0;}
.block-layered-nav .currently li {  padding:6px 24px 6px 0px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; margin:-3px 0 10px 5px; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:7px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#eee; border:1px solid #ececec;  text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong {  }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions {  }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }
/* Block: Compare Products */
.block-compare .block-title strong {   }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th {  }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { 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: 160px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }
/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; padding:0; }
.block-tags .block-content a {   padding: 5px 8px 8px;
  border: 1px solid #454545;
  line-height: 41px;
  font-size:12px; font-family:utm_avoregular; font-weight: normal;color:#999;}
.block-tags .block-content a:hover {color:#fff; border:1px solid #fff;}
.block-tags .block-content li:hover {margin-left:0 !important;}
.block-tags .actions { text-align:right;  display:none;}
.block-tags .actions a { }

/* Block: Subscribe */
.block-subscribe {
}
.block-subscribe .block-content {border: 1px solid #eaeaea;   padding: 15px;}
.block-subscribe .block-title strong {}
.block-subscribe label {
    color: #727272;
    font-size: 13px;
    font-weight: normal;
}
.block-subscribe .input-box {}

.block-subscribe .actions {  padding: 0;}

/* Block: Reorder */
.block-reorder .block-title strong {   }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-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; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; display:none;  }
.category-image { width:100%; overflow:hidden; text-align:center; margin-bottom: 30px;}
.category-image img { width: 100%;}
.category-description { margin:0 0 10px; }
.category-products { margin-bottom: 35px; }
.category-products .products-grid .box-images a {}
.category-products .products-grid .item-inner:hover img { opacity:0.9;}
.banner-new:hover .box-images img{ opacity: 0.8; }
.catalog-product-view .categories-img { display: none;}
/* View Type: Grid */
.bestseller { margin-bottom: -3px !important;}
.bestseller .box-images { margin-bottom:38px !important;}
/*.products-grid { margin:0;}*/
.products-grid .ss {   width: 100%; display: inline-block;}
.products-grid 
.product-shop1{ display: inline-block; float:left; margin-left:25px;}
.box-images{float: left;}
.product-shop1 h2 {text-align: left !important;}
.products-grid.last {  }
.category-products .products-grid .item { margin-bottom: 30px; position: relative; text-align: left;   }
.products-grid .item .item-inner { position: relative;  background: #fff;overflow: hidden; text-align:left; }
.products-grid .item .item-inner .price-box { margin-top:6px !important;}
.products-grid .item .item-inner:hover .fa  {opacity:1;}
.products-grid .item .item-inner:hover .add-to-links li { padding-left: 0px;}
.products-grid .box-images,
.products-list .box-images { position: relative; overflow: hidden;  margin-bottom: 15px; }
.products-grid .product-image { display: block; overflow: hidden }
.products-grid .product-shop {  text-align:center;  margin-bottom:6px;}
.products-grid .box-images,
.products-list .box-images{ border:1px solid #f1f2f6;}
.products-grid .product-name { margin: -3px 0 0;   text-align:center;}
.products-grid .product-name a {    font-size: 14px;
    font-family: Open Sans;
    font-weight:300;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    color: #222222;
    letter-spacing:1px;}
.products-grid .availability { line-height:21px; }
.products-grid .item .ratings { margin: 12px 0 0;}
.products-grid .item .ratings .rating-box {  margin: 0 auto;}
.products-grid .item:hover .actions { bottom: -25px; opacity: 1;}
.products-grid .item .price-box {   margin: 14px 0 6px;    text-align: center;}
.products-grid .item .add-to-links { position: absolute; left:50%; margin-left:-70px; bottom:1px;}
.products-list .item .add-to-links .fa,
.products-grid .item .add-to-links .fa {  text-align: center; font-size: 16px; padding-top: 15px;}
.products-grid .item .add-to-links li,
.products-list .item .add-to-links li { float: left; margin-left:2px; }
.products-grid .item .add-to-links li:first-child,
.products-list .item .add-to-links li:first-child { margin: 0; }
.products-grid .item .add-to-links li.add-to-wishlist a{  background:url('../images/bg_icon.png') -108px 3px   rgba(255,255,255,0.7); }
.products-grid .item .add-to-links li.add-to-wishlist a:hover {background:url('../images/bg_icon.png') -72px 3px   rgba(0, 0, 0, 0.8);}
.products-grid .item .add-to-links li.add-to-Compare a
{ background:url('../images/bg_icon.png') -187px 2px  rgba(255,255,255,0.7); }
.products-grid .item .add-to-links li.add-to-Compare a:hover
{background:url('../images/bg_icon.png') -147px 2px  rgba(0, 0, 0, 0.8);}
.products-list .item .add-to-links li.add-to-Compare a{ width:37px; height:37px; line-height: 37px; text-align: center; color: #bbb; background:url('../images/bg_icon.png') -190px -4px  rgba(255,255,255,0.7); display: block;}
.products-list .item .add-to-links li.add-to-wishlist a {width:37px; height:37px; line-height: 37px; text-align: center; color: #bbb; background:url('../images/bg_icon.png') -112px -4px  rgba(255,255,255,0.7); display: block;}
.products-list .item .add-to-links li.add-to-Compare a:hover { background:url('../images/bg_icon.png') -151px -3px #333; display: block;}
.products-list .item .add-to-links li.add-to-wishlist a:hover { background:url('../images/bg_icon.png') -76px -3px #333; display: block;}
.products-grid .item .add-to-links li a{width: 45px; height: 45px; line-height: 33px; text-align: center; color: #bbb; background:url('../images/bg_icon.png') -35px 3px  rgba(255,255,255,0.7);display: block;}
.products-grid .item .add-to-links li a:hover
{width: 45px; height: 45px; line-height: 33px; text-align: center; color: #bbb; background:url('../images/bg_icon.png') 0px 3px  rgba(0, 0, 0, 0.8);display: block;}
.icon-new,
.icon-sale {
    background: url('../images/bg_icon.png') 0 0 no-repeat;
    font-size: 12px;
    font-family: utm_avoregular;
    font-weight: 400;
    position: absolute;
    top: -6px;
    left: 0;
    text-align: center;
    color: #fff;
    width: 45px;
    height:50px;
    line-height: 45px;
    z-index:5;
    padding-right:4px;
    }
.icon-new {
    background-position: -90px -54px;
}
.icon-sale {
    background-position: -16px -54px;
}

/* View Type: List */
.products-list li.item { margin-bottom: 30px; position: relative; padding: 0; background: #fff; overflow: hidden;  padding: 10px; border: 1px solid #e0e0e0;}
.products-list li.item .product-images {  overflow: hidden;  }
.products-list li.item .box-images { overflow: visible;  margin: 0;}
.products-list .desc { padding-bottom: 27px;  border-bottom: 1px solid #e0e0e0; font-family:utm_avoregular; font-weight:400; font-size:13px; color:#444444;}
.products-list li.item .ratings { margin: 10px 0 0;}
.products-list li.item .rating-links a { color: #333;  line-height: 15px; }
.products-list li.item .rating-links a:hover { text-decoration: underline;}
.products-list .item .add-to-links { margin-top:30px;}
.products-list .item .add-to-links .add-to-Compare { margin-left:10px;}
.products-list .item:hover .add-to-links { }
.products-list .price-box { margin: 0px 0px 16px 0px;}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.products-grid .ratings .rating-links .separator,
.products-grid .ratings .rating-links .add-review ,
.products-grid .ratings .rating-links a { display: none;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box {
  width: 68px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
      float: left;
  height: 10px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box { margin-right: 10px;   margin-bottom: 10px;}
.products-grid .ratings .amount { display: none; }
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }
.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }
.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }



/* 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:10px 0; }
.price-box p { display: inline-block; }
.price-box .price {   color:#f46e6f;  }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price {  font-size: 16px;
  font-weight: normal;
  font-family: utm_avoregular;
  margin: 0 0 12px; }
.block .regular-price,
.block .regular-price .price { color:#333; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { display: none; }
.old-price .price {
  margin-right: -4px;
  text-decoration: line-through;
  color: #808080;
  font-size: 13px;
  font-weight: normal;
  font-family: utm_avoregular;}

/* Special price */
.special-price { margin:0; }
.special-price .price-label { display: none; }
.special-price .price {
   font-size: 16px;
  font-weight: normal;
  font-family: utm_avoregular;
  margin: 0 0 12px 5px;
  }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label {   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; background:url(../images/i_tier.gif) no-repeat 0 3px; 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:10px 0 0; display:inline-block; }
.add-to-links .fa {}
.add-to-links .fa:hover {}
.add-to-links .fa-compress { padding:0px 12px;}
.add-to-links .separator {  }

/* Add to Cart */
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:left; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 60px; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.bml-checkout-type { list-style: none; }
.bml-checkout-type .bml_button  { width: 150px; display: inline-table; }

/* Add to Links + Add to Cart */

.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { text-align: center; }
.add-to-box .add-to-links li a {}
.add-to-box .add-to-links li .separator { display:none !important; }


/* Product View ========================================================================== */
.product-view .next-prev-page { position:absolute; top:-47px; right:23px; font-size: 12px; font-weight: bold;
  text-transform: uppercase;}
.product-view .next-prev-page .btn-next { float: right;}
.product-view .next-prev-page .btn-next .fa { margin-left:5px;}
.product-view .next-prev-page .btn-prev .fa { margin-right:5px;}

.product-view #wrap { z-index:1 !important;}
.product-view .product-img-box .product-image { margin-bottom: 10px; border: 1px solid #eee; padding: 0; background: #fff;}
.product-view .product-img-box .more-views { }
.product-view .ratings{ }
.product-view .ratings .rating-links a{ color:#333; line-height: 15px;}
.product-view .ratings .rating-links a:hover { text-decoration:none; text-decoration: underline;}
.product-view .product-name { }
.product-view .product-name a{  }
.product-view .product-name a:hover { text-decoration: underline;}
.product-view .product-name h1{  }
.product-view .product-shop { background: #fff;  }
.product-view .product-shop a.nobr{ color:#90b37f;}
.product-view .product-shop a.nobr:hover{ color: #e66b6b; text-decoration:none;}
.product-view .product-shop .buttons-set { margin-top:20px;}
.col1-layout .product-view .product-shop {  }
.col1-layout  { position: relative;}
.col1-layout .next-prev-page { position: absolute; top:0px; right:0; font-size:12px; font-weight:bold; text-transform:uppercase; }
.col1-layout .next-prev-page .btn-next { float: right;}
.col1-layout .next-prev-page .asc {margin:0 3px;}
.col1-layout .next-prev-page .btn-next .fa { margin-left:5px;}
.col1-layout .next-prev-page .btn-prev  .fa { margin-right:5px;}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font-weight:600; color: #333333; font-family: Open Sans; font-size:16px;}
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:12px 0 20px;  }
.product-view .product-shop .short-description .std { font-size:13px; font-family:utm_avoregular; font-weight:400; color:#444444; }
.product-view .product-shop .price-box { margin: 10px 0 0 0; }
.product-view .product-shop .availability { font-size:13px; }
.product-view .product-shop .availability span { font-weight:normal; color: #f46e6f; font-weight: 700;}
.product-view .product-shop .add-to-box-cart { clear: both; padding: 0px;}
.product-view .add-to-links { float:left; margin:0;}
.product-view .add-to-links li { float: left; margin-right: 7px;}
.product-view .add-to-links a,
.product-view .email-friend a {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 14px;
    position: relative;
    }
.product-view .email-friend a { background:#eee;}
.product-view .add-to-links .add-to-wishlist a  {  background: url('../images/bg_icon.png') -110px 0px #eee;}
.product-view .add-to-links .add-to-wishlist a:hover { background: url('../images/bg_icon.png') -73px 0px #333;}
.product-view .add-to-links .add-to-Compare a  {  background: url('../images/bg_icon.png') -188px 0px #eee;}
.product-view .add-to-links .add-to-Compare a:hover  {  background: url('../images/bg_icon.png') -150px 0px #333;}


/* Email to a Friend */
.email-friend { margin:0; line-height: 15px; float: left; margin-right:7px;}
.email-friend .fa { font-size:17px; color:#828283;}
.email-friend a:hover { background:#333;}
.email-friend a:hover .fa { color:#fff;}
.product-view .add-to-box { padding: 15px 0 15px 0; float: left;   width: 100%; border-bottom: 1px solid #eee;}
.product-view .add-to-cart { margin: 0; padding: 15px 0 0; border-top: 1px solid #eee;}
.product-view .add-to-cart .input-content { float: left; margin-right: 15px;}
.product-view .add-to-cart .box-qty { border: 1px solid #ddd; float: left;}
.product-view .add-to-cart label { margin: 0 5px 5px 0; display: block; font-weight: normal;}
.product-view .add-to-cart .qty {
    float: left;
    padding: 9px 0 8px;
    text-align: center;
    width: 50px !important;
    border: none;
    border-right: 1px solid #ddd;
}
.product-view .add-to-cart .input-content .qty-arrows {
    width: 18px;
    float: left;
}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase {
    width: 18px;
    height: 15px;
    display: block;
    background: url(../images/btn-qty.png) 0 100% no-repeat #fff;
    border: none;
    }
.add-to-cart input.qty-increase { background-position: 0 0; margin-top: 1px;}
.product-view button.btn-cart { margin-top: 26px;}
.product-view .product-shop .special-price .price { font-size: 20px;}
.addthis_native_toolbox { float: left; margin-top: 10px;}
.addthis_native_toolbox .addthis_button_pinterest_pinit { display: none;}
.product-options {  position:relative; background:none;  margin-bottom: 20px; clear: both; }
.product-options dt { padding:10px 0 0; font-weight:normal;}
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px;  margin-right:5px;}
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding: 5px 0; margin:0 ;   }
.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:99%; padding: 5px 0;}
.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 { background:none;   border-top:0; }
.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 {  margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {  margin: 10px 0 0;}
.product-shop .product-options-bottom { }
.product-shop .product-options-bottom .price-box { margin: 10px 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:both; padding:5px 0 0; text-align:right;  display:none;}
.product-collateral { margin: 30px 0;}
.producttabs-products .products-grid .product-image { background:#333;}
.product-tabs { overflow:hidden; margin: 0; }
.product-tabs li { float:left; font-size:1.1em; line-height:1em;  }
.product-tabs li.active { }
.product-tabs li.last {  }
.product-tabs a {
    display: block;
    padding: 7px 20px;
    font-size: 14px;
    font-weight:700;
    font-family:Open Sans;
    color: #555555;
    text-decoration: none;
    line-height: 35px;
    text-transform: uppercase;
    border-left: none;
    border: 1px solid #E7E7E7;
    margin-right: -1px;
}
.product-tabs li.first a { }
.product-tabs a:hover,
.product-tabs li.active a { background: #222222; color: #fff; border-bottom: #fff; }
.product-tabs-content h2 { }
.product-tabs-content {  width: 100%; padding: 20px; margin-top: -1px; background: #fff; border: 1px solid #e7e7e7; }
#product_tabs_description_contents h2 { display: none;}
.product-tabs-content .std { font-family:utm_avoregular; font-size:13px; font-weight:400;color:#444444;}
.box-reviews { background: #fff; padding: 15px;}
.upsellslider .products-grid .item .item-inner { text-align:center;}
.upsellslider button.btn-cart { margin-top: 8px !important;}
.upsellslider .bx-title h2 { margin-bottom:60px;  }
.upsellslider  .bx-wrapper .bx-controls-direction{ top:-70px;}
#product-review-table { margin: 10px 0; width: auto;}
.review-col2 h3,
.review-col2 h4 { font-size: 13px; font-weight: normal;}

.box-tags .input-box { margin-bottom: 10px; }
.box-tags input.input-text { width: 50%; display: block; height: 40px;}
.box-tags p.note { margin: 10px 0;}

#product-review-table .item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
#product-review-table .item:first-child {
    border-top: 1px solid #eee;
}
.stars-wrapper span.vote { float: left; margin-right: 10px; font-weight: normal; font-size: 14px;}
.stars-wrapper .value {
    color: #aaa;
    cursor: pointer;
    float: left;
    font-size: 1.16em;
    margin-right: 5px;
    }
    .box-reviews .stars-wrapper .value i {
    position: relative;
    transition: color 100ms ease 0s;
    z-index: 4;
    }
    .box-reviews .stars-wrapper .value i.active {
    color:#ffd322;
    }

/* 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; }


/* Send a Friend */
.send-friend .form-list {  overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em;  }
.product-name a { color:#222; font-size: 14px; font-weight: 300; font-family: Open Sans }
.product-name a:hover { color: #f33636; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right;  }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.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 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 10px; text-align: left;}
.cart .page-title h1 { text-transform: uppercase; float: none; }


/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
  
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 30px;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
.display-both-prices .crosssell {
  clear: right;
  float: right;
}


/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart .page-title:after {
  
}
.cart .page-title h1 {
 
}

.checkout-types {
  /* We always want this shipping method to display on its own line */
}
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
.checkout-types li:first-child {
  margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
.checkout-types .method-checkout-cart-methods-multishipping a { color: #333;}
.checkout-types .method-checkout-cart-methods-multishipping a:hover {  }
.checkout-types.top li {
  display: inline-block;
}
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
.checkout-types.top .bml_button img {
  display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 670px) {
  .checkout-types {
    float: none;
    text-align: center;
  }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .btn-checkout { width: 100%; }
}
.cart-table {
  
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {}
.cart-table .product-cart-info,
.cart-table .product-cart-actions { padding-left: 15px;}
.cart-table tr {}
.cart-table tfoot tr {
  background: none;
}
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.cart-table .product-cart-sku {
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
.cart-table .btn-empty {
  float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
  font-weight: bold;
    font-size: 14px;
}
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #333;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
.cart-table .cart-links > li > a {
  display: block;
}
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px;
  }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  .cart-table td {
    border: none;
    display: block;
  }
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .cart-table td.product-cart-price {
    text-align: left;
  }
  .cart-table h2 {
    font-size: 12px;
  }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  .cart-table .product-cart-actions .button {
    display: none;
  }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: 5px 5px 2px 7px;
  }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  .cart-table .product-cart-actions {
    text-align: left;
  }
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
  }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.cart .crosssell { background: #fff; margin-bottom: 20px;}
.cart .crosssell h2.crossell-title  { padding: 17px; background: #e9e9e9; color: #525252; font-size: 20px; }
.cart .crosssell-inner { padding: 15px;}
.cart .crosssell .product-image { float:left; margin-right: 15px; }
.cart .crosssell .product-details {  }
.cart .crosssell .product-name {  }
.cart .crosssell li.item { padding: 15px 0; }
.crosssell .add-to-links li {  margin-right: 50px;}
.crosssell .add-to-links a { color: #333;}
.crosssell .add-to-links a:hover { color: #f33636;}
.crosssell .add-to-links a .fa { margin-right: 10px;}


/* Discount Codes & Estimate Shipping and Tax Bxoxes */
.cart .discount,
.cart .shipping { margin-bottom: 30px; }
.cart .discount .discount-form 
.cart .discount .discount-form,
.cart .shipping .shipping-form { padding: 15px 0; background: #fff; }
.cart .discount label,
.cart .shipping label { font-weight: normal;  }
.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:100%; }
.cart .discount input.input-text { width: 100%; padding:7px 5px; background:#f2f2f2  }
.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }
.cart .discount .buttons-set button.button{ float: left; margin: 20px 0 0 0;}
.cart .shipping .buttons-set button.button  { float: left;margin:12px 0 0 0;}

/* Shopping Cart Totals */
.cart .totals { background: #fff; border: 1px solid #e9e9e9;}
.cart .totals .totals-title { padding: 15px; border-bottom: 1px solid #e9e9e9; color: #525252; font-size: 20px; text-align: center; text-transform: uppercase; }
.cart .totals table { width:100%; }
.cart .totals td { padding: 15px 15px 15px 7px; color: #989898; font-size: 14px; border-bottom: 1px solid #e9e9e9;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding: 10px 20px; text-transform: uppercase; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:20px; font-weight: normal; color: #222;}
.cart .totals tfoot td strong .price { }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; 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; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.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:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }
/* Gift Messages */
.gift-messages h3 { font-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; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }
.opc .checkout-agreements { border:1px solid #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 { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; 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 { }
.block-progress .block-title strong {   }
.block-progress .block-content {  }
.block-progress dt { font-size:13px; font-weight: normal; line-height: 30px;  border:1px solid #eee; margin:0 0 6px; padding: 2px 8px; color:#333; }
.block-progress dd { background:#fff; border:1px solid #eee; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#fff; color:#333; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }
.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; }
.opc .ul li { list-style: inside;}
.opc { position:relative; }
.opc li.section {}
.opc .step-title { border-bottom: 1px solid #ddd;  text-align:right; margin-bottom: 10px }
.opc .step-title .number { float:left; background:#ccc; border:1px solid #ccc; padding:0; width: 35px; height: 35px; line-height: 35px;
text-align: center; margin:0 10px 0 0; font-size: 12px; color: #fff;  }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#333; line-height: 35px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
.opc .allow .step-title {   }
.opc .allow .step-title .number {  background: #f33636; border: 1px solid #f33636; }
.opc .allow .step-title h2 { color:#333; }
/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title {  }
.opc .active .step-title .number { background:#f33636; border-color:#f33636; color:#fff; }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { display:none; }*/
.opc .step { background:#fff; padding:15px 0; position:relative; margin-bottom: 10px; }
.opc .step .tool-tip { right:30px; }
.opc input.radio { float: left;  margin: 5px 5px 0 0;}
.opc #checkout-step-billing input.radio { margin: 12px 5px 0 0; }
#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
#opc-shipping_method .buttons-set { border-top:0; }
.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;  }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#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 .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:#e96200; color:#e96200; }
.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.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 { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }
.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; 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:#e26703; }
.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; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
/* Step 1 */

#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }


/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; 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 #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px;  border:1px solid #ddd; border-bottom:0; background: #fff;}
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; }
.account-login .new-users h2 { }
.account-login .registered-users h2 {   }
.account-login .buttons-set { border:1px solid #ddd;  margin:0; padding:8px 13px; background: #fff;  }
.account-login .buttons-set a { line-height: 39px; }
.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; 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; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {   border:1px solid #ddd;; padding:15px; margin: 0 0 20px; background: #fff;}
.box-account .box-head { border-bottom:1px solid #ddd; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat;   }

.dashboard .box .box-title {   padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#666; }
.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:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.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; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight: normal; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background: #fff; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }
.order-date { margin:10px 0; }
.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !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 { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }
.review-customer-index .pager {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
}
.review-customer-index .pager .pages {
    float: none; clear: both;
    border-top: 1px solid #eee;
    text-align: right;
}
.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 { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; }
.map-popup-checkout .paypal-or { clear:both; display:block; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-checkout li { list-style: none; }
.map-popup-checkout { text-align: center; }
.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-static-block {
    background:#f7f7f7;
    padding: 25px 0;
    }
.footer-static-block .box .fa {
    float: left;
    margin-right: 25px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #ccc;
    color: #444444;
    font-size: 20px;
}
.footer-static-block .box4 .fa:before {   margin-left: 3px;}
.footer-static-block .box:hover .fa {  border-color: #333;  background: #333;  color: #fff;}
.footer-static-block .box .title { padding-top: 15px; font-weight: bold; color: #333; font-size: 14px;}
    
/* ---------------------------------------------------------------------------------------- */
.footer-info-2 { background:#171717; border-bottom:1px solid #2f2f2f; position:relative;}
.footer-info-2 .des { float:left;   padding-left: 42px;}
.footer-info-2 .des p { margin:0; line-height:59px; font-family:utm_avoregular; font-size:14px; font-weight:normal; color:#999; letter-spacing:1px;}
.footer-info-2 .link-follow { float:right;line-height:59px;}
.footer-info-2 .link-follow  li { float:left;}
.footer-info-2 .link-follow  a{position:relative;margin-left:4px;background:#2f2f2f; color:#9f9f9f; width:32px;height:32px;  text-align: center; padding-top: 8px; font-size:15px;}
.footer-info-2 .link-follow  a:hover {background:#48a2e0; color:#fff;}
.footer-info-2 .link-follow  li:first-child a {margin-left:0;}
.footer-info-2 .link-follow  span { position:absolute; top:-34px; left:0; padding:5px 10px; background:#f33636;}
.footer-info-2 .logo-bottom { position: relative;  float:left;  padding: 17px 42px 17px 0; border-right:1px solid #2f2f2f;}
.footer-wrapper .footer-inner { }
.footer-information {  padding: 32px 0 40px 0; color: #ccc; font-weight: normal; background:#171717;}
.footer-information li {color: #999999;  transition: all 0.3s ease;  -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease;}
.footer-wrapper .block-title strong {color: #fff;text-transform: uppercase;font-family: Open Sans; font-weight: 700;
  margin-bottom: 25px; font-size: 16px; position: relative;}
.footer-information em { margin-right:4px; font-size:15px;}
.footer-information p.home  { padding-left:23px; position:relative;}
.footer-information p.home:before { content: "\f015"; position:absolute; font-family:FontAwesome; top:2px; left:0; font-size:18px;}
.footer-information li:hover { margin-left: 10px !important;}
.footer-information a{ line-height: 24px; color: #999; font-size:12px; font-family:utm_avoregular; font-weight: normal;}
.footer-static-title h3 { color: #fff; text-transform: uppercase; font-family: Open Sans;   font-weight: 700; margin-bottom: 25px; font-size: 16px;  position: relative;}
.footer-static-title h3:before {content:""; height:1px; width:48px; background:#2f2f2f; position:absolute; bottom:-10px; left:0;}
.footer-static-content .box-img { margin: 15px 0;}
.footer-static-content p{line-height: 30px; color: #999; font-size:12px; font-family:utm_avoregular; font-weight: normal;margin:0;}
.footer-static-content .logo-footer {
    margin: 0 0 20px;
}
.footer-static-content ul li a {
    line-height: 30px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}
.footer-static-content ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-static-content .des a{
    display: inline-block;
    margin-bottom: 12px;
}
/* -------------------------------------------- */
.footer-newsletter {
    background: #fff;
    padding: 40px 0;
}
.form-subscribe-header {
}
.form-subscribe-header label {
    color: #888;
    font-size: 13px;
    margin: 8px 0 10px;
}
.form-subscribe-header .fa {
    color: #fff;
    margin-right: 5px;
    padding: 5px;
    font-size:12px;
}

/* Footer ================================================================================ */

.footer-container {
    clear: both;
    padding: 0;
      background: #111111;
    }
.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:#888; text-decoration:none; }
.footer a:hover { text-decoration:  none; color: #fff; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address {
    text-align: left;
    width: 100%;
    margin: 0;
    line-height: 58px;
    font-weight: normal;
    color: #888;
}
.footer address a {  color:#f46e6f; }
.footer ul { margin-top: 20px; }
.footer ul.links { display:block; }
.footer ul.links li {
    display: inline;
    margin: 0px 3px;
    border-right: 1px solid #444444;
    padding-right: 7px;
}
.footer ul.links li.first { margin-left: 0;}
.footer ul.links li.last { background:none !important; padding-right:0 !important; border: none;}
.footer ul.links li.login-register { display: none;}
.footer-container .bottom-container { margin:0 0 5px; }
.social { text-align: right; float: right; margin:0; padding: 0;}
.social li { float: left; margin-left: 5px; }
.social a { display: inline-block;  margin: 0;}
.link-folow { float: right; margin-top:29px !important;}
.link-folow li { display: inline-block; margin-right:8px; display: inline; margin-bottom: 8px; }
.link-folow li em {display: inline; color:#000; font-weight: bold;}
.link-folow a { text-align: left; position: relative; color:#fff; font-size: 18px; font-weight: bold;
padding:3px 8px;
border-radius:30px;
-webkit-border-radius: 30px;
-moz-border-radius:30px;
background: #aaa;
display:inline-block;
width:30px;
height:30px;
}
.link-folow a:hover { text-decoration: none; background:#fff;}
.link-folow li a span {
    width: 60px;
    height: auto;
    line-height: 20px;
    padding: 1px 7px;
    left: 50%;
    margin-left: -30px;
    text-transform: none;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #f33636;
    text-indent: 0px;
    position: absolute;
    pointer-events: none;
    bottom: 45px;
}
.link-follow li a span:before,
.link-follow li a span:after{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 23%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(0,0,0,0.1);
}
.link-follow li a.fa-rss span:before,
.link-follow li a.fa-rss span:after { left:50%;}
.link-follow li a span:after{
	bottom: -4px;
	border-top: 5px solid  #f33636;
}
.footer-static-content ul.link-follow li {
   float: left;
   margin-right: 15px;
}
.footer-static-content ul.link-follow li a {
    line-height: 18px;  
    color: #555;
    font-size: 23px;
}
.footer-static-content ul.link-follow li a:hover {
    color: #fff;
    padding: 0;
    text-decoration: none;
    }
.f-row2 .footer-static-content h3 {  font-size: 14px; color: #f33636;}
.f-row2 .footer-static-content .store1 { margin-bottom: 15px;}
.f-row2 .footer-static-content p { margin: 0;}
.f-row2 .footer-static-content p .fa { margin-right: 5px; color: #aaa;}


/*Twitter*/
#twitter-feed {
	margin-bottom: 1.5em;
}
.tweet-title { display: none; }
.tweet-title h3 {
	
}
#loading-container {
	text-align: center;
}
.tweet-content {}

.twitter-article {
	padding: 10px 0;
}
#twitter-feed .fa { font-size: 30px; color: #aaa;}
.twitter-article a:hover {}
.twitter-pic {
	float: left;
}
.twitter-text {
	margin: 0 0 0 52px;
}
.tweetprofilelink {}
.tweetprofilelink strong a {
	color: #f33636;
	text-decoration: none;
	font-weight: bold;
}
.tweetprofilelink strong a:hover {
	text-decoration: underline;
}
.tweet-time {

}
.tweetprofilelink a, .tweet-time a {
	color: #999;
	text-decoration: none;
}
.tweetprofilelink a:hover, .tweet-time a:hover {
	text-decoration: underline;
}


/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/*Back to Top*/

#back-top {
  bottom: 135px;
  display: none;
  height: 40px;
  position: fixed;
  right: 0;
  width: 40px;
  z-index: 999;
  cursor: pointer;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 38px;
  background-color: #f46e6f;
  color: #fff;
}
#back-top:hover {background: #666;}

/*------------------------------------- Banner Static Top ------------------------------------*/

.vmegamenu-banner {
  margin-top: 30px;
}

/*------------------------------------------------------------------------------*/
.home-banner-content1,
.home-banner-content2,
.home-banner-content3 { margin-bottom: 39px;}
.home-banner-content1 a ,
.home-banner-content2 a,
.home-banner-content3 a { display: block; overflow: hidden; position:relative;}

.home-banner-content1 .img-banner { position:relative;}
.banner1 {position: relative;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.banner1 img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.banner1 .hover-baner::before {pointer-events: none;
        position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);}
.banner1 .hover-baner::after {pointer-events: none;}
.banner1:hover img{opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);}
.banner1:hover .hover-baner::before {-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}

/*Bx slider*/
.featuredproduct {margin-bottom:30px;}
.bx-title {margin-bottom: 30px; text-align:center;}
.featuredproduct .featured-title {margin-bottom:97px;}
.bestseller .featured-title  h2{  text-align:left !important; padding-left:0;}
.onsaleslider .onsaleslider-title h2 {  text-align:left !important; padding-left:0;}
.onsaleslider .onsaleslider-title:before { content:""; width:50px;height:1px; border-bottom:1px solid #e2e2e2;
position:absolute; top:9px; left:124px; z-index:99; }
.bx-title h2 {display:inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: Open Sans;
    padding:0 0 15px 0px;
}
.bx-title h2:before { content:""; width:106px; height:1px; background:#7f7f7f;position:absolute; bottom:5px;left:50%; margin-left:-53px;
}

/*Related Product Slider*/
.relatedslider { margin-bottom: 30px; }
.relatedslider .bx-title { margin-bottom:70px;  }
.relatedslider .bx-controls-direction { top:-60px;}
.relatedslider .products-grid .product-name { margin: 15px 0 0;}
.relatedslider .related-subtitle { margin-bottom: 10px; text-align: left;  }
.relatedslider input.checkbox { display: inline-block; margin: 0 0 0 5px;}

/*-------------------------------------------------------------------------------*/
/*static_block*/
.widget-static-block { margin:0px 0 60px 0; display:inline-block !important; width:100%; background:url('../images/bg_widget_03.png') repeat; padding:36px 0 56px 48px; position:relative;}
.widget-static-block:before { content:""; position:absolute; left:0; right:0;top:10px; bottom:10px; border-bottom:2px solid #bcbcbc;
border-top:2px solid #bcbcbc;}
.widget-static-block .text-modern { display:inline-block; width:100%;}
.widget-static-block  span {  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: utm_avobold; margin-bottom:0;}
.widget-static-block .ecom { font-family:utm_avoregular; font-weight:400;  margin-left:34px; position:relative;}
.widget-static-block .ecom:before { content:""; width:10px; height:5px; background:#fff; position:absolute; top:20px; left:-20px; }
.widget-static-block p {   line-height: 10px;font-family: utm_avoregular; font-size:16px; font-weight:normal; color:#ffffff;margin-bottom:0;}
.widget-static-block a { position:absolute; top:57px; right:66px; font-size:14px; font-family:utm_avobold; color:#fff;
padding:0 20px; line-height:40px; text-transform:uppercase; background:#ff5b5c; letter-spacing:1px;}
.widget-static-block a:hover{color:#f5f5f5; background:#333;}
.widget-static-block .box {
    padding: 24px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.36);
}
.widget-static-block .box:hover em.fa { background:#cf4647;}
.widget-static-block .box em.fa {
    font-size: 18px;
    color: #ffffff;
    width: 52px;
    height: 52px;
    background: #555555;
    padding-top: 3px;
    padding-lef: 128px;
    transition: all 0.7s ease;
    text-align: center;
    line-height: 47px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-left: 4px;
}
.box .title-box { padding-left:72px;}
.box h2 {
    font-size: 14px;
    font-family: arialbold;
    font-weight: bold;
    text-transform: uppercase;
    color: #444444;
}
.box span {
    font-size: 13px;
    font-weight: normal;
    color: #444444;
    line-height: 16px;
    padding-bottom: 10px;
    display: block;
    font-family: arialregular;
}
.box p {
    font-size: 13px;
    font-family: arialregular;
    font-weight: normal;
    color: #999999;
}

/*-------------------------------------------------------------------------------*/
/*Blog Content*/
.blog-wrapper .bx-title { }
.blog-content .bx-title { margin-bottom:97px;}
.blog-content .bx-wrapper .bx-controls-direction {}
.blog-content { margin: 0; position:relative;padding: 40px 0 60px 0;background-color: #f8f8f8; border-top:1px solid #ddd;}
.blog-content li.item .item-inner {  background: #fff;}
.blog-content li.item .box-img { position:relative; float:left; overflow:hidden; margin-right:20px; }
.blog-content li.item .box-info {margin-left:290px; padding: 10px 10px 0 10px;}
.blog-content .item-inner { display:inline-block; border:1px solid #e5e5e5; }
.box-img i:hover {background:#cf4647 !important; color:#fff !important;}
.item-inner:hover i { opacity:1;}
.blog-content li.item a:hover {color:#f46e6f;}
.blog-content li.item .box-info .link-more{  }
.blog-content li.item .box-info .link-more a {
    font-size: 13px;
    font-family: arialregular;
    color:#aaaaaa;
    text-transform: capitalize;
}
.blog-content li.item .box-info .link-more a:hover { text-decoration: underline !important; color: blue;}
.blog-content li.item .box-info .link-more em {display: none;}
.blog-content li.item h3.title {
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    text-transform:capitalize;
    color: #333333;
    text-align: left;  line-height: 32px;
}
.blog-content li.item h3.title:hover  { color:#f46e6f; text-decoration: underline;}
.blog-content .fa { font-size: 14px; color: #ccc;   margin-right: 3px; }
.blog-content li.item p.author {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 1px;
    float: left;
    padding-right: 8px;
    border-right: 1px solid #f0f0f0;
    margin-right: 12px;
}
.blog-content li.item p.author .fa { margin-right: 3px;   vertical-align: text-bottom;}
.blog-content li.item p.comment {
    font-size: 12px;
    color: #666;
    margin:0;
}
.blog-content li.item p.comment a { margin-left: 3px; }
.blog-content li.item p.des { margin: 0;  }
.blog-content li.item .des { margin-bottom: 10px;}
.blog-content li.item .des p { font-size: 12px;
    font-family: utm_avoregular;
    font-weight: normal;
    color: #666;
    text-align: left;
    line-height: 20px;
}
.block-blog .menu-recent ul li a,
.block-blog .menu-categories ul li a,
.block-blog .menu-tags ul li a { background: url(../images/check-box.png) 0 1px no-repeat; color: #666; padding-left: 20px; text-transform: capitalize; }
.block-blog .menu-recent ul li a:hover,
.block-blog .menu-categories ul li a:hover,
.block-blog .menu-tags ul li a:hover { background-position: 0 -28px; }
.blog-content .box-info .des img { display: none; }
.postContent img { margin-bottom: 15px;}
.blog-content .time1 p { margin:0 !important; font-family:utm_avoregular; font-weight:normal; font-size:13px; color:#666666; float:left; padding-right:40px;   line-height: 45px;position:relative;}
.blog-content .time1 p.date-month-year:after { content:""; width:1px; height:10px; background:#999; position:absolute; top:19px; right:20px;}
.blog-content .box-info a {font-family:utm_avoregular; font-weight:normal; font-size:13px; color:#666666;  line-height:45px;}

/*--------------------------------------------------------------------------------*/

/*Brand Logo*/
.brandlogo-contain { margin: 0 0 84px 0; position:relative;}
.brandlogo-contain .bx-viewport { padding:1px !important; height:auto !important; margin-right:-2px !important;}
.brandlogo-contain li.item {   box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.36);}
 
/*-------------------------------------------------------------------------------*/

/*Bestseller*/
.bestsellerslider { margin-bottom: 30px;}
.bestsellerslider li.item { float:none !important;}

/*-------------------------------------------------------------------------------*/

/*Cloudzoom*/
.more-views h2 { display: none;}
.more-views .bx-wrapper .bx-controls-direction { position: inherit; }
.more-views .bx-wrapper .bx-controls-direction a {  margin-left: 0; position: absolute; top: 50%; margin-top: -20px; background: none;  color:#aaaaaa ; }
.more-views .bx-wrapper .bx-controls-direction a:hover { color: #f33636; }
.more-views .bx-wrapper .bx-prev {  left: -35px !important; border:none;}
.more-views .bx-wrapper .bx-next { right: -35px !important; border:none;}
.more-views ul li { float: left; margin: 0  10px 10px 0; border: 1px solid #eee; padding: 0; width: 78px; background: #fff;}
.more-views ul li:last-child { margin: 0;}

/*-------------------------------------------------------------------------------*/


/*Upsell Slider */
.upsellslider { margin-top: 30px;}
.upsellslider .product-name { margin-top: 10px;}

/*Latest Deals */
.onsaleslider {  margin-bottom: 30px; position:relative; }
.onsaleslider .box-timer {
	position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 12px 0 10px 0;;
        padding-left: 22px;
}
.timer-view > div  { width:54px;
background:#fff;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
 display:inline-block; }
.timer-view > div span {
    width:100%;
    display:block;
    text-align:center;
}
.timer-view > div span.count {
  font-size: 16px;
  font-family: arialbold;
  font-weight: bold;
  color: #333333;
  margin: 0;
  line-height: 20px;
  padding-top: 7px;
}
.timer-view > div span.title {
      font-size: 12px;
  font-family: arialregular;
  font-weight: normal;
  color: #333333;
  text-transform: capitalize;
  padding-bottom:5px;
}
.timer-view > div { margin-right:4px;}

/*----------------------------Product Tabs-----------------------------*/

.producttabs-container { margin-bottom: 30px; min-height: 330px; position: relative;}
.producttabs-container .ajax_loading { position: absolute;}
#tabs-title { position: relative; text-align:center; }
#tabs-title li { display: inline-block; padding:10px 32px; position:relative;}
#tabs-title li:before, #tabs-title li:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #566473;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0.);
    opacity:0;
}
#tabs-title li:after { top:0;-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s;}
#tabs-title li:hover::before, #tabs-title li:hover::after {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity:1;
}
#tabs-title li:hover::after { top:0%;}
#tabs-title li:nth-child(2) h3:before {content:""; width:6px; height:6px; background:#222; position:absolute; top:21px; left:0px; border-radius:6px;}
#tabs-title li:nth-child(2) h3:after {content:""; width:6px; height:6px; background:#222; position:absolute; top:21px; right:0px; border-radius:6px;}
#tabs-title li h3 { text-transform: uppercase; cursor: pointer;  font-size:20px; font-family:Open Sans; font-weight:600; letter-spacing:1px; color:#a9a9a9;margin-bottom:0; }
#tabs-title li:last-child h3 { border: none; padding: 0; margin-right: 0;}
#tabs-title li.active:before ,#tabs-title li.active:after,
#tabs-title li.active:hover::before, #tabs-title li.active:hover::after {position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #566473;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);opacity:1;}
#tabs-title li.active:after{top:0% !important; opacity:1;}
#tabs-title li.active h3,
#tabs-title li:hover h3{ color: #222222; }
.producttabs-products .products-grid .item .item-inner { margin-top: 20px;}
.producttabs-products .products-grid .item .item-inner:first-child { margin: 0;}
/*-----------------------------------------------------------------------------------------*/

/*Categories Tabs*/
.cattab_container { position: relative;  min-height: 250px; }
.cattab_container .bx-title {
    margin-bottom: 70px;
}
ul.cattabs li {
    float: left;
    margin: 0 0 0 5px;
    cursor: pointer;
    padding: 4px 10px;
    position: relative;
    z-index: 9;
    font-size: 13px;
    font-weight: 400;
    color: #555;
}
ul.cattabs li:last-child { padding-right: 0;}
ul.cattabs li.active,
ul.cattabs li:hover { color: #f33636; }
ul.cattabs li.active:after,
ul.cattabs li:hover:after{
    display: block !important;
}

ul.cattabs {
	position: absolute;
	top: 40px;
	right: 0;
	}	
.cattabs-products .bx-wrapper .bx-controls-direction {
    top: -93px;
}
.cattab_container .ajax_loading{
    position: absolute;
}


/* About Us */
.about-page .block-title {
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin: 25px 0 17px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}
.about-page .block-title h2 {
    margin: 0;
    font-family: Open Sans;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    min-width: 200px;
}
.about-page .block-title h2:after {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -7px;
    left: 0px;
    content: '';
    background: #db4c52;
}
.about-page .col-sm-8 img {
    float: left;
    margin: 0px 20px 20px 0px;
    max-width: 380px;
    border: 1px solid #bebebe;
}
.red-color {
    color: #000000;
}
.about-page p { line-height: 22px; font-size: 13px; font-weight:400; font-family:Open Sans; color:#444;}
.f-left { float: left;}
.f-right { float: right;}
.service-box li,
.leadership-block li {
    width: 48%;
    margin: 10px 0 20px;
}
.service-box .icon-block {
    margin: 0px 20px 20px 0px;
    padding: 2px;
    border-radius: 50%;
}
.service-box .icon-block .fa {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    line-height: 80px;
    border: 3px solid #e2e2e2;
    color: #fff;
    background: #db4c52;
}
.service-box .icon-block span { display: none;}
.leadership-block li img {
    float: left;
    margin: 0px 30px 30px 0px;
    max-width: 300px;
}
.service-box li h3, .leadership-block li h3 {
    font-weight: 400;
    font-size: 18px;
}
.read-btn {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    text-transform: uppercase;
    background: #db4c52;
    color: #fff;
}
.read-btn:hover { background: #333; color: #fff;}
/*Contact Us*/
.contact-page .fieldset { margin: 0;}
.contact-page .maps { background: #fff; padding: 4px 22px; border: 1px solid #ddd;}
.contact-page .maps p { margin: 0;}
.list-info { background: #fff; padding: 15px;}
.list-info li { clear: both; padding-bottom: 20px;}
.info-content em { width: 30px; height: 30px; text-align: center; line-height: 30px; background: #eee; float: left; margin-right: 15px; margin: 0 15px 30px 0; font-size: 0;}
.info-content:hover em { background: #f33636; color: #fff;}
.info-content em:before { font-size: 14px; }
.info-content em.fa-envelope:before { font-size: 12px;}
.info-content h2 { font-size: 14px; text-transform: uppercase; font-weight: normal;font-family:Open Sans;  }
.info-content .des-info { font-family:utm_avoregular; font-size:12px; font-weight:normal;}
.info-content a { color: #666;}
.info-content a:hover { text-decoration: underline;}
.info-content a .des-info { color: #fff;}
.bx-wrapper .products-grid .item { float: left;}

/*-----------------------------------------------------------------------*/

/*Social Right*/


/*Twitter*/
#twitter-feed {
    width: 300px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
}
.tweet-title { display: none; }
.tweet-title h3 {
	
}
#loading-container {
	text-align: center;
}
.tweet-content {}

.twitter-article {
	
}
#twitter-feed .fa { font-size: 30px; color: #22BBF4;}
.twitter-article a:hover {}
.twitter-pic {
    float: left;
    padding: 6px 9px;
    margin-top: 6px;
}
.twitter-text {
    margin: 0 0 0 56px;
    color: #999;
    font-size: 13px;
    font-style: italic;
}
.tweetprofilelink {}
.tweetprofilelink strong a {
	color: #22BBF4;
	text-decoration: none;
	font-weight: bold;
}
.tweetprofilelink strong a:hover {color: #ff0030;}
.tweet-time {}
.tweetprofilelink a, .tweet-time a {color: #999;text-decoration: none;}
.tweetprofilelink a:hover, .tweet-time a:hover { color: #ff0030;}
.block-social-right  .social-icon { width: auto !important; overflow: initial !important; }
.block-social-right { right:0; position:fixed; top:100px;  z-index:999}
.block-social-right .social-icon .box-inner{ position: relative;}
.block-social-right .social-icon .box-inner:before { background: #fff;width: 50px; height: 50px; content: ""; text-align: center; line-height: 50px; font-family: FontAwesome; display: block; border: 1px solid #ddd;  font-size: 32px; position: absolute; top: 0; left: -49px;}
.block-social-right .icon-facebook .box-inner:before { content: "\f09a"; color: #4664b7;}
.block-social-right .icon-twitter .box-inner:before { content: "\f099"; color: #22BBF4;}
.block-social-right .icon-youtube .box-inner:before { content: "\f167"; color: #a21616;}

.block-social-right .fb-content { width: 360px; height: 380px; border: 1px solid #ddd; padding: 20px; background: #fff; }
.block-social-right .icon-facebook { position: absolute; top: 100px; right: -360px; transition:all 0.5s;}
.block-social-right .icon-facebook:hover { right: 0;}

.block-social-right .icon-twitter { position: absolute; top: 160px; right: -300px; transition:all 0.5s;}
.block-social-right .icon-twitter:hover { right: 0;}

.block-social-right .box-youtube {
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}
.block-social-right .icon-youtube { position: absolute; top: 220px; right: -602px; transition:all 0.5s;}
.block-social-right .icon-youtube:hover { right: 0;}

/*-----------------------block-newsletter-content----------------------*/
.block-newsletter-content {display:inline-block; margin-bottom:60px; width:100%;}
.block-newsletter-content .block-subscribe{ display:inline-block; width:100%; background:#f2f1f1;padding:46px 21px;}
.block-newsletter-content .letter-banner1 {padding: 32px 20px 23px 20px; cursor: Pointer; 
background:url('../images/plane.png') no-repeat 168px 32px #f46e6f; transition:ease 0.5s all;}
.block-newsletter-content .letter-banner1:hover {background:url('../images/plane.png') no-repeat 182px 10px #f46e6f;}
.block-newsletter-content h2 { font-size:20px; font-family:Open Sans; font-weight:700; color:#fff; margin-bottom:0;  line-height: 25px;}
.block-newsletter-content span {font-size:16px; font-family:utm_avoregular; font-weight:normal;color:#fff; margin-bottom:0;line-height: 48px;}
.block-newsletter-content label {font-size:16px; font-family:utm_avoregular; font-weight:normal;text-transform:uppercase;color:#333333;  margin: 0;}
.block-newsletter-content p {font-size:18px; font-family:utm_avobold; font-weight:700; color:#222222; text-transform:uppercase;  line-height: 24px;}
.block-newsletter-content .form-subscribe-header {float:left; margin-right: 20px;}
.block-newsletter-content .block-subscribe { border:1px solid #ddd;}
.block-newsletter-content .input-text{ width: 295px; height: 36px; float: left;border: 1px solid #ddd !important;background-color: #fff !important; margin:7px 0 0 0  !important;}
.block-newsletter-content .actions { float: right; margin-top: -1px;}
.block-newsletter-content .actions button.button span span {padding: 0px 15px; line-height: 35px; border-radius:0; font-family: Open Sans;}
.block-newsletter-content .actions button.button span span:hover { background:#f46e6f;}
.block-newsletter-content a { position:relative; display:inline-block; z-index:1;}
.block-newsletter-content a:before, .block-newsletter-content a:after{
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';}
.block-newsletter-content a:before{ border-top: 1px solid #999;
  border-bottom: 1px solid #999;}
.block-newsletter-content a:after{
    border-right: 1px solid #999;
  border-left: 1px solid #999;}
.block-newsletter-content a:hover::before{left:10px; right:10px;}
.block-newsletter-content a:hover::after {top:10px; bottom:10px;}
.blog-index-list .postContent p {  font-size: 13px; font-family: utm_avoregular; font-weight: normal;
  color: #333333; text-align: left; line-height: 18px; padding-top:10px;}
.customer-account-login .main { padding-top:15px;}


/*---------------------------------Pop Up New letter--------------------------------------*/
.fancybox-skin { background:url('../images/popup_newletter.png')  center no-repeat; border-radius:0; }
#popup-newsletter { padding: 27px 40px 30px 40px;}
.fancybox-skin .block-title { margin-bottom:20px;}
.fancybox-skin .form-subscribe-header { margin-bottom: 38px;}
.fancybox-skin .text-bottom { margin-top:38px;}
.fancybox-skin .text-bottom span { color:#444; text-transform:uppercase; font-size: 13px; font-weight:400;
font-family: Open Sans;}
.fancybox-skin .text-bottom span.text3 { color:#e85f5f; font-size:14px; font-weight:700; margin-right:5px;}
.fancybox-skin .text-bottom p { margin-top:5px;}
.fancybox-skin .block-title strong span { font-size:30px; font-family: Open Sans; font-weight:700; color:#000000;}
.fancybox-skin .form-subscribe-header p { font-size:13px; font-family: Open Sans; font-weight:400; color:#333333; line-height:14px;}
.fancybox-skin .block-content .input-box { float: left; margin-right: 4px;}
.fancybox-skin .block-content .input-box input { border:1px solid #bebec0; width:520px; height:45px; padding-left:17px;}
.fancybox-skin .block-content .actions button.button span span { font-size:14px; font-family: Open Sans; font-weight:600; color:#fff;
padding:12px 25px; background:#000; border-radius:0; text-transform: uppercase;}
.fancybox-skin .block-content .actions button.button span span:hover { background:#f46e6f;}
.fancybox-skin .subscribe-bottom input { margin:-3px 15px 0 0;}
.fancybox-skin .subscribe-bottom { color:#333; font-size:13px; font-family: Open Sans; font-weight: 400; margin-top:20px; margin-top:110px;}
.product-shop a{ display:block; height:32px;}
/*Add by diy*/
.newproducts { position:relative;width: 1200px;
margin: 0 auto; }
.newproducts .last { border-bottom:0; }
.newproducts .item { position:relative; float:left; width:220px; background: white; text-align: center; margin: 0 16px 3px 0;}
.newproducts .item.last { margin: 0 0 3px 0;}
.newproducts .item:hover .product-image { opacity:0.7}
.newproducts .product-image { display:block; padding:5px 5px 0; }
.newproducts .first .product-image { border-top:0; }
.newproducts .last .product-image { border-right:0; }
.newproducts .price-box { float:left; width:190px; margin:3px 0 0; }
.newproducts button.button { float:right; }
.newproducts .product-name { font-size:12px; margin: 0 0 12px 0; }
.newproducts .availability { line-height:21px; }
.newproducts .actions { bottom:20px; padding: 5px 5px 10px 5px; }
.newproducts .new-description { padding: 15px 15px 0; }
.newproducts .new-description h2,h3 { font-size:13px; margin-bottom: 1px; text-align: center; height:60px; overflow:hidden; }
.newproducts .col2-left-layout .products-grid,
.newproducts .col2-right-layout .products-grid { width:684px; margin:0 auto; }
.newproducts .col1-layout .products-grid,
.newproducts .page-empty .products-grid { width:684px; margin:0 auto; }
.newproducts .amount { display: none; }
.newproducts .ratings .rating-box { float: none; margin: 0 auto; }

.carousel .randomTitle{ font-weight:bold; font-size:16px; color:#ff790b; padding:8px;}

.f-Black{ display:block; height:30px; width:30px;background-color:#000;border:1px solid #efefef;}
.f-Red{  display:block; height:30px; width:30px;background-color:red;border:1px solid #efefef}
.f-White{ display:block; height:30px; width:30px; background-color:white;border:1px solid #efefef}
.f-Blue{  display:block; height:30px; width:30px;background-color:blue;border:1px solid #efefef}
.f-Grey{  display:block; height:30px; width:30px;background-color:grey;border:1px solid #efefef}
.f-Purple{  display:block; height:30px; width:30px;background-color:purple;border:1px solid #efefef}
.f-Pink{  display:block; height:30px; width:30px;background-color:pink;border:1px solid #efefef}
.f-Yellow{  display:block; height:30px; width:30px;background-color:yellow;border:1px solid #efefef}
.f-Green{  display:block; height:30px; width:30px;background-color:green;border:1px solid #efefef}
.f-Gold{  display:block; height:30px; width:30px;background-color:gold;border:1px solid #efefef}
.f-Brown{  display:block; height:30px; width:30px;background-color:brown;border:1px solid #efefef}
.f-Orange{  display:block; height:30px; width:30px;background-color:orange;border:1px solid #efefef} 
.f-Khaki{  display:block; height:30px; width:30px;background-color:khaki;border:1px solid #efefef}
.f-Silver{  display:block; height:30px; width:30px;background-color:silver;border:1px solid #efefef}
.f-Burgundy{  display:block; height:30px; width:30px;background-color:#800020;border:1px solid #efefef}
.f-Beige{  display:block; height:30px; width:30px;background-color:beige;border:1px solid #efefef}
.f-Multicolor{display:block; height:30px; width:30px;border:1px solid #efefef; background:rgba(0, 0, 0, 0) -moz-linear-gradient(left center , green, red 50%, white 60%, yellow 70%, white 40%, blue) repeat scroll 0 0}
