/**
 * 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) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Condensed:400,700&subset=latin,greek);
@import url(//fonts.googleapis.com/css?family=Lobster);

* { margin:0; padding:0; }

body          { font:12px/1.55 Verdana, Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; background: #fbfbfb; /* margin-bottom: -20px !important; */}

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

a             { color: #777; text-decoration: none; transition: color 200ms ease-in-out; -moz-transition: color 200ms ease-in-out; -webkit-transition: color 200ms ease-in-out; -o-transition: color 200ms ease-in-out; }
a:hover       { color: /*#8C2222*/#2D8C22; text-decoration: none; }
:focus        { outline:0 !important; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#777; }
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-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

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

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {  }
.page { background-color: #fbfbfb; }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {  }
.main { margin: 0 auto; min-height: 400px; padding-top: 60px; padding-bottom: 40px; text-align: left; }
.cms-index-index .main { padding-top: 10px; }
.cms-index-index .main-container { position: relative; }
.full-width-img img { width: 100%; margin-bottom: 20px; }
.catalog-category-view .main { padding-top: 20px; }

/* 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 { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {  }
.col3-layout .col-wrapper {  }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set > div { padding-right: 0; }
.col2-set > div:first-child { padding-left: 0; padding-right: 15px; }
.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%; }
/* ======================================================================================= */

.col2-right-layout .col-main { padding-left: 0; }
.col2-right-layout .col-right { padding-right: 0; }
.col2-left-layout .col-main { padding-right: 0; }

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f;  }
input.input-text,select,textarea { background:#fff; border:1px solid #dbdbdb; }
input.input-text,textarea { padding:2px; }
select { padding: 5px; height: 35px; font-family: Verdana; font-weight: normal; font-size: 13px; color: #999; }
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; display: inline-block; margin-top: -3px; }
input.checkbox { margin-right: 3px; }
input.qty { width: 70px !important; height: 35px; border: 1px solid #d6d6d6; border-radius: 2px 0 0 2px; -moz-border-radius: 2px 0 0 2px; -webkit-border-radius: 2px 0 0 2px; text-align: center; font-family: Verdana; font-weight: bold; font-size: 16px; color: #777; display: inline-block; }
input.qty:focus { background: none; }
.qty-changer { display: inline-block; width: 80px; height: 35px; vertical-align: middle; line-height: 31px; }
.qty-changer a { display: inline-block; width: 36px; height: 35px; border: 1px solid #d6d6d6; border-radius: 0 2px 2px 0; -moz-border-radius: 0 2px 2px 0; -webkit-border-radius: 0 2px 2px 0; font-family: Verdana; font-size: 20px; font-weight: bold; color: #999; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; margin-left: -1px; text-align: center; text-decoration: none;}
.qty-changer a:hover { border-width: 2px; border-left: 2px solid #999; border-color: #999; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.qty-changer a:hover span { margin: -1px -1px 0 0; display: block; }
.qty-holder { display: block; vertical-align: middle; min-width: 105px; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:hidden; width:auto; border:0; padding:0; margin:0; background: rgba(0, 0, 0, 0); cursor:pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-shadow: none; }
button.button span { display:block; height:30px; border:2px solid #666; background:transparent; padding:0 10px; font:bold 13px/28px 'Open Sans', Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#666; text-transform: uppercase; transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
button.button span span { border:0; padding:0; background: transparent !important; }

button.button:hover span, button.button:active span { background: /*#8C2222*/#2D8C22; color: #fbfbfb; border:2px solid /*#8C2222*/#2D8C22; }
button.button:hover span span, button.button:active span span { border: 0; padding: 0;  background: transparent; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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 > div { margin-bottom: 10px; }
.form-list label { float:left; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float: right; font-style:normal; color:/*#8C2222*/#2D8C22; position:absolute; top:0; right:-8px; }
.form-list li.control label { float: none; margin-bottom: 0; font-family: Verdana; font-size: 14px; font-weight: normal;  line-height: 18px; display: inline-block; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right: 6px; margin-top: -3px; display: inline-block; }
.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 {  }
.form-list .fields .field { padding-right: 0; margin-bottom: 10px; }
.form-list .fields .field:first-child { padding-left: 0; }
.form-list input.input-text { width: 100%; height: 46px; border: 1px solid #dbdbdb; padding: 10px 15px; }
.form-list .medium-size input.input-text { height: 35px; font-size: 14px; }
.form-list textarea { width:100%; padding: 15px; height:10em; }
.form-list select { width: 100%; height: 46px; font-family: 'Open Sans'; font-size: 16px; font-weight: normal; padding: 10px 18px; }
.form-list .medium-size select { height: 35px; font-size: 13px; padding: 5px 7px; }
.form-list li.wide .input-box {  }
.form-list li.wide input.input-text {  }
.form-list li.wide textarea {  }
.form-list li.wide select {  }
.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 li.control { margin-bottom: 30px; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#8C2222; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top: 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:right; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

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

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; 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:#8C2222; }
.validation-failed { border:1px dashed #8C2222 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#8C2222; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.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:12px !important; font-weight:bold !important; font-family: 'Open Sans'; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:12px; line-height:26px; margin:0; text-align: left; background-color: #ececec; padding: 10px 0; font-family: Verdana; color: #555; }
.breadcrumbs ul { display: block; margin-bottom: 0; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }
.breadcrumbs a { color:#999; text-decoration: none; }
.breadcrumbs span { font-family: Verdana; font-size: 12px; color: #999; }

/* Page Heading */
.page-title { display: none; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.my-account .pager { font-size:11px; background: transparent; padding: 5px 0; border:1px solid #eee; border-width: 1px 0; text-align:center; }
.my-account .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; height: 25px; }

.pager .amount { float:left; margin:0; display: none; }
.toolbar-bottom .pager .amount { display: block; line-height: 28px; }
.pager .limiter { float:right; margin: 0px; margin-left: 10px; }
.pager .limiter label { vertical-align:middle; margin: 0; line-height: 28px; margin-right: 5px; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0; float: right; margin-left: 0px; margin-bottom: 10px; }
.pager .pages ol { display:block; }
.pager .pages li { display:block; margin:0; width: 30px; height: 30px; float: left; line-height: 28px; border: 1px solid #d6d6d6; margin-left: 5px; }
.pager .pages li.current { font-weight: bold; background: #8C2222; color: white; border: 1px solid rgba(0,0,0,0.5);}

.pager .pages li>a { margin:0; border: 0; background: none; display: block; padding: 0; width: 100%; height: 100%; }
.pager .pages .current {}

/* Sorter */
.sorter { 
    font-size:13px; 
    font-family: Verdana; 
    background: #FBFBFB !important; 
    display: block; 
    /* box-shadow: 0px 3px 6px rgba(0,0,0,0.15); */ 
    /*border-bottom: 1px dotted #949494 !important; 
    border-top: 1px dotted #949494 !important; */
    /*padding: 13px 10px !important; */
    /* border-radius: 3px; */ 
    font-weight: normal; 
    margin: 20px 0 10px;
    padding: 3px 0;
    float: left;
}
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:left; margin-right: 0px; }
.sorter label { vertical-align:middle; line-height: 30px; margin: 0; font-weight: normal; font-family: Verdana; color: #999; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {
    /*border-bottom: 1px dotted #949494 !important; 
    border-top: 1px dotted #949494 !important; 
    overflow: hidden;*/
}

.toolbar:before, .toolbar:after {
    border-top: 1px dotted #949494 !important;
    width: 100%;
    display: block;
    content: "";
    clear: both;
}
.toolbar .pager { 
    padding:3px 0; 
    border: 0; 
    float: right;
    margin: 20px 0 10px;
}
.toolbar .sorter { border: 0; }
.toolbar-bottom .toolbar .sorter { display: none; }
.toolbar-bottom .toolbar .pager .view-mode { display: none; }
.toolbar-bottom { margin-top: 10px; border-top: 1px solid #eee; }
.toolbar .limiter .selectbox.default .select .text { width: 50px; height: 30px; }
.toolbar .sorter .sort-by .selectbox.default .select .text { width: 85px; }

@media (max-width: 767px){
    body .toolbar .pager {
        width: 100%;
        margin: 15px 0px 0px 0px;
    }
    
    body .toolbar .sorter {
        border: 0;
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    
    body .sorter .view-mode {
        float: none;
        width: 180px;
        margin: 0 auto;
    }
    
    body .sorter .sort-by {
        float: none;
        margin: 0 auto;
        width: 220px;
        padding-top: 20px;
    }
}
/* Data Table */
.data-table { width:100%; }
.data-table .odd  {  }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right: 0; }
.data-table tr.last th,
.data-table tr.last td {  }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight: 600; border-top: 1px solid #999; border-bottom: 1px solid #999; padding: 5px 0; color: #444; white-space: nowrap; vertical-align: middle; font-family: 'Open Sans'; font-size: 13px; text-transform: uppercase; text-align: center; }
.data-table thead th span { width: 100%; display: inline-block; border-right: 1px solid #ccc; line-height: 16px; margin-right: -1px; padding: 0 5px; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th {  }
.data-table thead th img { display: block; vertical-align: middle; margin: 0 auto; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #e2e2e2; border: none !important;}
.data-table tfoot tr.first td {  }
.data-table tfoot tr {
    border: none !important;
  }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border: none !important; border-bottom:0; border-right:1px solid #e2e2e2; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #e2e2e2; }
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #e2e2e2; }

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

/* Generic Info Box */
.info-box { background:#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; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 5px 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline-block; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color: #8C2228 !important; font-weight:bold; }
.link-wishlist { color:#999; font-weight:bold; font-family: 'Open Sans', Verdana; font-size: 12px; text-decoration: none; background: url(../images/add_to_links_2.png) 0 0 no-repeat; display: inline-block; height: 30px; line-height: 30px; padding-left: 37px; transition: background 200ms ease-in-out, color 200ms ease-in-out; -moz-transition: background 200ms ease-in-out, color 200ms ease-in-out; -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out; -o-transition: background 200ms ease-in-out, color 200ms ease-in-out; margin-bottom: 12px; text-transform: uppercase; }
.link-wishlist:hover { color: #666; background-position: 0 -59px; }
.link-reorder { font-weight:bold; }
.link-compare { color:#999; font-weight:bold; font-family: 'Open Sans', Verdana; font-size: 12px; text-decoration: none; background: url(../images/add_to_links_2.png) 0 -118px no-repeat; display: inline-block; height: 30px; line-height: 30px; padding-left: 37px; transition: background 200ms ease-in-out, color 200ms ease-in-out; -moz-transition: background 200ms ease-in-out, color 200ms ease-in-out; -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out; -o-transition: background 200ms ease-in-out, color 200ms ease-in-out; text-transform: uppercase; }
.link-compare:hover { color: #666; background-position: 0 -177px; }
.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: inline-block; width: 25px; height: 25px; font-size: 0; line-height: 0; background:url(../images/icon_remove_15x15.png) center no-repeat; text-indent: -999em; overflow: hidden; vertical-align: middle; border: 2px solid transparent; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }
.btn-remove2:hover { border-color: #444;}
.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 { }

/* Noscript Notice */
.noscript {}

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

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


/* Header ================================================================================ */
.logo {  }
.header-container { position: relative; /* background-color: #fafafa; */ background: #fafafa url(//bilanis.gr/media/bg.jpg) no-repeat; background-size: cover;}
.header { margin: 0 auto 10px auto; position:relative; z-index:10; }
.header .logo { text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { border-bottom: 1px solid #e5e5e5; box-shadow: 0 2px 2px #eee; -webkit-box-shadow: 0 2px 2px #eee; -moz-box-shadow: 0 2px 2px #eee; }
#nav_custom { font-size:13px; float: none; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav_custom li { text-align:left; }
#nav_custom li.over { z-index:998; }
#nav_custom a,
#nav_custom a:hover { display:block; line-height:1.3em; text-decoration:none; /* color: #000 !important; */}
#nav_custom span { display: block; cursor: pointer; text-transform: uppercase; white-space: nowrap; font-weight: bold;}
#nav_custom li ul span {white-space:normal; }
#nav_custom ul li.parent a {  }
#nav_custom ul li.parent li a { background-image:none; }

/* 0 Level */
#nav_custom li { float:left; position: static; }
#nav_custom li.level0 { padding: 0 20px; }
#nav_custom a { float:left; padding:17px 0; color:#444; font-weight:normal; font-family:'Open Sans'; font-size: 16px; }
#nav_custom li.over a,
#nav_custom a:hover { color:/*#8C2222*/#2D8C22; }
#nav_custom li.level0.first { /* padding-left: 0; */ }
#nav_custom li.level0 a { color:#444; border-top: 1px solid transparent; transition: color 200ms ease-in-out, border-color 200ms ease-in-out; -moz-transition: color 200ms ease-in-out, border-color 200ms ease-in-out; -webkit-transition: color 200ms ease-in-out, border-color 200ms ease-in-out; -o-transition: color 200ms ease-in-out, border-color 200ms ease-in-out; margin-top: -1px;  text-align: center;}
#nav_custom li.level0:hover > a { color: /*#8C2222*/#2D8C22; border-top: none; cursor: pointer; border-top: 1px solid;}

/* 1st Level */
#nav_custom ul li { display: inline-block; margin:0; padding-bottom:1px; vertical-align: top; width: 95px; padding: 0 0px; }
#nav_custom ul li img { width: 100%; margin-top: 20px; }
#nav_custom ul li ul { position: static; display: block; }
#nav_custom ul li ul li { display: block; float:none; width: 100%; padding: 0; }

#nav_custom ul a,
#nav_custom ul a:hover { float:none; padding:0; background:none; }
#nav_custom ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav_custom > li > ul { box-shadow: 0 3px 5px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2); -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2); padding: 20px 10px 50px 10px; min-height: 200px; border-top: 1px solid #eee; }
#nav_custom ul { position:absolute; width: 100%; top:54px; left:0px; border: 0; background:#f2f2f2; display: none; }
#nav_custom div ul { position:static; width:auto; border:none; }

ul.level2 {
  display: none !important;
}

/* 3rd+ Level */
#nav_custom ul ul,
#nav_custom ul div { top:5px; }

#nav_custom ul li a { color: #444; transition: color 200ms ease-in-out; -moz-transition: color 200ms ease-in-out; -webkit-transition: color 200ms ease-in-out; -o-transition: color 200ms ease-in-out; }
#nav_custom ul li a:hover span { color:#f08c77 !important; }
#nav_custom ul span { padding: 6px 0; font-family: Verdana; font-weight: normal; font-size: 14px; color: #777; }
#nav_custom ul li.level1 > a { /* border-bottom: 1px solid #e4e4e4; */ /* margin-bottom: 15px; */ text-align: center;}
#nav_custom ul li.level1 > a > span { padding: 3px 0; transition: all .3s ease; border-bottom: none !important; display: inline-block; font-family: 'Open Sans'; font-weight: 600; font-size: 12px; color: #555; text-transform: uppercase; margin-bottom: -1px; }
#nav_custom span.plus { display: none; }
/********** Navigation > */
/* ======================================================================================= */
.navbar-collapse { padding: 0; position: relative; }
.navbar { margin-bottom: 0; border: 0; /* border-bottom: 1px solid #eee; */ box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06); position: relative; background: #fafafa; }
.navbar-nav { border-top: 1px solid #eee; position: relative; z-index: 999; margin-top: -1px; }
.navbar .navbar-nav>.active>a { background-color: transparent; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {background-color: transparent;}

.container > .navbar-header { margin: 0; border-top: 1px solid #eee; }
.container > .navbar-collapse { margin: 0; border: 0; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: transparent; }
.navbar-default .navbar-toggle { 
    border: 0; 
    float: none; 
    margin: 0; 
    border-top: 1px solid #444; 
    border-radius: 0; 
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    padding: 16px 0; 
    font-family: 'Open Sans'; 
    font-weight: bold; 
    font-size: 22px; 
    color: #444; 
    margin-top: -1px; 
    background: url(../images/menu-icon.png) center left no-repeat !important;
    padding-left: 31px;
}
.navbar-default .navbar-toggle.collapsed { border-top-color: transparent; }

.navbar .form-search { position: absolute; right: 0; top: 14px; z-index: 999; }
.navbar .form-search label { display: none; }

.maxsearch {
	width:341px !important;
}

input#search { height: 30px; border-width: 1px; text-align: left !important; border-radius: 20px; border-color: rgba(82, 82, 82, 0.27); /* border-right-color: #eee; */ padding: 0 10px; background: transparent; font-family: 'Open Sans'; font-weight: normal; font-size: 16px; color: #777; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; width: 220px; transition:all .3s ease-in-out; }
.navbar .form-search.for-tablet { width: 30px; text-align: right; background: linear-gradient(to bottom, #fff 0, #f8f8f8 100%); }
.navbar .form-search.for-tablet input.input-text { height: 30px; border-width: 1px; padding: 0 20px; background: transparent; font-family: 'Open Sans'; font-weight: normal; font-size: 16px; color: #777; width: 90%; line-height: 17px; }
.navbar .form-search.for-not-tablet input.input-text:focus { border-color: #eee; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; width: 216px; }
.navbar .form-search button.button {
    background: #E36726;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    /* color: #fff !important; */
}
.navbar .form-search button.button > span { background-image: url(../images/search_icon.png); background-repeat: no-repeat; background-position: 4px -60px !important; width: 30px; /* background-color: transparent !important; */ /* background-size: cover !important; */ border-color: transparent; }
.navbar .form-search button.button.active span { background-position: 4px -27px; border-color: #999; }
.navbar .form-search button.button span{
    background-color: #A22121 !important;
  border-color: #A22121 !important;
}
.navbar .form-search button.button:hover span, .navbar .form-search button.button.active:hover span  { background-position: 4px -59px; border-color: #8C2222; }
.navbar .form-search button.button span span { text-indent: -9999px; background-image: none; background: transparent !important;}

/* Sidebar =============================================================================== */
.block { margin-bottom: 40px; }
.block .block-title { border-bottom:2px solid #e9e9e9; text-align: left; }
.block .block-title strong { display:block; font: 28px/35px 'Open Sans'; color:#444; }
.block .block-title strong span { border-bottom: 2px solid #444; display: inline-block; margin-bottom: -2px; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0; font-size:1em; font-weight:bold; color: #555; font-family: Verdana; }
.block .block-content { padding-top: 50px; }
.sidebar .block .block-content { padding-top: 0; }
.block .block-content li.item { padding: 7px 0; }
.block.box-reviews .block-content ol li.item, .block.box-tags .block-content ol li.item { border-top: 1px solid #eee; }
.block.box-reviews .block-content ol li.item:first-child, .block.box-tags .block-content ol li.item:first-child { border-top: 0; }
.block .block-content .product-name { font-family: 'Open Sans'; font-weight: normal; font-size: 16px; color: #666; }
.block.block-related .block-content .product-name { text-align: center; margin-top: 30px; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }
.block.block-twitter-feed { margin-bottom: 10px; }
.block li.odd {  }
.block li.even {  }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {   }

/* Mini Products List */
.mini-products-list .product-image { float:left; }
.mini-products-list .product-details { margin-left: 90px; position: relative; }
.mini-products-list .product-details .product-name,
.mini-products-list .product-details .nobr small { word-wrap:break-word; }
.mini-products-list .product-details .product-name a{ font-family: 'Open Sans'; font-weight: normal; font-size: 14px; color: #666; text-transform: none; height: auto; margin-right: 25px; }
.mini-products-list .product-details .product-name a:hover { color: #555; }
.mini-products-list .product-details .item-options { font-size: 11px; }
.mini-products-list .product-details .nobr { white-space:normal !important; }
.mini-products-list .product-details a.btn-remove2 { position: absolute; right: 0; top: 0; }
.mini-products-list li { margin-bottom: 15px;}
.mini-products-list .qty-price { font-family: 'Roboto Condensed'; font-weight: normal; font-size: 15px; }
.mini-products-list .qty-price .price { font-family: 'Roboto Condensed'; font-weight: bold; color: #222; font-size: 15px; }
.mini-cart p.cart-empty { margin: 0; }
.mini-cart .actions { padding-right: 0; }
.mini-cart .actions button.button { width: 100%; margin-bottom: 3px; }
.mini-cart .actions button.button span { width: 100%; border-color: #777; color: #777; }
.mini-cart .actions button.button:hover span { border-color: /*#8C2222*/#2D8C22; color: #fff; }
.mini-cart .totals { padding-left: 0; }
.mini-cart .totals .label { font-family: 'Open Sans'; font-weight: bold; font-size: 14px; color: #666; text-transform: uppercase; }
.mini-cart .totals .price { font-family: 'Roboto Condensed'; font-weight: bold; font-size: 14px; color: #222; }
/* Block: Account */
.sidebar .block-account .block-content { padding-top: 20px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #eee; padding: 5px 0; color:#666; text-decoration:none !important; font-family: Verdana; font-size: 15px; font-weight: normal; }
.block-account .block-content li a:hover { color:/*#8C2222*/#2D8C22; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #eee; padding:5px 0; color:/*#8C2222*/#2D8C22; }
.block-account .block-content li.current strong { font-family: Verdana; font-size: 15px; font-weight: normal; }
.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 { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.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; margin-bottom: 30px; }
.block-layered-nav .block-title { display: none; }
.block-layered-nav .block-subtitle { line-height:1.35; padding:5px 0; border:2px solid #444; border-width:2px 0; text-transform:uppercase; color:#444; font-family: 'Open Sans'; font-size: 16px; }
.block-layered-nav .block-content {  }
.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { padding: 6px 0; position:relative; z-index:1; line-height:1.5; border: 0; border-bottom: 1px solid #eee; }
.block-layered-nav .currently .label { color: #444; font-family: Verdana; font-size: 11px; font-weight:bold; padding: 0; text-transform:uppercase; display:inline-block; vertical-align:middle; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:middle; font-family: Verdana; font-size: 12px; color: #444; margin-left: 5px; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background: transparent; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav .ui-slider { width: 100% !important; }
.block-layered-nav .price-filter-slider label { display: none; }
/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.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 { border-bottom:1px solid #c2c2c2; }
.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 { /* background-image:url(../images/i_block-wishlist.gif); */ }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block.block-related { margin-top: 50px; }
.block.block-related .block-title { border: 0; border-top: 1px solid #eee; }
.block-related .block-title strong { padding: 0; }
.block-related .block-title strong span { border: 0; border-top: 1px solid #444; margin: 0; margin-top: -1px; font-family: 'Open Sans'; font-weight: 600; font-size: 18px; color: #333; padding: 20px 0; text-transform: uppercase; line-height: 18px; }
.block.block-related .block-content { padding-top: 10px;}
.block-related input.checkbox { float:left; position: relative; z-index: 9; }
.block-related .product { margin-left:20px; }

.block-related .bx-wrapper .bx-prev { left: auto; right: 30px; background: url(../images/controls.png) no-repeat 7px 2px; }
.block-related .bx-wrapper .bx-next { right: 0; background: url(../images/controls.png) no-repeat 7px -34px; }
.block-related .bx-wrapper .bx-prev:hover { background-position: 7px 2px; border-color: #555; }
.block-related .bx-wrapper .bx-next:hover { background-position: 7px -34px; border-color: #555; }
.block-related .bx-wrapper .bx-controls-direction a { position: absolute; top: -32px; outline: 0; width: 26px; height: 20px; text-indent: -9999px; z-index: 40; border: 2px solid transparent; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }
.comments-widget .comment-box { width: 100%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 20px; border: solid 1px #dfdfdf; margin-bottom: 20px; position: relative; margin-top: 30px; }
.block-related.related-checkbox .bx-wrapper .bx-controls-direction a { top: -56px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.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; border-top: 3px double #eee; }
.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 { padding:10px; border:0; border-top:1px solid #eee; font-family: 'Open Sans'; font-weight: 600; font-size: 16px; color: #444; text-transform: uppercase; }
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #eee; font-family: Verdana; text-align: center; font-size: 14px; color: #666; }
.compare-table tbody td.last {  }
.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:10px 0; color:#555; }
.compare-table tr.first td .product-name a { color:#555; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p { margin:0; }
.compare-table tr.add-to-row td p { margin:0; margin-bottom: 15px; }
.compare-table .price-box { text-align: center; }
.compare-table .regular-price .price { font-size: 17px; font-weight: bold; }
.compare-table .old-price .price { font-size: 17px; }
.compare-table .special-price .price { font-size: 17px; font-weight: bold; }
.compare-table .availability span { font-weight: normal; }
.compare-table button.button.btn-cart span { border-color: #666; color: #666; font-size: 17px; font-weight: bold; }
.compare-table button.button.btn-cart:hover span { border-color: #f08c77; color: #fff; }

/* Block: Recently Viewed */
.block-viewed .block-title strong {  }

/* Block: Recently Compared */
.block-compared .block-title strong {  }

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { 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 button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { /* background-image:url(../images/i_block-list.gif); */ }
.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 { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

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


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 7px; text-align:center; }
.category-image img { width:100%; }
.category-description { margin:0 0 7px; }
.category-products {}
.imagecat { display: inline; max-width: 530px; }
.imagecat img { max-width: 100%; }
.catdesc { display: inline-block; max-width: 580px; }
h2.bluetitle { color: #145686; font-weight: bold; font-size: large; }
.bluebutton { padding: 10px; background: #145686; color: #fff; font-size: medium; font-weight: 600; }
h2.browntitle { color: #D27518; font-weight: bold; font-size: x-large; }
.brownbutton { padding: 10px; background: #D27518; color: #fff; font-size: medium; font-weight: 600; }
h2.bbrowntitle { color: #6D2705; font-weight: bold; font-size: x-large; }
.bbrownbutton { padding: 10px; background: #6D2705; color: #fff; font-size: medium; font-weight: 600; }
h2.greentitle { color: #056A2B; font-weight: bold; font-size: x-large; }
.greenbutton { padding: 10px; background: #056A2B; color: #fff; font-size: medium; font-weight: 600; }
h2.ggreentitle { color: #14A009; font-weight: bold; font-size: x-large; }
.ggreenbutton { padding: 10px; background: #14A009; color: #fff; font-size: medium; font-weight: 600; }
h2.fuxiatitle { color: #CC157C; font-weight: bold; font-size: x-large; }
.fuxiabutton { padding: 10px; background: #CC157C; color: #fff; font-size: medium; font-weight: 600; }
h2.greytitle { color: #484848; font-weight: bold; font-size: x-large; }
.greybutton { padding: 10px; background: #484848; color: #fff; font-size: medium; font-weight: 600; }

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:100%; padding:10px 0 50px; position: relative; }
.products-grid .product-image { display:block; width:100%; margin:0; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#666; font-family: 'Open Sans'; font-size: 16px; font-weight: normal; text-align: center; text-decoration: none; width: 100%; display: block; margin: 30px 0 0; line-height: 22px; }
.products-grid .price-box { margin:0; text-align: center; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; }
.col1-layout .products-grid { margin:0 auto; }

/* View Type: List */
.products-list li.item { padding:15px 0 55px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; margin:0 0 10px; }
.products-list .product-shop { margin-left:240px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#555; font-family: 'Open Sans'; font-weight: normal; font-size: 18px; text-decoration: none; }
.products-list .price-box { margin: 0 0 10px; width: 100% !important;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; font-family: Verdana; font-size: 13px; color: #777; font-weight: normal; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:block; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

.products-list .product-details { float:left; width: 65%; padding-right: 30px; }
.products-list .links-set { float: right; width: 35%; padding-left: 20px; border-left: 1px solid #eee; min-height: 217px; }

.products-list button.btn-cart { margin: 0 0 10px; clear: both; float: none !important; width: 50% !important; /* margin: 0 auto; */}
.products-list button.btn-cart span { border-color: #666; color: #666; }
.products-list button.btn-cart:hover span { border-color: /*#8C2222*/#2D8C22; color: #fff; }

.products-list .ratings .rating-links a { font-size: 12px; font-family: 'Open Sans', Verdana; font-weight: normal; line-height: 14px; }
/* ======================================================================================= */


/* 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; }
.footer .ratings .rating-links { display: none; }
.ratings .rating-links .separator { margin:0 2px; color: #999; }
.ratings dt {}
.ratings dd {}
.rating-box { width:80px; height:14px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:15px; }
.ratings .amount {}

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

.rating-block span.rating-type { font-family: 'Open Sans'; font-weight: bold; color: #555; font-size: 13px; text-transform: uppercase; line-height: 29px; }
/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span,.availability.in-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:13px; font-family:'Open Sans', Verdana; font-weight: bold; color: #555; text-transform: uppercase; }
.product-view .product-shop .availability span { font-weight: bold; font-family: Verdana; color: #8C2222; text-transform: none; }
.product-view .product-shop .availability span { font-weight: bold; font-family: Verdana; color: /*#8C2222*/#2D8C22; text-transform: none; }
.product-view .product-shop .ratings { border: 1px solid #eee; border-width: 1px 0; padding: 10px 0; }
.product-view .product-shop button.button.btn-cart span { font-weight: bold; }
.etalage-control {   display: none; }
.etalage-control a { position: absolute; left: 0; background-image: url(../images/pagenation.png); background-repeat: no-repeat; text-indent: -9999px; width: 26px; height: 20px; border: 2px solid #444; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background-color: transparent; transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; }
.etalage-control a.etalage-prev { background-position: 5px 4px; top: -25px; }
.etalage-control a.etalage-next { background-position: 5px -12px; bottom: -25px; }
.etalage-control a.etalage-prev:hover { background-position: 5px -28px; background-color: /*#8C2222*/#2D8C22; border-color: /*#8C2222*/#2D8C22; }
.etalage-control a.etalage-next:hover { background-position: 5px -44px; background-color: /*#8C2222*/#2D8C22; border-color: /*#8C2222*/#2D8C22; }
.etalage_small_thumbs {
  margin-top: 30px !important; 
}
/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { color:#222; font-family: 'Roboto Condensed', Verdana; font-size: 15px; }
.block.block-related .price-box .price { font-weight: bold; }
.price-box p.price-from { margin-bottom: 0; }
.price-box .price-as-configured .full-product-price .price { font-size: 23px; }
/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:normal; font-size: 19px; color: #8C2222 !important; color:#222; font-family: 'lobster',Verdana; }
.catalog-category-view .category-products .products-grid .regular-price .price { font-weight: bold; }
.product-view .regular-price .price { font-weight:bold; font-size:30px; color: #2D8C22 !important;}
.block.block-related .price-box { text-align: center; }
.block.block-related .regular-price,
.block.block-related .regular-price .price { font-size: 15px; }

.products-list .price-box .price { font-weight: bold; font-size: 17px; }

/* Old price */
.old-price { margin:0; display: inline-block; margin-right: 10px; }
.old-price .price-label { white-space:nowrap; color:#999; display: none; }
.old-price .price { font-weight:normal; color:#999; text-decoration:line-through; font-family: 'Roboto Condensed',Verdana; font-size: 15px; }
.product-view .old-price .price { font-size: 23px;   color: #8B0000;}
.products-list .price-box .old-price .price { font-weight: normal; }

/* Special price */
.special-price { margin:0; padding:0; display: inline-block; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; display: none; }
.special-price .price { font-size:15px; font-weight:normal; color:#222; font-family: 'Roboto Condensed',Verdana; }

.product-view .product-essential .special-price .price-label {
    display: block;
    float: none;
    line-height: 50px;
    font-size: 13px;
    margin-right: 10px;
    color: #666;
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    text-align: left;
}

.product-view .special-price{
    position: relative;
}

.catalog-category-view .category-products .products-grid .special-price .price { font-weight: bold; }
.product-view .special-price .price { font-weight: bold; font-size:30px; }
.block.block-related .special-price .price { font-size: 15px; }
.block.block-related .old-price .price { font-size: 15px; }
.products-list .old-price { float: left; margin-right: 5px; margin-bottom: 10px; }
.products-list .special-price { float: left; margin-bottom: 10px; }
/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; display: none; }

.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: normal; white-space:nowrap; font-size: 12px; text-transform: uppercase; color: #555; }

.price-to { margin:0; }
.price-to .price-label { font-weight: normal; white-space:nowrap; font-size: 12px; text-transform: uppercase; color: #555; }

/* 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: normal; white-space:nowrap; font-size: 12px; text-transform: uppercase; color: #555; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price-box .price { color:#222; }
.product-options .qty-holder input.qty { float: none; }
.product-options .qty-holder .qty-changer { margin-left: -3px; }
.cart-table .qty-holder .qty-changer { margin-left: -4px; }
.product-options .options { display: inline-block; }
.product-options .options .option { display: block; margin-right: 10px; margin-bottom: 10px; }
/********** 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:5px 0 0; }
.add-to-links .separator { display:none; }

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

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.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 { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {  }

.product-essential {  }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { border-top: 1px solid #d9d9d9; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral {  }

/* Product Images */
.product-view .product-img-box { padding: 0; padding-bottom: 40px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { padding: 0; padding-left: 60px; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font: 25px 'Open Sans', Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0 30px; font-family: Verdana; font-size: 14px; color: #777; font-weight: normal; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; margin-top: -2px; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { font-family: 'Open Sans'; font-weight: bold; font-size: 12px; margin: 0; right: 0px; border-radius: 5px; position: relative; top: 0px; line-height: 25px; padding: 3px 0px; /* height: 31px; */ display: inline-block; }

/* Product Options */
.product-options { margin: 20px 0; padding: 0; position: relative; background-color: transparent; }
.product-options .option label { display: none; }
.product-options .option select { display: inline-block; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#8C2222; margin-left: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 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.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%; }
.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; font-family: Verdana; font-weight: bold; font-size: 14px; color: #444; text-align: left; }
.product-options ul.options-list label { font-weight:normal; white-space: normal; line-height: 20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom {  }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { padding: 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; line-height: 35px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { margin-bottom: 10px; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; display: none; }
.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 { 
    padding: 0px 10px 10px 0px;
    font-weight: bold;
      float: none;
  clear: both;
}

/* 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; border: 0; font-family: Verdana; font-size: 12px; color: #777; }

.product-view .grouped-items-table { margin-bottom: 30px; }
/* Block: Upsell */
.product-view .box-up-sell ul.products li.item { padding-bottom: 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-view .box-up-sell .products {}
.product-view .box-up-sell .products .product-image-area { padding-left: 0; }
.product-view .box-up-sell .products .product-image-area a { width: 100%; }
.product-view .box-up-sell .products .product-image-area a img { width: 100%; }
.product-view .box-up-sell .products .product-shop { padding-left: 10px; }
.product-view .box-up-sell .price-box .price { font-size: 17px; font-weight: bold; }
.product-view .box-up-sell button.button.btn-cart span {
    font-size: 16px;
    line-height: 30px;
    height: 32px;
    padding: 0 5px;
    font-weight: bold;
    color: #666;
    border-color: #666;
}
.product-view .box-up-sell button.button.btn-cart:hover span {
    color: #fff;
    border-color: #8C2222;
}
.product-view .box-up-sell .product-shop .price-box { line-height: 32px; margin: 0; margin-right: 30px; }
.product-view .box-up-sell .links-set { margin: 15px 0; padding: 15px 0; border-top: 1px solid #eee; }
/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#777;}
.product-view .box-tags .form-add .input-box { float:left; }
.product-view .box-tags .form-add input.input-text { margin-right: 15px; height: 30px; }
.product-view .box-tags .form-add button.button span {  }
.product-view .box-tags .note { margin:3px 0 0; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
.product-view .box-reviews button.button.btn-write span { height: 40px; line-height: 38px; font-size: 18px; }
.product-view .box-reviews button.button.btn-write:hover span {  }
/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#555; font-family: 'Open Sans'; font-size: 18px; }

/* 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; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { 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 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { font-family: 'Roboto Condensed'; padding: 15px 10px; font-size: 17px; font-weight: normal; line-height: 35px; }
.cart-table td.pr-img-td { width: 175px; padding: 15px 0; }
.cart-table td.product-name-td { padding-left: 20px; }
.cart-table td.product-name-td .product-name a { font-weight: normal; line-height: 39px; font-size: 15px; /* text-align: left; */}
.cart-table td.product-sku { font-family: Verdana; font-size: 14px; color: #777; }
.cart-table td.unit-price { font-weight: bold; }
.cart-table td.qty-td {  }
.cart-table td.sub-total { font-family: 'Roboto Condensed'; color: /*#8C2222*/#000; font-weight: bold; }
.cart-table .item-options {
    font-family: Verdana;
    line-height: 15px;
}
.cart-table .item-options dt { font-size: 11px; font-weight: normal; color: #6d6c67; text-transform: uppercase; font-style: normal; clear:left; float:left; }
.cart-table .item-options dd { font-size: 13px; font-weight: normal; color: #5b5a55; float:left; }
.cart-table .item-options > div { font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #555; text-transform: uppercase; line-height: 20px; }
.cart-table .item-options > div > b { font-family: Verdana; font-size: 14px; text-transform: none; font-weight: normal; color: #565656; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table a.product-image { width: 50px; display:block; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin: 0; border-top: 1px solid #d9d9d9; padding: 20px; background: none; font-family: 'Lato_Regular'; font-size: 14px; border-bottom: none; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount button.button,
.cart .shipping button.button { display: inline-block; vertical-align: middle; margin-left: 0; float: none; margin-bottom: 10px; }
.cart .discount button.button span,
.cart .shipping button.button span { height: 35px; line-height: 35px; padding: 0 10px; }

.cart .discount h2 { background-image:url(../images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { padding: 10px 15px; width: 262px; border: 1px solid #ccc; background: none; color: #595959; }
.cart-extra .discount label { font-family: 'Open Sans'; font-weight: normal; font-size: 18px; }
.cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width: 50%; }
.cart .totals .totals-container{
    background: #FFF;
    border: 1px solid #E2E2E2;
    padding: 10px !important;
    padding: 0;
}
.cart .totals table { width:100%; margin: 0; border: none !important; border-bottom: 0; border-right: 0; border-left: 0; }
.cart .totals td { border-right: 0; border-bottom: none !important; font-family: 'Open Sans'; font-weight: bold; font-size: 13px; color: #777; padding: 5px 15px; text-transform: uppercase; border: none !important;}
.cart .totals tr td:first-child { border-right: 1px solid #e2e2e2; }
.cart .totals td .price { font-family: 'Roboto Condensed'; font-weight: bold; font-size: 16px; line-height: 16px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding: 15px; font-family: 'Open Sans'; font-weight: bold; font-size: 20px; color: #666; border-top: 3px double #e2e2e2; border-bottom: 3px double #e2e2e2; }
.cart .totals tfoot td .price { font-family: 'Roboto Condensed'; font-size: 20px; color: /*#8C2222*/#000; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:20px; font-family: 'Open Sans'; font-weight: bold; }

ul.checkout-types { margin-top: 70px; }
ul.checkout-types li { float: right; margin-left: 20px; }
ul.checkout-types li.first { float: left; margin-left: 0; }
ul.checkout-types li button { display: inline-block; vertical-align: middle; margin-left: 0; float: none; }
ul.checkout-types li button span { /* height: 50px; */ /* line-height: 48px; */ padding: 0 10px; font-size: 15px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; height: 40px; line-height: 37px; }
ul.checkout-types li button:hover span { padding: 0 10px; }
ul.checkout-types li a { line-height: 50px; }
/* Options Tool Tip */
.item-options dt { font-weight: normal; font-style: normal; font-family: Verdana; text-transform: uppercase; display: inline-block; }
.item-options dd { padding-left:10px; margin:0 0 6px; font-weight: bold; font-family: Verdana; display: inline-block; margin-right: 20px; }
.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; font-family: Verdana; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-family: Verdana; font-size: 14px; margin: 0; font-weight: normal; color:#ababab; }
.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:left; }
.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 { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.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; }

.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; padding-left:18px; }

.opc { position:relative; }
.opc li.section { margin-bottom: 20px; }
.opc .step .form-list li.control { margin: 15px 0; }
.opc .step-title { font-family: 'Open Sans'; font-size: 16px; font-weight: 600; line-height: 40px; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }
.opc .step-title .number { float: left; margin-right: 2px; color: #444; }
.opc .step-title h2 { float: left; font-family: 'Open Sans'; font-size: 16px; font-weight: 600; line-height: 40px; color: #444; text-transform: uppercase; margin: 0; }
.opc .step-title a { float: right; background: url(../images/expand_icon_small.png) 7px -32px no-repeat; width: 30px; height: 30px; border: 2px solid transparent; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; display: block; margin: 5px 0; text-indent: -9999px; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }
.opc .step-title a:hover { border-color: #999; }
.opc li.active .step-title a { background-position: 7px 9px; }
.opc .allow .step-title {  }
.opc .allow .step-title .number {  }
.opc .allow .step-title h2 {  }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {  }
.opc .active .step-title .number {  }
.opc .active .step-title h2 {  }
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:60px 0; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
.opc .buttons-set button.button { float: left; margin-left: 0; margin-right: 5px; }
.opc .buttons-set button.button span { height: 42px; font-size: 19px; line-height: 40px; padding: 0 22px; }
.opc .buttons-set button.button span span { padding: 0; }
.opc .buttons-set a { line-height: 42px; }
#opc-login h3 { font-size:25px; padding-bottom:10px; text-transform:uppercase; font-family: 'Open Sans'; font-weight: 600; line-height: 25px; color: #444; }
#opc-login h4 { font-size:14px; font-weight:normal; margin:0; color:#ababab; font-family: Verdana; }
#opc-login p { font-family: Verdana; font-size: 14px; font-weight: normal; color: #ababab; }
#opc-login p.required { font-size: 11px; color: #8C2222; }
#opc-login .form-list li.control input.radio, #opc-login .form-list li.control input.checkbox { float: left; margin: 0; margin-right: 10px; }
#opc-login .form-list li.control label { font-family: Verdana; font-size: 14px; font-weight: normal; color: #ababab; }
#opc-login ul.ul li { font-family: Verdana; font-size: 14px; font-weight: normal; color: #ababab; }
#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-family: 'Open Sans'; font-size: 18px; font-weight: normal; color: #555; }
#opc-review .cart-price .price { font-family: 'Roboto Condensed'; font-size: 17px; font-weight: bold; color: #222; }
#opc-review .sub-total .cart-price .price { color: #8C2222; }
#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; }
#opc-review .data-table thead th { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; }
#opc-review .data-table thead th span { color: #888; }
#opc-review .data-table thead th.last span { border-right: 0; }
#opc-review .data-table .qty-td { font-family: Verdana; font-weight: bold; font-size: 16px; color: #777; }
#opc-review .data-table td { padding: 15px 20px; font-family: Verdana; font-weight: bold; font-size: 12px; vertical-align: middle; }
#opc-review .data-table tfoot td { padding: 15px 20px; border-bottom: 1px solid #e2e2e2; font-family: 'Open Sans'; font-weight: bold; font-size: 18px; color: #777; text-transform: uppercase; }
#opc-review .data-table tfoot td .price { font-family: 'Roboto Condensed'; font-weight: bold; font-size: 18px; color: #222; }
#opc-review .data-table tfoot tr.last td { font-size: 20px; color: #666; }
#opc-review .data-table tfoot tr.last td .price { color: /*#8C2222*/#000; }
/* 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; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* 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; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border-top:0; margin:0; padding:8px 0; }
.account-login .block { margin-bottom: 10px; }
.account-login .block .block-content{ padding-top: 25px; }
.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; }
.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:1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {  }
.box-account .box-head {  }

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; 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 { background-image:url(../images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.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:#0a263c; display: none; }
.dashboard .box-reviews .details {  }
.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 { background-image:url(../images/i_ma-tags.gif); }
.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; display: none; }
.dashboard .box-tags .details {  }
.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-size:16px; color:#666; font-family: 'Open Sans'; font-weight: 600; text-transform: uppercase; }
.addresses-list h3 { font-size:14px; color:#666; font-family: 'Open Sans'; font-weight: 600; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { border: 1px solid #ccc; padding: 10px 0; margin-bottom: -1px; border-width: 1px 0; }
.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; }
#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; line-height: 24px; }
#my-reviews-table .rating-box { margin-top: 4px; }

.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; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {  }
.footer { margin:0 auto; }
.footer .footer-top { padding: 85px 0 25px 0; }
.footer .footer-middle { padding: 25px 0 15px 0; border-top: none !important; }
.footer .footer-bottom { padding: 11px 0; background: #6A6A6A; width: 100% !important; position: absolute; left: 0px; margin: 0px !important; /* margin-bottom: -20px; */}
.footer .block { text-align: left; }
.footer .block .block-title { border-bottom-color: #212121; }
.footer .block .block-title strong { font-family: 'Open Sans'; font-weight: bold; font-size: 23px; color: #353535 !important; line-height: 23px; text-transform: uppercase; }
.footer .block .block-title strong span { border-bottom-color: #999; padding-bottom: 25px; }
.footer .block .block-content { padding-top: 12px; }
.footer input.input-text, .footer textarea { background: transparent; color: #aaa; border-color: #444; border-width: 2px; }
.footer button.button span { border-color: #aeaeae; color: #aeaeae; height: 40px; font-size: 18px; line-height: 38px; padding: 0 15px; }
.footer button.button span span { padding: 0; height: 36px; }
.footer button.button:hover span { border-color: #8C2222; color: #2a2a2a; }
.footer .footer-middle .block .block-title { border-bottom-width: 1px; border-bottom: none !important;}
.footer .footer-middle .block .block-title strong { font-size: 18px; border-bottom-width: 1px; }
.footer .footer-middle .block .block-title strong span { padding-bottom: 20px; border-bottom-width: 1px; margin-bottom: -1px; }
.footer ul li, .footer ul.links li { display: block; font-family: Verdana; font-size: 15px; color: #777; padding: 0 0 4px 0; }
.footer ul.form-list li { padding-bottom: 5px; }
.footer .ratings .rating-box { float: none; margin-bottom: 5px; }
.footer a.btn-like { background: url(../images/like_btn.png) 12px 6px no-repeat; display: block; height: 27px; line-height: 23px; border: 2px solid #aeaeae; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 0 10px 0 28px; font-family: 'Open Sans'; font-weight: bold; font-size: 14px; color: #aeaeae; transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; }
.footer a.btn-like:hover { border-color: #8C2222; background-color: #8C2222; color: #2a2a2a; background-position: 12px -14px; }
.block.block-facebook-like p { font-family: 'Open Sans'; font-weight: normal; font-size: 16px; color: #bbb; margin-bottom: 30px; }
.block.block-facebook-like p a { color: #8C2222; }
.fb-persons { margin-left: -24px; }
.fb-persons .fb-person { margin-left: 24px; float: left; display: block; width: 72px; height: 130px; display: block; }
.fb-persons .fb-person a { text-align: center; font-family: Verdana; font-size: 13px; font-weight: normal; color: #999; display: block; line-height: 16px; transition: color 200ms ease-in-out; -moz-transition: color 200ms ease-in-out; -webkit-transition: color 200ms ease-in-out; -o-transition: color 200ms ease-in-out; text-decoration: none; height: 110px; overflow: hidden; }
.fb-persons .fb-person a img { width: 66px; height: 66px; border: 6px solid #333; margin-bottom: 10px; display: block; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }
.fb-persons .fb-person a:hover { color: #ccc; text-decoration: none; }
.fb-persons .fb-person a:hover img { border-color: #ccc; }
.footer .store-switcher { display: inline-block; margin: 11px 0; color: #999; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; margin: 0 10px 0 0; color: #999; font-family: 'Open Sans'; font-size: 14px; }
.footer .store-switcher select { padding: 2px; vertical-align: middle; height: 25px; background: transparent; border: 1px solid #444; }
.footer a { color:#999; text-decoration:none; transition: color 200ms ease-in-out; -moz-transition: color 200ms ease-in-out; -webkit-transition: color 200ms ease-in-out; -o-transition: color 200ms ease-in-out; }
.footer a:hover { color: #ccc; }
.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 { margin: 0; float: left; line-height: 40px; font-family: Verdana; font-size: 13px; color: #777; font-weight: normal; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul.links { display:block; }
.footer-container .bottom-container { margin:0 0 5px; }

.footer-container .footer .bx-wrapper .bx-prev {
    left: auto;
    right: 30px;
    background: url(../images/controls_footer.png) no-repeat 7px 2px;
}

.footer-container .footer .bx-wrapper .bx-next {
    right: 0;
    background: url(../images/controls_footer.png) no-repeat 7px -34px;
}

.footer-container .footer .bx-wrapper .bx-prev:hover {
    background-position: 7px 2px;
    border-color: #999;
}

.footer-container .footer .bx-wrapper .bx-next:hover {
    background-position: 7px -34px;
    border-color: #999;
}

.footer-container .footer .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -62px;
    outline: 0;
    width: 26px;
    height: 20px;
    text-indent: -9999px;
    z-index: 9999;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out;
}

.footer .products-list .product-image { width: 120px; }
.footer .products-list .product-shop { margin-left: 140px; }
.footer .products-list .product-item { margin-bottom: 30px; }
.footer .products-list .product-name a { color: #999; font-size: 16px; }
.footer .products-list .price-box .price { font-size: 15px; font-weight: normal; }
.footer .products-list .old-price .price { color: #666; }
.footer .products-list .special-price .price { color: #ccc; }
.footer .products-list .regular-price .price { color: #ccc; }
.footer .split { display: block; height: 3px; width: 50px; background: #505050; margin: 0 auto -2px auto; position: relative; }
.footer .split.scroll-top { width: 38px; height: 30px; background: transparent; margin-bottom: -15px; }
.footer .split.scroll-top a { display: block; width: 38px; height: 30px; border: 2px solid #505050; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: url(../images/scroll_top.png) 11px 9px no-repeat; transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out; background-color: #2a2a2a; }
.footer .split.scroll-top a:hover { border-color: #8C2222; background-color: #8C2222; background-position: 11px -19px; }
.block .sale-product-icon,.block .new-product-icon { font-size: 10px; line-height: 14px; padding: 0 5px; }
.block.block-related .sale-product-icon,.block.block-related .new-product-icon { font-size: 14px; line-height: 27px; padding: 0 10px; }
.footer div.social-icons { float: right; }
div.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #3b3b3b;
    transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -webkit-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
}
div.social-icons a:hover {
    background-position: 0 -40px;
    background-color: #8C2222;
}
a.facebook-icon {
    background: url(../images/socialicons/facebook.png) no-repeat;
    background-position: 0 0;
}
a.twitter-icon {
    background: url(../images/socialicons/twitter.png) no-repeat;
    background-position: 0 0;
}
a.rss-icon {
    background: url(../images/socialicons/rss.png) no-repeat;
    background-position: 0 0;
}
a.delicious-icon {
    background: url(../images/socialicons/delicious.png) no-repeat;
    background-position: 0 0;
}
a.linkedin-icon {
    background: url(../images/socialicons/linkedin.png) no-repeat;
    background-position: 0 0;
}
a.flickr-icon {
    background: url(../images/socialicons/flickr.png) no-repeat;
    background-position: 0 0;
}
a.skype-icon {
    background: url(../images/socialicons/skype.png) no-repeat;
    background-position: 0 0;
}
a.mail-icon {
    background: url(../images/socialicons/mail.png) no-repeat;
    background-position: 0 0;
}
a.custom-icon {
    
}
/* ======================================================================================= */

/* 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_custom: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;}

.clear { clear:both; float: none !important; }
.header-container .top-links {}
.header-container .top-links2 { min-height: 47px; }
.header-container .top-links select, .header-container .top-links2 select { right: 0; }
.header-container .top-links, .footer-container { background-color: #2a2a2a; }
.header-container .top-links a { font-family: 'Roboto Condensed'; font-weight: normal; color: #ccc; font-size: 14px;  text-decoration: none; text-transform: uppercase; display: block; line-height: 18px; height: 18px; }
.header-container .top-links a.btn-remove2 { height: 25px; }
.header-container .top-links a:hover { color: #e5e5e5; }
.header-container .top-links .container { padding: 10px 15px; }
.header-container .top-links ul.links { margin: 0; float: left; }
.header-container .top-links ul.links li { border: 0; background: url(../images/top_links_split.png) right no-repeat; }
.header-container .top-links ul.links li a { padding: 0 20px 0 35px; background-image: url(../images/top_links.png); background-repeat: no-repeat; transition: background-image 300ms ease-in-out, color 300ms ease-in-out; -moz-transition: background-image 300ms ease-in-out, color 300ms ease-in-out; -webkit-transition: background-image 300ms ease-in-out, color 300ms ease-in-out; -o-transition: background-image 300ms ease-in-out, color 300ms ease-in-out; }
.header-container .top-links ul.links li a:hover { background-image: url(../images/top_links_hover.png); }
.header-container .top-links ul.links li.first a { padding-left: 20px; }
a.top-link-home { background-position: 0 4px; }
a.top-link-account { background-position: 15px -13px; }
a.top-link-cart { background-position: 15px -31px; }
a.top-link-checkout { background-position: 15px -46px; }
.header-container .top-links ul.right-links { margin: 0; }
ul.right-links > li { display: inline-block; }
.header-container .top-links ul.right-links > li { border: 0; padding: 11px 0; margin: -11px 0; background: url(../images/top_links_split.png) right no-repeat; transition: background 100ms ease-in-out; -moz-transition: background 100ms ease-in-out; -webkit-transition: background 100ms ease-in-out; -o-transition: background 100ms ease-in-out; position: relative; z-index: 1002; }
.header-container .top-links ul.right-links > li.last { background: none; }
.header-container .top-links ul.right-links > li > a { display: block; padding: 0 20px 0 40px; background-image: url(../images/top_right_links.png); background-repeat: no-repeat; cursor: default; }
.header-container .top-links ul.right-links > li:hover > a { background-image: url(../images/top_right_links_hover.png); color: #666; }
.header-container .top-links ul.right-links > li:hover { background-color: #f2f2f2; position: relative; }
a.wishlist-link { background-position: 20px 2px; }
a.mybag-link { background-position: 20px -18px; }

.header-container .top-links2 .container { padding: 8px 15px; }
a.sign-link { font-family: Verdana; font-size: 13px; color: #888; text-decoration: none; position: absolute; left: 15px; top: -33px; }
a.sign-link:hover { color: #555; text-decoration: none; }

.language-switcher, .currency-switcher {position: relative; z-index: 1001;}
.currency-switcher .selectbox .select { width: 75px; }
.language-switcher .selectbox .select { width: 115px; }

li.mini-cart #topCartContent { position: absolute; right: 0; top: 40px; width: 300px; background-color: #f2f2f2; box-shadow: 2px 2px 5px 0px #ddd; -moz-box-shadow: 2px 2px 5px 0px #ddd; -webkit-box-shadow: 2px 2px 5px 0px #ddd; z-index: 15; opacity: 0; filter: alpha(opacity=0); transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -webkit-transition: opacity 300ms ease-in-out; -o-transition: opacity 300ms ease-in-out; display: none; padding: 20px; text-align: left; text-transform: none; font-family: Verdana; font-size: 14px; color: #7b7b7b; }

li.mini-cart:hover #topCartContent { display: block; opacity: 1; filter: alpha(opacity=100); }

li.mini-wishlist #topWishlistContent { position: absolute; right: 0; top: 40px; width: 300px; background-color: #f2f2f2; box-shadow: 2px 2px 5px 0px #ddd; -moz-box-shadow: 2px 2px 5px 0px #ddd; -webkit-box-shadow: 2px 2px 5px 0px #ddd; z-index: 15; opacity: 0; filter: alpha(opacity=0); transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -webkit-transition: opacity 300ms ease-in-out; -o-transition: opacity 300ms ease-in-out; display: none; padding: 20px; text-align: left; text-transform: none; font-family: Verdana; font-size: 14px; color: #7b7b7b; }

li.mini-wishlist:hover #topWishlistContent { display: block; opacity: 1; filter: alpha(opacity=100); }

.header-container .top-links .mini-products-list .product-image { float:left; height: auto; text-indent: initial; padding: 0; }

.ui-slider.slider-range { background: #fcfcfc; cursor: pointer;}
.ui-slider .ui-slider-range { background: #a3a3a3; }
.ui-slider .ui-slider-handle.ui-state-default {
    background: url(../images/ui_slider_handle.png) no-repeat;
    z-index: 1;
}
#amount { font-family: 'Roboto Condensed', Verdana; font-size: 13px; font-weight: bold; color: #777; width: 100%; text-align: center; }
.toolbar .price-filter-slider { float: right; }
.toolbar .price-filter-slider > div { float: left; width: 200px; position: relative; bottom: 9px;}
.toolbar .price-filter-slider > div > p { margin-bottom: 2px; }
.toolbar .price-filter-slider > label { float: left; margin: 0; margin-right: 15px; }
.toolbar button.btn-compare { float: left; margin:0; margin-right: 20px; }
.toolbar-bottom button.btn-compare { display: none; }
.toolbar .pager .view-mode { float: left; margin:0; margin-right: 20px; margin-bottom: 10px; }
.toolbar .for-mobile.view-mode { float: right; margin:0; }
.toolbar .pager { font-family: Verdana; font-size:13px; font-weight: normal; color: #999; background: none; border: 0; }
.toolbar .pager label { font-weight: normal; }
.toolbar .view-mode label { float: left; margin: 0; margin-right: 10px; line-height: 30px; }
.toolbar .view-mode .grid { display: block; background: url(../images/view_mode.png) -2px -2px no-repeat; width: 28px; height: 28px; text-indent: -9999px; float: left; margin-top: 2px;}
.toolbar .view-mode .list { display: block; background: url(../images/view_mode.png) -2px -31px no-repeat; width: 28px; height: 28px; text-indent: -9999px; float:left; margin-left: 10px; margin-top: 2px; }
.toolbar .view-mode strong.grid, .toolbar .view-mode strong.list { border:2px solid #999; }
.toolbar .view-mode a.grid { background-position: 0px 0px; }
.toolbar .view-mode a.list { background-position: -1px -29px; }
.pager .pages li:hover { border: 2px solid #a3a3a3; line-height: 26px; }
.pager .pages li a { text-decoration: none; color: #a3a3a3; }
.pager .pages li a img { margin: 0 0 1px 1px; }
.pager .pages li.current:hover { border: 1px solid #d6d6d6; line-height: 28px; }

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:100%; margin:0 auto; }
.col1-layout .products-grid { width:100%; margin:0 auto; }

.col1-layout .products-grid li.item { width: 23.5%; margin-right: 2%; }
.col2-left-layout .products-grid li.item,
.col2-right-layout .products-grid li.item,
.col3-layout .products-grid li.item { width: 31.3%; margin-right: 3%; }
/* Product Grid */
.products-grid li.item .product-image img { width: 100%; position: relative; }
/* Product List */
.products-list .product-image { width: 216px; }
.products-list .product-image img { width: 100%; height: auto; }
.products-list .product-image-area { float: left; }

.product-image-area { position: relative; cursor: pointer; }
.product-image-area .hover-area { position:absolute; width: 100%; height: 100%; left: 0; top: 0; display: none; background: rgba(0, 0, 0, 0.25); z-index: 10; text-align: center; padding-top: 6px; overflow: hidden; }
.product-image-area .hover-area .ratings { margin: 0 0 15px 0; }
.product-image-area .hover-area .ratings .amount { display: none; }
.product-image-area .hover-area .ratings .rating-box { float: none; margin: 0 auto; background: url(../images/rating_star.png) 0 0 repeat-x; height: 18px; width: 100px; }
.product-image-area .hover-area .ratings .rating-box .rating { background: url(../images/rating_star.png) 0 100% repeat-x; height: 18px; }
.product-image-area .hover-area .short_desc { padding: 0 15px; font-family: 'Open Sans'; font-size: 12px; font-weight: 600; color: #fff; /* text-transform: uppercase; */ line-height: 15px; /* max-height: 90px; */ overflow: hidden; margin-bottom: 15px; }

.new-product-icon {
	border-radius: 3px;
  opacity: 0.9;
  background: #000 !important;
  color: #FFF !important;
  text-align: center;
  font-family: 'Open Sans';
  border-bottom: none !important;
  font-size: 13px;
  line-height: 20px;
  top: 0% !important;
  padding: 2px 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  z-index: 2;
}

.sale-product-icon {
	border-radius: 3px;
  opacity: 0.9;
  background: #CB2D2D !important;
  color: #FFF !important;
  text-align: center;
  font-family: 'Open Sans';
  border-bottom: none !important;
  font-size: 13px;
  line-height: 20px;
  padding: 2px 10px !important;
  top: 0% !important;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  z-index: 2;
}


.sale-product-icon:after {
	display:none;
    content:" ";
    width: 0;
	height: 0;
	right:0px;
	top:31px;
	border-style: solid;
	border-width: 20px 26px 0 0;
	border-color: #940808 transparent transparent transparent;
	position:absolute;
}

.new-product-icon:after {
	display:none;
    content:" ";
    width: 0;
	height: 0;
	
    left: 0px;
	top:31px;
	border-style: solid;
	
    border-width: 0px 26px 20px 0px !important;
	
    border-color: rgba(0, 0, 0, 0) #AB9259 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position:absolute;
}


ul.cart-button-set li { display: inline-block; }
ul.cart-button-set a.addtocart { display:block; height:30px; border:2px solid #fff; background:transparent; padding:0 10px; font:bold 13px/28px 'Open Sans', Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase; transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; cursor:pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-decoration: none; margin-bottom: 5px; }
ul.cart-button-set a.addtowishlist { display:block; height:30px; border:2px solid #fff; background: url(../images/add_to_links.png) 0 0 no-repeat; background-color: transparent; padding:0 10px; font:bold 13px/28px 'Open Sans', Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase; transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; cursor:pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-decoration: none; text-indent: -9999px; width: 30px; }
ul.cart-button-set a.addtocompare { display:block; height:30px; border:2px solid #fff; background: url(../images/add_to_links.png) -1px -29px no-repeat; background-color: transparent; padding:0 10px; font:bold 13px/28px 'Open Sans', Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: uppercase; transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; cursor:pointer; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-decoration: none; text-indent: -9999px; width: 30px; }

ul.cart-button-set a.addtocart:hover { background: #8C2222; color: #fff; border:2px solid #8C2222; }
ul.cart-button-set a.addtowishlist:hover { background-color: #8C2222; color: #fff; border:2px solid #8C2222; }
ul.cart-button-set a.addtocompare:hover { background-color: #8C2222; color: #fff; border:2px solid #8C2222; }

.block-layered-nav .akordeon-item .akordeon-item-head { height: 53px; }
.block-layered-nav .akordeon-border-bottom { border-bottom: solid 2px #e9e9e9; }
.block-layered-nav .akordeon-heading { font-family:'Open Sans'; font-weight: normal; font-size: 18px; color: #444; text-transform: none; border-bottom: 2px solid #444; height: 53px; padding-top: 13px; }
@media (min-width: 769px) and (max-width: 1200px){
    .block-layered-nav .akordeon-heading{
        font-size: 13px;
    }
}
.block-layered-nav .akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom { border-bottom: 0 !important; width: 100%; }
.block-layered-nav .akordeon { border-bottom: 0; }
.block-layered-nav .akordeon-icon { width: 34px; height: 34px; margin-top: 12px; /*display: none;*/ }
.block-layered-nav .akordeon-icon:hover{ background: none; }
.block-layered-nav .akordeon-icon span { background: url(../images/expand_icon.png) 9px 11px no-repeat; width: 34px; height: 34px;border: 2px solid transparent; margin: 0; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.block-layered-nav .akordeon-icon:hover span{ border: 2px solid #444; }
.block-layered-nav .akordeon-item.expanded .akordeon-icon span { background-position: 9px -30px;}
.block-layered-nav .akordeon-item.akordeon-item-last.collapsed .akordeon-item-head { border-bottom: 2px solid #e9e9e9; }
.block-layered-nav .akordeon-item.akordeon-item-last.expanded .akordeon-item-head { border-bottom: 2px solid #e9e9e9; }

.block-category-nav .akordeon-icon { width: 27px; height: 27px; margin-top: 6px; }
.block-category-nav .akordeon-icon:hover { background: none; }
.block-category-nav .akordeon-icon span { background: url(../images/expand_icon_2.png) -2px 5px no-repeat; width: 26px; height: 26px; border: 2px solid transparent; margin: 0; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.block-category-nav .akordeon-icon:hover span{ border: 2px solid #444; }
.block-category-nav .akordeon-item.expanded .akordeon-icon span { background-position: -2px -83px;}

.akordeon-item.has-no-children .akordeon-icon { display: none; }
.block-category-nav .akordeon-heading a { color: #666; font-family: Verdana; font-size: 15px; }
.block-category-nav .akordeon-heading a:hover { color: #8C2222; }
.block-category-nav ul { padding: 10px 0; }
.block-category-nav li { font-family: Verdana; font-weight: normal; font-size: 14px; padding: 4px 20px; }
#callouts { position: relative; color: #777; }
#callouts ul.slidesjs-pagination { position: absolute; bottom: 10px; text-align:center; z-index:10; display: block; width: 100%; }
#callouts ul.slidesjs-pagination li { display: inline-block; }
#callouts ul.slidesjs-pagination li a { display: block; width: 14px; height: 14px; text-indent: -9999px; border: 2px solid #fff; border-radius: 7px; margin: 0 2px; }

#callouts ul.slidesjs-pagination li a.active, #callouts ul.slidesjs-pagination li a:hover { border: 2px solid #8C2222; background: #8C2222; }

.compare-table .link-wishlist { display: inline-block; }
.compare-table .ratings { display: inline-block; }
.compare-table .ratings .amount { float: left; line-height: 14px; }
.compare-table .ratings { display: inline-block; }
 
button.button.btn-cart span { font-size: 21px; line-height: 43px; height: 45px; padding: 0 10px; font-weight: normal; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;  }
button.button.btn-cart span span { padding: 0; }
.add-to-box .link-wishlist { background: url(../images/add_to_links_3.png) 0 -2px no-repeat; }
.add-to-box .link-compare { background: url(../images/add_to_links_3.png) 0 -120px no-repeat; }
.add-to-box .link-wishlist:hover { background-position: 0 -61px; }
.add-to-box .link-compare:hover { background-position: 0 -179px; }

.products-list button.button.btn-cart span { font-size: 15px; line-height: 32px; height: 34px; font-weight: bold; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }

.product-view .add-to-box {  }
.product-view .product-shop .price-box { float: none; line-height: 48px; margin-right: 40px; }
.product-view .product-shop .price-box-bundle .price-box { float: none; line-height: 25px; }
.product-view .add-to-box .add-to-cart { margin-right: 25px; line-height: 35px; width: 90%;}
.product-view .add-to-box .add-to-cart button { width: 100%;}
.product-view .add-to-box .add-to-cart button > span{ width: 100%;}
.product-view .sharing-tool-area { margin: 5px 0; padding: 20px 0; border-top: 1px solid #e8e8e8; }
.product-view .sharing-tool-area span.label { float: left; font-family: Verdana; font-size: 12px; font-weight: normal; color: #6d6c67; line-height: 32px; padding: 0; margin-right: 10px; }
.product-view .sharing-tool-area .addthis_toolbox {  }
.product-view .sharing-tool-area .addthis_32x32_style .addthis_counter.addthis_bubble_style { width: 62px !important; }
.product-view .product-accordion { margin-top: 15px; }
.product-view .product-review-area { margin-top: 15px; }

.product-accordion .akordeon-heading { font-family: 'Open Sans'; font-size: 16px; font-weight: 600;  color: #555; padding-top: 13px; }
.product-accordion .expanded .akordeon-heading { border-top: 1px solid #444; margin-top: -1px; }
.product-accordion .akordeon-item .akordeon-item-head { height: 50px; }
.product-accordion .akordeon-icon { display: none; }
.product-accordion .akordeon-icon span { background: none; }
.product-accordion .akordeon-item-content { font-size: 14px; color: #777; }
.akordeon-item-content li {display: inline-block; padding: 0px 10px 0px 0px;}
.akordeon-item-content li:after {content: " /";}
.akordeon-item-content li:last-child:after {content: "";}
li.colorblock:after {content: "";}
.block.block-reviews { margin-top: 20px; }
.block.block-reviews .block-content { padding-top: 0; }
.box-reviews { padding-top: 20px; }
.review-counts { font-family: 'Open Sans'; font-weight: normal; font-size: 13px; color: #888; margin: 5px 0; float: left; margin-bottom: 15px; }
.review-counts span { font-family: 'PT Sans'; font-weight: bold; font-size: 16px; color: #555; }
.box-reviews > .rating-box { float: right; margin: 10px 0; margin-bottom: 20px; }
.review-item { margin-bottom: 50px; }
.review-item .review-content { border: 1px solid #dfdfdf; padding: 20px; position: relative; background: #fff; }
.review-item .review-content:before { position: absolute; bottom: -13px; right: 49px; display: inline-block; border-right: 10px solid transparent; border-top: 13px solid #ccc; border-left: 10px solid transparent; border-top-color: #ccc; content: ''; }
.review-item .review-content:after { position: absolute; bottom: -12px; right: 50px; display: inline-block; border-right: 9px solid transparent; border-top: 12px solid #fff; border-left: 9px solid transparent; content: ''; }
.review-item .review-content > a { font-family: 'Open Sans'; font-size: 16px; color: #555; font-weight: 600; text-transform: uppercase; }
.review-item .review-content > div { font-family: Verdana; font-size: 13px; color:#777; font-weight: normal; margin-bottom: 5px; display: block; }
.review-item .review-customer { margin: 13px 0 0; }
.review-item .review-customer .avatar-image { float: left; width: 70px; margin-right: 20px; }
.review-item .review-customer .avatar-image img { width: 100%; }

.review-item .review-customer > span { font-family: 'Open Sans'; font-size: 18px; color: #666; font-weight: normal; margin-bottom: 5px; display: block; line-height: 24px; }
.review-item .review-customer > small { font-family: 'Roboto Condensed'; font-size: 14px; color: #666; font-weight: normal; margin-top: 5px; display: block; }
.for-mobile { display: none; }
.for-tablet { display: none; }
.for-not-tablet { display: block; }
.for-desktop { display: block; }
span.for-desktop { display: inline-block; }
table.for-mobile { display: none; }
table.for-desktop { display: table; }
tr.for-desktop { display: table-row; }
th.for-desktop { display: table-cell; }
tr.for-mobile { display: none; }
th.for-mobile { display: none; }
td.for-desktop { display: table-cell; }

.mobile-show { display:none; padding: 0; margin: 0; font-family: Verdana; font-size: 14px; color: #595959; }
.data-table tr.for-mobile td span.label { margin-right: 5px; color: #555; font-family: 'Open Sans'; font-size: 13px; font-weight: 600; text-transform: uppercase; }

/* Shopping Cart =====================================*/
.cart-extra { width: 40%; float: left; margin-top: 0; border: 0; padding-left: 0; padding-right: 0; border-bottom: 1px solid #e2e2e2; }
.cart-extra .akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom { border-bottom: none !important; }
.cart-extra-tab { width: 35%; float: left; margin: 0; }
.cart-extra .akordeon { width: 65%; margin: 0; float: left; border-bottom: 0; }
.cart-extra .discount { margin: 0; border: 1px solid #ccc; background: none; padding: 12px 15px; font-family: 'Lato_Regular'; font-size: 14px; border: 0; border-top: 1px solid #e2e2e2; }
.cart-extra .shipping-form input[type=text] { padding: 9px 11px; width: 50%; border: 1px solid #ccc; background: none; color: #595959; display: inline-block; margin-right: 20px; margin-bottom: 10px; }
.cart-extra .shipping-form .form-list .input-box { width: 100%; }
.cart-extra .shipping-form .form-list select { font-family: Verdana; }
.cart-extra .akordeon .akordeon-item.expanded .akordeon-item-body { height: auto !important; }
.cart-extra .akordeon .akordeon-item.expanded .akordeon-item-body .akordeon-item-content { padding: 0; }
.cart-extra .akordeon .akordeon-item.expanded .akordeon-item-body .akordeon-item-content .shipping { margin: 0; border-top: 1px solid #e2e2e2; padding: 20px; background: none; font-family: 'Lato_Regular'; font-size: 14px; border-bottom: none; }
.cart-extra .akordeon .akordeon-item .akordeon-item-body .akordeon-item-content .shipping p { font-family: 'Open Sans'; font-weight: normal; font-size: 18px; }
.cart-extra .akordeon .akordeon-item .akordeon-item-head { display: none; }
.cart-extra .akordeon .akordeon-item.collapsed .akordeon-item-head {  }
.cart-extra-tab li { background: transparent; color: #555; font-family: 'Open Sans'; font-size: 15px; padding: 0; text-align: left; text-transform: uppercase; cursor: pointer; margin-bottom: 2px; border-top: 1px solid #e2e2e2; font-weight: 600; }
.cart-extra-tab li.coupon-tab { border-bottom: 1px solid #e2e2e2; }
.cart-extra-tab li span { padding: 20px 0; display: inline-block; margin-top: -1px; }
.cart-extra-tab li.expanded span { border-top: 1px solid #444; }
.akordeon-item.expanded .akordeon-item-body { overflow: visible; }
.cart-extra .selectbox { width: 100%; }
.cart-extra .selectbox .select { width: 100%; }

/*------- Contact us --------*/
.contacts-index-index .main { padding-top: 20px; }
.contacts-index-index .block.block-contactform .block-content { padding-top: 0; }
#store_map { height: 500px; margin-bottom: 60px; }
.contacts-area { padding-left: 0; margin-bottom: 60px; }
.block-contactdetails { padding-right: 0; }
.block.block-contactform .block-title { border: 0; padding-bottom: 20px; }
.block.block-contactform .block-title strong span { border: 0; margin: 0; text-transform: uppercase; }
.block.block-contactform .block-content > ul.form-list { padding-right: 0; }
.block.block-contactform .block-content > ul.form-list.first { padding-left: 0; padding-right: 15px; }
.block.block-contactform .form-list input.input-text { padding: 10px; }
.block.block-contactform .form-list textarea { padding: 15px 10px; }
.block.block-contactform .form-list .captcha { width: 60%; float: left; padding-right: 20px; }
.block.block-contactform .form-list .captcha-image { width: 40%; float: left; }
.block.block-contactform .form-list .captcha-image .captcha-img { height: 46px; }
.block.block-contactform button.button { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.block.block-contactform button.button span { height: 46px; font-size: 19px; line-height: 44px; padding: 0 20px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #666; border-color: #666; }
.block.block-contactform button.button:hover span { color: #fff; border-color: #8C2222; }
.block.block-contactform button.button span span { padding: 0; }
.block.block-contactform p.required { font-family: Verdana; font-size: 14px; color: #adadad; text-align: left; }
.block.block-contactform p.required em { color: #8C2222; }

.block-contactdetails .block-title strong span { padding-bottom: 15px; }
.block-contactdetails .block-content { padding-top: 20px; }
.block-contactdetails .row { margin: 0; margin-bottom: 15px; }
.block-contactdetails .row .row-header { float: left; background: url(../images/contact_detail_icon_set.png) 0 0 no-repeat; width: 37px; height: 37px; display: block; text-indent: -9999px; margin-right: 20px; margin-bottom: 10px; }
.block-contactdetails .row.phone .row-header { background-position: 0 0; }
.block-contactdetails .row.mobile .row-header { background-position: 0 -74px; }
.block-contactdetails .row.email .row-header { background-position: 0 -148px; }
.block-contactdetails .row.skype .row-header { background-position: 0 -222px; }
.block-contactdetails .row .row-info { float: left; }
.block-contactdetails .row .row-info p { font-family: Verdana; font-size: 15px; color: #888; line-height: 15px; margin-bottom: 9px; }

/*------- Login/Register -------*/
.account-login .block .block-content { font-family: Verdana; font-size: 14px; color: #ababab; min-height: 200px; }
.account-login .col2-set > div { padding-left: 25px; padding-right: 0; }
.account-login .col2-set > div:first-child { padding-left: 0; padding-right: 25px; }
.account-login button.button { float: left; }
.account-login button.button span { border-color: #666; height: 40px; padding: 0 20px; font-size: 18px; line-height: 38px; color: #666; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  }
.account-login button.button span span { padding: 0; }
.account-login button.button:hover span { color: #fff; border-color: #8C2222; }
.account-login .buttons-set a { line-height: 40px; }

.account-create .form-list .input-box.captcha { width: 50%; float: left; margin-right: 15px; }
.account-create .captcha-image .captcha-img { height: 46px; }

.account-create .buttons-set button.button { float: left; margin: 0; }
.account-create button.button span { border-color: #666; height: 40px; padding: 0 20px; font-size: 18px; line-height: 38px; color: #666; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  }
.account-create button.button span span { padding: 0; }
.account-create button.button:hover span { color: #fff; border-color: #8C2222; }
.account-create .buttons-set a { line-height: 40px; }

.block-forgot-password .block-content { font-family: Verdana; font-size: 14px; color: #ababab; min-height: 250px; }
.block-forgot-password .form-list .input-box.captcha { width: 50%; float: left; margin-right: 15px; }
.block-forgot-password .captcha-image .captcha-img { height: 46px; }
.block-forgot-password .buttons-set button.button { float: left; margin: 0; }
.block-forgot-password button.button span { border-color: #666; height: 40px; padding: 0 20px; font-size: 18px; line-height: 38px; color: #666; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  }
.block-forgot-password button.button span span { padding: 0; }
.block-forgot-password button.button:hover span { color: #fff; border-color: #8C2222; }
.block-forgot-password .buttons-set a { line-height: 40px; }

.block-reset-password .block-content { font-family: Verdana; font-size: 14px; color: #ababab; min-height: 250px; }
.block-reset-password .form-list .input-box.captcha { width: 50%; float: left; margin-right: 15px; }
.block-reset-password .captcha-image .captcha-img { height: 46px; }
.block-reset-password .buttons-set button.button { float: left; margin: 0; }
.block-reset-password button.button span { border-color: #666; height: 40px; padding: 0 20px; font-size: 18px; line-height: 38px; color: #666; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  }
.block-reset-password button.button span span { padding: 0; }
.block-reset-password button.button:hover span { color: #fff; border-color: #8C2222; }
.block-reset-password .buttons-set a { line-height: 40px; }
.my-account .buttons-set button.button { float: left; margin: 0; margin-right: 10px; margin-bottom: 10px; }
.my-account button.button span { border-color: #666; height: 31px; padding: 0 20px; font-size: 12px; line-height: 31px; /* border: 2px solid #000; */ /* background: transparent !important; */ color: #666; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;  }
.my-account button.button span span { padding: 0; }
.my-account button.button:hover span { color: #fff; border-color: #8C2222; }
.my-account .buttons-set a { line-height: 40px; }
.block .block-title strong a { float: right; font-size: 12px; font-weight: normal; }
.my-account .my-wishlist .cart-cell { width: 235px; }
.my-account .my-wishlist .cart-cell input.qty { height: 40px; display: inline-block; margin-right: 15px; }
.my-account .my-wishlist .cart-cell button.btn-cart { display: inline-block; }
.my-account .box-title a { font-size: 11px; font-weight: normal; float: right; line-height: 12px; text-transform: none; font-family: Verdana; }

.review-product-list .product-accordion.col-md-6 { width: 100%; padding: 0; }
/*------- Page TItle -------*/
.breadcrumbs .page-title { float: left; font-family: 'Open Sans'; font-weight: normal; font-size: 26px; color: #444; }
.checkout-cart-index .breadcrumbs .page-title { display: block; }
.checkout-cart-index .breadcrumbs ul { float: right; }
.checkout-onepage-index .breadcrumbs .page-title { display: block; }
.checkout-onepage-index .breadcrumbs ul { float: right; }
.customer-account-login .breadcrumbs .page-title { display: block; }
.customer-account-login .breadcrumbs ul { float: right; }
.customer-account-create .breadcrumbs .page-title { display: block; }
.customer-account-create .breadcrumbs ul { float: right; }
.customer-account-forgotpassword .breadcrumbs .page-title { display: block; }
.customer-account-forgotpassword .breadcrumbs ul { float: right; }
.customer-account-resetpassword .breadcrumbs .page-title { display: block; }
.customer-account-resetpassword .breadcrumbs ul { float: right; }
.catalog-product-compare-index .breadcrumbs .page-title { display: block; }
.catalog-product-compare-index .breadcrumbs ul { float: right; }

/*------- About us -------*/
.cms-page-view .std { font-family: Verdana; font-size: 14px; line-height: 20px; color: #999; }
.cms-page-view .std h1 { font-family: 'Open Sans'; font-weight: 600; font-size: 25px; color: #555; line-height: 25px; border-bottom: 2px solid #555; width: 100%; text-transform: uppercase; padding-bottom: 15px; margin: 0; margin-bottom: 15px; }
.cms-page-view .std em { font-family: 'Open Sans'; font-size: 13px; line-height: 18px; }
.cms-page-view .std  ul { padding-left: 15px; margin: 25px 0; line-height: 25px; }
.cms-page-view .std  ul.no-style { list-style: none; padding: 0; }
.cms-page-view .std img { width: 100%; }
.cms-page-view .std .description { margin-top: 20px; margin-bottom: 100px; }
.cms-page-view .std .highlight.red { color: #8C2222; }
.cms-page-view .std .team-member .image-area { width: 100%; border-radius: 200px; -webkit-border-radius: 200px; -moz-border-radius: 200px; background-clip: padding-box; -webkit-background-clip: padding-box; -moz-background-clip: padding; margin-bottom: 10px; position: relative; overflow: hidden; }
.cms-page-view .std .team-member .overlay { background: url(../images/overlay.png); border-radius: 200px; -webkit-border-radius: 200px; -moz-border-radius: 200px; background-clip: padding-box; -webkit-background-clip: padding-box; -moz-background-clip: padding; position: absolute; z-index: 2; width: 100%; height: 100%; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; left: 0; top: 0; opacity: 0; }
.cms-page-view .std .team-member:hover .overlay { opacity: 1; }
.cms-page-view .std .team-member .social-buttons { position: absolute; top: 50%; left: 0; text-align: center; z-index: 3; margin-top: -20px; width: 100%; }
.cms-page-view .std .team-member .social-button { background-color: transparent; background-image: url("../images/social-icon-white.png"); display: inline-block; height: 40px; margin: 0 10px; text-align: left; text-indent: -9999px; text-transform: capitalize; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; width: 40px; border: solid 2px white; -webkit-border-radius: 3px; -webkit-background-clip: padding-box; -moz-border-radius: 3px; -moz-background-clip: padding; border-radius: 3px; background-clip: padding-box; }
.cms-page-view .std .team-member { margin-bottom: 15px; }
.cms-page-view .std .team-member .social-button.facebook { background-position: -1px -1px; }
.cms-page-view .std .team-member .social-button.twitter { background-position: -1px -41px; }
.cms-page-view .std .team-member .social-button:hover { background-color: #8C2222; border-color: #8C2222; }
.cms-page-view .std .team-member .title { width: 100%; text-align: center; font-size: 13px; line-height: 18px; font-family: 'Open Sans'; color: #999; display: block; }
.cms-page-view .std .team-member .name { width: 100%; text-align: center; font-size: 13px; line-height: 22px; font-family: 'Open Sans'; color: #666; display: block; text-transform: uppercase; }
.block.block-latest-post .block-title strong span, .block.block-testimonials .block-title strong span, .block.block-from-blog .block-title strong span, .block.block-about-shop .block-title strong span, .block.block-manufacturers .block-title strong span, .block.block-twitter-feed .block-title strong span { padding-bottom: 10px; }
.block.block-latest-post .block-content, .block.block-testimonials .block-content, .block.block-from-blog .block-content, .block.block-about-shop .block-content, .block.block-manufacturers .block-content, .block.block-twitter-feed .block-content { padding-top: 25px; }
.block.block-latest-post .block-content h3 { margin: 10px 0; }
.block.block-latest-post .block-content h3 a { font-family: 'Open Sans'; font-weight: 600; font-size: 20px; color: #555; line-height: 25px; text-transform: uppercase; }
.block.block-latest-post .block-content p { font-family: Verdana; font-size: 14px; line-height: 20px; }
.cms-page-view .std ul.bxslider { margin: 0; }
.block.block-latest-post .block-content div > a { font-family: 'Open Sans'; font-size: 14px; color: #555; font-weight: bold; text-transform: uppercase; }
.block.block-latest-post .block-content div > a:hover { color: #8C2222; }
.cms-page-view .bx-wrapper .bx-prev { left: auto; right: 30px; background: url(../images/controls.png) no-repeat 7px 2px; }
.cms-page-view .bx-wrapper .bx-next { right: 0; background: url(../images/controls.png) no-repeat 7px -34px; }
.cms-page-view .bx-wrapper .bx-prev:hover { background-position: 7px 2px; border-color: #555; }
.cms-page-view .bx-wrapper .bx-next:hover { background-position: 7px -34px; border-color: #555; }
.cms-page-view .bx-wrapper .bx-controls-direction a { position: absolute; top: -47px; outline: 0; width: 26px; height: 20px; text-indent: -9999px; z-index: 40; border: 2px solid transparent; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }
.comments-widget .comment-box { width: 100%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 20px; border: solid 1px #dfdfdf; margin-bottom: 20px; position: relative; margin-top: 30px; background: #fff; }
.comments-widget .comment-box:before { position: absolute; bottom: -13px; right: 49px; display: inline-block; border-right: 10px solid transparent; border-top: 13px solid #dfdfdf; border-left: 10px solid transparent; border-top-color: #dfdfdf; content: ''; }
.comments-widget .comment-box:after { position: absolute; bottom: -12px; right: 50px; display: inline-block; border-right: 9px solid transparent; border-top: 12px solid #fff; border-left: 9px solid transparent; content: ''; }
.comments-widget .comment-box:first-child { margin-top: 0; }
.comments-widget .comment-box h2 { color: #555; font-size: 16px; line-height: 18px; font-weight: 600; margin: 10px 0; width: 100%; float: left; font-family: "Open Sans", Arial, sans-serif; text-transform: uppercase; }
.comments-widget .comment-box h2 a { color: #555; text-decoration: none; }
.comments-widget .comment-box p { width: 100%; float: left; color: #777; font-size: 13px; font-family: Verdana, Arial, sans-serif; line-height: 18px; }
.comments-widget .avatar-line { width: 100%; float: left; margin-bottom: 20px; }
.comments-widget .avatar-line .avatar-image { float: left; width: 70px; height: 70px; }
.comments-widget .avatar-line .text { margin-left: 90px; }
.comments-widget .avatar-line .text .name { color: #666; font-size: 18px; line-height: 18px; text-decoration: none; font-family: "Open Sans", Arial, sans-serif; width: 100%; margin: 10px 0; display: inline-block; }
.comments-widget .avatar-line .text .time { color: #666; font-size: 15px; line-height: 18px; font-family: "Roboto Condensed", Arial, sans-serif; width: 100%; display: inline-block; margin-top: 5px; }

/*------- Compare Products -------*/

.compare-table .product-image { width: 100%; }
.compare-table .product-image img { width: 100%; }


/*------- Filter Products -------*/

.block-bestseller .products-list li { display: block; }

/*------- Home Page --------*/
.cms-index-index .products-grid li.item { clear: none !important; padding: 0; }
.filter-products { margin-top: 50px; }
.filter-products ul.tabs { list-style: none; padding: 0; border-top: 1px solid #eee; }
.filter-products .tabs li { display: inline-block; font-family: 'Open Sans'; font-weight: 600; font-size: 18px; text-transform: uppercase; padding: 10px 0; margin-right: 60px; margin-top: -1px; border-top: 1px solid transparent; }
.filter-products .tabs li a { color: #666; }
.filter-products .tabs li a:hover { color: #333; }
.filter-products .tabs li.active { border-color: #444; }
.filter-products .tabs li.active a { color: #333; }
.filter-products .tab-contents { margin-top: 10px; }
.filter-products .tab-contents .tab { display: block; }
.filter-products .tab-contents .tab.active { display: block; }
.filter-products .bx-wrapper .bx-prev { left: auto; right: 100%; background: url(../images/controls.png) no-repeat 7px 2px; }
.filter-products .bx-wrapper .bx-next { right: 0px; background: url(../images/controls.png) no-repeat 7px -34px; }
.filter-products .bx-wrapper .bx-prev:hover { background-position: 7px 2px; border-color: #555; }
.filter-products .bx-wrapper .bx-next:hover { background-position: 7px -34px; border-color: #555;}
.filter-products .bx-wrapper .bx-controls-direction a { position: absolute; /* top: 0px; */ /* left: 49%; */ outline: 0; width: 26px; height: 20px; text-indent: -9999px; z-index: 9999; border: 2px solid transparent; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }
.std .split { border-top: 1px solid #eee; margin: 30px 0 50px 0; }
.filter-products .special-price .price, .filter-products .price-box .price { font-weight: bold; }
.filter-products .price-box .old-price .price { font-weight: normal; }
.std .split > div { width: 50px; height: 3px; background: #444; margin: -2px auto 0 auto; }
.block-from-blog img { margin: 0; width: 100%; }
.block-from-blog h3 { font-family: 'Open Sans'; font-weight: 600; font-size: 18px; color: #555; margin: 0; margin-bottom: 10px; text-transform: uppercase; }
.block-from-blog p { font-family: Verdana; font-size: 14px; color: #777; }
.block-from-blog a.more-link { font-family: 'Open Sans'; font-size: 13px; font-weight: bold; text-decoration: none; text-transform: uppercase; color: #555; }
.block-from-blog .bx-wrapper .bx-prev, .block-testimonials .bx-wrapper .bx-prev, .block-manufacturers .bx-wrapper .bx-prev { left: auto; right: 30px; background: url(../images/controls.png) no-repeat 7px 2px; }
.block-from-blog .bx-wrapper .bx-next, .block-testimonials .bx-wrapper .bx-next, .block-manufacturers .bx-wrapper .bx-next { right: 0px; background: url(../images/controls.png) no-repeat 7px -34px; }
.block-from-blog .bx-wrapper .bx-prev:hover, .block-testimonials .bx-wrapper .bx-prev:hover, .block-manufacturers .bx-wrapper .bx-prev:hover { background-position: 7px 2px; border-color: #555; }
.block-from-blog .bx-wrapper .bx-next:hover, .block-testimonials .bx-wrapper .bx-next:hover, .block-manufacturers .bx-wrapper .bx-next:hover { background-position: 7px -34px; border-color: #555;}
.block-from-blog .bx-wrapper .bx-controls-direction a, .block-testimonials .bx-wrapper .bx-controls-direction a, .block-manufacturers .bx-wrapper .bx-controls-direction a { position: absolute; top: -47px; outline: 0; width: 26px; height: 20px; text-indent: -9999px; z-index: 9990000000009; border: 2px solid transparent; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }
.block-about-shop h2 { font-family: 'Open Sans'; font-weight: 600; color: #555; font-size: 18px; text-transform: uppercase; margin-bottom: 10px; }
.block-about-shop p { font-family: Verdana; font-weight: normal; color: #777; font-size: 13px; }
.block-about-shop a.more-link { font-family: 'Open Sans'; font-weight: bold; color: #555; font-size: 13px; text-transform: uppercase; }
.block-about-shop h3 { font-family: 'Open Sans'; font-weight: normal; color: #555; font-size: 20px; }
.block-about-shop span.function { font-family: 'Open Sans'; font-weight: normal; font-style:italic; color: #555; font-size: 15px; margin-bottom: 10px; }
.block-about-shop .bx-wrapper .bx-prev { left: auto; right: 30px; background: url(../images/controls.png) no-repeat 7px 2px; }
.block-about-shop .bx-wrapper .bx-next { right: 0; background: url(../images/controls.png) no-repeat 7px -34px; }
.block-about-shop .bx-wrapper .bx-prev:hover { background-position: 7px 2px; border-color: #555; }
.block-about-shop .bx-wrapper .bx-next:hover { background-position: 7px -34px; border-color: #555;}
.block-about-shop .bx-wrapper .bx-controls-direction a { position: absolute; top: -16px; outline: 0; width: 26px; height: 20px; text-indent: -9999px; z-index: 9999; border: 2px solid transparent; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }
.box-subscribe { border: 4px double #ccc; padding: 35px 30px; text-align: center; margin-bottom: 75px; background-color: #fefefe; }
.box-title { font-family: 'Open Sans'; font-size: 35px; font-weight: bold; color: #555; text-transform: uppercase; line-height: 45px; }
.box-subscribe .split { margin: 15px auto; width: 40px; height: 5px; background: #555; border: 0; }
.form-subscribe-header { font-family: 'Open Sans'; font-weight: 600; font-size: 18px; color: #777; text-transform: uppercase; margin: 20px 0; }
#newsletter { text-align: left; width: 100%; height: 48px; border: 2px solid #eee; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; padding: 0 15px; background-color: #fbfbfb; }
#newsletter::-webkit-input-placeholder { font-family: Verdana; }
#newsletter::-moz-placeholder { font-family: Verdana; }
#newsletter:-moz-placeholder { font-family: Verdana; }
#newsletter::-ms-input-placeholder { font-family: Verdana; }
.box-subscribe .actions { margin-top: 25px; }
.box-subscribe .actions button.button { height: 50px; }
.box-subscribe .actions button.button span { height: 50px; font-size: 23px; padding: 0 20px; color: #505050; border-color: #666; line-height: 48px; }
.box-subscribe .actions button.button span span { padding: 0; }
.box-subscribe .actions button.button:hover span { color: #fff; border-color: #8C2222; }
.button.btn-twitter-follow { font-family: 'Open Sans'; font-weight: bold; font-size: 14px; color: #777 !important; text-shadow: none !important; line-height: 26px !important; height: 27px; border: 2px solid #777; text-transform: uppercase; margin-top: -66px; background: transparent url(../images/twitter_icon.png) 10px 6px no-repeat; padding: 0 10px; padding-left: 27px;transition: border-color 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out, color 200ms ease-in-out, background-color 200ms ease-in-out; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.button.btn-twitter-follow:hover { border-color: #8C2222; background-color: #8C2222; background-position: 10px -42px; color: #fff !important; }
.block-twitter-feed ul { list-style: none; padding: 0; }
.block-twitter-feed ul li { margin-bottom: 50px; }
.block-twitter-feed .user { margin: 20px 0; }
.block-twitter-feed .user img { float: left; }
.block-twitter-feed .user span { display: block; margin-left: 70px; font-family: Verdana; font-weight: normal; font-size: 14px; color: #666; line-height: 20px; }
.block-twitter-feed .user span:first-child { font-family: 'Open Sans'; font-weight: 600; font-size: 18px; color: #444; line-height: 28px; text-transform: uppercase; }
.block-twitter-feed .user span span { margin-left: 0; }
.block-twitter-feed p.tweet { font-family: Verdana; font-size: 15px; font-weight: normal; color: #666; word-wrap: break-word; }
.block-twitter-feed p.tweet a, .block-twitter-feed p.tweet a span { color: #8C2222; }
.block-twitter-feed p.interact { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eee; }
.block-twitter-feed p.interact a { font-family: Verdana; font-weight: normal; font-size: 14px; color: #777; background-image: url(../images/twitter_interact_icon.png); background-repeat: no-repeat; padding-left: 18px; margin-right: 20px; }
a.twitter_reply_icon { background-position: 0 2px; }
a.twitter_retweet_icon { background-position: 0 -19px; }
a.twitter_fav_icon { background-position: 0 -38px; }
.block-twitter-feed p.timePosted { font-family: Verdana; font-weight: normal; font-size: 14px; color: #999; }

/*------- Placeholder --------*/
::-webkit-input-placeholder { font-family: 'Open Sans'; font-size: 16px; }
::-moz-placeholder { font-family: 'Open Sans'; font-size: 16px; }
:-moz-placeholder { font-family: 'Open Sans'; font-size: 16px; }
::-ms-input-placeholder { font-family: 'Open Sans'; font-size: 16px; }
.medium-size input::-webkit-input-placeholder { font-size: 14px; }
.medium-size input::-moz-placeholder { font-size: 14px; }
.medium-size input:-moz-placeholder { font-size: 14px; }
.medium-size input::-ms-input-placeholder { font-size: 14px; }
.name-firstname input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 0 no-repeat; padding-left: 25px; text-transform: uppercase; }
.name-firstname input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right 5px no-repeat; padding-left: 25px; text-transform: uppercase; }
.name-firstname input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right 5px no-repeat; padding-left: 25px; text-transform: uppercase; }
.name-firstname input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 0 no-repeat; padding-left: 25px; text-transform: uppercase; }
.name-lastname input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 0 no-repeat; padding-left: 25px; text-transform: uppercase; }
.name-lastname input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right 5px no-repeat; padding-left: 25px; text-transform: uppercase; }
.name-lastname input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right 5px no-repeat; padding-left: 25px; text-transform: uppercase; }
.name-lastname input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 0 no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-company input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -112px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-company input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -107px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-company input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -107px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-company input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -112px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-email input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -25px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-email input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -20px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-email input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -20px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-email input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -25px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-address input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -139px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-address input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -134px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-address input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -134px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-address input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -139px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-city input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -167px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-city input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -162px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-city input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -162px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-city input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -167px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-postcode input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -195px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-postcode input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -195px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-postcode input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -195px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-postcode input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -198px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-phone input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -52px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-phone input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -48px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-phone input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -48px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-phone input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -52px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-fax input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -83px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-fax input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -78px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-fax input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -78px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-fax input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -83px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-region input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -263px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-region input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -258px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-region input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -258px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-region input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -263px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-taxnum input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -359px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-taxnum input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -359px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-taxnum input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -359px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-taxnum input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -359px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-password input::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -292px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-password input::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -287px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-password input:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -287px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-password input::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -292px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-comment textarea::-webkit-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -359px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-comment textarea::-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -359px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-comment textarea:-moz-placeholder { background: url(../images/placeholder_icon_set.png) right -359px no-repeat; padding-left: 25px; text-transform: uppercase; }
.input-comment textarea::-ms-input-placeholder { background: url(../images/placeholder_icon_set.png) 0 -359px no-repeat; padding-left: 25px; text-transform: uppercase; }
.captcha input::-webkit-input-placeholder { text-transform: uppercase; }
.captcha input::-moz-placeholder { text-transform: uppercase; }
.captcha input:-moz-placeholder { text-transform: uppercase; }
.captcha input::-ms-input-placeholder { text-transform: uppercase; }
.form-search input.input-text::-webkit-input-placeholder { font-family: 'Open Sans'; font-weight: normal; font-size: 15px; text-align: right; padding-top: 2px; }
.form-search input.input-text::-moz-placeholder { font-family: 'Open Sans'; font-weight: normal; font-size: 15px; text-align: right; padding-top: 2px; }
.form-search input.input-text:-moz-placeholder { font-family: 'Open Sans'; font-weight: normal; font-size: 15px; text-align: right; padding-top: 2px; }
.form-search input.input-text::-ms-input-placeholder { font-family: 'Open Sans'; font-weight: normal; font-size: 15px; text-align: right; padding-top: 2px; }
.form-search.for-tablet input.input-text::-webkit-input-placeholder { text-align: left; padding-top: 2px; }
.form-search.for-tablet input.input-text::-moz-placeholder { text-align: left; padding-top: 2px; }
.form-search.for-tablet input.input-text:-moz-placeholder { text-align: left; padding-top: 2px; }
.form-search.for-tablet input.input-text::-ms-input-placeholder { text-align: left; padding-top: 2px; }
.form-search input.input-text:focus::-webkit-input-placeholder { text-align: left; }
.form-search input.input-text:focus::-moz-placeholder { text-align: left; }
.form-search input.input-text:focus:-moz-placeholder { text-align: left; }
.form-search input.input-text:focus::-ms-input-placeholder { text-align: left; }

.block-bestseller-home { margin-bottom: 100px; }
.block-bestseller-home .block-title { border-top: 1px solid #eee; }
.block-bestseller-home .block-title strong { border-top: 1px solid #444; margin-top: -1px; display: inline-block; padding: 20px 0; font-family: 'Open Sans'; font-weight: 600; font-size: 18px; color: #333; text-transform: uppercase; line-height: 18px; }
.block-bestseller-home .block-content { padding-top: 10px; }
.block-bestseller-home .bx-wrapper .bx-prev { left: auto; right: 30px; background: url(../images/controls.png) no-repeat 7px 2px; }
.block-bestseller-home .bx-wrapper .bx-next { right: 0; background: url(../images/controls.png) no-repeat 7px -34px; }
.block-bestseller-home .bx-wrapper .bx-prev:hover { background-position: 7px 2px; border-color: #555; }
.block-bestseller-home .bx-wrapper .bx-next:hover { background-position: 7px -34px; border-color: #555; }
.block-bestseller-home .bx-wrapper .bx-controls-direction a { position: absolute; top: -32px; outline: 0; width: 26px; height: 20px; text-indent: -9999px; z-index: 40; border: 2px solid transparent; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }
.comments-widget .comment-box { width: 100%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 20px; border: solid 1px #dfdfdf; margin-bottom: 20px; position: relative; margin-top: 30px; background: #fff; }


/*------- Revolution Slider -------*/
.tp-banner-container { position: relative; /* top: 23px; */ margin-top: 20px;}

.tparrows.default {
    cursor: pointer;
    background-image: url(../images/slider_nav.png) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 70px !important;
    height: 50px !important;
    line-height: 28px;
    border: 3px solid #fff;
    color: #444;
    font-weight: bold;
    -webkit-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s !important;
    -moz-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s !important;
    -o-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s !important;
    -ms-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s !important;
    transition: background-color 0.2s, border-color 0.2s, opacity 0.2s !important;
}
.tparrows:hover {
    color: #fff !important;
    border-color: #8C2222 !important;
    background-color: #8C2222 !important;
}

.tparrows.tp-leftarrow.default { 
    background-position: 26px 12px;
}
.tparrows.tp-rightarrow.default { 
    background-position: 26px -38px;
    margin-left: 1px;
}
.black-tparrow .tparrows.default {
    border-color: #444;
}
.black-tparrow .tparrows.tp-leftarrow.default { 
    background-position: 26px -88px;
}
.black-tparrow .tparrows.tp-rightarrow.default { 
    background-position: 26px -138px;
    margin-left: 1px;
}
.tp-banner button.button {
    height: 50px;
    margin-top: 20px;
    padding: 0;
    background: transparent;
    text-shadow: none !important;
}
.tp-banner button.button span {
    height: 50px;
    font-size: 23px; 
    padding: 0 20px; 
    line-height: 48px; 
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tp-banner button.button.white span { 
    color: #fff; 
    border-color: #fff; 
}
.tp-banner button.button.black span { 
    color: #444;
    border-color: #444; 
}
.tp-banner button.button span span { 
    padding: 0;
}
.tp-banner button.button:hover span { 
    color: #fff; 
    border-color: #8C2222;
}
.header-white-80 {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    border-top: 6px solid #fff;
    padding: 10px 20px;
    line-height: 80px;
    margin: 0 auto;
    display: inline-block;
}
.bottom-white-split {
    margin: 15px auto 25px;
    height: 6px;
    width: 80px;
    background: #fff;
    border: 0;
    padding: 0;
}
.caption-white-15 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
}
.header-black-72 {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-size: 72px;
    color: #444;
    text-transform: none;
    border-top: 6px solid #444;
    padding: 10px 20px;
    line-height: 80px;
    margin: 0 auto;
    display: inline-block;
}
.bottom-black-split {
    margin: 15px auto 25px;
    height: 6px;
    width: 80px;
    background: #444;
    border: 0;
    padding: 0;
}
.caption-black-15 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    color: #444;
    text-transform: uppercase;
    line-height: 25px;
}
.header-black-65 {
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-size: 65px;
    color: #444;
    text-transform: none;
    border-top: 6px solid transparent;
    padding: 10px 20px;
    line-height: 80px;
    margin: 0 auto;
    display: inline-block;
}
.header-black-35 {
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 35px;
    color: #444;
    text-align: left;
    line-height: 40px;
}
.caption-block-17 {
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 17px;
    color: #666;
    line-height: 32px;
    border: 2px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 10px;
    background-color: #f7f7f7;
}
.header-black-36 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 36px;
    color: #444;
    line-height: 36px;
}
.caption-black-17 {
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    color: #444;
    text-align: left;
}

.logo.sticky-logo { float: left; height: 30px; margin: 12px 0; display: none; }
.logo.sticky-logo img { height: 100%; width: auto; display: block; bottom: 0px; position: relative; z-index: 1000;}
.sticky-menu .for-desktop #search_mini_form { display: none; }

/* ------------ For Custom Menu -------------- */
#nav_custom > li.custom-menu > ul {
    padding: 40px 0;
}
li.custom-menu .custom-menu-item {
    margin: 0 10px;
    border: 1px solid #e4e4e4;
    padding: 24px;
    background-color: #f7f7f7;
    cursor: pointer;
    transition: border-color ease-in-out 200ms;
    -ms-transition: border-color ease-in-out 200ms;
    -webkit-transition: border-color ease-in-out 200ms;
    -moz-transition: border-color ease-in-out 200ms;
    -o-transition: border-color ease-in-out 200ms;
}
li.custom-menu .custom-menu-item:hover {
    margin: -1px 9px;
    border-width: 2px;
    border-color: #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
li.custom-menu .custom-menu-item .custom-image {
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    padding: 30px 0;
}
#nav_custom li.custom-menu .custom-menu-item .custom-image img {
    width: 24px;
    margin: 0 auto;
    display: block;
}
li.custom-menu .custom-menu-item h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    color: #555;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
}
li.custom-menu .custom-menu-item div.spliter {
    height: 1px;
    background: #999;
    width: 50px;
    margin-top: -1px;
}
li.custom-menu .custom-menu-item p {
    padding: 20px 0 0;
    font-family: Verdana;
    font-size: 12px;
    color: #777;
    font-weight: normal;
}
.ajaxcart-index-options .product-view .add-to-box .add-to-cart {
    margin: 0;
}
.ajaxcart-index-options .product-view .add-to-box .price-box {
    margin-right: 20px;
}
.ajaxcart-index-options #ajax_loader {
    float: left;
    padding: 6px;
}
.fancybox-margin: { margin: 0 !important; }
.top-links2 .selectbox .dropdown { top: 32px; }
.toolbar .selectbox .dropdown { top: 30px; }
.catalogsearch-result-index .block-layered-nav .akordeon.narrow-by-list { margin-top: 0; }
@media (min-width: 992px) {
    .col1-layout .products-grid li.item:nth-child(4n){ margin-right: 0; }
    .col1-layout .products-grid li.item.nth-child-4n { margin-right: 0; }
    .col2-left-layout .products-grid li.item:nth-child(3n),
    .col2-right-layout .products-grid li.item:nth-child(3n),
    .col3-layout .products-grid li.item:nth-child(2n){ margin-right: 0; }
    .col2-left-layout .products-grid li.item.nth-child-3n,
    .col2-right-layout .products-grid li.item.nth-child-3n,
    .col3-layout .products-grid li.item.nth-child-2n{ margin-right: 0; }
    .col1-layout .products-grid li.item:nth-child(4n+1) { clear: left; }
    .col1-layout .products-grid li.item.nth-child-4np1 { clear: left; }
    .col2-left-layout .products-grid li.item:nth-child(3n+1),
    .col2-right-layout .products-grid li.item:nth-child(3n+1),
    .col3-layout .products-grid li.item:nth-child(2n+1){ clear: left; }
    .col2-left-layout .products-grid li.item.nth-child-3np1,
    .col2-right-layout .products-grid li.item.nth-child-3np1,
    .col3-layout .products-grid li.item.nth-child-2np1 { clear: left; }
    
    .sticky-menu .logo.sticky-logo { display: block; margin-right: 45px; }
    .sticky-menu #nav_custom { float: none; width: 100%; height: 55px; text-align: right; }
    .sticky-menu #nav_custom li.level0 { float: none; display: inline-block; }
}
@media (min-width: 768px) {
    .navbar.sticky-menu { position: fixed; width: 100%; top: -50px; z-index: 20000;0 }
}

.toplinksnew {
    /*background: #101010;
    padding: 8px 0px;*/
    height: 0px;
}

.clr {
    clear:both;
}

.headerleft {
    width: 33%;
    float: left;
}

.headercenter {
    float: left;
    width: 33%;
    margin-top: 10px;
    text-align: center;
}

.headerright {
    width: 33%;
    float: left;
    margin-top: 10px;
    text-align: left;
}

.top-links2 {
    display: none;
}

.headercontrol {
    margin: 15px 0px;
}

.headerleft img {
    height: 97px;
    text-align: left;
    display: block;
}

.headercontrol > div {
    width: 33.2% !important;
}

.block.block-manufacturers > .bx-wrapper {
    background: #333;
}

.block-manufacturers .bx-wrapper {
    background: url(//bilanis.gr/media/wysiwyg/vigoshop/homepage/homeslides.png);
    max-width: 1140px !important;
    padding: 10px !important;
}

#nav_custom > li > ul,#nav_custom > li:nth-child(4) > ul {
    padding-right: 56%;
}

.row.footer-bottom:after {
    content: " ";
    width: 180px;
    background-size: contain !important;
    height: 120px;
    background: url(//imbnet.gr/wp-content/uploads/2014/12/badge.png) no-repeat;
    position: absolute;
    top: -70px;
    left: calc(50% - 90px);
}

.col-sm-12 {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

img.menuicon {
    width: auto !important;
    height: 43px;
    display: block;
    opacity:0.6;
    transition: all .3s ease;
    margin: 0 auto;
    margin-top: 5px !important;
    text-align: center;
}

#nav_custom .level1 {
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
}

.menuright {
    position: absolute;
    right: 0px;
    margin-top: 16px;
    width: 54%;
}

.sizemenu,.brandsmenu {
    width: 48%;
    float: left;
    padding-left: 20px;
    border-left: 4px solid #B8B8B8;
}

.menusizes a {
    display: inline-block;
}

.sizemenu a {
    display: inline-block !important;
    width: auto !important;
    font-size: 13px !important;
    padding: 2px 12px !important;
    border: 1px solid #ccc !important;
    margin: 2px 0px !important;
    background: #FFF !important;
    float: none !important;
    transition:all .3s ease;
}

.sizemenu a:hover {
	background:#ddd !important;
	border:1px solid #aaa !important;
}

.sizemenu h3 {
    color: #333 !important;
}

.menusizes,.menusizes2 {
    margin-bottom: 30px;
}

#nav_custom li.level1.thumbnail-image-area {
    border: none !important;
}

.brandsmenu {
    margin-left: 15px !important;
    padding-left: 46px;
    height: 268px;
}

.brandsmenu a {
    display: inline-block !important;
    width: 95px !important;
    margin-right: 10px !important;
    border-radius: 3px;
    padding: 4px !important;
    opacity: 0.6;
    overflow: hidden;
    transition:all .3s ease;
}

.brandsmenu a:hover {
	opacity:0.5;
}

.brandsmenu a img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-container {
    background: url(//bilanis.gr/skin/frontend/default/vigoshop/css/images/footerimg.jpg) no-repeat !important;
    background-size: cover !important;
}

.footer .footer-middle .block .block-title strong span {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.footer ul.links li a {
    color: #4D4D4D !important;
}

.footer .block .block-content ul li {
    color: #4D4D4D !important;
}

.newsletter {
    background: #000;
    padding: 7px 0px;
}

.newsletter .col-sm-8 > img {
    display: inline-block;
    vertical-align: middle;
}

.newsletter .col-sm-8 > form {
    display: inline-block;
}

.newsletter .col-sm-8 > form input {
    padding: 5px 0px;
    width: 160px;
}

.newsletter .col-sm-8 > form input[type="submit"] {
    width: 92px;
    font-weight: bold;
}

.newsletter .col-sm-4  > img {
    display: inline-block;
    height: 100%;
    width: auto;
}

.newsletter .col-sm-4 a {
    background: #e0e0e0;
    display: inline-block;
    height: 34px;
    padding: 5px;
    top: 11px;
    position: relative;
    border-radius: 2px;
}

.newsletter .col-sm-4 a img {
    width: auto;
    height: 100%;
    vertical-align: bottom;
}

.newsletter .col-sm-4 > img {
    margin-right: 20px;
}

.contactleft {
    width: 48%;
    margin-right: 1%;
    float: left;
}

.contactleft .block-title {
    display: none;
}

.contactleft .block-content {
    padding-top: 0px;
}

.contactleft .block-content ul {
    width: 100% !important;
    margin: 5px 0px !important;
}

.contactleft .block-content li {
    list-style-type: none;
}

.contactleft .block-content li .required {
    display: none;
}

.contactleft ul.form-list {
    margin: 0px !important;
    padding: 0px !important;
}

.toolbar button.btn-compare {
    background: #E36726;
    border: none !important;
    color: #fff !important;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.toolbar button.btn-compare span {
    color: #fff !important;
}

.toolbar button.btn-compare span span {
    border: none !important;
}

.toolbar button.btn-compare > span {
    border: none;
}

.block.block-category-nav {
    display: none;
}

.col-right.sidebar > .block > .block-content > .akordeon {
    margin-top: 130px !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10439999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: 75%;
  max-width: 1020px;
  z-index: 1000000000000000000;
  margin: 20px auto;
}

#productivity-panel {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    z-index: 10;
    transition:all .3s ease;
}

#productivity-panel:hover {
	opacity:1;
}

.talkwithus {
    position: fixed;
    top: 50%;
    right: -57px;
    height: 50px;
    transition: all .3s ease;
    z-index: 1000;
}

.talkwithus:hover {
    right: 0px;
}

#nav_custom ul li.level1 > a:hover > span {
    color: #000 !important;
}

#nav_custom ul li.level1 > a:hover > img {
    opacity: 1;
}

.footer ul.links li a {
	transition:all .3s ease;
}

.footer ul.links li a:hover {
	color:#000 !important;
}

.cartleft {
    width: 156px;
    float: right;
    margin-top: 15px;
    transition: all .3s ease;
}

.cartright {
    width: 64px;
    float: right;
    transition: all .3s ease;
    margin-top: 4px;
}

a.cartgo {
    color: #373737;
}

.headerright {
    transition: all .3s ease;
}

.product-collateral.akordeon,.product-review-area {
    display: none;
}

.no-rating {
	display:none;
}

.catalog-product-view .add-to-cart button.button span {
    /*background-color: #8C2222 !important;
    border-color: #8C2222 !important;*/
    background-color: #2D8C22 !important;
    border-color: #2D8C22 !important;
    color:#fff;
    /* font-size: 13px; */
}

.catalog-product-view .add-to-cart button.button:hover span {
    background-color: /*#BD2020*/ #24BD20 !important;
    border-color: /*#BD2020*/#24BD20 !important;
    color:#fff;
}

p.availability.out-of-stock span {
font-weight: 900 !important;
}

a.sizeguide {
    /* border: 2px solid #2F2F2F; */
    display: block;
}

.manright {
    position: relative;
    top: 49px;
    left: 100px;
}

.bil-width-3 {
    display: inline-block;
    width: 28%;
    text-align: center;
    transition: all .3s ease;
}

.bil-width-3 img {
    height: 100px;
    width: auto !important;
}

.bil-row {
    text-align: center;
    margin: 20px 0px;
}

.bil-width-3:hover {
    opacity: 0.7;
}

.block-manufacturers .bx-controls-direction {
    /* display: none; */
}

.cms-vigoshop-home-1 .col-sm-4.full-width-img a {
    transition: all .3s ease;
}

.cms-vigoshop-home-1 .col-sm-4.full-width-img a:hover {
    opacity:0.7;
}

.block.block-list.block-viewed {
    display: none;
}

.block.block-banner {
    display: none;
}


/* ΧΡΩΜΑΤΑ */


.colorblock a {
    display: block;
    width: 100%;
    height: 100%;
}

.colorblock a:after {
    display: block;
    content: attr(data-tooltip);
    width: 160px;
    padding-left: 30px;
}
.colorblock {
    background: #333;
    display: block !important;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    padding: 0px !important;
    margin-bottom: 5px;
}

.xaki {
	background-color:#63785a;
}

.mpez {
	background-color:#f2d4aa;
}

.mpornto {
	background-color:#b03042;
}

.asimi {
	background:url(../images/colors/asimi.jpg) no-repeat;
	background-size:contain;
}

.gkri {
	background-color:#ccc;
}

.tampa {
	background:url(../images/colors/tampa.jpg) no-repeat;
	background-size:contain;
}

.denim,.Denim {
	background:url(../images/colors/denim.jpg) no-repeat;
	background-size:cover;
}
.Army {
	background:url(../images/colors/army.jpg) no-repeat;
	background-size:cover;
}


.mauroaspro {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffffff 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffffff 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(135deg, #ffffff 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.korali {
	background-color:#Fe4040;
}

.kafe {
	background-color:#775116;
}

.keramidi {
	background-color:#cd4728;
}

.anthraki {
	background-color:#3f4045;
}

.kitrino {
	background-color:#ecc800;
}

.kokkino {
	background-color:#e31e1e;
}

.somon {
	background-color:#e27852;
}

.mauro {
	background-color:#222;
}

.meli {
	background-color:#db9b10;
}

.mple {
	background-color:#1066db;
}

.mov {
	background-color:#9f10db;
}

.portokali {
	background-color:#ff570d;
}

.prasino {
	background-color:#2eac1a;
}

.roz {
	background-color:#f66eff;
}

.siel {
	background-color:#46c3ec;
}

.xryso {
	background:url(../images/colors/xryso.jpg) no-repeat;
	background-size:contain;
}

.leuko {
	background-color:#fff;
}

.karo {
	background:url(../images/colors/karo.jpg) no-repeat;
	background-size:cover;
}

.floral {
	background:url(../images/colors/floral.jpg) no-repeat;
	background-size:cover;
}

.petrol {
	background-color:#266173;
}

.ladi {
	background-color:#827323;
}

.turquoise {
	background-color:#3cf1ab;
}

.mpez {
	background-color:#e1a574;
}

.moustardi {
	background-color:#d2940e;
}

.gkri.mauro {
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(45deg, rgba(191,191,191,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(191,191,191,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(45deg, rgba(191,191,191,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(191,191,191,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(191,191,191,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(45deg, rgba(191,191,191,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#000000', GradientType=1 );
}

.mple.kafe {
	background: rgba(56,146,255,1);
	background: -moz-linear-gradient(45deg, rgba(56,146,255,1) 0%, rgba(153,66,0,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(56,146,255,1)), color-stop(100%, rgba(153,66,0,1)));
	background: -webkit-linear-gradient(45deg, rgba(56,146,255,1) 0%, rgba(153,66,0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(56,146,255,1) 0%, rgba(153,66,0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(56,146,255,1) 0%, rgba(153,66,0,1) 100%);
	background: linear-gradient(45deg, rgba(56,146,255,1) 0%, rgba(153,66,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3892ff', endColorstr='#994200', GradientType=1 );
}

.kitrino.mple {
	background: rgba(255,172,28,1);
	background: -moz-linear-gradient(45deg, rgba(255,172,28,1) 0%, rgba(0,99,153,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,172,28,1)), color-stop(100%, rgba(0,99,153,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,172,28,1) 0%, rgba(0,99,153,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,172,28,1) 0%, rgba(0,99,153,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,172,28,1) 0%, rgba(0,99,153,1) 100%);
	background: linear-gradient(45deg, rgba(255,172,28,1) 0%, rgba(0,99,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac1c', endColorstr='#006399', GradientType=1 );
}

.mauro.leuko {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}

.mauro.kokkino {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(255,33,33,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,33,33,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(255,33,33,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(255,33,33,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(255,33,33,1) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(255,33,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2121', GradientType=1 );
}

.mauro.mple {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(33,133,255,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(33,133,255,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(33,133,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(33,133,255,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(33,133,255,1) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(33,133,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2185ff', GradientType=1 );
}

.mauro.petrol {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(84,105,128,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(84,105,128,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(84,105,128,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(84,105,128,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(84,105,128,1) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(84,105,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#546980', GradientType=1 );
}

.mauro.xaki {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(123,128,50,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(123,128,50,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(123,128,50,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(123,128,50,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(123,128,50,1) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(123,128,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#7b8032', GradientType=1 );
}

.mple.gkri {
	background: rgba(158,158,158,1);
	background: -moz-linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(42,153,250,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(158,158,158,1)), color-stop(100%, rgba(42,153,250,1)));
	background: -webkit-linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(42,153,250,1) 100%);
	background: -o-linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(42,153,250,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(42,153,250,1) 100%);
	background: linear-gradient(45deg, rgba(158,158,158,1) 0%, rgba(42,153,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#2a99fa', GradientType=1 );
}

.mple.kokkino {
	background: rgba(242,3,3,1);
	background: -moz-linear-gradient(45deg, rgba(242,3,3,1) 0%, rgba(42,153,250,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(242,3,3,1)), color-stop(100%, rgba(42,153,250,1)));
	background: -webkit-linear-gradient(45deg, rgba(242,3,3,1) 0%, rgba(42,153,250,1) 100%);
	background: -o-linear-gradient(45deg, rgba(242,3,3,1) 0%, rgba(42,153,250,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(242,3,3,1) 0%, rgba(42,153,250,1) 100%);
	background: linear-gradient(45deg, rgba(242,3,3,1) 0%, rgba(42,153,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20303', endColorstr='#2a99fa', GradientType=1 );
}

.movprasino {
	background: rgba(201,5,240,1);
	background: -moz-linear-gradient(45deg, rgba(201,5,240,1) 0%, rgba(25,184,17,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(201,5,240,1)), color-stop(100%, rgba(25,184,17,1)));
	background: -webkit-linear-gradient(45deg, rgba(201,5,240,1) 0%, rgba(25,184,17,1) 100%);
	background: -o-linear-gradient(45deg, rgba(201,5,240,1) 0%, rgba(25,184,17,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(201,5,240,1) 0%, rgba(25,184,17,1) 100%);
	background: linear-gradient(45deg, rgba(201,5,240,1) 0%, rgba(25,184,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c905f0', endColorstr='#19b811', GradientType=1 );
}

.mple.mpez {
	background: rgba(8,66,240,1);
	background: -moz-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(227,170,84,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(8,66,240,1)), color-stop(100%, rgba(227,170,84,1)));
	background: -webkit-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(227,170,84,1) 100%);
	background: -o-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(227,170,84,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(227,170,84,1) 100%);
	background: linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(227,170,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0842f0', endColorstr='#e3aa54', GradientType=1 );
}

.mple.prasino {
	background: rgba(8,66,240,1);
	background: -moz-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(26,153,51,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(8,66,240,1)), color-stop(100%, rgba(26,153,51,1)));
	background: -webkit-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(26,153,51,1) 100%);
	background: -o-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(26,153,51,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(26,153,51,1) 100%);
	background: linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(26,153,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0842f0', endColorstr='#1a9933', GradientType=1 );
}

.mple.turquoise {
	background: rgba(8,66,240,1);
	background: -moz-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(86,227,208,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(8,66,240,1)), color-stop(100%, rgba(86,227,208,1)));
	background: -webkit-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(86,227,208,1) 100%);
	background: -o-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(86,227,208,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(86,227,208,1) 100%);
	background: linear-gradient(45deg, rgba(8,66,240,1) 0%, rgba(86,227,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0842f0', endColorstr='#56e3d0', GradientType=1 );
}


.skgkri {
	background:#555;
}

.skmple {
	background:#001c97;
}

.skmplemple {
	background: #3a64fc; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #3a64fc 0%, #001184 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3a64fc), color-stop(100%,#001184)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #3a64fc 0%,#001184 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #3a64fc 0%,#001184 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #3a64fc 0%,#001184 100%); /* IE10+ */
	background: linear-gradient(135deg, #3a64fc 0%,#001184 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a64fc', endColorstr='#001184',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.rige {
	background: url(./images/stripes.png) top left no-repeat;
}

.poua{
    background:url(../images/colors/poua.jpg) no-repeat;
	background-size:contain;
}

.galazio {
    background-color: #6E9ED8;
}

/* ΤΕΛΟΣ ΧΡΩΜΑΤΑ */

.akordeon-item-body.akordeon-border-bottom {
    height: auto !important;
}

.sdesc {
    display:block;
    height: 44px;
}

.cart-extra {
	/*display:none;*/
}

.cart-table a.product-image img {
    width: 100%;
    height: auto;
}

button.button span {
    background-color: /*#8C2222*/#2D8C22 !important;
    color: #fff !important;
    border-color: /*#8C2222*/#2D8C22 !important;
}

button.button:hover span {
    background-color: /*#a22121*/#24BD20 !important;
    color: #fff !important;
    border-color: /*#a22121*/#24BD20 !important;
}

ul.checkout-types li a {
    display: none;
}

.zoomin {
    z-index: 10000;
    position: relative;
    bottom: 0px;
    transition: all .3s ease;
    background: #fff;
    text-align: center;
    display: block;
    width: 150px;
    border-radius: 2px;
    box-shadow: 2px 2px 0px #000;
    margin: 0 auto;
    padding: 5px 0px;
    border: 1px solid #050505;
    cursor: pointer;
    opacity: 0.8;
    color: #000 !important;
    font-weight: bold;
}

.zoomin:hover {
    opacity: 0.6;
}

.mobilezoom {
    z-index: 10000;
    position: relative;
    bottom: 0px;
    transition: all .3s ease;
    background: #fff;
    text-align: center;
    width: 150px;
    border-radius: 2px;
    box-shadow: 2px 2px 0px #000;
    margin: 0 auto;
    padding: 5px 0px;
    border: 1px solid #050505;
    cursor: pointer;
    color: #000 !important;
    font-weight: bold;
}

.hover-area strong {
    display: inline-block;
    font-size: 13px;
    padding: 3px;
    border-radius: 3px;
}

.breaker {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 10px 0px;
}

.short_desc .breaker:last-of-type {
    margin-bottom: 10px !important;
}

.intag {
    display: inline-block;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    margin: 2px;
    min-width: 24px;
    font-size: 11px;
}

.remleft {
    /*padding: 0px 5px;
    border: 1px dotted #252525;
    display: block;
    color: #3C3835;
    width: 457px;
    text-align: center;
    float: left;
    position: relative;
    right: 8px;
    font-weight: bold;
    font-size: 14px;*/
    
    padding: 5px 5px;
    border: 1px solid #E2E2E2;
    display: block;
    color: #3C3835;
    width: 540px;
    text-align: center;
    float: right;
    line-height: 33px;
    background: white;
    position: relative;
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px !important;
}

.remleft img {
    height: 33px;
}

.navbar.navbar-default.sticky-menu {
    background: rgba(0, 0, 0, 0.72);
    top: -1px !important;
    border-radius: 0px !important;
}

.backtotop {
    position: fixed;
    background: #8C2222;
    z-index: 1000;
    bottom: 50px;
    right: 20px;
    padding: 12px;
    border-radius: 50%;
}

.backtotop img {
    height: 22px;
    width: auto;
}

.sticky-menu #nav_custom {
    border-top: none !important;
}

.sticky-menu span {
    color: #fff;
}

.sticky-menu a {
    text-shadow: none !important;
}

.colorblock a p {
	transition:all .3s ease;
    display: block;
    position: absolute;
    top: -10px;
    opacity: 0;
    width: 100px;
    background: #fff;
    left: -38px;
    text-align: center;
    padding: 2px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
    border-radius: 2px;
    transition:all .3s ease;
}

.colorblock a {
    position: relative;
}

.colorblock a:hover p {
    display: block;
    opacity: 1;
}

.input-box p {
    font-weight: bold;
    text-transform: uppercase;
}

.email-friend {
	display:none;
}

.logreg {
    margin-top: 13px;
    font-weight: bold;
    border-top: 1px solid #8E8E8D;
    color: #838383;
    position: relative;
    padding-top: 10px;
    right: 0px;
    float: right;
    /* width: 138px !important; */
    width: 220px !important;
    text-align: center;
}

.hover-area em {
	color:#fff;
}

#nav_custom li.level0:hover {
    box-shadow: inset 0px -3px 10px rgba(0,0,0,0.3);
    background: #eee;
}

.sticky-menu #nav_custom li.level0:hover {
    background: #7B7B7B;
}

.special-price .price {
    font-family: "Lobster" !important;
    color: /*#8C2222*/#2D8C22 !important;
    font-size: 20px;
}

.old-price .price {
    font-family: "Lobster",arial,sans-serif;
    color: #666;
    opacity: 0.8;
    font-size: 17px;
}

.sigkrisi {
    background: rgba(140, 34, 34, 1);
    color: #fff !important;
    padding: 2px 5px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 13px;
}

.sigkrisi:hover {
	color:#fff !important;
}

.regular-price .price {
    color: #343434 !important;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
    position: relative;
}

.block-manufacturers .bx-prev {
    position: absolute;
    left: -40px !important;
    top: 50% !important;
}

.block-manufacturers .bx-next {
    right: -40px !important;
    top: 50% !important;
}

.filter-products .bx-wrapper .bx-controls-direction {
    /* position: relative; */
}

.filter-products .bx-wrapper .bx-next {
    /* right: 37%; */
    left: 100%;
    right: auto;
}

.tab-contents .bx-controls {
    /* display: none !important; */
}

.dark-tooltip{ display:none; position:absolute; z-index:99; text-decoration:none; font-weight:normal; height:auto; top:0; left:0;}

.dark-tooltip.small{ padding:4px; font-size:12px; max-width:150px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.dark-tooltip.medium{ padding:10px; font-size:14px; max-width:200px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.dark-tooltip.large{ padding:16px; font-size:16px; max-width:250px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

/* Tips */
.dark-tooltip .tip{ transform: scale(1.01); -webkit-transform: scale(1.01); transform: scale(1.01); content: ""; position: absolute; width:0; height:0; border-style: solid; line-height: 0px; }

.dark-tooltip.south .tip{ left:50%; top:100%;}
.dark-tooltip.west .tip{ left:0; top:50%;}
.dark-tooltip.north .tip{ left:50%; top:0; }
.dark-tooltip.east .tip{ left:100%; top:50%;}

.dark-tooltip.south.small .tip{ border-width: 7px 5px 0 5px; margin-left:-5px;}
.dark-tooltip.south.medium .tip{ border-width: 8px 6px 0 6px; margin-left:-6px;}
.dark-tooltip.south.large .tip{ border-width: 14px 12px 0 12px; margin-left:-12px;}

.dark-tooltip.west.small .tip{ border-width: 5px 7px 5px 0; margin-left:-7px; margin-top:-5px;}
.dark-tooltip.west.medium .tip{ border-width: 6px 8px 6px 0; margin-left:-8px; margin-top:-6px;}
.dark-tooltip.west.large .tip{ border-width: 12px 14px 12px 0; margin-left:-14px; margin-top:-12px;}

.dark-tooltip.north.small .tip{ border-width: 0 5px 7px 5px; margin-left:-5px; margin-top:-7px;}
.dark-tooltip.north.medium .tip{ border-width: 0 6px 8px 6px; margin-left:-6px; margin-top:-8px;}
.dark-tooltip.north.large .tip{ border-width: 0 12px 14px 12px; margin-left:-12px; margin-top:-14px;}

.dark-tooltip.east.small .tip{ border-width: 5px 0 5px 7px; margin-top:-5px;}
.dark-tooltip.east.medium .tip{ border-width: 6px 0 6px 8px; margin-top:-6px;}
.dark-tooltip.east.large .tip{ border-width: 12px 0 12px 14px; margin-top:-12px;}

/* confirm */
.dark-tooltip ul.confirm{ list-style-type:none;margin-top:5px;display:inline-block;margin:0 auto; }
.dark-tooltip ul.confirm li{ padding:10px;float:left;margin:5px;min-width:25px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;}

/* themes */
.dark-tooltip.dark{ background-color:#1B1E24; color:#fff; }
.dark-tooltip.light{ background-color:#ebedf3; color:#1B1E24; }

.dark-tooltip.dark.south .tip{ border-color: #1B1E24 transparent transparent transparent; _border-color: #1B1E24 #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.west .tip{ border-color: transparent #1B1E24 transparent transparent; _border-color: #000000 #1B1E24 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.north .tip{ border-color: transparent transparent #1B1E24 transparent; _border-color: #000000 #000000 #1B1E24 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.east .tip{ border-color: transparent transparent transparent #1B1E24; _border-color: #000000 #000000 #000000 #1B1E24; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

.dark-tooltip.light.south .tip{ border-color: #ebedf3 transparent transparent transparent; _border-color: #ebedf3 #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.west .tip{ border-color: transparent #ebedf3 transparent transparent; _border-color: #000000 #ebedf3 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.north .tip{ border-color: transparent transparent #ebedf3 transparent; _border-color: #000000 #000000 #ebedf3 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.east .tip{ border-color: transparent transparent transparent #ebedf3; _border-color:#000000 #000000 #000000 #ebedf3 ; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

.dark-tooltip.dark ul.confirm li{ background-color:#416E85;}
.dark-tooltip.dark ul.confirm li:hover{ background-color:#417E85;}

.dark-tooltip.light ul.confirm li{ background-color:#C1DBDB;}
.dark-tooltip.light ul.confirm li:hover{ background-color:#DCE8E8;}

/* Animations */
.animated{
	-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
	-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;
}
@-webkit-keyframes flipInUp {
    0% { -webkit-transform: perspective(400px) rotateX(-90deg); opacity: 0;} 
    40% { -webkit-transform: perspective(400px) rotateX(5deg);}
    70% { -webkit-transform: perspective(400px) rotateX(-5deg);}
    100% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1;}
}
@-moz-keyframes flipInUp {
    0% {transform: perspective(400px) rotateX(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateX(5deg);}
    70% {transform: perspective(400px) rotateX(-5deg);}
    100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-o-keyframes flipInUp {
    0% {-o-transform: perspective(400px) rotateX(-90deg);opacity: 0;}
    40% {-o-transform: perspective(400px) rotateX(5deg);}
    70% {-o-transform: perspective(400px) rotateX(-5deg);}
    100% {-o-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@keyframes flipInUp {
    0% {transform: perspective(400px) rotateX(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateX(5deg);}
    70% {transform: perspective(400px) rotateX(-5deg);}
    100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-webkit-keyframes flipInRight {
    0% { -webkit-transform: perspective(400px) rotateY(-90deg); opacity: 0;} 
    40% { -webkit-transform: perspective(400px) rotateY(5deg);}
    70% { -webkit-transform: perspective(400px) rotateY(-5deg);}
    100% { -webkit-transform: perspective(400px) rotateY(0deg); opacity: 1;}
}
@-moz-keyframes flipInRight {
    0% {transform: perspective(400px) rotateY(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateY(5deg);}
    70% {transform: perspective(400px) rotateY(-5deg);}
    100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@-o-keyframes flipInRight {
    0% {-o-transform: perspective(400px) rotateY(-90deg);opacity: 0;}
    40% {-o-transform: perspective(400px) rotateY(5deg);}
    70% {-o-transform: perspective(400px) rotateY(-5deg);}
    100% {-o-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes flipInRight {
    0% {transform: perspective(400px) rotateY(-90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateY(5deg);}
    70% {transform: perspective(400px) rotateY(-5deg);}
    100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
.flipIn { -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; -o-backface-visibility: visible !important; backface-visibility: visible !important}
.flipIn.south, .flipIn.north { -webkit-animation-name: flipInUp; -moz-animation-name: flipInUp; -o-animation-name: flipInUp; animation-name: flipInUp; }
.flipIn.west, .flipIn.east { -webkit-animation-name: flipInRight; -moz-animation-name: flipInRight; -o-animation-name: flipInRight; animation-name: flipInRight; }

@-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-moz-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@-o-keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;}100% {opacity: 1;}}

.fadeIn{-webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn;}










.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; z-index: 100000; font-size: 0; cursor: pointer; background: rgba(68, 62, 62, 0); color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }


.level0.parent:hover .level1 {
    /*display: block !important;*/
}

.level0.parent .level1 {
    display: none;
}

.hover-area .availability {
    position: absolute;
    left:0px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    font-weight: bold;
    color: #000;
    background: rgba(255,255,255,0.7);
}

.mobilezoom {
	display:none;
}

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

	.headerleft a {
    	display: block;
	}

	.pager .limiter {
	    float: none !important;
	}

	.cms-index-index .filter-products {
	    width: 55%;
	    margin: 0 auto;
        display: none;
	}

	.homesfoot img {
		width:85% !important;
		display:block;
		margin:0 auto;
	}

	.bil-width-3 {
	    width: 100%;
	}

	.mobilezoom {
		display:block;
	}

	#fp_featured, #fp_special, #fp_special *, #fp_featured *,.zoomImg {
		display:none !important;
		opacity:0 !important;
		width:0px !important;
		height:0px !important;
		visbility:hidden !important;
	}

	.sizemenu,.brandsmenu {
		display:none !important;
	}

	.block-manufacturers,.cms-index-index .col-main .row > .full-width-img,.filter-products ul.tabs {
	    display: none !important;
	}
    
    body.cms-index-index .col-main .row > .full-width-img{
        display: block !important;
    }

	#nav_custom .level1 {
	    padding: 0px !important;
	    border: none;
	}

	.headercontrol > div {
	    float: none !important;
	    width: 100% !important;
	    text-align: center;
	}

	.headerleft img {
	    text-align: center !important;
	    margin: 0 auto;
	}

	.toplinksnew img {
	    width: 100%;
	    display: block;
	}

	div#productivity-panel {
	    display: none !important;
	}

	.header {
	    margin: 0px 0px !important;/*margin: 5px 0px !important;*/
	}

	.headercenter img {
	    height: 47px;
	}

	.cartleft {
	    /* float: left !important; */
	}

	a.cartgo {
	    display: none;
	}

	.logreg {
	    display: none;
	}

	a.cartright {
	    float: none !important;
	    position: absolute;
	    top: 130px;
	    right: 0px;
	    background: #fff;
	    padding: 10px;
	    border-radius: 5px 0px 0px 5px;
	    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}

	a.cartright img {
	    width: 30px;
	}

	.headerleft img {
	    height: 50px;
	}

	.headercontrol {
	    margin: 0px !important;
	}

	.headercenter {
	    margin-bottom: -20px;
	}

	.tp-banner-container {
	    margin: 0px !important;
	}

	.homesfoot img {
	    display: block;
	    width: 100%;
	}

	.newsletter .col-sm-8,.newsletter .col-sm-4 {
	    display: block;
	    float: none !important;
	    width: 100% !important;
	}

	.newsletter .col-sm-8 > img {
	    display: block !important;
	    width: 100%;
	}

	.newsletter .col-sm-4 {
	    margin-top: 20px;
	}

	.talkwithus {
	    display: none;
	}

	.footer .links li {
	    display: inline-block !important;
	}

	.footer .links li:after {
	    content: "|";
	    position: relative;
	    left: 3px;
	    font-weight: bold;
	}

	.footer .block-content .links li:last-of-type:after {
	    opacity: 0;
	}

	.footer-middle > .col-sm-3 {
	    margin-bottom: -40px;
	    /* border-bottom: 1px solid #000; */
	    position: relative;
	}

	.footer-middle > .col-sm-3:after {
	    content: " ";
	    height: 1px;
	    display: block;
	    position: absolute;
	    left: 0px;
	    bottom: 7px;
	    width: 100%;
	    background-color: rgba(0, 0, 0, 0.16);
	}

	.footer .footer-middle {
	    padding: 11px 0px 40px 0px !important;
	    text-align: center;
	}

	.row.footer-bottom:after {
	    opacity: 0;
	}

	a.backtotop {
	    display: none;
	}

	.footer .split.scroll-top {
	    display: none;
	}

	div#paymenticons {
	    text-align: center;
	    position: relative;
	    /*right: 40px;*/
        width: 100%;
        margin: 0 auto;
	}

	.row.footer-bottom {
	    text-align: center;
	}

	.row.footer-bottom .col-sm-12 > div {
	    float: none !important;
	    width: 100% !important;
	    text-align: center !important;
	}

	#paymenticons a {
	    display: inline-block;
	    margin: 0 auto;
	}

	.product-view .product-shop {
    	padding-top: 35px !important;
	}

}

.sizeguide img {
    /* width: 200px; */
    /* height: 35px; */
}

.fancybox-nav span {
    visibility: visible !important;
}

.fancybox-inner img {
	position:static !important;
}

#search_autocomplete > ul:not(.ajaxsearch) {
    display: none !important;
}

.ajaxsearch .suggest {
    display: none !important;
}

.col-right.sidebar>.block>.block-content>.akordeon {
    margin-top: 0px !important;
}

.sidebarnew {
    position: relative;
    right: 10px;
}

.block-layered-nav .akordeon-border-bottom {
}


.block-related.related-checkbox .block-subtitle {
    display: none !important;
}

.tp-simpleresponsive img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1216px) {
	body #nav_custom li.level0 {
	    padding: 0px 10px !important;
        border-bottom: 1px solid #B5B5B5;
	}
    
    body .navbar-nav {
        border: 1px solid #B5B5B5;
    }

	#nav_custom span {
	    font-size: 14px !important;
	}

	input#search {
	    width: 185px;
	    font-size: 13px !important;
	}

	.headercenter img {
	    width: 95%;
	    height: auto;
	}

	.headerleft img {
	    width: 85%;
	    height: auto !important;
	}

	#nav_custom span.plus {
		display:none !important;
	}

	.footer .links li:after {
	    left: 0px;
	    content: "/" !important;
	    opacity: 0.7;
	}

	.manright {
		display:none;
	}
}

.ttip:hover:before {
	content:attr(data-tooltip);
	position:absolute;
	top: -100%;
	width: 121px;
	left: calc(50% - 60px);
	color: white;
	text-align: center;
	background: #020003;
}

.talkwithus img {
    height: 40px;
}

.akordeon-item.becollapsed {
    max-height: 50px;
    overflow: hidden !important;
}

.beshown {
	max-height:500px !important;
}

.akordeon-item {
    transition: all .3s ease;
}

.block-layered-nav .akordeon-icon {
	pointer-events:none;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.homesfoot {
    text-align: center;
}

ul.cart-button-set li {
  margin-top: 10px;
}

ul.cart-button-set li.first {
  /*display: block;*/
  /*width: 70%;*/
  width: 50%;
  margin: 0 auto;
}

.category-products .product-image-area .hover-area li.nth-child-2n,
.category-products .product-image-area .hover-area li.last.nth-child-3n.nth-child-2np1{
    /*display: none;*/
}

.category-products .product-image-area .hover-area li.nth-child-2n a.addtowishlist,
.category-products .product-image-area .hover-area li.last.nth-child-3n.nth-child-2np1 a.addtocompare{
    background-color: white !important;
    border-color: #8c8c8c !important;
    color: black !important;
}

.category-products .product-image-area .hover-area li.nth-child-2n a.addtowishlist:hover,
.category-products .product-image-area .hover-area li.last.nth-child-3n.nth-child-2np1 a.addtocompare:hover{
background-color: #8C2222 !important;
  border-color: #8C2222 !important;
  color: #FFF !important;
    background-image: url(../images/add_to_links_hover.png) !important;
}

@media (max-width: 768px) {
	.hover-area ul.cart-button-set{
		display: none;
	}
}

.navbar {
  background-color: #FAFAFA;
  position: relative;
  z-index: 100000;
}

.fancybox-overlay-fixed {
  z-index: 1000000;
}

body .fancybox-opened {
  z-index: 10000000 !important;
}

body #success-message-container{
  padding: 15px 10px 30px;
    width: 353px;
}

body #success-message-container button#continue_shopping span{
		font-size: 16px;
    color: #B3B3B3 !important;
	  background-color: /*#B3B3B3*/#FFF !important;
	  border-color: #B3B3B3 !important;
      height: 90%;
}

body #success-message-container button#continue_shopping >span > span:before {
  content: "<";
  padding-right: 5px;
  font-weight: bold;
}


body #after-loading-success-message{
	z-index: 1000000 !important;
}

.fancybox-lock .fancybox-overlay{
  z-index: 100000;
}

#amconf-images-144 .amconf-image-container{
    width: 80px;
}

#amconf-images-144 .amconf-image-container img {
    width: 80px;
}

.amconf-image-container img {
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  background: #FFF;
  font-size: 16px;
      border: 1px solid #000;
}

body .amconf-image-selected{
    outline: 2px solid #24BD20;
}

.tp-banner{
    visibility: hidden;
} 

.no-display{
    display: none !important;
}

.akordeon-item-content li.shoesize,
.akordeon-item-content li.megethosp,
.akordeon-item-content li.megethos,
.akordeon-item-content li.noumerozonis,
.akordeon-item-content li.maniki{
  border: 1px solid #CECECE;
  padding: 5px;
  margin: 5px 0px;
  width: 40px;
  text-align: center;
  background: #FFF;
}

.akordeon-item-content li.grammi{
  border: 1px solid #CECECE;
  padding: 5px;
  margin: 5px 0px;
  /*width: 80px;*/
  text-align: center;
  background: #FFF;
}

.akordeon-item-content li.cat{
  border: 1px solid #CECECE;
  padding: 5px;
  margin: 5px 0px;
  /*width: 130px;*/
  text-align: center;
  background: #FFF;
}

.akordeon-item-content li.maniki{
  border: 1px solid #CECECE;
  padding: 5px;
  margin: 5px 0px;
  /*width: 130px;*/
  text-align: center;
  background: #FFF;
}

.akordeon-item-content li.shoesize, 
.akordeon-item-content li.megethosp, 
.akordeon-item-content li.megethos, 
.akordeon-item-content li.noumerozonis, 
.akordeon-item-content li.maniki,
.akordeon-item-content li.grammi,
.akordeon-item-content li.cat,
.akordeon-item-content li.brand,
.akordeon-item-content li.megethos_sakaki{
    border: none;
    padding: 5px;
    margin: 5px 0px;
    width: auto;
    text-align: left;
    background: none;
    display: block;
}

.akordeon-item-content li.brand:after,
.akordeon-item-content li.megethos_sakaki:after{
    display: none;
}

.block.block-layered-nav .akordeon-item-content {
    max-height: 165px;
    overflow-y: auto;
}

.block.block-layered-nav .currently {
    margin-top: 10px;
}

.block.block-layered-nav {
    background-color: #ECECEC;
    
}

.block-layered-nav.block .block-content {
    padding: 0px 20px 10px 20px;
}

.block-layered-nav .block-title{
    display: block; 
}

.block-layered-nav.block .block-title strong {
    font: 24px/35px 'Open Sans';
    color: #FFF;
    background: #484848;
    text-align: center;
    padding: 5px 0px;
}

.block-layered-nav.block .block-title strong span{
    border-bottom: none;
}

.akordeon-item-content li.shoesize a,
.akordeon-item-content li.megethosp a,
.akordeon-item-content li.megethos a,
.akordeon-item-content li.noumerozonis a,
.akordeon-item-content li.grammi a,
.akordeon-item-content li.cat a,
.akordeon-item-content li.maniki a{
    display:block;
}

.akordeon-item-content li.shoesize:after,
.akordeon-item-content li.megethosp:after,
.akordeon-item-content li.megethos:after,
.akordeon-item-content li.noumerozonis:after,
.akordeon-item-content li.grammi:after,
.akordeon-item-content li.cat:after,
.akordeon-item-content li.maniki:after{
    display: none;   
}

.hover-area .breaker{
    margin: 6px 0px;
}

.hover-area .sdesc{
    height: 32px;
}

.cart-table .btn-update span, .cart-table .btn-empty span, ul.checkout-types .btn-continue span {
  background-color: #808080 !important;
  border: 1px solid #808080 !important;
}

@media (max-width: 767px){
    #nav_custom .level0 > span.plus {
        display: block !important;
    }
}

body ul.cart-button-set a.addtocart:hover {
  background: #2D8C22;
  color: #FFF;
  border: 2px solid #2D8C22;
}

body .availability.in-stock span {
  color: #2D8C22;
}

.product-shop .qty-holder{
    display: none;
}

.phoneicon{
height: 31px;
  line-height: 31px;
  background: url(../images/phoneicon.png) left center no-repeat;
  background-size: contain;
  text-indent: 40px;
  font-size: 16px;
  margin: 0 auto;
  width: 400px;
}

.banns{
  padding-top: 10px;
  width: 460px;
}

.product-options-bottom .price-box {
  display: none;
}

.product-review-area.col-md-6.col-sm-12 {
  display: none;
}

body .easytabs-a {
  /*display: block;
  padding: 0px 15px;
  color: #000;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  font: bold 24px/16px Arial, Helvetica, Tahoma, sans-serif;
  font-weight: normal;*/
  display: block;
  padding: 0px 18px;
  color: #000;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  font: bold 19px/16px Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

body .easytabs li:first-child{
    border-left: none !important;
}

body .easytabs li:last-child{
    border-right: none !important;
}

body .easytabs li:first-child a.easytabs-a{
    padding-left: 0px;
}

body .easytabs li:last-child a.easytabs-a{
    padding-right: 0px;   
}

body .easytabs li.active {
  background: none;
  border-left: none;
    border-right: 1px solid black;
    border-top: none;
    border-bottom: none;
  box-shadow: none;
  text-shadow: none;
  
}

body .easytabs li.active a{
      font-weight: bold;
}
body .easytabs li {
  line-height: normal;
  background: none;
  border-left: none;
  border-right: 1px solid black;
    border-top: none;
    border-bottom: none;
  box-shadow: none;
    
}

body .easytabs-a-accordion {
  margin-top: -1px;
  background: #F1F1F1;
  display: none;
  padding: 12px;
}

body .easytabs-content{
    border: none;
      padding: 10px 0px;
}

.product-collateral.akordeon {
  border-bottom: none;
  border-top: none;
}
.product-accordion.tabs.col-md-12.col-sm-12 {
  padding: 0;
}

.product-accordion.tabs .product-collateral.akordeon{
    display: block;
}

.ajaxcart-index-options .qty-holder {
  display: none;
}

.block.block-related .block-title {
  border-color: #EEE;
  text-align: center;
}

.ajaxcart-product, 
.ajaxcart-totals{
    display: none;
}

.ajaxcart-buttons-bottom button#continue_shopping{
  margin-top: 10px;
}

@media (min-width: 900px){
    body #success-message-container{
      padding: 15px 10px 30px;
        width: 900px;
    }
    
    body #success-message-container h3:before{
      content: "\2714";
      display: inline-block;
      color: #006400;
      font-size: 24px;
      line-height: 15px;
    }
    .ajaxcart-product {
      width: 60%;
      float: left;
      border-right: 1px solid #F2F2F2;

    }

    .ajaxcart-totals {
      width: 40%;
      float: right;
    }

    .ajaxcart-product, 
    .ajaxcart-totals{
        display: block;
    }

    .ajaxcart-img {
      float: left;
      width: 50%;
    }

    .ajaxcart-product ul {
      float: right;
      width: 50%;
      text-align: left;
      line-height: 28px;
          font-weight: normal;
    }

    .ajaxcart-totals ul {
      text-align: left;
      padding: 0px 10%;
      height: 100%;
        line-height: 28px;
          font-weight: normal;
    }

    .ajaxcart-totals ul li {
      padding: 5px 0px 5px 40px;
    }

    li#grand_total {
      border-top: 1px solid #F2F2F2;
        font-weight: bold;
    }

    li#sub_total span,
    li#grand_total span{
        float: right;
    }

    .ajaxcart-buttons-bottom {
      overflow: hidden;
    }

    .ajaxcart-buttons-bottom button#finish_and_checkout {
      float: right;
      margin-right: 30px;
    }

    .ajaxcart-buttons-bottom button#continue_shopping{ 
      float: left;
      margin-left: 30px;
    }
}

@media (max-width: 900px){
    .products-grid .new-product-icon,
    .products-list .new-product-icon{
      height: 25px;
      width: 50px;
      padding: 2px 10px;
      line-height: 20px;
    }
    
    .products-grid .sale-product-icon,
    .products-list .sale-product-icon{
      height: 25px;
      width: 50px;
      padding: 2px 10px !important;
      line-height: 20px;
    }
}

.product-view .old-price{
    margin-left: 20px;
}

.catalog-product-view .main.container {
  padding-top: 30px;
}

.banns div{
  display: table-cell;
  font-size: 8px;
  font-weight: bold;
  width: 168px;
  height: 50px;
  padding: 10px 0px 10px 56px;
}

.banns div span{
  font-weight: bold;
  font-size: 12px;
}
.banns div.return{
    background: url(../images/return.png) center left no-repeat;
}

.banns div.cod{
    background: url(../images/cod.png) center left no-repeat;
}

.banns div.delivery{
    background: url(../images/delivery.png) center left no-repeat;
}

.product-view .brand-icon{
  position: absolute;
  top: 60px;
  right: 0px;
  width: 120px;
  height: 70px;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  background-size: contain !important;
}

.product-view .grammi-icon {
    font-weight: bold;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 120px;
    height: 70px;
    background-repeat: no-repeat !important;
    background-position: top left !important; 
    background-size: contain !important;
    font-size: 15px;
        text-align: center;
}

.product-view {
  position: relative;
}

.product-view .grammi-icon strong {
    display: block;
    font-size: 16px;
    color: darkred;
}

body .block.block-related .sale-product-icon,
body .block.block-recentprods .sale-product-icon{
border-radius: 3px;
  opacity: 0.9;
  background: #CB2D2D !important;
  color: #FFF !important;
  text-align: center;
  font-family: 'Open Sans';
  border-bottom: none !important;
  font-size: 13px;
  line-height: 20px;
  padding: 2px 10px !important;
  top: 0% !important;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  z-index: 2;
}


body .block.block-related .new-product-icon,
body .block.block-recentprods .new-product-icon{
  border-radius: 3px;
  opacity: 0.9;
  background: #000 !important;
  color: #FFF !important;
  text-align: center;
  font-family: 'Open Sans';
  border-bottom: none !important;
  font-size: 13px;
  line-height: 20px;
  top: 0% !important;
  padding: 2px 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  z-index: 2;
}


.block.block-recentprods .block-title {
  border-color: #EEE;
  text-align: center;
}

.block.block-recentprods .price-box { text-align: center; }
.block.block-recentprods .special-price .price{
      font-size: 20px;
}

.block.block-recentprods .old-price .price {
  font-size: 17px;
}
.block.block-recentprods .old-price{
    margin-left: 0px;
}
.block.block-recentprods .new-product-icon { font-size: 18px; line-height: 27px; padding: 0 10px; }
.block.block-recentprods .block-content .product-name { text-align: center; margin-top: 30px; }
.block-recentprods .block-title strong span { border: 0; border-top: 1px solid #444; margin: 0; margin-top: -1px; font-family: 'Open Sans'; font-weight: 600; font-size: 18px; color: #333; padding: 20px 0; text-transform: uppercase; line-height: 18px; }
.block-recentprods .bx-wrapper .bx-prev { left: auto; right: 30px; background: url(../images/controls.png) no-repeat 7px 2px; }
.block-recentprods .bx-wrapper .bx-next { right: 0; background: url(../images/controls.png) no-repeat 7px -34px; }
.block-recentprods .bx-wrapper .bx-prev:hover { background-position: 7px 2px; border-color: #555; }
.block-recentprods .bx-wrapper .bx-next:hover { background-position: 7px -34px; border-color: #555; }
.block-recentprods .bx-wrapper .bx-controls-direction a { position: absolute; top: -32px; outline: 0; width: 26px; height: 20px; text-indent: -9999px; z-index: 40; border: 2px solid transparent; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; transition: border-color 200ms ease-in-out; -moz-transition: border-color 200ms ease-in-out; -webkit-transition: border-color 200ms ease-in-out; -o-transition: border-color 200ms ease-in-out; }


@media (max-width:768px){
    .product-view .brand-icon {
      position: absolute;
      top: 50px;
      right: 0px;
      width: 90px;
    }
    
    .product-view .grammi-icon {
        position: absolute;
        top: 50px;
        right: 0px;
        width: 90px;
    }
    
    .product-view .banns div{
        padding-left: 20px;
        background-position: center top;
        padding-top: 51px;
        text-align: center;
    }
    
    .product-view .banns{
        width: 100%;
    }
    
    .product-view .phoneicon{
        width: 100%;
        font-size: 13px;
    }
    
    body .remleft {
        width: 100% !important;
        margin-bottom: 10px;
    }
    

    body .toolbar .pager .pages {
        float: left;
        margin: 0px 0;
        margin-left: 5px;
    }
    
    .pager .limiter {
        float: left !important;
        margin-left: 0px;
    }
    
}

.product-view .block.block-related .regular-price .price,
.product-view .block.block-recentprods .regular-price .price,
.product-view .block.block-related .special-price .price,
.product-view .block.block-recentprods .special-price .price
{
    font-size: 20px;
    color: black !important;
}

.product-view .block.block-related .old-price{
    margin-left: 0px;
}

.product-view .block.block-related .old-price .price{
    font-weight: normal;
    font-size: 17px;
}

.products-grid .regular-price .price,
.products-list .regular-price .price,
.products-grid .special-price .price,
.products-list .special-price .price
{
    color: black !important;
}

body .old-price .price {
  color: #8B0000;
}

body button#onestepcheckout-button-place-order {
  background: #2D8C22 !important;
}

.category-products .product-image-area .hover-area{
    position: absolute;
      width: 100%;
      height: 46%;
      left: 0;
     top: auto;
      bottom: 0;
    background: none !important;
}

.category-products .product-image-area .hover-area ul.cart-button-set a.addtocart, 
.category-products .product-image-area .hover-area ul.cart-button-set a.addtowishlist, 
.category-products .product-image-area .hover-area ul.cart-button-set a.addtocompare {
  background-color: #24BD20;
  border-color: #24BD20;
  color: #FFF;
}

.category-products .product-image-area .hover-area ul.cart-button-set a.addtocart:hover, 
.category-products .product-image-area .hover-area ul.cart-button-set a.addtowishlist:hover, 
.category-products .product-image-area .hover-area ul.cart-button-set a.addtocompare:hover {
  background-color: #188E15;
  border-color: #188E15;
  color: #FFF;
}

.category-products .product-image-area .hover-area > em,
.category-products .product-image-area .hover-area > .short_desc{
    display: none;
}

.category-products .product-image-area .hover-area .cart-button-set{
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.block-related a.product-image,
.block-recentprods a.product-image{
  position: static;
}

.filter-products p.special-price,  
.filter-products p.old-price {
  margin: 0px; 
  margin-left: 0px;
  margin-right: 0px;
}

.ajaxcart-index-options #product_addtocart_form div.amconf-image-container {
  margin-right: 5px;
}

@media (min-width: 768px){
    .products-grid .item:hover .hover_div {
      position: absolute;
      display: block !important;
      width: 120%;
      top: 0px;
      left: -10%;
      z-index: 100;
      box-shadow: #838383 0px 0px 10px;
      padding: 10px;
      background: #FFF;
    }
	
	.products-grid .item:hover .hover_div .product-name a{
        margin-top: 11px;
        margin-bottom: 5px;
	}

    .products-grid .item .hover_div .sdesc,
    .products-grid .item:hover .hover_div .product-name{
        display:none;
    }
    
    .products-grid .item .hover_div ul.cart-button-set li.first{
        width: 88%;
    }
    
    .products-grid .item .hover_div ul.cart-button-set a.addtocart{
          background-color: #24BD20;
          border-color: #24BD20;
          color: #FFF;
    }
    
    body .products-grid .item .hover_div ul.cart-button-set a.addtocart:hover {
      background: #2D8C22;
      color: #FFF;
      border: 2px solid #2D8C22;
    }
    
    .products-grid .item .hover_div ul.cart-button-set a.addtowishlist, 
    .products-grid .item .hover_div ul.cart-button-set a.addtocompare{
        border-color: #CDCDCD;
    }
    
    .products-grid .item .hover_div .special-price .price{
        color: #2D8C22 !important;
    }
    
    .products-grid .item .hover_div ul.cart-button-set a.addtowishlist:hover{
        background: #8C2222 url(../images/add_to_links_hover.png) 0 0 no-repeat;
    }
    
    .products-grid .item .hover_div ul.cart-button-set a.addtocompare:hover{
        background: #8C2222 url(../images/add_to_links_hover.png) -1px -29px no-repeat;
    }
    
    .category-products .products-grid .item .product-image-area .hover-area{
        display: none !important;
    }
    
    .products-grid .item .hover_div .new-product-icon,
    .products-grid .item .hover_div .sale-product-icon{
      top: 10px !important;
    }
    
    .products-grid .item .hover_div .breaker{
        margin: 0px 0px;
    }
    
    .hover_div .short_desc {
      text-align: left;
        margin-top: 10px;
    }
    
    .hover_div .short_desc .attr_title{
        display: block;
          color: #8B0000;
    }
    
    .hover_div .short_desc .intag{
        font-weight: bold;
        font-size: 12px;
        padding: 0px 1px;
        margin: 5px 4px 0px 0px;
        min-width: auto;
        border: 1px solid #CECECE;
        padding: 3px 6px;
    }
    
    .products-grid .item .hover_div .availability{
        margin-top: 3px;
          font-weight: bold;
          font-size: 90%;
    }
    
    .hover_sku{
         font-weight: bold;
        font-size: 90%; 
    }
    
    body .hover_div .availability span.lowcaps {
      color: #000;
     font-size: 80%;
    }
    
    .products-grid .item .hover_div .thumbs_hover {
      /*margin: 10px 0px;
      display: block;
      text-align: center;*/
        margin: 10px 10px;
        display: block;
        text-align: center;
        float: left;
        width: 70px;
        min-height: 150px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .thumbs_hover a.hover_thumb {
        margin: 0px 0px 5px 0px;
        display: block;
    }
    
    .thumbs_hover .hover_thumb img {
        border: 1px solid #CECECE;
        padding: 5px 0px;
    }
    
    .hover_info_right {
        float: right;
        width: 235px;
        margin: 10px 0px;
        text-align: left;
        padding-left: 10px;
        margin-right: -10px;
    }
    
    .products-grid li.item .product-image img.image_hover_update{
        width: auto;
        height: 292px;
        position: relative;
        margin: 0 auto;
        display: block;
    }
    
    .hover_info_right .price-box {
        text-align: left;
    }
    
    .hover_div ul.cart-button-set {
        clear: both;
    }
    
    .products-grid .hover_div .product-image {
        border-bottom: 1px solid #CCC;
    }
}


@media (min-width: 768px) and (max-width: 1200px){
    .products-grid li.item .product-image img.image_hover_update{
        width: auto;
        height: 262px;
        position: relative;
        margin: 0 auto;
        display: block;
    }
    
    .hover_info_right {
        float: right;
        width: 205px;
        margin: 10px 0px;
        text-align: left;
        padding-left: 10px;
        margin-right: -10px;
    }
    
    .products-grid .item .hover_div .thumbs_hover {
        margin: 10px 10px;
        display: block;
        text-align: center;
        float: left;
        width: 40px;
        min-height: 150px;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .thumbs_hover .hover_thumb img {
        border: 1px solid #CECECE;
        padding: 5px 0px;
        width: 100%;
    }
    
    .products-grid .item .hover_div ul.cart-button-set li.first {
        width: 85%;
    }
    
    .products-grid .item .hover_div ul.cart-button-set a.addtocart{
        font-size: 11px;
    }
}

@media (max-width:990px){
    body .sizeguide.desktop {
        display: none !important;
    }
    
    body .sizeguide.mobile {
        display: inline-block !important;
    }
}

@media (min-width:991px){
    body .sizeguide.desktop {
        display: inline-block !important;
    }
    
    body .sizeguide.mobile {
        display: none !important;
    }
}

@media (max-width:991px){
    #fp_new .item {
        min-height: 310px !important;
    }
}
.etalage_small_thumbs ul {
    text-align: center;
    width: 100% !important;
    overflow: hidden;
}

#etalage .etalage_small_thumbs li {
    display: inline-block;
    float: none;
}

/* Hide Prosfores Submenu */
.catid22 ul.level1 {
    display: none !important;
}

#nav_custom .catid22 span.plus {
    display: none !important;
}

/* Hide nees paralabes Submenu */
.catid38 ul.level1 {
    display: none !important;
}

#nav_custom .catid38 span.plus {
    display: none !important;
}

.catid38 ul.level1 {
    display: none !important;
}

@media screen and (max-width:800px) {
    body #nav_custom li.level0 {
	    padding: 0px 2px !important;
	}
}

#nav_custom > li.catid19 > ul.level1,
#nav_custom > li.catid19 > .plus{
    display: none !important;
}

.akordeon-item-head-container {
    width: 100%;
    overflow: hidden;
}

#email-error-message p,  #email-error-message a {
    color: red;
}

#email-error-message a{
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar .form-search {
        position: absolute;
        right: 0;
        top: 64px;
        z-index: 999;
    }
    
    .navbar{
        margin-bottom: 30px;
    }
}


.onestepcheckout-index-index .main.container {
    padding-top: 15px;
}

.one-step-checkout h1.checkout_header{
    text-align: center;
}

p.ssl-info {
    text-align: left;
    padding: 10px 0px 10px 35px;
    margin: 0px;
    background: url(./images/sslgreenlock.png) center left no-repeat;
    display: block;
    color: #3C3835;
}

body .onestepcheckout-shipping-method-section .price {
    color: red;
}

span.shipping_subtitle {
    display: block;
    font-size: 12px;
    color: #4E4E4E;
}

#one-step-checkout-form label[for=s_method_matrixrate_matrixrate_25]{
    color: red;
}

#one-step-checkout-form label[for=s_method_matrixrate_matrixrate_25] .price{
    display: none;
}

/*** Checkout Changes GIM 7-12-2015 ***/
body .one-step-checkout .checkout-agreements{
    border: none;
}

body .order-review-section{
    width: 50% !important;
}

body .order-information ol li.shipping-method{
    width: 48% !important;
}

body #one-step-checkout-form .order-review-section .payment-method .sp-methods dt label{
    max-width: 90%;
}

ul#payment_form_emppay {
    display: none;
}

label[for=p_method_cashondelivery] span {
    color: red;
    font-weight: bold;
}

@media (max-width: 1199px){
    body .one-step-checkout h3 {
        text-indent: 0;
        padding: 9px 1px 9px 60px;
    }
}
/*** END Checkout Changes GIM 7-12-2015 ***/

body .header-container a.cartgo {
    color: #373737;
}

body .header-container a, body .header-container a.sign-link{
    color: #373737;
}

.payment-method .input-box p{
    text-transform: none;
}

@media (max-width: 767px){
    .cart-table .btn-empty{
        margin-top: 10px;
    }
    .cart ul.checkout-types li button span {
        padding: 0 7px;
        font-size: 12px;
    }
}

.cart ul.checkout-types li {
    margin-right: 15px;
}

.headerright a {
    width: 64px;
    float: right;
    transition: all .3s ease;
    margin-top: 4px;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

a.account-link-custom {
    line-height: 50px;
    width: 50px;
    padding-top: 9px;
    height: 47px;
    position: relative;
}

.headerright a img{
    max-width: 100%;
    max-height: 100%;
}
.headerright a:hover{
    opacity: 0.5;
}

.prodcount {
    position: absolute;
    top: 0;
    right: 5px;
    background: black;
    color: white;
    padding: 2px;
    width: 22px;
    border: 1px solid black;
    border-radius: 22px;
    text-align: center;
}

.headerleft img {
    margin-top: 20px;
}

.headerright {
    margin-top: 40px;
} 

.headerright a.cartright{
    position: relative;
}

.carttotal {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 2px;
    color: green;
}

@media (max-width: 768px){
    a.account-link-custom{
        float: none;
    }
    .headerright{
        padding-bottom: 10px;
    }
    
    .headerright a.cartright{
        position: absolute;
    }
    
    .carttotal {
        display: none;
    }
}

.block-layered-nav li.cat {
    padding-left: 0px;
}

.block-layered-nav li.cat span{
    padding-left: 5px;
}

.block-layered-nav .cat img {
    display: inline-block !important;
    max-width: 30px;
    max-height: 30px;
}

body .background-popup{
    background: url(/skin/frontend/default/vigoshop/css/images/20151217-bilanis-popup-newsletter-d1.png) center top no-repeat;
    width: 620px;
    height: 310px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    box-shadow: 0px 0px 25px black;
}

body .background-popup form {
    position: absolute;
    bottom: 39px;
    left: 164px;
}

body .background-popup form input[name=email] {
    width: 276px;
    height: 39px;
    background: none;
    outline: none;
    border: none;
}

body .background-popup form input[name=email]:focus{
    background: white;
}

body .background-popup form input[type="submit"] {
    position: absolute;
    right: -136px;
    bottom: 0px;
    width: 110px;
    height: 38px;
    opacity: 0;
}

body #close_campaign {
    top: 0px;
    right: 0px;
    display: block;
    position: absolute;
    width: 46px;
    height: 49px;
    background: none;
    background-size: contain;
}

.skroutz-footer{
    float: left;margin-top: -13px;margin-left: 20px;   
}

@media screen and (max-width:768px) {
    body .background-popup {
        background: url(/skin/frontend/default/vigoshop/css/images/20151217-bilanis-popup-newsletter-d1.png) center top no-repeat;
        width: 361px;
        background-size: contain;
        height: 180px;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
        position: relative;
        box-shadow: 0px 0px 25px black;
    }
    
    body .background-popup form {
        position: absolute;
        bottom: 24px;
        left: 97px;
    }
    
    body .background-popup form input[name=email] {
        width: 157px;
        height: 21px;
        background: none;
        outline: none;
        border: none;
    }
    
    body .background-popup form input[type="submit"] {
        position: absolute;
        right: -77px;
        bottom: 0px;
        width: 63px;
        height: 27px;
        opacity: 0;
    }
    
    .skroutz-footer{
        float: none;margin-top: auto;margin-left: auto;   
    }
    
    .gim-link{
        text-align: center !important;
    }
    
    .headerright {
        padding-bottom: 0px;
    }
    
    .header-container {
        z-index: 100001;
    }
    
    .navbar-default .navbar-toggle {
        float: left;
    }
}

.brand-icon-list {
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: contain !important;
    width: 90px;
    height: 35px;
    margin-top: 5px;
}

.mobile-links{    
    float: right;
    margin-right: 30px;
}

.mobile-links a.account-link-custom {
    display: inline-block;
    max-width: 33px;
}

.mobile-links a.account-link-custom img {
    max-width: 100%;
}

/*  Converge  */
.credits-footer-wrapper {
	float: left;
	display: table;
}

.credits-footer {
	vertical-align: bottom;
    height: 35px;
    display: table-cell;
}