/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {
    margin: 0;
    padding: 0;
}

body {
    color: #696969;
    font-family: 'Istok Web', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
}

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

a {
    color: #6c6c6c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #0d4d7c;
}

:focus {
    outline: 0;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
    color: #313131;
}

h1 {
    font-size: 20px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 15px;
    font-weight: bold;
}

h4 {
    font-size: 13px;
    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: 95%;
}

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: 0px;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

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

/* Layout ================================================================================ */
.wrapper {
}

.page {
}

.header-container {
}

.nav-container1 {
    display: none;
}

.nav-container {
}

.main-container {
}

.footer-container { /* background:#F5F5F5;*/
}

.header-container, .nav-container, .main-container, .footer-container {
}

.header, .nav-inner, .main, .footer, .social_content {
    width: 1120px;
    margin: 0 auto;
    padding: 0px;
}

.main {
    width: 1100px;
    margin: 0 auto;
    padding: 0px;
}

.header {
    position: relative;
    z-index: 10;
}

.header_top .header {
    z-index: 11;
}

.header_top { /*height:40px; */
}

.header-bottom {
    width: auto; /*-webkit-box-shadow: 0px -1px 2px 0px #dddddd;-moz-box-shadow: 0px -1px 2px 0px #dddddd;box-shadow: 0px -1px 2px 0px #dddddd*/;
    padding: 0px; /*min-height:120px;*/
    background: #efefef;
}

.main {
    min-height: 400px;
}

.footer {
    background: none;
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

/* Base Columns */
.col-left {
    float: left;
    width: 260px;
    padding: 0px;
}

.col-main {
    float: left;
    width: 815px;
    margin-bottom: 25px;
    clear: both;
}

.col-right {
    float: right;
    padding: 0;
    width: 260px;
}

.left-category {
    float: left;
    width: 260px;
}

.home-slider {
    float: left;
    padding-left: 25px;
    width: 815px;
}

.home-slider div.headercms {
    margin-bottom: 15px;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
    padding: 0;
    position: relative;
}

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

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 540px;
    margin-left: 10px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 760px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-1 img {
    width: 100%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

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

/* Global Styles ========================================================================= */
/* Form Elements */
.sbOptions a:hover {
    color: #ffffff;
}

input, select, textarea, button {
    vertical-align: middle;
}

.social_content .content .block-content input.input-text, select, textarea {
    border: 1px solid #ffffff;
}

input.input-text, select, textarea {
    background: #fff;
    border: 1px solid #eeeeee;
    color: #999;
}

input.input-text, textarea {
    padding: 5px;
}

.product-options-bottom .add-to-cart input.input-text {
    padding: 6px 4px;
    text-align: center;
}

input.input-tex:focus, textarea:focus {
    -moz-box-shadow: #bbb 0 0 3px;
    -webkit-box-shadow: #bbb 0 0 3px;
    box-shadow: #bbb 0 0 3px;
}

select {
    padding: 3px;
}

select option {
    padding-left: 7px;
}

select.multiselect option {
    border-bottom: 1px solid #CDCDCD;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 5px;
}

input.checkbox {
    margin-left: 3px;
    margin-top: 3px;
}

input.qty {
    width: 2em !important;
    text-align: center;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
.ie7 button.button {
    height: auto !important;
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.checkout-onepage-index button.button span{
    background-color: #124E7A;
}

button.button span{
    display: block;
    background-color: #068e60;
    height: 16px;
    padding: 7px 12px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-family: 'Istok Web', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.checkout-onepage-index button.button:hover {
    box-shadow: 0 6px 10px rgba(0,0,0,.23), 0 10px 30px rgba(0,0,0,.19);
}

button.button:hover span, /* .back-link a:hover, */
.cart .discount button:hover span {
    background: #231f20;
}

button.button span span {
    border: 0;
    padding: 0;
}

button.button:hover span, .back-link a:hover, .cart .discount button:hover span {
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.btn-checkout span {
    height: 40px;
    line-height: 43px;
    border: 0;
    padding: 0 20px;
    font-size: 13px;
}


.cart .discount button span, button.btn-checkout span {
    color: #fff;
    background: #231f20;
    font-family: 'Istok Web', Arial, Helvetica, sans-serif;
}

.cart .discount button:hover span, button.btn-checkout:hover span {
    background: #32bf96;
    color: #fff;
}

button.btn-checkout.no-checkout span {
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
    box-shadow: 0 0 3px #BBBBBB;
}

.form-list label {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #DD4B39;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 275px;
    margin: 5px 10px;
}

.form-list input.input-text {
    width: 250px;
}

.form-list textarea {
    height: 50px;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 100%;
}

.form-list li.wide input.input-text {
    width: 545px;
}

.form-list li.wide textarea {width: 98%;}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
    width: 260px;
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px;
}

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

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

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

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

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

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

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

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

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

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

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

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

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

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

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

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

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

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

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 40px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

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

.buttons-set {
    clear: both;
    margin: 20px 0 0;
    padding: 5px;
    text-align: right;
}

.buttons-set p.required {
    margin: -25px 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    float: left;
    margin-left: 5px;
}

#checkout-step-shipping .buttons-set button.button{
	float:inherit;
}

.buttons-set-order {
    margin: 10px 0 0;
}

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

.fieldset {
    padding: 0;
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 12px;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #DD4B39;
}

.validation-failed {
    border: 1px dashed #DD4B39 !important;
    background: #faebe7 !important;
}

.validation-passed {
}

p.required {
    font-size: 11px;
    text-align: left;
    color: #DD4B39;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

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

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 10px !important;
    line-height: 20px;
}

.messages li li {
    margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 15px !important;
    background-repeat: no-repeat !important;
    min-height: 18px !important;
    padding: 10px 10px 10px 40px !important;
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    color: #df280a;
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(../images/i_msg-success.gif);
    color: #3d6611;
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    color: #3d6611;
}

/* BreadCrumbs */

.col-main .breadcrumbs {
    margin: 12px 0px 13px;
}

.breadcrumbs {
    line-height: 1.25; /*margin:12px 25px 13px;*/
    margin: 12px 0 13px;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li strong {
    font-weight: normal;
    color: #32bf96;

}

.breadcrumbs span { font-size:10px; }

/* Page Heading */
.my-account .page-title {
    margin: 0 0 10px;
}

.page-title {
    margin: 0 0 20px;
    overflow: hidden;
    /*padding-bottom: 10px;*/
    width: 100%;
}

.my-account .page-title h1, .page-title h2 {
    margin: 10px 0;
}

.page-title h1,
.page-title h2 {
    color: #696969;
    font-family: 'Archivo Narrow';
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
}

.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: #0d4d7c;
}

/* Pager */
.pager {
    padding: 5px 8px;
    margin: 10px 0 0;
    text-align: right;
    border: 1px solid #EDEDED;
}

.pager .amount {
    float: left;
    margin: 0;
    padding-top: 4px;
	padding-left: 5px;
}

.pager .amount strong {
    font-weight: normal;
}

.pager .limiter {
    float: right;
    margin-left: 10px;
    z-index: 999 !important;
    margin-top: 2px;
}

.pager .limiter label {
    vertical-align: middle;
}

.pager .limiter span {
    display: inline;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 7px;
}

.pager .limiter select {
    margin: 0 0 1px;
    vertical-align: middle;
}

.pager .pages {
    margin: 0;
    float: right;
}

.pager .pages strong {
    display: none;
}

.pager .pages ol {
    float: left;
    padding: 3px;
}

.pager .pages li {
    background: #ffffff;
    border: 1px solid #ddd;
    cursor: pointer;
    float: left;
    margin: -2px 4px 0 0;
    padding: 0;
}

.pager .pages .current, .pager .pages li:hover {
    background: #0d4d7c;
    border: 1px solid #0d4d7c;
}

.pager .pages li:hover .next.i-next {
}

.pager .pages li:hover a {
    color: #fff;
}

.pager .pages .current {
    color: #fff;
    padding: 2px 9px 0 8px;
}

.pager .pages li img {
    text-decoration: none;
}

.pager .pages li a {
    padding: 2px 9px 2px 7px;
    text-decoration: none;
    vertical-align: -2px;
}

/* Sorter */
.sorter {
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
    float: right;
    padding-right: 0px;
    margin-right: 10px;
}

.sort-by label {
    margin-right: 5px;
    padding-top: 0px;
    text-align: left;
    display: inline;
    vertical-align: 6px;
}

.sorter .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.sorter .link-feed {
}

.pager .pager_right .sort-by {
    float: right;
    z-index: 8;
    margin-top: 2px;
	margin-right: 26px;
}

div.toolbar div.limiter div.sbHolder{
	margin-right: 20px;
}

.pager .pager_right .sort-by .sbHolder {
    display: inline-block;
}

.pager .limiter .sbHolder {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

/* Editing*/

.toolbar-bottom .toolbar .pager .pager_left, .my-account .toolbar .pager .pager_left {
    /*display: none;*/
}

.toolbar .pager .pager_right {
    color: #565656;
    float: right;

}

.toolbar-bottom .toolbar .pager {
    background: #f2f0f1;
    border: none;
	margin-top: 0;
}

.toolbar-bottom .pager .limiter {
    /*display: none;*/
}

.toolbar-bottom .pager .pager_right .sort-by {
    /*display: none;*/
}

.toolbar-bottom .pager .pages {
    display: block;
}

.ie7 .pager .limiter .sbHolder, .ie7 .pager .sort-by .sbHolder {
    display: inline;
}

.desc-asc {
    float: right;
    display: inline;
    margin-left: 0px;
}

.sort-by a.uparrow, .sort-by a.downarrow:hover {
    background: url("../images/sprite.png") no-repeat scroll -141px -169px #ffffff;
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms;
    width: 26px;
}

.sort-by a.downarrow, .sort-by a.uparrow:hover {
    background: url("../images/sprite.png") no-repeat scroll -119px -168px #fff;
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms;
    width: 26px;
}

/* Toolbar */
.toolbar {
    margin-bottom: 0px;
    font-size: 11px;
}

.toolbar .pager {
    padding: 5px;
    background: #f2f0f1;
}

.toolbar .pager .pager_left {
    float: left;
}

.toolbar .pager .pager_right {
    float: right;
}

.toolbar .sorter {
}

.toolbar-bottom {
}

/* ==================== List/Grid Image ============*/
.view-mode {
    float: left;
    margin-left: 20px;
    margin-bottom: 0;
	margin-top: -2px;
}

.view-mode label {
    display: none;
}

.view-mode strong.list, .view-mode a.list, .view-mode a.grid, .view-mode strong.grid {
    background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 29px;
    margin: 0;
    text-align: left;
    text-indent: -999em;
    width: 26px;
}

.view-mode a.grid {
    background-position: -1px -153px;
}

.view-mode strong.list {
    background-position: -32px -125px;
    margin-left: -6px;
}

.view-mode a.list {
    background-position: -32px -153px;
    margin-left: -6px;
}

.view-mode a.list:hover {
    background-position: -32px -125px;
    transition: all 200ms ease 0s;
}

.view-mode a.grid:hover {
    background-position: -1px -125px;
    transition: all 200ms ease 0s;
}

.view-mode strong.grid {
    background-position: -4px -125px;
}

/* Data Table */
.data-table {
    width: 100%;
    border: 1px solid #DDDDDD;
}

.data-table .odd {
    background: #fff
}

.data-table .even {
    background: #f0f0f0;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/

.data-table td.last,
.data-table th.last {
    border-right: 0;
    text-align: right;
}

.data-table th {
    padding: 5px 8px;
    font-weight: normal;
}

.data-table td {
    padding: 5px 8px;
    color: #696969;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
}

.data-table thead th {
    font-weight: bold;
    font-size: 14px;
    padding: 7px 8px;
    color: #696969;
    white-space: nowrap;
    min-width: 86px;
    vertical-align: middle;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th {
    background: #F0F0F0;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first td {
}

.data-table tfoot tr {
    background-color: #F0F0F0 !important;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {/*border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; */}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #fff !important;
}

.data-table tbody.even tr {
    background: #F0F0F0 !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.widget-static-block ul li, .std ul.disc li {
    list-style: none;
    padding: 2px 0;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 0px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0px;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 0;
}

.std ol {
    list-style: decimal outside;
    padding-left: 0;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i,
.std em {
    font-style: italic;
}

/* Misc */
.header .links li {
    display: inline;
}

.header .links li.first {
    padding-left: 0;
}

.header .links li.last {
    background: none;
    padding-right: 0;
}

.link-cart {
    font-weight: normal;
}

.link-wishlist, .link-compare {
    font-weight: normal;
}

.link-reorder {
}

.link-print {
	background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;
   /* display: none;*/
}

div.my-account div.page-title.title-buttons a,
div.my-account div.order-items.order-details p.order-links{
	display:none;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
}

/* Noscript Notice */
.noscript {
}

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

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

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

/* Header ================================================================================ */
.logo {
    float: left;
}

.active.home_first {
    margin-left: 15px;
}

.home_first {
    margin-left: 15px;
}

.header .logo {
    float: left;
    margin: 40px 0 0;
    text-decoration: none;
}

.header .logo strong {
    display: none;
    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 0 0 14px;*/
    margin: 0;
    display: inline-block;
    z-index: 17;
    position: relative;
}

.header .quick-access {
    /*float: right;*/
    margin: 0;
    padding: 0;
    position: relative;
    /*display:inline-block;*/
}

.header .welcome-msg {
    background: url("../images/bkg_pipe1.gif") no-repeat scroll 100% center transparent;
    float: right;
    font-size: 13px;
    padding: 10px 10px 10px 0;
    margin-right: 10px;
}

.header .welcome-msg a {
    color: #ebbc58;
}

.header .form-search {
    padding: 0;
    position: absolute;
    /*width: 322px;*/
    z-index: 15;
    top: 45px;
    right: 0;
}

.cms-home .header .form-search {
    /*width: 299px;	*/
}

body.cms-home article.col-main {
    margin-bottom: 10px;
}

.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    display: none;
}

.header .form-search input.input-text {
    font-size: 13px;
    padding: 8px 10px;
    line-height: 20px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #0D4D7C;
    width: 240px;
}

.ie8 .header .form-search input.input-text {
    padding: 12px 10px 10px 11px;
    height: auto;
}

.header .form-search button.button {
}

.header .form-search button.button > span {
    display: none;
    border: 0;
    text-transform: uppercase;
    padding: 5px 12px 17px;
}

.headerbottom {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
}

.header .form-search button.button span > span {
    font-size: 13px;
    background: none;
    padding: 0;
}

.header .form-search button.button:hover span {
    background: #2eb890;
}

.social_content .block .actions button.button span {
    background: #313131;;
}

.header .form-search button.button span > span {
    background: none;
}

.header .form-search .search-autocomplete {
    z-index: 999;
    left: 40px !important;
    top: 22px !important;
    color: #0D4D7C !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 { /*margin-top:7px;  float:left; margin-top: 9px; float: right; margin-right: 25px;*/
    display: inline-block;
    /*background-color: chartreuse;*/
    height: 40px;
    vertical-align: top;
    margin-top: 18px;
    cursor: pointer;

}

.header .form-language label {
    padding-right: 5px;
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.header .tm_top_currency {
    margin-top: 7px;
    float: left;
}

.header .tm_top_currency label, .header .form-language label { /*line-height:25px;margin-right:5px;  float:right; display: none;*/
    font-family: "Archivo Narrow", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 8px;
    height: 20px;
    /*background-color: black;*/
    position: relative;
    vertical-align: top;
    cursor: pointer;
	font-weight: normal;
}

.form-language .sbOptions, .tm_top_currency .sbOptions {
    background-color: rgba(62, 62, 62, 0.9);
    padding: 5px;
    border: 0 none;
}

.form-language .sbOptions li, .tm_top_currency .sbOptions li {
    padding: 0;
}

.form-language .sbOptions a, .tm_top_currency .sbOptions a {
    padding: 4px 10px;
    color: #fff;
}

.form-language .sbOptions li:hover a, .tm_top_currency .sbOptions li:hover a {
    background: #1a7788;
    color: #fff;
}

.form-language .sbHolder, .tm_top_currency .sbHolder {
    display: inline-block;
    margin-top: 3px;
    height: 20px;
}

.ie7 .header .form-language {
    width: 250px;
}

.ie7 .header .tm_top_currency {
    width: 130px;
}

.header .header-cart li {
    clear: both;
    margin-bottom: 5px;
}

.ie7 .header .header-cart li {
    overflow: hidden;
}

.header .header-cart #panel {
    font-size: 14px;
    background: none repeat scroll 0 0 #ffffff;
    top: 60px;
    min-width: 20px;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: left;
    /* width: 260px;*/
    width: 320px;
    display: none;
    z-index: 999;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(26, 119, 136, 0.8);
    /*border-radius: 10px;*/
}

.header-cart .main-cart p {
    margin: 0;
}

.header .header-cart #panel .actions {
    margin-top: 7px;
    text-align: center;
}

.header .header-cart #panel .actions .viewcart-btn {
    margin-left: 5px;
}

.header .header-cart #panel .product-name a {
    font-size: 13px;
    font-weight: bold;
}

.tm_headerlinks_inner { /*display:none;*/
}

.tm_headerlinkmenu {
    position: relative;
    /*float:right;
    right: 2px;
	padding:10px 0;*/
    display: inline-block;
}

.tm_headerlinkmenu .links a {
    color: #6c6c6c;
}

.tm_headerlinkmenu .links a:hover {
    color: #2fb991;
}

.header .links {
    float: right;
    margin: 0;
    clear: both;
}

.header .links li {
    float: left;
    background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat;
    padding: 0 8px 0 7px;
}

.header .links li.first + li + li {
    display: none;
}

.header .links li a {
    text-decoration: none;
    font-size: 13px;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-cart { /*float: right;margin-top:35px; */
    position: relative;
    display: inline-block;
}

.header-cart h4 {
    color: #696969;
    margin: 0 0 3px;
    display: none;
}

.cart_mini_right { /* padding:10px 5px 10px 35px;*/
    cursor: pointer;
    font-size: 14px;
    cursor: pointer;
    color: #696969;
}

.cart_mini_right:hover {
    color: #32bf96;
}

.block-cart.btn-slide {
    float: left;
    margin-top: 5px;
}

.header-cart .cart-label {
    background: url("../images/sprite.png") no-repeat scroll 8px -58px #FF6600;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    height: 52px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    /*top: -4px;*/
    width: 52px;
    z-index: 0;
    cursor: pointer;
}

.header-cart .right_arrow {
    background: url("../images/arrow-down.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 15px;
    margin: 0 0 1px 4px;
    vertical-align: middle;
    width: 10px;
    display: none;
}

.header-cart .cart_mini_right .price {
    display: none;
}

.ie7 .header-cart .right_arrow {
    display: inline
}

.header_qty {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    clear: both;
    color: #696969;
    font-size: 13px;
    font-weight: 500;
    height: 20px;
    line-height: 21px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 20px;
}

.header-cart .active .right_arrow {
    background: url("../images/arrow-up.png") no-repeat scroll center center transparent;
}

.headertoggle_img {
    background: url("../images/sprite.png") no-repeat scroll -116px -123px;
    height: 22px;
    margin: 0 auto;
    text-align: center;
    width: 40px;
}

/********** < Navigation */
.advanced_nav {
    display: none;
}

.nav-inner #nav, .nav-responsive {
    background: none repeat scroll 0 0 #313131;
    clear: both;
    height: auto;

}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
    position: relative;
    text-align: left;
}

#nav li.over {
    z-index: 998;
}

#nav a,
#nav a:hover {
    display: block;
    text-decoration: none;
}

#nav a:hover, .custom_menu:hover a, /* ,  div.menu a:hover*/
div.act .parentMenu > a /*,div.active .parentMenu > a*/
{
    background: #fff;
    color: #32bf96;
}

#nav > li:hover > a {
    background: #E8E7E7;
    color: #696969;
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Archivo Narrow';
}

#nav li ul span {
    white-space: normal;
    font-family: 'Istok Web', Arial, Helvetica, sans-serif;
}

#nav ul li.parent a {
    background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}

#nav ul li.parent li a {
    background-image: none;
}

/* 0 Level */
#nav li {
    float: left;
}

#nav a, .nav-responsive span {
}

#nav a, .nav-responsive span {
    color: #ffffff;
    display: block;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 21px 15px;
    /*text-transform: uppercase;*/
}

ul#nav li.home_first a.home,
ul#nav li.brand-list.menu a.brand,
ul#nav li.brand-list.desktop a.brand,
ul#nav ul.custom_link li {
    text-transform: uppercase;
}

ul#nav li.home_first a.home {
    padding-left: 50px;
}

ul#nav li.home_first a.home:before {
    content: "";
    height: 20px;
    width: 20px;
    left: 20px;
    top: 20px;
    position: absolute;
    background-image: url('../empsol_images/category_products_icon.png');
    background-image: -webkit-image-set(
            url('../empsol_images/category_products_icon.png') 1x,
            url('../empsol_images/category_products_icon@2x.png') 2x,
            url('../empsol_images/category_products_icon@3x.png') 3x);
}

ul#nav li.home_first a.home.over:before {
    background-image: url('../empsol_images/category_products_gray_icon.png');
    background-image: -webkit-image-set(
            url('../empsol_images/category_products_gray_icon.png') 1x,
            url('../empsol_images/category_products_gray_icon@2x.png') 2x,
            url('../empsol_images/category_products_gray_icon@3x.png') 3x);
}


.custom_menu.menu {
    display: block;
}

div.menu a:hover {
    color: #2fb991;
}

/* 1st Level */
#nav ul li,
#nav ul li.active {
    display: inline-block;
    float: none;
}

#nav ul li.last {
    padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover {
    float: none;
    background: none;
}

#nav ul li a {
}

/* 2nd Level */
#nav ul, .responsive-menu #nav-mobile {
    background: #646464;
}

#nav ul,
#nav div {
    position: absolute;
    width: 400px;
    top: -10000px;;
    left: -10000px;
}

#nav > ul {
    width: auto;
    background-color: transparent;
    position: relative;
    float: left;
    left: auto;
    top: auto;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

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

#nav ul li a {
}

#nav ul li a:hover, #nav > li ul > li:hover > a, .responsive-menu #nav-mobile a:hover {
    background: #E8E7E7;
    color: #696969;
}

#nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 21px 15px;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

#nav .custom_link li.home_first a {
    font-size: 20px;
    font-weight: bold;
}

.responsive-menu a {
    color: #cecece;
    text-decoration: none;
    display: block;
    padding: 21px 15px;
    font-family: "Istok Web", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.responsive-menu li a {
    font-size: 14px;
    padding: 4px;
    text-transform: capitalize;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}

#nav li ul.shown-sub {
    border-top: 5px solid #1a7788;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

.subparentMenu:hover .subparentmenu-hover {
    display: block;
}

/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {
    border: 1px solid #fff;
    margin: 0 0 25px;
}

.block.block-side-nav-container .block-title {
    background: url("../images/category.jpg") no-repeat scroll 0px center #32bf96;
}

.block.block-side-nav-container .block-title span {
    padding: 1px 0 1px 47px;
}

.block.block-advancedmenu .block-title {
    border-left: none;
    padding: 10px 0;
}

.block.block-advancedmenu .block-title span {
    margin-left: 63px;
}

.itemMenuName.level2 > span:hover {
    color: #2fb991;
}

.block .block-title {
    background: none repeat scroll 0 0 #0d4d7c;
    border-left: 4px solid #ffe35f;
    color: #ffffff;
    padding: 10px;
    text-transform: uppercase;
}

.block .block-title strong {
    display: block;
    min-height: 16px;
    color: #fff;
    font-weight: normal !important;
    font-size: 18px;
    font-family: "Archivo Narrow", sans-serif;
}

.block .block-title strong span {
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

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

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

.block.block-advancedmenu .block-content {
    padding: 2px 10px;
    border: 0 none;
    background: #e8e7e7;
}

.cms-home .block.block-advancedmenu {
    margin: 0;
}

.block.block-list.block-viewed .block-content {
    padding: 5px 10px 0;
}

.block.block-reorder .block-content {
    padding: 10px;
}

.block.block-wishlist .block-content {
    padding: 10px;
}

.block .block-content {
    /*	position:relative;*/
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 10px 10px 0;
}

.block .block-content li {
    padding: 10px;
}

.sidebar .block.block-layered-nav .block-content li {
    padding: 5px 0;
    border-bottom: 1px solid #eeeeee;
}

.mini-products-list .block .block-content li {
    border-bottom: none;
}

.sidebar .block .block-content .treeview-side.treeview li {
    border-bottom: 1px solid #eeeeee;
}

.sidebar .block .block-content li {
}

/*.sidebar .block-brand-nav .block-content li , .sidebar block .block.block-related .block-content li{border-bottom:none;}*/
.block .block-content li a {
    text-decoration: none;
    font-size: 13px;
}

.block .block-content li a:hover,
.aw-box a:hover{
    color: #0d4d7c;
    text-decoration: underline;
}

.block .block-content li .addto-cart {
    font-size: 14px;
    text-transform: none;;
    color: #313131;
    text-transform: uppercase;
}

.block .block-content li .product-details .link-wishlist {
    text-transform: uppercase;
}

.block .block-content li a:hover .price {
    color: #0d4d7c;
}

.block .block-content li .product-name a {
    font-size: 13px;
}

.block .block-content li.item {
    padding: 8px 0px;
}

.block.block-related.block .block-content li.item {
    padding: 0;
}

.block .block-content .product-name {
    color: #555555;
}

.block .btn-remove,
.block .btn-edit, #panel .btn-edit, #panel .btn-remove {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    padding: 0 0 10px;
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block.block-advancedmenu .menu:last-child a {
    border-bottom: none;
}

/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Blocks */
/*.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }*/

/* Mini Products List */

.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #ddd;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

/* Block: Account */
.block-account .block-content li.current {
    padding: 10px 0 !important;
    border-bottom: 1px dotted #ccc;
}

.block-account .block-content li.current strong {
    font-weight: normal;
    padding: 4px 0 4px 13px !important;
    color: #32bf96;
}

#category-treeview li a:hover, .block-account .block-content li a:hover {
    color: #32bf96;
}

/* Block: Currency Switcher */
.block-currency {
}

.block-currency .block-title {
}

.block-currency .block-title strong {
}

.block-currency .block-content {
}

.block-currency .block-content select {
}

/* Block: Category Navigation */
#category-treeview li a, .block-account .block-content li a {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #ffffff;
    color: #646464;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 5px;
    text-decoration: none;
    background: #fff;
}

.block.block-account .block-content {
    padding: 5px 10px;
}

#recently-viewed-items a {
    border-bottom: 1px solid #eeeeee;
    color: #646464;
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding: 5px 0;
    text-decoration: none;
    background: none;
}

.block-brand-nav li a {
    background: none;
    border-top: 1px solid #ffffff;
    color: #696969;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 5px;
    text-decoration: none;
}

.block-brand-nav li a:hover {
    color: #32bf96;
}

.ie7 #category-treeview li {
    display: inline
}

.block-brand-nav .sbHolder li a, .block-brand-nav .sbHolder li a:hover {
    background: none;
    padding-left: 5px;
}

#category-treeview li, .block-account .block-content li {
    padding: 0 !important;
    background: #fff;
}

#recently-viewed-items li {
    padding: 0 !important;
    background: none;
}

.block-brand-nav li {
    background: none;
    padding: 0 !important;
    border-bottom: 1px solid #eeeeee;
}

.block-brand-nav li:last-child {
    border-bottom: none;
}

#category-treeview li a:hover, .block-account .block-content li a:hover, .block-account .block-content li.current,
#recently-viewed-items a:hover, .block-brand-nav li a:hover { /*background: url("../images/megnor/cat_arrow_hover.png") no-repeat scroll 3px center transparent;*/
}

#category-treeview li ul {
    margin-left: 15px;
}

#category-treeview li ul a {
}

#category-treeview li ul a:hover { /*background: url("../images/megnor/subcat_arrow_hover.png") no-repeat scroll 3px center transparent;*/
}

#category-treeview li.last a, .block-account .block-content li.last a, #recently-viewed-items li.last a, .block-brand-nav li:last-child a {
    border-bottom: none;
}

#category-treeview .hitarea {
    background: none;

    height: 25px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 6px;
}

#category-treeview .expandable .collapsable-hitarea {
    background: url("../images/sprite.png") no-repeat scroll -237px -120px transparent;
}

#category-treeview .expandable-hitarea {
    background: url("../images/sprite.png") no-repeat scroll -208px -120px transparent;
}

#category-treeview .collapsable-hitarea {
    background: url("../images/sprite.png") no-repeat scroll -236px -120px transparent;
}

/* Block: Layered Navigation */
.block-layered-nav {
}

.block-layered-nav .block-title {
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #d5e8ff;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    display: none;
}

.block-layered-nav .block-content {
}

#narrow-by-list .last.even li:last-child {
    border-bottom: none;
}

.block-layered-nav dt {
    color: #231f20;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    /*padding: 10px 0px;*/
    padding: 10px 0px 7px 15px;
    border-bottom: 1px solid #eeeeee;
}

.block-layered-nav dd {
    padding: 0px 0px;
}

.block-layered-nav a { /*background:url("../images/megnor/subcat_arrow.png") no-repeat scroll 3px center transparent;*/
    color: #696969
}

.block-layered-nav a:hover { /*background:url("../images/megnor/subcat_arrow_hover.png") no-repeat scroll 3px center transparent;*/
}

.block-layered-nav dd.last {
    background: none;
}

.block-layered-nav .currently li {
    background: #eeeeee;
    padding: 4px 20px 4px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.block-layered-nav .currently .label {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 0px;
    top: 9px;
    margin: 0;
    background: url("../images/btn_remove.gif") no-repeat scroll 0 0 transparent;
}

.block-layered-nav .currently .btn-previous {
    right: 17px;
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    text-align: right;
}

.block-layered-nav .actions a {
    float: none;
    background: none;
}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/
}

.block-cart .block-title strong {
}

.block-cart .summary {
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: normal;
}

.block-cart .subtotal {
    margin: 30px 0 5px;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .block-title strong {
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a, .block-related .actions a {
    float: none;
}

#wishlist-table .add-to-cart-alt .input-text {
    margin-bottom: 8px;
}

/* Block: Related */
.block-related .block-title strong {
}

.block-related input.checkbox {
    float: left;
}

.block-related .tm-checkbox .tm-hide {
    opacity: 1;
}

.block-related .product {
}

.block-related li {
    position: relative;
}

.block-related .tm-checkbox {
    position: absolute;
    background: url("../images/check.gif") no-repeat scroll -1px -1px transparent;
}

#block-related .product-details {
    margin-top: 10px;
}

#block-related {
    padding-bottom: 10px;
}

/* Block: Compare Products */
.block-compare .block-title strong {
}

.block-compare button.button span {
}

.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8;
}

.compare-table {
    border: 0;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
}

.compare-table tr.first td .product-name a {
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}

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

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

/* Block: Poll */
.block-poll .block-title strong {
}

.block-poll .block-subtitle {
}

.block-poll label {
    color: #777;
}

.block-poll input.radio {
}

.block-poll .label {
    margin-left: 3px;
}

.block.block-poll li {
    padding: 4px 0;
}

.block.block-poll .actions {
    margin: 0 0 10px;
    padding: 0;
}

.block-poll button.button span {
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Orders and Returns */
.block-gr-search li {
    padding: 3px 9px;
}

.block-gr-search button.button span {
}

/* Block: Tags */
.block-tags .block-title strong {
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Subscribe */
.social_content .block-subscribe .block-content {
    padding: 5px 0px 0px 0px;
}

.block-subscribe .block-content {
    padding: 1px 10px 0;
}

.block-subscribe .block-title strong {
}

.block-subscribe label {
    font-weight: normal;
}

.block-subscribe input.input-text {
    display: block;
    width: 194px;
    margin: 3px 0 5px;
}

.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

.block-subscribe .actions button.button {
}

/* Block: Reorder */
.block-reorder .block-title strong {
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 0px;
    display: inline;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

/* Block: Login */

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

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

.sidebar .paypal-logo a {
    float: none;
}

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

/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

/*.new-products .category-title { margin-bottom: 25px;}*/

.category-image {
    width: 100%; /*overflow:hidden;*/
    margin: 0; /*text-align:center;*/
}

.category-image img {
    float: right;
    width: 4%;
    margin-top: -42px;
    display: none;
}

.category-description {
    padding: 5px 0;
}

.category-products {
}

.category-title h2 a {
    padding: 0 !important;
}

.new-products .category-title h2 a {
    font-size: 20px;
}

.new-products .category-title h2, .blog_main h2 {
    color: #313131;
    padding: 10px 0 0;
    text-transform: uppercase;
    background: none;
    font-size: 20px;
    font-family: 'Archivo Narrow';
    border-bottom: 1px solid #ddd;
}

.category-title h2, .category-title h2 a {
    color: #313131;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
}

.crosssell h2 {
    color: #313131;
    font-size: 18px;
    padding: 10px 5px 15px;
    text-transform: uppercase;
}

h2.product-name, h4.product-name {
    background: none;
    padding: 0 !important;
    border-bottom: none !important;
    margin-top: 0px;
}

/* View Type: Grid */
.products-grid {
    width: 100%;
}

.products-grid li.item, .col-main .slider-item {
    float: left;
    width: 190px;
    padding: 0;
    list-style: none;
}

/*.products-grid li.item{margin-top: 20px;}*/

.products-grid li.first_item_tm {
}

.products-grid li.last_item_tm {
}

.products-grid li.item{
    border-right: 1px solid #EEEEEE !important;
    border-bottom: 1px solid #EEEEEE !important;
}

.products-grid li.last_item_tm{
    /*border-right: none !important;*/
    border-right: none !important;
}

.products-grid li .product-block {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;*/
    clear: both;
    /* overflow: hidden;*/
    padding: 7px 10px 10px 10px;

}

.products-grid li .product-block-inner {
    /*overflow: hidden;*/
    position: relative;
}

.bestseller-products-footer .products-grid li.item {
    margin-top: 0;
    width: auto;
}

.bestseller-products-footer .product_desc {
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

.bestseller-products-footer .product-image-block {
    float: left;
    margin-bottom: 0px;
    border: 0 none;
}

.bestseller-products-footer a.product-image {
    margin-bottom: 0;
    border: 1px solid #d9d9d9;
}

.bestseller-products-footer .products-grid li .product-block {
    border-right: 0 none;
    padding: 0;
    background: none;
}

.bestseller-products-footer .hover_block, .bestseller-products-footer .product-image-block .new-label, .bestseller-products-footer .product-image-block .sale-label, .bestseller-products-footer .product-block .description.grid_rating {
    display: none;
}

.bestseller-products-footer .products-grid .price-box {
    margin: 0;
}

.bestseller-products-footer .products-grid .product-name {
    margin: 0;
}

.bestseller-products-footer .price-box .price {
    font-size: 16px;
    padding: 0 2px 0 0;
}

.product-image > img {
    height: auto;
    max-width: 81%;
    padding: 10px 0;
}

a.product-image {
    display: block;
    margin: 0 0 5px;
    text-align: center;
}

.products-grid .product-name {
    margin-top: 8px 10px 0 !important;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    min-height: 57px;
    text-decoration: none !important;
}

.products-grid .product-name a {
    text-decoration: none !important;
}

.products-grid .price-box {
    display: inline-block;
    width: 48%;
}

.products-grid .price-box .label {
    display: none;
}

.products-grid .product-block:hover a,
.products-grid .product-name a:hover {
    color: #0d4d7c !important;
    /*text-decoration:underline;*/
}

.products-grid .price-box {
    /*margin: 5px 0;*/
    margin: 5px 28px 5px 0;
    text-align: right;
    vertical-align: sub;
}

.products-grid .price-box.sale-product {
    margin: 5px 9px 5px 0;
    width: 70%;
}

.products-grid .price-box.not-buy {
    margin: 5px 0px 5px 0;
    width: 100%;
    text-align: center;
}

.products-grid .price-box.sale-product span.old-price {
    font-size: 15px !important;
    display: inline-block;
    width: 46%;
}

.products-grid .price-box.sale-product span.special-price {
    display: inline-block;
    width: 40%;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .availability.out-of-stock {
    line-height: 31px;
}

.manufacture_products .product-carousel .product-block {
    padding: 0;
}

.product-carousel .product-block {
    background: none repeat scroll 0 0 #ffffff;
    border-right: 1px solid #e4e4e4;
    clear: both;
    padding: 0 10px 10px 10px;
}

.new-products-block {
    clear: both;
    padding-top: 30px;
}

.manufacture-block {
    clear: both;
    margin-bottom: 5px;
    margin-top: 60px;
}

.manufacture_products .product-carousel .product-block-inner {
    padding: 10px;
}

.product-carousel .product-block-inner {
    position: relative;
}

.product-block-inner .new-label,
.list-left .new-label {
    left: -11px;
    top: 5px;
    z-index: 12;
    width: 70px;
    background: #009045;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 25px;
    min-width: 40px;
    padding: 0px 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    position: absolute;
    float: left;
}

.product-block-inner .new-label:after,
.list-left .new-label:after {
    content: "";
    height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    top: 0px;
    right: -10px;
    border-left: 10px solid #009045;

}

.product-block-inner .sale-label,
.list-left .sale-label {
    left: -11px;
    top: 5px;
    z-index: 12;
    width: 70px;
    background: #e32400;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 25px;
    min-width: 40px;
    padding: 0px 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    position: absolute;
    float: left;

}

.product-block-inner .sale-label:after,
.list-left .sale-label:after {
    content: "";
    height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    top: 0px;
    right: -10px;
    border-left: 10px solid #e32400;

}

body.catalog-category-view .product-block-inner .sale-label,
body.catalog-category-view .product-block-inner .new-label {
    left: -13px;
}

body.catalog-category-view .list-left .sale-label,
body.catalog-category-view .list-left .new-label {
    left: 0;
}

.product-block-inner .product-image-block.both .sale-label,
.list-left.both .sale-label {
    margin-top: 30px;
}

.products-list li .list-left:hover .new-label {
    opacity: 1;
    transition: all 0.9s ease 0s;
}

.products-list li .list-left .sale-label {
    /* background: url("../images/tringle.png") no-repeat scroll 0 bottom #e9e9e9;
     line-height: 11px;
     color: #666666;
     opacity: 1;
     font-size: 10px;
     height: auto;
     padding: 3px 6px 20px;
     position: absolute;
     right: auto;
     left: 0;
     text-align: center;
     text-transform: uppercase;
     width: 10px;
     word-wrap: break-word;
     z-index: 1*/
}

.products-list .product-image > img {
    padding: 0px;
}

.products-list li .list-left:hover .sale-label {
    opacity: 1;
    transition: all 0.9s ease 0s;
}

/* View Type: List */
.products-list li.item {
    border-top: 1px solid #eee;
    /*margin-bottom: 10px;*/
    padding: 0px;
    /*margin-top: 20px;*/
}

.products-list li.item.last {
    border-bottom: none;
}

.products-list li .list-left {
    float: none;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eee;
}

.products-list li .list-center {
    /* width: 540px;*/
    border-right: 1px solid #eee;
    float: none;
    /* margin: 35px 0 0;
     padding: 10px 15px 10px 0;*/
    margin: 0;
    padding: 0;
    width: 40%;
    display: inline-block;
    height: 205px;
    vertical-align: top;
}

body.cms-page-view.cms-nuovi-prodotti .products-list li .list-center,
body.cms-page-view.cms-offerte-speciali .products-list li .list-center {
    width: 57%;
}

.products-list li .list-right {
    padding-left: 5px;
    /*overflow: hidden;*/
    margin: 0;
    float: none;
    display: inline-block;
    height: 205px;
    vertical-align: top;
    text-align: center;
    min-width: 215px;
}

.products-list li .list-right .price-box.sale-product .price.old-price{
	font-size: 17px;
}

.products-list li .list-right .availability.out-of-stock{
	float:none;
	margin: 10px 0 0;
}

.products-list li.item.last {
}

.products-list .product-image {
    float: left;
    /* margin: 0 0 10px;*/
}

.products-list .product-shop {
    margin-left: 10px;
    margin-top: 70px;
    margin-right: 10px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: normal;
    color: #203548;
}

.products-list .product-name a {
    color: #696969;
    font-size: 15px;
}

.products-list .price-box {
    /*margin: 3px 0px 5px 0;*/
    margin-top: 70px;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 0px 0 0;
    margin: 10px 0 0;
    line-height: 1.35;
    color: #acacac;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
    display: inline-block;
    position: relative;
}

.products-list .add-to-links li a {
    margin-left: 0;
    margin-right: 5px;
}

.products-list .add-to-links li {
    float: left;
}

/*.products-list .add-to-links .separator { display:inline; margin:0 2px; }*/
.products-list li .ratings .rating-box {
    float: left;
    margin-right: 8px;
}

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

/* Product View ========================================================================== */

/********************** Product View Tabs */
.product-view .tabs {
    border-bottom: 1px solid #eeeeee;
    margin: 30px 0 0;
    overflow: hidden;
}

.product-view .tabs li {
    margin-right: 3px;
    float: left;
    line-height: 18px;
    float: left;

}

.product-view .tabs li.first {
    border-left: 0;
}

.product-view .tabs li.last {
    border-right: 0;
}

.product-view .tabs a {
    display: block;
    font-family: 'Archivo Narrow';
    font-size: 18px;
    font-weight: normal;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #313131;
}

.product-view .tabs a:hover {
    background-color: #0d4d7c;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #32bf96;
}

.product-view .tabs li.active a,
.product-view .tabs li.active a:hover {
    background: #0d4d7c;
    color: #fff;
    border-bottom: 5px solid #1a7788;
}

#product_tabs_tags_tabbed_contents.input-box input {
    width: 300px;
}

#product_tabs_tags_tabbed_contents .input-box {
    float: left;
    margin-bottom: 6px;
}

#product_tabs_related_tabbed_contents li .product-images SPAN {
}

#product_tabs_related_tabbed_contents ol {
    clear: both;
}

.product-collateral:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.product-collateral .padder {
    background: none repeat scroll 0 0 #fdfdfd;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 15px 10px;
}

#product_tabs_related_tabbed_contents .block-title, #product_tabs_description_tabbed_contents h6 {
    display: none;
}

.padder div.std {
    font-size: 13px;
}

.padder h2:not(.notoggle) {
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    display: none;
    background: #E1E1E1;
}

.padder h2.notoggle {
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.product-collateral h2:not(.toggle) {margin:0!important; padding:0!important;}

.products-list .product-shop .ratings {
    border-bottom: none;
}

.product-shop .ratings { /*border-bottom: 1px solid #eeeeee;*/
    padding: 0 0 3px;
    margin: 5px 0;
}

/* Rating */
.no-rating { /*border-bottom: 1px solid #eeeeee;*/
    margin: 0;
    padding-bottom: 2px;
}

.product-block-inner .ratings .amount {
    display: none;
}

.ratings {
    line-height: 1.25;
    margin: 5px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
    display: none;
    float: left;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
    margin: 1px 5px
}

.rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    margin-right: 8px;
    display: inline-block;
    float: left;
}

.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;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
    color: #e32400;
	text-transform:uppercase;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 25px;
    background: url(../images/megnor/availability.png) 0 3px no-repeat;
    padding-left: 30px;
}

.availability-only span,
.availability-only a {
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.product-view .product-shop .availability {
}

.product-view .product-shop .availability span {
    font-weight: normal;
    color: #2FB991;
}

.product-view .product-shop .availability.out-of-stock span {
    font-weight: bold;
    color: #e32400;
	text-transform:uppercase;
}

/* Email to a Friend */
.email-friend {
    margin: 0;
}

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

.alert-stock {
    margin: 0;
    font-size: 11px;
}

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

/*.price:hover{color:#32BF96;}*/
.price-box {
    margin: 5px 0;
    line-height: 14px;
}

.price-box .price {
    font-weight: 500;
    font-size: 18px;
    font-family: 'Archivo Narrow', sans-serif;
}

.block.block-related .price-box .price {
    font-size: 18px;
}

/* Regular price */

.regular-price .price {
    font-size: 18px;
    font-weight: normal;
    color: #696969;
    font-family: 'Archivo Narrow', sans-serif;
}

#confirmBox #am-block-related .price-box .label {display:none;}

.block .regular-price,
.block .regular-price .price {
}

/* Old price */
.old-price {
    margin: 0;
    text-decoration: line-through;
    color: #696969;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.old-price .price {
    font-weight: normal;
    color: #c76200;
    font-size: 13px;
    text-decoration: line-through;
}

/* Special price */
.special-price {
    margin: 0;
    padding: 3px 5px;
    color: #e32400;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: #cd5033;
}

.special-price .price {
    font-size: 15px;
    font-weight: normal;
    color: #313131;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: none;
    margin: 3px 0;
}

.minimal-price-link .label {
    color: #2FB992;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #2FB992;
    font-size: 13px;
}

.block.block-related .block-content .minimal-price-link .label, .block.block-related .block-content .minimal-price-link .price {
    color: #696969;
}

.block.block-related .block-content .minimal-price-link .label:hover, .block.block-related .block-content .minimal-price-link .price:hover {
    color: #2fb991
}

/* 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 {
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold;
}

/* Price as configured */
.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {
    padding: 10px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

.tier-prices li {
    line-height: 1.4;
    padding: 2px 0 2px 0px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
}

.tier-prices .price {
    font-weight: bold;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

/* Add to Links */

.hover_block {
    background-color: #1a7788;
    transition: all 0s !important;
    /*background-color:transparent !important;*/
    cursor: pointer;
}

.hover_block:hover {
    background-color: #0d4d7c;
}

.hover_block.out-of-stock {
    background-color: inherit;
    width: 100%;
}

.hover_block .add-to-links {
    padding: 0;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 180px;
    margin: auto;
}

body.cms-home div.hover_block:hover ul.add-to-links button span {
    /*background-color: #0d4d7c !important;*/
}

.add-to-links {
    margin: 5px 0 0;
    font-size: 12px;
}

.add-to-links li {
    list-style: none; /*float:left;*/
    width: 100%;
}

.add-to-links .separator {
    display: none;
}

.add-to-links li a.link-wishlist {
}

.add-to-links li a.link-compare {
}

.availability.out-of-stock {
    /*float: left;*/
    padding-left: 5px;
}

.products-list .availability.out-of-stock {
    float: left;
    padding-left: 0px;
}

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 8px;
    font-weight: bold;
    color: #666;
    margin-top: 5px;
}

.add-to-cart .qty {
    float: left;
    margin-right: 5px;
    padding: 7px 4px 6px;
    text-align: center;
}

.add-to-cart button.button {
    float: left;
    text-transform: uppercase;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.product-view .add-to-box {
    margin: 0;
    padding-bottom: 15px;
}

.add-to-box {
    margin: 10px 0;
}

.add-to-box .add-to-cart {
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    text-align: left;
}

.add-to-box .add-to-links li {
    margin-right: 10px;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.product-view {
}

.product-essential h2 {
    display: none;
}

.product-collateral {
	font-size: 14px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
}

.product-collateral table{
	font-size: 14px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	color: #696969;
}

.product-collateral input,
.product-collateral textarea{
	font-size: 14px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	color: #696969;
}

.product-collateral .padder div.std {
	font-size: 14px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif ;
}

.product-collateral h1,
.product-collateral h2,
.product-collateral h3,
.product-collateral h4{
	color: #696969 !important;
}



.product-collateral h2.toggle:not(.notoggle), .related-products .block-subtitle, .box-tags h3 {
	font-size: 14px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
    /*border-bottom: 1px solid #eee;*/
    /*padding: 0 0 10px;*/
    padding:5px;
    margin: 0 0 15px;
	color: #696969;
}

#customer-reviews h2, ul.tabs h2 { margin:0; padding:0;}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}

.related-products .block-subtitle {
    margin-top: 10px;
}

/* Product Images */
.product-view .product-img-box {
    float: left;
    width: 44%;
    padding-right: 15px;
    box-sizing: border-box;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
}

.product-view .product-img-box .product-image #wrap {
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    z-index: 9;
    border: 1px solid #DBDEE1;
}

.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: -4px
}

.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: 1px solid #eeeeee;
    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;
}

.sku {
    padding: 5px 0;
    display: none;
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 56%;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-shop .product-name {
    margin: 0;
    padding-bottom: 10px;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
    font-size: 18px;
    color: #696969;
}

/*.product-view .product-shop .availability {    float: right;     margin: 10px 0 0; text-align:right; }*/
.product-view .product-shop .short-description {
    font-size: 13px;
    margin: 0;
    padding-top: 10px;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
}

.product-view .product-shop .price-box .price {
    font-size: 20px;
}

.product-view .product-shop .add-to-links {
    margin: 0px 0;
    font-size: 13px;
}

.product-view .product-shop .add-to-links li a {
    width: 150px;
    height: 18px;
}

.product-view .product-shop .add-to-links li {
    float: left;
}

.product-view .product-shop .add-to-links li .separator {
    display: none;
}

.product-view .product-shop .add-to-links a.link-wishlist {
    background: url("../images/sprite.png") no-repeat scroll -10px -412px transparent;
    padding-left: 20px;

}

.product-view .product-shop .add-to-links a.link-wishlist:hover {
    background-position: -225px -412px;
}

.product-view .product-shop .add-to-links li a.link-compare, .product-view .product-shop .add-to-links a.link-wishlist {
    font-size: 13px;
}

.product-view .product-shop .add-to-links a.link-compare {
    background: url("../images/sprite.png") no-repeat scroll -10px -448px transparent;
    padding-left: 21px;
}

.product-view .product-shop .add-to-links a.link-compare:hover {
    background-position: -225px -448px;
}

.product-view .product-shop .ratings .rating-links {
    display: block;
}

.email-addto-box .email-friend {
    float: left;
    margin-right: -1px;
    margin-bottom: -8px;
}

.email-addto-box .email-friend a {
    background: url("../images/sprite.png") no-repeat scroll -9px -379px transparent;
    padding-left: 23px;
}

.email-addto-box .email-friend a:hover {
    background-position: -224px -379px;
}

.product-view .product-shop ul.ul_custom_attributes {
    margin: 15px 0;
}

.product-view .product-shop ul.ul_custom_attributes li {
    margin-bottom: 5px;
}

.product-view .product-shop ul.ul_custom_attributes li.attribute_code_msi{
	text-decoration:underline;
	font-weight:bold;
}

.product-view .product-shop .label-product-option{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom: 7px;
}

.product-view .product-shop .short_des {
    position: absolute;
    top: 100px;
    right: 0;
}

.product-view .product-shop .short_des img {
    height: 45px;
}

#prev-next-links {
    float: right;
    margin-top: -27px;
    width: 60px;
}

#prev-next-links a {
    height: 30px;
    width: 30px;
    display: block;
    margin-bottom: 0;
    text-decoration: none;
}

#prev-next-links a#link-previous-product {
    background: url("../images/sprite.png") no-repeat scroll -201px 4px transparent;
    float: left;
}

#prev-next-links a#link-next-product {
    background: url("../images/sprite.png") no-repeat scroll -231px 4px transparent;
    float: right;
}

#prev-next-links a#link-next-product:hover {
    background-position: -231px -27px;
}

#prev-next-links a#link-previous-product:hover {
    background-position: -201px -27px;
}

/* Product Options */
.product-options {
    margin: 0;
    padding: 0px;
    position: relative;
    z-index: 0;
}

.product-options .last {
    padding-bottom: 7px;
}

.product-options dt {
    padding: 10px 0 0;
    font-weight: normal;
}

.product-options dt label {
    font-weight: normal;
}

.product-options dt label.required em {
    color: #DD4B39;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
}

.product-options dd { /*padding:5px 10px 10px;*/
    margin: 0 0 5px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
    padding-left: 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: 100%;
    z-index: 9;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    margin-top: 3px;
    margin-right: 9px;
}

.product-options ul.options-list input.checkbox {
    margin-top: 0px;
    float: left;
}

.product-options ul.options-list .label {
    display: inline;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 0px;
    top: 10px;
}

.product-options-bottom {
    padding: 3px 0;
}

body.catalog-product-view .product-options-bottom {
    padding: 13px 0 3px 0;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #e26703;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    float: left;
    margin: 10px 0;
}

.product-shop .product-options-bottom {
    margin: 0;
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
    display: none;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
    padding: 5px 0 0;
    text-align: left;
    display: none;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}

/* Block: Upsell */
/*.product-view .box-up-sell h2 {  padding:0 0 10px; margin:0 0 8px; }
*/
.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3 {
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(../images/bkg_pipe1.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    margin: 0 0 5px;
}

.product-view .box-tags .form-add .input-box {
    float: left;
}

.product-view .box-tags .form-add input.input-text {
    width: 300px;
    margin-right: 5px;
}

.product-view .box-tags .form-add button.button span {
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0px;
    font-size: 12px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
    margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold;
}

.product-view .box-reviews dd {
    margin: 0 0 15px;
}

.product-view .box-reviews dd small {
    font-style: italic;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
    font-size: 12px;
}

.product-view #product-review-table {
    max-width: 180px;
    margin: 15px 0;
}

.product-view #product_tabs_review_tabbed_contents .form-list .input-box {
    max-width: 500px;
    width: 100%;
}

.product-view #product_tabs_review_tabbed_contents .form-list textarea {
    width: 95%;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

/* Send a Friend */
.send-friend .form-list {
    width: 623px;
    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: 13px;
    font-weight: normal;
}

.product-name a, .product-review .product-name {
    color: #696969;
    font-size: 14px;
    text-decoration: none;
}

.product-name a:hover {
    color: #333;
    text-decoration: underline !important;
}

.product-name a:hover {
    color: #0d4d7c;
}

/* Product Tags */
.tags-list {
    display: block;
    border: 1px solid #EDEDED;
    background: #FBFBFB;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 6px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -33px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    background: url("../images/megnor/subcat_arrow.png") no-repeat scroll 3px center transparent;
    padding-left: 12px;
}

.page-sitemap .sitemap a:hover {
    background: url("../images/megnor/subcat_arrow_hover.png") no-repeat scroll 3px center transparent;
}

.page-sitemap .sitemap li {
    margin: 5px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

.contacform {
    /*border-right: 1px solid #EDEDED;
    float: left;
    margin-right: 10px;
    padding-right: 15px;*/
    width: 100%;
}

.contacform .form-list li.wide .input-box {
    width: 100%;
}

.contacform .form-list li.wide textarea {
    width: 97%;
}

.contacform .fieldset {
    margin-top: 10px;
}

/* RSS */
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

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

/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 0px;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 10px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.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 .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td button {
    margin-left: 10px;
    background-color: transparent;
}

.cart-table tfoot td button:hover {
    /*background-color: #1a7788;*/
}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {
    font-family: "Istok Web";
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col1-set {
    width: 300px;
    float: left;
}

.cart .cart-collaterals .col2-set {
    float: right;
    width: 775px;
}

/*.cart .cart-collaterals .col2-set .col-1{width:360px}
.cart .cart-collaterals .col2-set .col-2 { width:310px; }*/
.multiple-checkout .buttons-set {
    margin: 20px 0;
}

.cart .crosssell {
    margin-bottom: 10px;
}

.cart .crosssell .product-image {
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    border: 1px solid #DBDEE1;
    padding: 20px 30px;
    margin: 0 0 35px;
}

/*.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; padding:0 0 0 0px; color:#e26703; text-transform:uppercase; }*/

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

.shopping_CMS_main1 {
    margin-bottom: 10px;
}

.cart .discount .input-box {
    margin: 0;
    width: 260px;
}

.cart .discount input.input-text {
    width: 254px;
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
    width: 384px;
    background: #fff;
    border: 1px solid #DBDEE1;
    margin-bottom: 10px;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 18px;
	color: #696969;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 0px;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 10px;
}

.cart .totals .checkout-types li:last-child {
    background: #ddd;
    padding: 7px;
    text-align: center;
    border-top: 1px solid #fff;
    margin: 0;
}

/* Options Tool Tip */
.item-options dt {
    font-style: italic;
    float: left;
    margin-right: 10px;
}

.item-options dd {
	  font-style: italic;
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
    width: 100px;
    border: 1px solid #ddd;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

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

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dd {
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    font-weight: normal;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    margin-top: 15px;
    padding-left: 0;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-weight: normal;
}

.gift-messages p.control {
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-weight: bold;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    text-align: center;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 98%;
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
    margin-left: 6px;
    margin-top: 0;
    float: right;
}

.checkout-agreements .agree label { /*font-weight:bold;*/
    color: #666;
}

.opc .checkout-agreements {
    border: none;
    border-width: 0 1px;
    padding: 0px;
}

.opc .checkout-agreements li {
    margin: 0;
}

.opc .checkout-agreements .agreement-content {
    display: none !important;
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

ol.checkout-agreements a {
    text-decoration: underline;
    color: #0d4d7c;
}

.opc .checkout-agreements .agree {
    padding: 1%;
    width: 99%;
    text-align: right;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
}

/*.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }*/

.block-progress dt {
    margin: 0;
    padding: 5px 8px; /* font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; color:#999;*/
}

.block-progress dd {
    padding: 8px 13px;
    margin: 0 0 10px;
}

.block-progress dt.complete {
    margin: 0;
    border-bottom: 1px solid #DDDDDD;
}

.block-progress dd.complete {
}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
#checkoutSteps {
    margin-bottom: 30px;
}

.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt.complete a {
    background: url("../images/megnor/edit.png") no-repeat scroll 0 0;
    padding-left: 20px;
    font-size: 12px;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 15px;
    border: none;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set .back-link small { /*display:none;*/
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
}

.opc li.section {
    border-bottom: 1px solid #DDDDDD;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
}

.opc .step-title {
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff #DDDDDD #DDDDDD;
    background: #F0F0F0;
    padding: 6px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    background: #313131;
    margin: 0 5px 0 0;
    color: white;
    /*border-radius: 50px;*/
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 23px;
    font-weight: bold;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.opc .step-title h2 {
    float: left;
    margin: 2px;
    font-size: 14px;
}

.opc .step-title a {
    display: none;
    float: right;
    line-height: 20px;
    color: #fff;
}

.opc .allow .step-title {
    background: #0d4d7c;
    border: none;
    cursor: pointer;
}

.opc .allow .step-title .number {
    float: left;
    background: white;
    margin: 0 5px 0 0;
    color: #313131;
    /*border-radius: 50px;*/
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 23px;
    font-weight: bold;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

.opc .allow .step-title h2 {
    color: #FFFFFF;
}

.opc .allow .step-title a {
    display: block;
    color: #fff;
}

.opc .active .step-title {
    background-color: #313131;
    border: none;
    color: #ffffff;
    cursor: default;
    padding: 5px;
}

.opc .active .step-title .number {
    background: white;
    color: #1a7788;
    /*border-radius: 50px;*/
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 23px;
    font-weight: bold;
}

.opc .active .step-title h2 {
    color: #fff;
    line-height: 20px;
}

.opc .active .step-title a {
    display: none;
}

.opc .step {

    border-top: 0;
    padding: 15px 30px;
    position: relative;
    margin-bottom: -1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.opc #checkout-step-login.step .col2-set .col-1 .form-list {
    margin: 15px 0;
}

.opc #checkout-step-login.step .col2-set .col-2 .form-list li{
    margin-bottom: 10px;
}

.opc #checkout-step-login.step p.required {
    text-align: right;
    margin: 0;
}

.opc #checkout-step-login.step .buttons-set {
    padding: 0;
    text-align: left;
}

.opc #checkout-step-login.step .buttons-set button {
    margin-top: 10px;
}

.opc #checkout-step-login.step .buttons-set .f-left {
    width: 100%;
    margin-bottom: 10px;
}

.opc#checkoutSteps #checkout-step-billing.step p.required {
    text-align: right;
}

.opc#checkoutSteps #checkout-step-billing.step .input-box {
    position: relative;
}

.opc#checkoutSteps #checkout-step-shipping.step .input-box input,
.opc#checkoutSteps #checkout-step-billing.step .input-box input {
    background-color: white !important;
}

.opc#checkoutSteps #checkout-step-shipping.step .input-box select,
.opc#checkoutSteps #checkout-step-billing.step .input-box select,
body.catalog-product-view .product-options .input-box select, #messageBox.amcart-options select {
    border-radius: 0;
    margin: 0;
    background-color: white;
    box-shadow: none;
    border: 1px solid #eeeeee;
    max-width: inherit;
    background-image: url('../empsol_images/select_arrow_down.svg');
    background-position: calc(100% - 12px) 12px;
    background-size: 14px;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    /*height: 28px;	*/
}

body.catalog-product-view .product-options .input-box select {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
	height: 28px;
	background-position: calc(100% - 6px) 6px;
}
#messageBox.amcart-options select {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
	height: 28px;
	background-position: calc(100% - 6px) 11px;
}
body.catalog-product-view fieldset.qtyswitcher-add-to-cart-box div.qtyswitcher-qty div.label_qty{
	margin-left:-10px;
	font-weight:bold;
	font-size: 13px;
	vertical-align:middle;
}

body.catalog-product-view .product-options{
	max-width:485px;
}

body.catalog-product-view .product-options .label-option-emp,
body.catalog-product-view .product-options .select-option-emp{
	display: inline-block;
}

body.catalog-product-view .product-options .label-option-emp{
    min-width: 123px;
    vertical-align: top;
    margin-top: 7px;
	/*float: left;*/
}

body.catalog-product-view .product-options .label-option-emp em{
	display:none;
	color:#DD4B39;
}

body.catalog-product-view .product-options p.required{
	display:none;
    position: absolute;
    right: 7px;
    top: -25px;
}

body.catalog-product-view .product-options .select-option-emp {
    min-width: 325px;
	/*float: right;*/
}

.opc#checkoutSteps #checkout-step-shipping.step .input-box select:before,
.opc#checkoutSteps #checkout-step-billing.step .input-box select:before {
    content: "";
    height: 40px;
    width: 40px;
    border-left: 1px solid lightgray;
    background-image: url('../empsol_images/select_arrow_down.svg');
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

body.customer-address-form .col-main select{
    border-radius: 0;
    margin: 0;
    background-color: white;
    box-shadow: none;
    border: 1px solid #eeeeee;
    max-width: inherit;
    background-image: url(../empsol_images/select_arrow_down.svg);
    background-position: calc(100% - 6px) 6px;
    background-size: 14px;
    background-repeat: no-repeat;
    height: 28px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-weight: normal;
}

body.amrmafront-customer-history .col-main select{
    border-radius: 0;
    margin: 0;
    background-color: white;
    box-shadow: none;
    border: 1px solid #eeeeee;
    max-width: inherit;
    background-image: url(../empsol_images/select_arrow_down.svg);
    background-position: calc(100% - 6px) 6px;
    background-size: 14px;
    background-repeat: no-repeat;
    height: 28px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-weight: normal;
}

body.customer-address-form .form-list .field{
	margin: 5px 0px
}

.opc#checkoutSteps #checkout-step-billing.step button {
    float: right;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3 {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: normal;
}

#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 0;
}

.opc .gift-messages-form .inner-box {
    padding: 10px;
    height: 260px;
    overflow: auto;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {color: #696969;}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 10px;
    border-top: 1px solid #d9dde3;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-onepage-success h2 {
    border-bottom: none;
}

.checkout-progress {
    padding: 30px 90px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #545F61;
    padding: 2px 0 0;
    font-weight: normal;
    text-align: center;
    color: #545F61;
}

.checkout-progress li.active {
    border-top-color: #32bf96;
    color: #32bf96;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-weight: normal;
    margin-bottom: 10px;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
    font-size: 13px;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    border: 1px solid #EDEDED;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #F0F0F0;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box h2 {
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
    color: #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 */

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 450px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 98%;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #EDEDED;
    background: #FBFBFB;
    padding: 13px;
    position: relative;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

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

/* Account Login/Create Pages ============================================================ */
.account-login .col2-set .col-2 {
    border-left: 1px solid #eeeeee;
    padding-left: 19px;
}

.account-login .content {
    border-bottom: 0;
}

.account-login .content h2, .fieldset .legend, .box-account .box-head h2, .addresses-list h2,
.multiple-checkout h2, .checkout-onepage-success h2, .order-info-box h2, .sales-order-print .col2-set h2 {
    /*border-bottom:1px solid #ededed;*/
    color: #313131;

    font-size: 18px;
    font-weight: normal;
    margin: 0 0 14px;
    padding: 0 0 10px;
    /*text-transform: capitalize;*/
}

.multiple-checkout h2 {
    font-size: 16px;
}

.account-login .buttons-set {
    margin: 0;
}

.account-create {
}

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 0 15px;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

/* General Box */
.box-account {
    background: #fff;
    margin: 0 0 20px;
}

.box-account .col2-set .col-1 {
    border-right: 1px solid #EDEDED;
    float: left;
    padding-right: 10px;
    width: 48.5%;
}

.dashboard .box .box-title {
    background: #f3f3f3;
    margin: 0 0 10px;
    padding: 8px 5px;
    text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #696969;
}

/* Block: Recent Orders */

/* Block: Account Information */
.dashboard .box-info h4 {
    font-weight: normal;
    text-transform: capitalize;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */

.dashboard .box-tags .number, .dashboard .box-reviews .number {
    float: left;
    font-weight: bold;
    line-height: 1;
    color: #333;
    margin: 0px;
    padding: 5px 7px;
    background: #ccc;
}

.dashboard .box-tags .details, .dashboard .box-reviews .details {
    margin-left: 30px;
}

.dashboard .box-tags li.item, .dashboard .box-reviews li.item {
    margin: 10px 0 7px;
}

.dashboard .box-tags li.item.last, .dashboard .box-reviews li.item.last {
    margin-bottom: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */

/* Address Book */
.addresses-list h3 {
    font-weight: normal;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    background: #fff;
    padding: 10px 0px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #d9dde3;
    border-radius: 0;
    margin: 0 0 8px;
    padding: 7px 8px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box, .sales-order-print .col2-set {
    border: 1px solid #EDEDED;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,
.order-items h3 {
    margin: 0 0 5px;
}

.order-items .product-name {
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}

/*.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }*/
.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}

.page-print .order-date {
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
    margin-top: 10px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

/*.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }*/
.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
}

.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 .store-switcher {
    display: inline;
    margin: 0 5px 0 0;
}

.footer .store-switcher label {
    font-weight: bold;
    vertical-align: middle;
}

.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.footer a:hover {
    text-decoration: underline; /*color:#32bf96;*/
    color: #fff !important;
}

.footer .bugs {
    margin: 13px 0 0;
    color: #777;
}

.footer .bugs a {
    color: #777;
    text-decoration: underline;
}

.footer .bugs a:hover {
    text-decoration: none;
}

.footer address {
    margin: 0px;
    padding: 0;
}

.footer address a {
    color: #777;
    text-decoration: underline;
}

.footer address a:hover {
    text-decoration: none;
}

.footer ul {
}

.footer_bottom ul.links {
    margin-bottom: 3px;
}

.footer li {
    padding: 0px 0 6px;
}

.footer_bottom li {
    display: inline;
    background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat;
    padding: 0 6px 0 3px;
}

.footer ul.links li.last {
    background: none;
}

.footer-container .bottom-container {
    margin: 0 0 5px;
}

.ie7 .footer_top li {
    display: block;
    padding-bottom: 7px;
    padding-left: 0px;
}

.ie7 .footer_top ul {
    display: block;
}

.ie7 .social_block ul li {
    padding-bottom: 0px;
}

.footer .mobile_togglemenu {
    display: none;
}

#footer {
    line-height: 24px;
}

.footer_top {
    padding: 70px 0px;
    overflow: hidden;
    background: #efefef;
}

.footer_bottom {
    clear: both;
    overflow: hidden; /*padding:20px 0;*/
    font-size: 13px;
    color: #696969;
    padding-top: 5px;
}

.footer-content {
    background: none repeat scroll 0 0 #efefef;
}

#footer #block_1 {
    line-height: 23px;
    margin-left: 0px;
    padding-left: 0 !important;
    padding-right: 35px; /*padding-top:25px;*/
}

#footer #block_1 p {
    margin-bottom: 15px;
}

#footer #block_3 {
    padding-bottom: 10px;
    border-right: 1px solid #d9d9d9;
}

#footer .footer-area {
    float: left;
    padding-left: 40px;
    padding-right: 1px;
}

#footer #block_4 {
    margin-right: 0;
    border-right: none;
}

#footer #block_2 {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

#footer h6, #footer .block .block-title strong, .bestseller-products-footer h6 a {
    color: #313131;
    color: #fff !important;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}

.social_block ul li {
    margin-right: 10px;
    padding: 0;
    color:#cfdbe5;
}

@media screen and (max-width: 365px) {
	.social_block ul li {
		margin-right: 5px;
	}
}

#footer .block {
    border: none;
    margin-bottom: 10px;
}

#footer .block .block-title {
    background: none;
    padding: 0;
    line-height: 20px;
}

#footer .block-subscribe .block-content {
    background: none;
    border: none;
    padding: 0;
}

#footer .block-subscribe input.input-text {
    width: 213px;
}

#footer .mobile_togglemenu {
    background: url("../images/megnor/toggle-arrow.png") no-repeat scroll right 0px transparent;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -20px;
    overflow: hidden;
    padding: 0 0 4px 4px;
    text-decoration: none;
    position: absolute;
    width: 100%;
    right: 2px;
}

.padder h5.mobile_togglemenu {
    background: url("../images/megnor/toggle-arrow.png") no-repeat scroll right 4px transparent;
    cursor: pointer;
    display: block;
    font-size: 15px;
    overflow: hidden;
    padding: 0 0 4px 4px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 4px;
    width: 99%;
}

.padder .active .mobile_togglemenu {
    background-position: right -48px;
}

#footer .active .mobile_togglemenu {
    background-position: right -52px;
}

.toggle .mobile_togglecolumn {
    background: url("../images/megnor/toggle-arrow.png") no-repeat scroll right 1px transparent;
    cursor: pointer;
    display: none;
    margin-top: -21px;
    overflow: hidden;
    padding: 0 0 4px;
    width: 100%;
}

.active .mobile_togglecolumn {
    background-position: right -51px;
}

#topcontrol {
    background: url("../images/back_to_top.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    width: 34px;
    height: 34px;
    right: 14px !important;
    bottom: 11px !important;
}

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

/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

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

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

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

.guest-select {
    width: 305px !important;
}

/* Default Width  Start*/

.blog_default_width {
    width: 350px;
}

.grid_default_width { /*width: 228px;*/
    width: 180px;
}

.featured_default_width {
    width: 228px;
}

.newproduct_default_width {
    width: 228px;
}

.bestseller_default_width {
    width: 228px;
}

.footerbestseller_default_width {
    width: 190px;
}

.special_default_width {
    width: 228px;
}

.additional_default_width {
    width: 80px;
}

.brand_default_width,
.manufacture-product li.slider-item,
.manufacture-product li.product-items {
    width: 220px;
}

.related_default_width,
.related-products li.slider-item,
.related-products li.product-items {
    width: 185px;
}

.upsell_default_width,
.box-up-sell li.slider-item,
.box-up-sell li.product-items {
    width: 200px;
}

.crosssell_default_width,
.crosssell li.slider-item,
.crosssell li.product-items {
    width: 228px;
}

/* Default Width  End*/

.headercms {
    padding: 0px;
    position: relative;
}

.inner-cms {
    background-color: #ffffff;
    height: 37px;
    /*padding:15px 0 9px;*/
    position: relative;
}

.box-cms-content .content {
    padding: 0px 3px 3px;
}

.first-content {
    float: left;
    padding: 18px 0;
    position: relative;
    width: 32%;
}

.second-content {
    float: left;
    padding: 18px 0;
    position: relative;
    width: 34%;
}

.third-content {
    float: left;
    padding: 18px 0;
    position: relative;
    width: 32%;
}

.fourth-content {
    float: left;
    padding: 18px 0;
    position: relative;
    width: 32%;
}

.fifth-content {
    float: left;
    padding: 18px 0;
    position: relative;
    width: 32%;
}

.first-content .service-content {
    border-right: 1px solid #dcdcdc;
}

.second-content .service-content {
    border-right: 1px solid #dcdcdc;
    height: 42px;
    padding: 0 0 0 45px;
    width: auto;
}

.third-content .service-content {
    height: 42px;
    padding: 0 0 0 50px;
    width: auto;
}

.icon-left1 {
    background: url("../images/sprite.png") no-repeat scroll -6px -485px transparent;
    float: left;
    padding: 7px;
}

.icon-left2 {
    background: url("../images/sprite.png") no-repeat scroll 0px -536px transparent;
    float: left;
    padding: 10px 11px;
}

.icon-left3 {
    background: url("../images/sprite.png") no-repeat scroll 0px -585px transparent;
    float: left;
    padding: 12px;
}

.service-right {
    overflow: hidden;
    padding-left: 8px;
    text-align: center;
}

.service-right .title {
    color: #696969;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}

.service-right .title-sub {
    color: #a5a5a5;
    font-size: 12px;
    line-height: 1.4em;
    display: none;
}

.subbanner.bottom {
    margin-top: 50px;
}

.subbanner {
    float: left;
    margin-top: 25px;
    position: relative;
    width: 100%;
}

.banner {
    float: left;
    overflow: hidden;
}

.subbanner1 img, .subbanner2 img, .subbanner3 img {
    overflow: hidden;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    max-width: 100%;
}

.subbanner1 img:hover, .subbanner2 img:hover, .subbanner3 img:hover {
    transform: scale(1.08);
    transition: all 0.9s ease 0s;
}

.subbanner2.banner {
    margin: 0 25px;
}

.cms-banner-left {
    float: left;
}

.single-banner div, .cms-banner2, .cms-banner3 {
    overflow: hidden;
}

.single-banner div img, .cms-banner-right .single-banner img {
    /*transition: all 1s ease 0s;*/
    vertical-align: middle;
}

.single-banner div:hover img, .cms-banner-right .single-banner:hover img {
    /*transform: scale(1.08);*/
}

.cms-subbanner2 {
    margin-top: 25px;
}

.cms-banner-right {
    float: left;
}

.cms-banner2 {
    margin: 0 28px;
}

.cms-banner2, .cms-banner3 {
    float: left;
}

/* slider*/

.info1 {
    color: #ffffff;
    float: left;
    font-family: 'Archivo Narrow';
    font-size: 13px;
    position: inherit;
    text-align: center;
    /*text-transform: uppercase;*/
    width: 100%;
    z-index: 99;
    line-height: 7px;
    top: 20px;
}

.info2 {
    color: #ffdc37;
    float: left;
    font-family: 'Archivo Narrow';
    font-size: 18px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 40px;
    width: 100%;
    z-index: 99;
}

.ei-slider ul.ei-slider-thumbs {
    list-style: none;
}

.ei-slider-thumbs li:first-child + li a {
    border-left: none;
}

.manufacture_products .category-title {
    display: none;
}

.list-center .add-to-links li em {
    position: absolute;
    top: -37px;
    margin-left: -35px;
}

.product-carousel .add-to-links li em, .products-grid .add-to-links li em {
    top: -37px;
    display: none !important;
}

.add-to-links li em {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    color: #fe6468;
    display: none;
    font-style: normal;
    line-height: 16px;
    margin-left: -30px;
    min-width: 100px;
    padding: 5px 2px;
    position: absolute;
    text-align: center;
    top: -30px;
    z-index: 2;
    font-family: "Istok Web", Arial, Helvetica, sans-serif;
}

.add-to-links li em .pattern {
    background: url("../images/tooltip_reverse.png") no-repeat scroll 0 0 transparent;
    bottom: -7px;
    display: block;
    height: 7px;
    position: absolute;
    right: 40%;
    width: 19px;
    z-index: 2;
}

.add-to-links li:first-child em {
    display: none !important;
    margin-left: 0;
}

.add-to-links li:first-child em .pattern {
    bottom: -21px;
    left: 10px;
    right: auto;
}

.products-list .list-center .add-to-links li:first-child em .pattern {
    bottom: -7px;
}

.product-carousel .product-block-inner .hover_block .add-to-links button.button:hover span.pattern {
    background: url("../images/tooltip_reverse.png") no-repeat scroll 0 0 transparent;
}

.add-to-links li:hover em {
    display: block;
}

.add-to-links li em:hover {
    display: none !important;
}

.products-grid .product-block .hover_block, .product-carousel .product-block .hover_block {
    /*opacity: 0;*/
    position: relative;
    display: inline-block;
    margin-right: 0px;
    background-color: transparent;
    text-align: center;
}

.product-carousel .product-block:hover .hover_block {
    opacity: 1;
    transition: all 0.5s ease 0s;
}

.products-grid .product-block:hover .hover_block, .products-grid .product-block:hover .product-block-inner .new-label, .products-grid .product-block:hover .product-block-inner .sale-label {
    opacity: 1;
    transition: all 0.9s ease 0s;
}

.product-details a.addto-cart:hover {
    color: #32bf96;
}

.product-carousel .product-block:hover .product-name a, .products-grid .product-block:hover .product-name a {
    color: #0d4d7c;
	text-decoration:underline;
}

.social_content {
    /*display: inline-block;*/
}

.product-image-block {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    /* margin-bottom: 10px;*/
    position: relative;
}

.footer_cms {
    background: #999999;
    height: 90px;
}

.social_content {

}

.social_block ul {
    display: inline-block;
}

.social_content .content {
    float: left;
    height: 90px;
    padding: 0;
    width: 100%;
}

.social_block li {
    display: inline-block;
    list-style: none outside none;
    padding: 0 9px;
}

.social_block li a {
    width: 30px;
    height: 30px;
}

.social_block li.facebook a {
    background: url("../images/sprite.png") no-repeat scroll 2px -285px transparent;
    display: block;
}

.social_block li.facebook a:hover {
    background-position: 2px -319px;
}

.social_block li.twitter a {
    background: url("../images/sprite.png") no-repeat scroll -37px -285px transparent;
    display: block;
}

.social_block li.twitter a:hover {
    background-position: -37px -319px;
    text-decoration: none;
}

social_block li.youtube a{
    background: url("../images/sprite.png") no-repeat scroll -37px -285px transparent;
    display: block;
}

.social_block li.youtube a:hover {
    background-position: -37px -319px;
    text-decoration: none;
}


.social_block li.rss a {
    background: url("../images/sprite.png") no-repeat scroll -116px -285px transparent;
    display: block;
}

.social_block li.rss a:hover {
    background-position: -116px -319px;
    text-decoration: none;
}

.social_block li.google a {
    background: url("../images/sprite.png") no-repeat scroll -74px -285px transparent;
    display: block;
}

.social_block li.google a:hover {
    background-position: -74px -319px;
    text-decoration: none;
}

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

.footer_newsletter .block-subscribe .block-content {
    display: inline-block;
}

.newsletter-container {
    float: right;
    margin: 13px 0 0;
}

.form-subscribe-header {
    float: left;
    padding: 0;
}

.form-subscribe-header .block .block-content li {
    padding: 2px;
}

.news_img {
    /*background: url("../images/email.png") no-repeat scroll 0 0 transparent;*/
	background: url("../empsol_images/icona-newsletter-footer.svg") no-repeat scroll 0 -1px transparent;
    height: 28px;
    /*width: 34px;*/
    float: left;
}

.block.block-subscribe .block-content li {
    overflow: hidden;
    padding: 12px 0 0;
}

.block-subscribe .newsletter-container .actions {
    float: left;
    margin: 0;
}

.form-subscribe-header label {
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
}

.social_content .block-content {
    border: none;
    background: #2fb991;
    margin: 0;
}

.social_content .block {
    border: none;
    margin: 0;
}

.social_content .block-content .form-subscribe-header li:last-child {
    padding: 6px 0;
}

.subnewsletter {
    color: #000;
    font-weight: 500;
    margin-left: 0;
}

.social_content .block-subscribe input.input-text {
    display: block;
    margin: 0;
    padding: 13px 10px;
    width: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    width: 93%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.social_content .block-subscribe .input-box {
    background: #FFFFFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    float: left;
    width: 315px;
}

.social_content .block .actions button.button {
    display: inline-block;

}

.footer-container .social_content button.button > span, .back-link span a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    padding: 14px 12px !important;
    text-transform: uppercase;
}

.footer li.address .inner_contact {
    background: url("../images/sprite.png") no-repeat scroll -220px -575px transparent;
    padding-left: 35px;
}

.footer li.phoneno .inner_contact {
    background: url("../images/sprite.png") no-repeat scroll -220px -477px transparent;
    height: 27px;
    padding-left: 35px;
    padding-top: 4px;
}

.footer li.email .inner_contact {
    background: url("../images/sprite.png") no-repeat scroll -220px -526px transparent;
    height: 25px;
    padding-left: 35px;
    padding-top: 4px;
}

.inner_contact {
    color: #666666;
    font-weight: normal; /*padding-left: 20px;*/
}

/*#block_2 li{ padding-bottom:3px;  padding-left:0px;}*/
#block_2 li, #block_3 li {
    background: url("../images/footer_cat_arrow.png") no-repeat scroll 0 6px transparent;
    padding-bottom: 3px;
    padding-left: 10px;
}

#block_3 li:hover {
    background-position: 0 -54px;
}

.add-to-links li a {
    font-size: 0;
    height: 35px;
    margin-left: 5px;
    width: 38px;
    display: block;
}

.add-to-links li a.link-wishlist {
    background: url("../images/icon_sprite.png") no-repeat scroll 7px -49px #f2f0f1;
}

.add-to-links li a.link-wishlist:hover {
    background-position: 7px -224px;
}

.add-to-links li a.link-compare {
    background: url("../images/icon_sprite.png") no-repeat scroll 7px -110px #f2f0f1;
}

.add-to-links li a.link-compare:hover {
    background-position: 7px -285px
}

.tabberlive .tabbertabhide {
    display: none;
}

.tabberlive {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

.tabberlive .tab {
    /*margin-top: 25px;*/
}

.tabberlive .category-title {
	display:none;
}

.tabberlive .category-title {
	display:none;
}

body.cms-index-index  div.new-products-block .category-title{
	margin:0;
}

ul.tabbernav {
    height: 51px;
    margin: 0;
    padding: 0;
}

.tab0 {
    border-bottom: 1px solid #ddd;
    height: 51px;
    line-height: 17px;
}

ul.tabbernav li {
    float: left;
    list-style: none outside none;
    margin: 0 3px 0 0;
}

.content {
    padding: 0;
}

ul.tabbernav li a {
    color: #313131;
    font-family: 'Istok Web', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
}

ul.tabbernav li a:hover {
    text-decoration: none;
    background: #485A79;
}

ul.tabbernav li a.selected,
ul.tabbernav li a:hover {
    background: #0d4d7c;
    color: #FFFFFF !important;
    border-bottom: 5px solid #1a7788;
}

.tabberlive .tabbertab {
    padding-bottom: 5px;
    border-top: 0;
    float: left;
    width: 1000px;
    background: url(../images/tobbottom_line.png) repeat-x left bottom;
}

.cms_banner > a {
    display: block;
}

.cms_banner {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
    clear: both;
}

.manufacturer-list .products-grid li .product-block {
    border-right: none;
}

.cms_banner img {
    transition: all 1s ease 0s;
    vertical-align: middle;
}

.cms_banner img:hover {
    transform: scale(1.08);
}

.back-link a {
    font-size: 13px;
    color: #696969;
    line-height: 18px;
    text-transform: uppercase;
}

.back-link a:hover {
    opacity: 0.8;
}

button.btn-cart span span {
    background: none;
}

button.btn-cart:hover span span {
    background: none;
}

.product-carousel .product-block-inner .hover_block .add-to-links button.button > span {
    background: url("../images/icon_sprite.png") no-repeat scroll 7px 7px #f2f0f1;
    font-size: 0;
    height: 22px;
    padding: 0 1px 12px 16px;
    width: 22px;
}

.product-carousel .product-block-inner .hover_block .add-to-links button.button:hover span { /*background-position: 7px -168px;*/
}

.products-grid .product-block-inner .hover_block .add-to-links button.button > span {
    background: url("../images/icon_sprite.png") no-repeat scroll 7px 7px #f2f0f1;
    font-size: 0;
    height: 22px;
    padding: 0 1px 12px 16px;
    width: 22px;
}

.button.btn-cart {
    float: left;
}

.products-grid .product-block .product-block-inner .product-image-block .hover_block .add-to-links button.button:hover span {
    background-position: 7px -168px;
}

.bestseller-products .category-title h2, .special-products .category-title h2, .featured-products .category-title h2 {
    display: none;
}

.product-carousel .item.slider-item.last_item_tm .product-block {
    border-right: none;
}

.products-grid .item.product-items.last_item_tm .product-block {
    border-right: none;
}

.blog_main .product-carousel .product-block {
    border-right: none;
    margin: 0 23px;
    padding: 0;
}

.blog_main {
    margin-top: 50px;
}

.blog_main .product-carousel {
    margin-top: 50px;
}

.post-image {
    height: 198px;
    overflow: hidden;
    position: relative;
    width: 353px;
}

.post-image img {
    max-width: 100%;
    transition: all 1s ease 0s;
}

.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}

.blog_main .product-carousel .product-block:hover .post-image-hover {
    background-color: #313131;
    opacity: 0.35;
}

.blog_main .product-block .zoom {
    background: url("../images/blog-link.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: inline-block;
    height: 50px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.9s ease 0s;
    width: 52px;
    z-index: 10;
}

.blog_main .product-carousel .product-block:hover .zoom {
    opacity: 1;
}

.post-date {
    background-color: #42cfa6;
    height: 61px;
    min-width: 31px;
    padding: 12px;
    position: absolute;
    right: 4.5%;
    text-align: center;
    top: 0;
}

.post-date .date {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}

.post-date .month {
    color: #ffffff;
    display: block;
    font-size: 12px;
}

.post-content-top {
    color: #b3b3b3;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    overflow: hidden;
    padding: 15px 0 10px;
}

.byadmin {
    float: left;
}

.post_comment a {
    color: #b3b3b3;
}

.post-title {
    color: #313131;
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.post-title a {
    color: #1b1b1b;
    font-family: "Archivo Narrow", sans-serif;
}

.post-title a:hover {
    color: #2fb991;
}

.post-description {
    color: #838383;
}

.post_comment {
    float: right;
}

.paypal_block li.mastercard a {
    /*background: url("../images/payment.png") no-repeat scroll 0 0 transparent;*/
    display: block;
    height: 25px;
    width: 39px;
}

.paypal_block li.discover a {
    /*background: url("../images/payment.png") no-repeat scroll -55px 0 transparent;*/
    display: block;
    height: 25px;
    width: 39px;
}

.paypal_block li.paypal a {
    /*background:url("../images/payment.png") no-repeat scroll -108px 0 transparent;*/
    display: block;
    height: 25px;
    width: 39px;
}

.paypal_block li.visa a {
    /*background:url("../images/payment.png") no-repeat scroll -164px 0 transparent;*/
    display: block;
    height: 25px;
    width: 39px;
}

.footer_bottom .footer-bottom-paypal li {
    background: none;
    display: inline-block;
    padding: 1px;
    margin: 0 0 0 5px;
}

.footer-left {
    float: left;
    text-align: left;
    padding-top: 15px;
    padding-left: 0px;
}

.footer-bottom-paypal {
    float: right;
    padding: 10px 0 0;
}

.testimonial_main .flexslider .slides img {
    width: auto;
    padding: 13px 0 0;
}

/*.testimonial_main .tm-homeslider .flex-direction-nav{display:none;}
.testimonial_main .flex-direction-nav li a.flex-next{display:none;}
.testimonial_main .flex-direction-nav li a.flex-prev{display:none;}*/
.testimonial_main .flexslider {
    border-bottom: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    clear: both;
    overflow: hidden;
    padding: 15px 16px;
}

.tm-homeslider {
    position: relative;
    z-index: 9;
}

.testimonial_main .description {
    color: #696969;
    font-size: 14px;
    padding-bottom: 20px;
}

.testimonial_main .flexslider .flex-control-nav {
    right: auto;
    padding: 10px 82px !important;
}

.sidebar .block.block-cart {
    display: none;
}

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

.sidebar .block.block-list.block-compare {
    /* display: none;*/
}

.flex-direction-nav li a.flex-prev, .flex-direction-nav li a.flex-next { /*display:none;*/
}

.block.block-list.block-viewed {
}

#customer-reviews table {
    border-spacing: 0px 6px;
    padding-right: 10px;
}

.padder .form-add h3, .padder .form-add span, .padder .form-add h4 {
    font-size: 14px;
    font-weight: normal;
}

.box-collateral.box-up-sell {
    margin-top: 30px;
}

.block.block-related {
    /* display: none;*/
}

.box-up-sell .category-title {
    border-bottom: 1px solid #eee;
}

.crosssell h2 {
    border-bottom: 1px solid #eee;
    padding: 10px 0 15px;
    margin-bottom: 25px;
}

.products-grid .product-block .ratings .amount {
    display: none;
}

section {
    clear: both;
}

.custom_link li {
    float: left;
}

div.menu a, .custom_link li a, div.menu .home_link a {
    display: block;
}

#grid.products-grid li.item.last_item_tm .product-block {
    border-right: none;
}

.additional-carousel .product-block img {
    width: 100%;
}

.nav-container {
    background: #999999;
}

.manufacture_products {
    clear: both;
}

.manufacture_products .product-carousel .product-block {
    border-right: none;
}

.block.block-side-nav-container {
    display: none;
}

.header-content { /*float: left;margin: 37px 0px 0 0;*/
    display: inline-block;
    margin-right: 20px;
    line-height: 14px; /*background-color:yellow;*/
    vertical-align: top;
    margin-top: 18px;
}

.call-num {
    float: left;
    clear: both;
}

.call {
    float: left;
    /*font-family: "Archivo Narrow", sans-serif;*/
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
	width: 100%;
	text-align: center;
}

.header-content .telephone {
    background: url("../images/call.png") no-repeat scroll 0 5px transparent;
    float: left;
    height: 40px;
    width: 31px;

}

.header-content .email {
    background: url("../images/call.png") no-repeat scroll 0 5px transparent;
    float: left;
    height: 40px;
    width: 31px;

}

.cms-data {
    display: inline-block;
}

.product-block-inner .price-box .price-from, .product-block-inner .price-box .price-to {
    margin-bottom: 0;
}

.col3-set {
    margin-bottom: 30px;
}

div.megnor-advanced-menu-popup .block2 a {
    border-bottom: none;
    padding: 5px 4px;
}

.hidden_menu, li.brand-list.menu {
    display: none;
    overflow:hidden;
}

.nav-inner #nav {
    display: -webkit-flex;
    display: inline-flex;
    clear: none;
}

#product_tabs_description_tabbed_contents .std ul, #product_tabs_cms_contents ul {
    padding-left: 20px;
}

.product-brand {
    margin-bottom: 10px;
}

.cms-about-magento-demo-store .col-2 {
    width: 66%;
}

.cms-about-magento-demo-store .page-title {
    margin-top: 10px;
}

div.icone_contatti {
    text-align: center;
}

div.icone_contatti div.contatti_telefono,
div.icone_contatti div.contatti_email,
div.icone_contatti div.contatti_fax {
    display: inline-block;
    width: 32%;
    /*background-color:yellow;*/
    vertical-align: top;
}

div.icone_contatti div div.icona,
div.icone_contatti div div.info {
    display: inline-block;
}

div.icone_contatti div div.icona {
    width: 35%;
}

div.icone_contatti div div.info {
    width: 58%;
}

div.icone_contatti div div.info {
    /*background-color:red;*/
    vertical-align: middle;
}

div.icone_contatti div div.icona {
    background-size: 100px 100px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 120px;
    vertical-align: middle;
}

div.icone_contatti div.contatti_telefono div.icona {
    background-image: url('../images/LogoTelefono.svg');
}

div.icone_contatti div.contatti_email div.icona {
    background-image: url('../images/LogoEmail.svg');
}

div.icone_contatti div.contatti_fax div.icona {
    background-image: url('../images/LogoFax.svg');
}

div.icone_contatti div.title {
    color: #696969;
    font-weight: bold;
    font-size: 18px;
    clear: both;
}

div.icone_contatti div.message_info {
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 20px;
    /*font-size: 12.4px;*/
    font-weight: bold;
}

body.contacts-index-index div.block.shopbybrand_sidebar {
    display: none;
}

@media (min-width: 500px) and (max-width: 979px) {
    div.icone_contatti div div.icona,
    div.icone_contatti div div.info {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 499px) {
    div.icone_contatti div.contatti_telefono,
    div.icone_contatti div.contatti_email,
    div.icone_contatti div.contatti_fax {
        display: block;
        width: 100%;
    }

    div.icone_contatti div.message_info {
        font-size: 16px;
    }
}

div.icone_contatti_eng {
    text-align: center;
}

div.icone_contatti_eng div.contatti_telefono,
div.icone_contatti_eng div.contatti_email,
div.icone_contatti_eng div.contatti_fax {
    display: inline-block;
    width: 32%;
    /*background-color:yellow;*/
    vertical-align: top;
}

div.icone_contatti_eng div div.icona,
div.icone_contatti_eng div div.info {
    display: inline-block;
}

div.icone_contatti_eng div div.icona {
    width: 35%;
}

div.icone_contatti_eng div div.info {
    width: 58%;
}

div.icone_contatti_eng div div.info {
    /*background-color:red;*/
    vertical-align: middle;
}

div.icone_contatti_eng div div.icona {
    background-size: 100px 100px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 120px;
    vertical-align: middle;
}

div.icone_contatti_eng div.contatti_telefono div.icona {
    background-image: url('../images/LogoTelefono.svg');
}

div.icone_contatti_eng div.contatti_email div.icona {
    background-image: url('../images/LogoEmail.svg');
}

div.icone_contatti_eng div.contatti_fax div.icona {
    background-image: url('../images/LogoFax.svg');
}

div.icone_contatti_eng div.title {
    color: #696969;
    font-weight: bold;
    font-size: 18px;
    clear: both;
    margin-bottom: 6px;
}

div.icone_contatti_eng div.message_info {
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
}

body.contacts-index-index div.block.shopbybrand_sidebar {
    display: none;
}

@media (min-width: 500px) and (max-width: 979px) {
    div.icone_contatti_eng div div.icona,
    div.icone_contatti_eng div div.info {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 499px) {
    div.icone_contatti_eng div.contatti_telefono,
    div.icone_contatti_eng div.contatti_email,
    div.icone_contatti_eng div.contatti_fax {
        display: block;
        width: 100%;
    }

    div.icone_contatti_eng div.message_info {
        font-size: 16px;
    }
}

body.shopbybrand-index-view div.brand-description {
    padding-bottom: 0;
}

body.shopbybrand-index-view div.brand-description div.blogo {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 8%;
}

@media screen and (min-width: 979px) and (max-width: 1240px) {
    .category-image img {
        width: 6%;
    }
}

@media screen and (min-width: 979px) {
    body.catalog-product-view div.product-view .product-name h1 {
        width: 87%;
    }
}

@media screen and (max-width: 979px) {
    body.shopbybrand-index-view div.brand-description div.blogo {
        margin-top: -10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    .category-image img {
        margin-top: -42px;
        width: 8%;
    }
}

@media screen and (min-width: 628px) and (max-width: 767px) {
    .category-image img {
        margin-top: -42px;
        width: 6%;
    }
}

@media screen and (min-width: 500px) and (max-width: 627px) {
    .category-image img {
        margin-top: -42px;
        width: 8%;
    }
}

@media screen and (max-width: 499px) {
    body.shopbybrand-index-view div.brand-description div.blogo {
        width: 12%;
    }

    .category-image img {
        margin-top: -35px;
        width: 9%;
    }

}

.col-left.sidebar .block.block-related .block-subtitle,
.col-left.sidebar .block.block-related a.link-wishlist {
    display: none;
}

.col-left.sidebar .block.block-related,
.col-left.sidebar .block.block-related div.block-content {
    background-color: #efefef;
}

form#shipping-zip-form select {
    width: 95%;
}

div.shopping_CMS_main1 img {
    width: 775px;
}

body.catalog-product-view div.product-view .product-name h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.0em;
    margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    body.catalog-product-view div.product-view .product-name h1 {
        font-size: 22px;
    }

    html:lang(capitshop_it) .main, html:lang(capitshop_en) .main {
        min-height: 300px;
    }

    html:lang(capitshop_it) body.cms-home div.home-slider, html:lang(capitshop_en) body.cms-home div.home-slider { height:auto!important;}    
    html:lang(capitshop_it) .ei-slider-large li img, html:lang(capitshop_en) .ei-slider-large li img {    height: auto!important; }

}

body.checkout-cart-index div.cart div.shipping .hide-this {
    display: none;
}

article.category-products div.ratings {
    display: none;
}

.product-view .product-shop .email-richiedi-contatti .richiedi-contatti a {
    background-image: url('../empsol_images/info_product_icon.png');
    background-image: -webkit-image-set(
            url('../empsol_images/info_product_icon.png') 1x,
            url('../empsol_images/info_product_icon@2x.png') 2x,
            url('../empsol_images/info_product_icon@3x.png') 3x);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 23px;
    font-size: 14px;
}

.product-view .product-shop .email-richiedi-contatti .richiedi-contatti a:hover {
    background-image: url('../empsol_images/info_product_hover_icon.png');
    background-image: -webkit-image-set(
            url('../empsol_images/info_product_hover_icon.png') 1x,
            url('../empsol_images/info_product_hover_icon@2x.png') 2x,
            url('../empsol_images/info_product_hover_icon@3x.png') 3x);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 23px;
}

div.collateral-box.dedicated-review-box {
    margin-right: 85px;
}

div.product-collateral div#product_tabs_review_tabbed_contents {
    background-image: url('../empsol_images/logo_feedaty_small.png');
    background-position: right top;
    background-repeat: no-repeat;
}

@media screen and (max-width: 375px) {
    .ratings .rating-box {
        margin-right: 0;
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    div.productSocialSharing {
        text-align: center;
    }

    div.productSocialSharing div {
        margin-top: 5px;
        margin-bottom: 5px;
    }

}

form#checkout-agreements label.label-ordercomment-comment {
    font-weight: bold;
}

form#checkout-agreements div#more-info-comment {
    clear: both;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

/*top menu test*/

.header .links {
    margin: 0;
    top: 38px;
    width: 245px;
    right: 0;
    z-index: 999;
    padding: 5px;
}

.tm_headerlinkmenu .links {
    background-color: inherit;
    padding: 0;
    /*border-radius: 3px;*/
}

.tm_headerlinkmenu .links {
    top: 30px;
}

@media screen and (max-width: 980px) {
    .tm_headerlinkmenu .links {
        top: 50px;
    }

}

.header .links {
    display: none;
    float: none;
    text-align: left;
    position: absolute;
}

.tm_headerlinkmenu .links a {
    color: #696969 !important;
}

.header .links li a {
    text-decoration: none;
    padding: 4px 10px;
    display: block;
    line-height: 20px;
}

.header .links li {
    float: none;
    padding: 0;
}

.header .links {
    margin: 0;
    top: 50px;
    width: 245px;
    right: 0;
    z-index: 999;
    /*border-radius: 10px;*/
    overflow: hidden;
    box-shadow: 0 0 2px rgba(26, 119, 136, 0.8);
    background-color: white;
}

.header .links li a:hover {
    background: #1a7788 !important;
    color: #ffffff !important;
}

.quick-access .header {
    width: auto;
    /*background-color: red;*/
    z-index: 16;
    text-align: right;
}

div.quick-access div.header-content-block.tel .cms-data {
    border-right: 0;
}

/*
#checkout-step-shipping .form-list li.wide,
#checkout-step-billing .form-list li.wide {
    padding: 5px;
}*/

#checkout-step-shipping .form-list .input-box,
#checkout-step-billing .form-list .input-box {
    width: auto;
}

#checkout-step-shipping .form-list .field,
#checkout-step-billing .form-list .field {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 5px;
}

#checkout-step-login .buttons-set button.button,
#checkout-step-shipping_method .buttons-set button.button,
#checkout-step-payment .buttons-set button.button,
#checkout-step-review .buttons-set button.button {
    margin: 0;
    float: right;
}

@media screen and (max-width: 480px) {
    #checkout-step-shipping .form-list .field,
    #checkout-step-billing .form-list .field {
        width: 100%;
    }

    #checkout-step-review .buttons-set button.button {
        width: 100%;
    }

    .header .header-cart #panel button.button {
        width: 100%;
    }

    .header .header-cart #panel button.button.checkout-btn {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .products-grid .product-block .add-to-links li button.button.btn-cart > span,
    .product-carousel .product-block .add-to-links li button.button.btn-cart > span {
        font-size: 10px !important;
    }

    .products-grid .product-block .add-to-links li button.button.btn-cart > span, .product-carousel .product-block .add-to-links li button.button.btn-cart > span {
        background-position: 6px center !important;
    }
}

.block.shopbybrand_sidebar li.brands-item a:hover {
    color: #32BF96;
    text-decoration: underline;
}

div.wide.company {
    margin-bottom: 10px;
}

body.md-partsfinder-index-loadfinderproducts .products-grid div.ratings {
    display: none;
}

body.md-partsfinder-index-loadfinderproducts .products-grid .hover_block {
    min-width: 33px;
}

body.cms-index-index .tabberlive h2.product-name, .tabberlive h4.product-name,
body.cms-index-index .new-products-block h2.product-name, .new-products-block h4.product-name {
    text-align: center;
    margin-bottom: 7px;
    min-height: 40px;
    margin-top: 7px;
}

body.cms-index-index .tabberlive .price-box .label,
body.cms-index-index .new-products-block .price-box .label {
    display: none;
}

body.cms-index-index .tabberlive .price-box,
body.cms-index-index .new-products-block .price-box {
    /* margin: 5px 0; */
    margin: 5px 28px 5px 0;
    text-align: right;
    vertical-align: sub;
    display: inline-block;
    width: 48%;
}

body.cms-index-index .tabberlive .hover_block,
body.cms-index-index .new-products-block .hover_block {
    min-width: 33px;
}

body.cms-index-index .tabberlive .price-box.sale-product,
body.cms-index-index .new-products-block .price-box.sale-product {
    margin: 5px 10px 5px 0;
    width: 70%;
    line-height: 10px;
}

body.cms-index-index .tabberlive .price-box.not-buy,
body.cms-index-index .new-products-block .price-box.not-buy {
    margin: 5px 0px 5px 0;
    width: 100%;
    text-align: center;
}

body.cms-index-index .tabberlive .price-box.sale-product span.old-price,
body.cms-index-index .new-products-block .price-box.sale-product span.old-price {
    font-size: 15px !important;
    display: inline-block;
    width: 36%;
}

article.category-products ul.products-list li.item {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -5px;
    margin-top: 0;
}

article.category-products ul.products-list li.item a.product-image {
    margin: 0;
}

article.category-products ul.products-list div.f-fix span {
    font-weight: bold;
}

article.category-products ul.products-list h2.product-name {
    margin-bottom: 10px;
    /*font-weight:bold;*/
}

article.category-products ul.products-list div.f-fix {
    float: none;
}

article.category-products ul.products-list div.f-fix span {
    font-weight: bold;
}

article.category-products ul.products-list li.item p.availability.out-of-stock {
    float: none;
    /*text-transform: uppercase;*/
    margin-top: 10px;
}
/*
body.cms-page-view.cms-nuovi-prodotti div.breadcrumbs ul,
body.cms-page-view.cms-offerte-speciali div.breadcrumbs ul {
    padding: 0px 25px;
}*/

body.cms-page-view.cms-nuovi-prodotti article.col-main div.page-title,
body.cms-page-view.cms-offerte-speciali article.col-main div.page-title {
    margin: 0;
}

body.shopbybrand-index-view ul.products-grid .product-block-inner .new-label,
body.shopbybrand-index-view ul.products-grid .product-block-inner .sale-label {
    left: -13px;
}

body.shopbybrand-index-view ul.products-list .new-label,
body.shopbybrand-index-view ul.products-list .sale-label,
body.cms-page-view.cms-nuovi-prodotti ul.products-list .new-label,
body.cms-page-view.cms-nuovi-prodotti ul.products-list .sale-label,
body.cms-page-view.cms-offerte-speciali ul.products-list .new-label,
body.cms-page-view.cms-offerte-speciali ul.products-list .sale-label {
    left: 0;
}

body.catalog-product-view a#big_image img {
    border: 1px solid #EEEEEE;
}

body.catalog-product-view div.product-img-box .sale-label {
    left: 0px;
    top: 15px;
    z-index: 12;
    width: 70px;
    background: #e32400;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 25px;
    min-width: 40px;
    padding: 0px 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    position: absolute;
    float: left;
}

body.catalog-product-view div.product-img-box .sale-label:after {
    content: "";
    height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    top: 0px;
    right: -10px;
    border-left: 10px solid #e32400;
}

body.catalog-product-view div.product-img-box .new-label {
    left: 0px;
    top: 15px;
    z-index: 12;
    width: 70px;
    background: #009045;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 25px;
    min-width: 40px;
    padding: 0px 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border: none;
    text-transform: uppercase;
    position: absolute;
    float: left;
}

body.catalog-product-view div.product-img-box .new-label:after {
    content: "";
    height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    top: 0px;
    right: -10px;
    border-left: 10px solid #009045;
}

body.catalog-product-view div.product-img-box div.product-image.both .sale-label {
    margin-top: 30px;
}

body.checkout-cart-index div.totals {
    border-top: 1px solid #DBDEE1;
    border-bottom: none;
    border-left: 0;
    border-right: 0;
}

body.checkout-cart-index div.totals table#shopping-cart-totals-table {
    margin: 0;
    padding: 7px 0;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
}

body.checkout-cart-index .cart .totals .checkout-types li:last-child {
    background: #fff;
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 7px;
}

body.checkout-cart-index .main {
    padding-bottom: 0;

}

div.containert-icon-cart-extra {
    width: 100%;
    border-top: 1px solid #DBDEE1;
}

div.icon-cart-extra {
    /*width:50%;*/
    margin-top: 20px;
    float: right;
}

div.icon-cart-extra div {
    display: inline-block;
    position: relative;
    width: 20%;
    margin-left: 25px;
}

@media screen and (max-width: 767px) {
    div.icon-cart-extra {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 479px) {
    div.icon-cart-extra div {
        width: 100% !important;
        margin-left: 0;
        margin-bottom: 25px;
    }
}

#product_tabs_review_tabbed_contents .form-add {
    width: 80%;
}

div.icon-cart-extra div.servizio-clienti-page-cart {
    height: 40px;
    width: 141px;
    background-image: url('../empsol_images/cart-icon/icon_servizio_clienti.png');
    background-image: -webkit-image-set(
            url('../empsol_images/cart-icon/icon_servizio_clienti.png') 1x,
            url('../empsol_images/cart-icon/icon_servizio_clienti@2x.png') 2x,
            url('../empsol_images/cart-icon/icon_servizio_clienti@3x.png') 3x);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

div.icon-cart-extra div.servizio-clienti-page-cart-en {
    height: 40px;
    width: 141px;
    background-image: url('../empsol_images/cart-icon/customer-care.png');
    background-image: -webkit-image-set(
            url('../empsol_images/cart-icon/customer-care.png') 1x,
            url('../empsol_images/cart-icon/customer-care@2x.png') 2x,
            url('../empsol_images/cart-icon/customer-care@3x.png') 3x);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.block-extra-icons .block-extra-icon.customer-service-en {
    width: 141px;
    margin-bottom: 4px;
    background-image: url(../empsol_images/cart-icon/customer-care.png);
    background-image: -webkit-image-set(url(../empsol_images/cart-icon/customer-care.png) 1x,url(../empsol_images/cart-icon/customer-care@2x.png) 2x,url(../empsol_images/cart-icon/customer-care@3x.png) 3x);
}

div.icon-cart-extra div.ssl-page-cart {
    height: 40px;
    width: 93px;
    background-image: url('../empsol_images/cart-icon/ssl-secure-connection1.png');
    background-image: -webkit-image-set(
            url('../empsol_images/cart-icon/ssl-secure-connection1.png') 1x,
            url('../empsol_images/cart-icon/ssl-secure-connection1@2x.png') 2x,
            url('../empsol_images/cart-icon/ssl-secure-connection1@3x.png') 3x);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

div.icon-cart-extra div.visa-page-cart {
    height: 40px;
    width: 92px;
    background-image: url('../empsol_images/cart-icon/visa_icon.png');
    background-image: -webkit-image-set(
            url('../empsol_images/cart-icon/visa_icon.png') 1x,
            url('../empsol_images/cart-icon/visa_icon@2x.png') 2x,
            url('../empsol_images/cart-icon/visa_icon@3x.png') 3x);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

div.icon-cart-extra div.mastercard-page-cart {
    height: 40px;
    width: 112px;
    background-image: url('../empsol_images/cart-icon/logo_mastercard.png');
    background-image: -webkit-image-set(
            url('../empsol_images/cart-icon/logo_mastercard.png') 1x,
            url('../empsol_images/cart-icon/logo_mastercard@2x.png') 2x,
            url('../empsol_images/cart-icon/logo_mastercard@3x.png') 3x);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

div.icon-cart-extra div.paypal-page-cart {
    height: 40px;
    width: 40px;
    background-image: url('../empsol_images/cart-icon/icon_paypal.png');
    background-image: -webkit-image-set(
            url('../empsol_images/cart-icon/icon_paypal.png') 1x,
            url('../empsol_images/cart-icon/icon_paypal@2x.png') 2x,
            url('../empsol_images/cart-icon/icon_paypal@3x.png') 3x);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.checkout-cart-index div.shipping-form form#shipping-zip-form p {
    display: none;
}

body.checkout-cart-index form#shipping-zip-form button span,
body.checkout-cart-index form#co-shipping-method-form button span {
    font-size: 13px;
}

body.checkout-cart-index div.shipping-form ul.form-list label {
    margin-top: 5px;
}

body.checkout-cart-index div.shipping-form select {
    border-radius: 0;
    margin: 0;
    background-color: white;
    box-shadow: none;
    border: 1px solid lightgray;
    max-width: inherit;
    background-image: url("../empsol_images/select_arrow_down.svg");
    background-position: calc(100% - 6px) 6px;
    background-size: 14px;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    height: 28px;
}

body.checkout-cart-index form#co-shipping-method-form li {
    font-size: 0;
}

body.checkout-cart-index form#co-shipping-method-form li div.tm-radio {
    display: inline-block;
    vertical-align: top;
}

body.checkout-cart-index form#co-shipping-method-form li div.tm-radio {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 13%;
}

body.checkout-cart-index form#co-shipping-method-form li label {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 85%;
}

body.checkout-cart-index .data-table thead th {
    font-size: 14px;
}

body.checkout-cart-index .data-table thead th {
    font-size: 14px;
}

body.checkout-cart-index .data-table td {
    font-size: 14px;
}

body.checkout-cart-index .data-table td {
    font-size: 14px;
}

body.checkout-onepage-success h2.sub-title{
	margin-top: 25px;
}

body.checkout-onepage-success article.col-main a{
	text-decoration:underline;
}

body.checkout-onepage-success article.col-main .buttons-set{
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 40px;
}

body.checkout-onepage-success article.col-main .buttons-set button.button{
	float: none;
    margin-left: 0;
}

body.checkout-onepage-success div.addthis_inline_follow_toolbox p{
	display:none;
}

body.checkout-onepage-success div.addthis_toolbox p{
	display:block !important;
}

body.checkout-onepage-index form#co-payment-form dd{
	display:none !important;
}

body.cms-page-view .breadcrumbs{
	margin: 12px 25px 13px;
}


div.block.block-list.custom div.block-content{
    background: #efefef;
}

div.block.block-list.custom div.block-content ol li{
    padding: 3px 0;
}

div.block.block-list.custom div.block-content ol li p{
	margin:0;
}

body.md-partsfinder-index-loadfinderproducts ul.products-list div.f-fix span {
    font-weight: bold;
}

body.md-partsfinder-index-loadfinderproducts ul.products-list h2.product-name {
    margin-bottom: 10px;
}

body.md-partsfinder-index-loadfinderproducts div.ratings {
    display: none;
}

body.md-partsfinder-index-loadfinderproducts .list-left .sale-label,
body.md-partsfinder-index-loadfinderproducts .list-left .new-label{
    left: 0;
}

body.catalog-product-view div.container_stars_social{
	display:block;
}

body.catalog-product-view div.container_stars_social .product_stars{
    vertical-align: bottom;
    display: inline-block;
    width: 60%;
	text-align:left;
}

body.catalog-product-view div.container_stars_social .product_socials{
    vertical-align: top;
    display: inline-block;
    width: 39%;
	text-align:right;
}

body.catalog-product-view form#productcontactForm li.wide div.input-box{
	width:100%;
}

body.catalog-product-view div.box-collateral.productcontact{
	margin: 0 0 10px;
}

body.catalog-product-view div.box-collateral.productcontact p.required{
	float: right;
    margin-top: 5px;
}

body.catalog-product-view #product_tabs_productcontact_tabbed_contents div.buttons-set{
	margin: 10px 0 0;
	padding: 5px 5px 5px 0px;
}

body.catalog-product-view #product_tabs_productcontact_tabbed_contents .buttons-set button.button{
	margin-left:0;
}

body.catalog-product-view #product_tabs_productcontact_tabbed_contents .buttons-set button.button span{
    padding: 7px 40px;
}

body.catalog-product-view #product_tabs_productcontact_tabbed_contents .buttons-set button.button span span{
    padding:0;
}

.catalog-product-view ol.mini-products-list span.price:not('.header-cart span.price'){
	color: #696969;
	font-size: 20px !important;
}

.catalog-product-view ol.mini-products-list div.price-box .label{
	vertical-align: top;
	font-size: 12px;
	line-height: 1.25em;
}

.col-left.sidebar div.block a:hover{
	text-decoration:underline !important;
	color:#0d4d7c !important;
}

body.sales-order-invoice .order-items.order-details h3.table-caption,
body.sales-order-invoice .order-items.order-details table.data-table,
body.sales-order-creditmemo .order-items.order-details h3.table-caption,
body.sales-order-creditmemo .order-items.order-details table.data-table{
	display:none !important;
}

@media (min-width: 1025px) and  (max-width: 1240px) {
	.view-mode {
		margin-left: 10px;
	}
	.pager .pager_right .sort-by {
		margin-right: 0px;
	}
}

@media (min-width: 1024px) and  (max-width: 1024px) {
	.view-mode {
		margin-left: 10px;
	}
	.pager .pager_right .sort-by {
		margin-right: 0px;
	}
}

body.cms-ordina-via-email div.main div.page-title,
body.cms-order-via-email div.main div.page-title{
	text-align: center;
	margin: 0;
}

body.cms-ordina-via-email div.main div.subtitle-email,
body.cms-order-via-email div.main div.subtitle-email{
	text-align: center;
}

body.cms-ordina-via-email div.main p.required,
body.cms-order-via-email div.main p.required{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

body.cms-ordina-via-email div.main div.page-title h1,
body.cms-order-via-email div.main div.page-title h1{
    display: inline-block;
    height: 56px;
    vertical-align: top;
    line-height: 55px;
}

body.cms-ordina-via-email div.main div.page-title::after,
body.cms-order-via-email div.main div.page-title::after{
	display: inline-block;
	content: "";
	background-image: url('../empsol_images/icona-pagina-acquista-via-email.png');
	background-image: -webkit-image-set(
			url('../empsol_images/icona-pagina-acquista-via-email.png') 1x,
			url('../empsol_images/icona-pagina-acquista-via-email@2x.png') 2x,
			url('../empsol_images/icona-pagina-acquista-via-email@3x.png') 3x);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 75px;
	height: 56px;
	margin-left: 15px;
	transition: 0.2s -webkit-transform;
	transition: 0.2s -moz-transform;
	transition: 0.2s -ms-transform;
	transition: 0.2s -o-transform;
	transition: 0.2s transform;
}

body.cms-ordina-via-email div.main input.input-text,
body.cms-order-via-email div.main input.input-text{
	background: #fff;
    border: 1px solid #eeeeee;
    color: #999 !important;
	padding: 5px !important;
	vertical-align: middle !important;
	background-color:transparent !important;
	font-weight: normal !important;
}

body.cms-ordina-via-email div.main input.input-text.input-text.descrizione_prodotti_header,
body.cms-order-via-email div.main input.input-text.input-text.descrizione_prodotti_header,
body.cms-ordina-via-email div.main input.input-text.input-text.quantita_prodotti_header,
body.cms-order-via-email div.main input.input-text.input-text.quantita_prodotti_header
{
	text-align:center;
	background-color:#f0f0f0 !important;
	font-weight: bold !important;
	color: #696969 !important;
}

body.cms-ordina-via-email div.main select,
body.cms-order-via-email div.main select{
	border-radius: 0;
    margin: 0;
    background-color: white;
    box-shadow: none;
    border: 1px solid #eeeeee;
    max-width: inherit;
    background-image: url(../empsol_images/select_arrow_down.svg);
    background-position: calc(100% - 6px) 6px;
    background-size: 14px;
    background-repeat: no-repeat;
	height: 28px;
	padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
	font-weight: normal;
}

body.cms-ordina-via-email div.main div.label_field,
body.cms-order-via-email div.main div.label_field{
	font-size: 13px;
	margin-bottom: 5px;
}

body.cms-ordina-via-email select,
body.cms-order-via-email select{
	text-align: left !important;
}



body.cms-ordina-via-email div.main div.quantita input{
	text-align: center;
}



body.cms-ordina-via-email div.main em,
body.cms-order-via-email div.main em{
	color: #DD4B39;
}

body.cms-ordina-via-email div.main a,
body.cms-order-via-email div.main a{
		color: #6c6c6c;
}


.privacy-data.invoice {
	padding-top: 10px;
}

.privacy-data.invoice label{
	font-size: 18px;
}

.privacy-data.invoice div{
	display: inline-block;
	width: inherit;
	padding-top: 0;
}

.privacy-data.invoice div.tm-radio{
	vertical-align: top;
}

.privacy-data.invoice div.privacy{
	width: inherit !important;
}

#em-footer-container .form-subscribe-header .tm-checkbox{
	background: none !important;
	width: inherit;
    height: inherit;
}

#em-footer-container .form-subscribe-header .tm-checkbox .tm-hide{
	opacity: 1 !important;
	margin-top: -12px;
}

#em-footer-container .form-subscribe-header .subnewsletter .subnewsletter-label{
	display: inline-block;
	vertical-align: top;
	margin-top: -4px;
}

#em-footer-container .form-subscribe-header .subnewsletter .subnewsletter-label a{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
}

#em-footer-container .form-subscribe-header .subnewsletter .subnewsletter-label a:hover{
	text-decoration: underline;
}

#em-footer-container .form-subscribe-header .subnewsletter .subnewsletter-checkbox{
	display: inline-block;
	vertical-align: top;
}

#em-footer-container .form-subscribe-header .subnewsletter .validation-advice{
    margin: 3px 0 5px 0px;
}

table#shopping-cart-table .item-options dt,
table#shopping-cart-table .item-options dd{
	font-weight: normal;
	font-style: italic;
}

table#shopping-cart-totals-table{
	font-size: 14px;
}

#messageBox.amcart-options select {padding-left:0 !important;}
#messageBox.amcart-options .price-box {padding-left:12px;}

a.cart-link2 {margin: 10px 20px 20px 0; display: inline-block; font-size:14px; }
a.cart-link3 {margin: 10px 0 20px 20px; display: inline-block; }
a.btn-edit2 { float: none !important; }
.mini-products-list strong { font-weight: normal !important;}
button.btn-false { background: none; border: 0; }

#confirmButtons button.btn-false {
  vertical-align: inherit;
	display:inline-block;
	position:inherit;
  color: #696969;
	height: auto;
	font: 14px 'Istok Web', Arial, Helvetica, sans-serif;
	width: auto;
  overflow: auto;
	margin-right: 0;
	padding: 0;
	text-decoration:none;
    border-radius: 0;
    text-transform: inherit;

}

#confirmButtons button.btn-false:hover {    box-shadow: none; }

.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price.special-price{color:#e32400;}
.product-image-block img, .product-block .amlabel-div img { transition: all .5s ease-in-out; }
.product-image-block img:hover, .product-block .amlabel-div img:hover { transform: scale(1.1); }

.sales-order-view tr.grand_total {display:none}

div.search-model-block  div.partsfinder form select{
    margin-bottom: 0 !important;
}

#product_tabs_table_compatibility_contents h2 {/* margin:0; padding: 0;*/}

div.links-seo h3 {display: inline-block;}

.catalog-product-view .breadcrumbs li strong, .catalog-product-view .breadcrumbs li a { font-size: 13px; }

#em-footer-container .em-footer-content strong
{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400!important;
    text-transform: uppercase;
    color: #fff;
}

div.new-products .category-title {
    border-bottom: 1px solid #ddd;
}

.form-language.btn-group div.flag_current_lang.capitshop_it {
    background-image: url(../empsol_images/icon_it_flag.png);
    background-image: -webkit-image-set(url(../empsol_images/icon_it_flag.png) 1x,url(../empsol_images/icon_it_flag@2x.png) 2x,url(../empsol_images/icon_it_flag@3x.png) 3x);
}

.form-language.btn-group div.flag_current_lang.capitshop_en {
    background-image: url(../empsol_images/icon_en_flag.png);
    background-image: -webkit-image-set(url(../empsol_images/icon_en_flag.png) 1x,url(../empsol_images/icon_en_flag@2x.png) 2x,url(../empsol_images/icon_en_flag@3x.png) 3x);
}

.form-language.btn-group div.flag_lang.capitshop_en{
    background-image:url(../empsol_images/england_flag_icon.png); 
    background-image:-webkit-image-set(url(../empsol_images/england_flag_icon.png) 1x,url(../empsol_images/england_flag_icon@2x.png) 2x,url(../empsol_images/england_flag_icon@3x.png) 3x);
}

.form-language.btn-group div.flag_lang.capitshop_it {
    background-image:url(../empsol_images/italy_flag_icon.png);
    background-image:-webkit-image-set(url(../empsol_images/italy_flag_icon.png) 1x,url(../empsol_images/italy_flag_icon@2x.png) 2x,url(../empsol_images/italy_flag_icon@3x.png) 3x);
}

.actions button.button span {
    background: #1a7788;
}

#review-buttons-container button.btn-checkout span {
    background-color: #068e60 !important;
}

li#opc-review div#richiesta_fattuta, li#opc-review div#tempi_preparazione {
    border-top: 0!important;
    border-right: 0!important;
}

form#form-validate .buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set button.button span {
    background: #0d4d7c;
}

html:lang(capitshop_it) body.cms-home .breadcrumbs, html:lang(capitshop_it) body.cms-home div.left-category,
html:lang(capitshop_it) #nav .brand-list, html:lang(capitshop_it) #nav .brand-list, html:lang(capitshop_it) #nav-mobile .brand-list, 
html:lang(capitshop_en) body.cms-home .breadcrumbs, html:lang(capitshop_en) body.cms-home div.left-category,
html:lang(capitshop_en) #nav .brand-list, html:lang(capitshop_en) #nav-mobile .brand-list { display:none !important; }
html:lang(capitshop_it) body.cms-home div.home-slider, html:lang(capitshop_en) body.cms-home div.home-slider {width:70%; height: auto;    overflow: hidden;}

html:lang(capitshop_it) .tabberlive li.item, html:lang(capitshop_en) .tabberlive li.item {/*width:272px!important;*/}


html:lang(capitshop_it) ul#nav li.home_first a.home, html:lang(capitshop_en) ul#nav li.home_first a.home {display:none;}
/*html:lang(capitshop_it) div#cookiescript_injected, html:lang(capitshop_en) div#cookiescript_injected {background-color: #232321 !important; }*/

html:lang(capitshop_it) .ei-slider-large, html:lang(capitshop_en) .ei-slider-large {
    /*height: 620px;
    height: 481px;*/
}
html:lang(capitshop_it) .ei-slider, html:lang(capitshop_en) .ei-slider { margin-top:0!important}

html:lang(capitshop_it) #em-footer-container, html:lang(capitshop_en) #em-footer-container {
    background-color: #232321;
}

html:lang(capitshop_it) .home-slider, html:lang(capitshop_en) .home-slider {
    padding-left: 0;
}

html:lang(capitshop_it) ul.ei-slider-thumbs li, html:lang(capitshop_en) ul.ei-slider-thumbs li {max-width: 100% !important;; width:25% !important;}
html:lang(capitshop_it) ul.ei-slider-thumbs, html:lang(capitshop_en) ul.ei-slider-thumbs { max-width: 100% !important}

html:lang(capitshop_it) .block.block-layered-nav .block-title, html:lang(capitshop_en) .block.block-layered-nav .block-title,
html:lang(capitshop_it) .block.block-list.block-compare .block-title, html:lang(capitshop_en) .block.block-list.block-compare .block-title
html:lang(capitshop_it) .block.block-list.block-viewed .block-title, html:lang(capitshop_en) .block.block-list.block-viewed .block-title
html:lang(capitshop_it) .block.block-poll .block-title, html:lang(capitshop_en) .block.block-poll .block-title,
html:lang(capitshop_it) .block .block-title, html:lang(capitshop_en) .block .block-title {
    border-left: 4px solid #696969;
    background-color: #232323;
}


html:lang(capitshop_it) .block.block-advancedmenu .block-title, html:lang(capitshop_en) .block.block-advancedmenu .block-title {
    border-left: 4px solid #232323;
}

html:lang(capitshop_it) .block.block-advancedmenu  ul, html:lang(capitshop_en) .block.block-advancedmenu  ul{
list-style: disc inside;
}

html:lang(capitshop_it) .block.block-advancedmenu, html:lang(capitshop_en) .block.block-advancedmenu { border:none; }

html:lang(capitshop_it) .block.block-advancedmenu .block-content, html:lang(capitshop_en) .block.block-advancedmenu .block-content {padding: 10px !important; }
html:lang(capitshop_it) .block.block-advancedmenu .block-content img, html:lang(capitshop_en) .block.block-advancedmenu .block-content img { max-width: 100%; text-align: center;}
html:lang(capitshop_it) .block.block-advancedmenu .block-content p, html:lang(capitshop_en) .block.block-advancedmenu .block-content p {text-align: center; }

html:lang(capitshop_it) .product-view .tabs a:hover, 
html:lang(capitshop_it) .product-view .tabs li.active a, 
html:lang(capitshop_it) .product-view .tabs li.active a:hover,
html:lang(capitshop_en) .product-view .tabs a:hover, 
html:lang(capitshop_en) .product-view .tabs li.active a, 
html:lang(capitshop_en) .product-view .tabs li.active a:hover { border-bottom: 2px solid #696969; }

html:lang(capitshop_it) .product-view .tabs li.active a, 
html:lang(capitshop_it) .product-view .tabs li.active a:hover, 
html:lang(capitshop_it) .product-view .tabs a:hover,
html:lang(capitshop_en) .product-view .tabs li.active a, 
html:lang(capitshop_en) .product-view .tabs li.active a:hover, 
html:lang(capitshop_en) .product-view .tabs a:hover { background-color: #232323; border-bottom: 2px solid #696969;}

html:lang(capitshop_it) .header-bottom .header-content .telephone, html:lang(capitshop_en) .header-bottom .header-content .telephone {
    background-image: url(../empsol_images/capit/icon_phone_header.png);
    background-image: -webkit-image-set(url(../empsol_images/capit/icon_phone_header.png) 1x,url(../empsol_images/capit/icon_phone_header@2x.png) 2x,url(../empsol_images/capit/icon_phone_header@3x.png) 3x);
}

html:lang(capitshop_it) .header-bottom .header-content .email, html:lang(capitshop_en) .header-bottom .header-content .email {
    background-image: url(../empsol_images/capit/icon_mail_header.png);
    background-image: -webkit-image-set(url(../empsol_images/capit/icon_mail_header.png) 1x,url(../empsol_images/capit/icon_mail_header@2x.png) 2x,url(../empsol_images/capit/icon_mail_header@3x.png) 3x);
}

html:lang(capitshop_it) .tm_headerlinkmenu .headertoggle_img, html:lang(capitshop_en) .tm_headerlinkmenu .headertoggle_img {
    width: 35px;
    background-image: url(../empsol_images/capit/icon-users-header.png);
    background-image: -webkit-image-set(url(../empsol_images/capit/icon-users-header.png) 1x,url(../empsol_images/capit/icon-users-header@2x.png) 2x,url(../empsol_images/capit/icon-users-header@3x.png) 3x);
    background-position: center 7px;
}

html:lang(capitshop_it) .tm_headerlinkmenu .up, html:lang(capitshop_en) .tm_headerlinkmenu .up {
    background-image: url(../empsol_images/capit/icon-arrow-down-header.png);
    background-image: -webkit-image-set(url(../empsol_images/capit/icon-arrow-down-header.png) 1x,url(../empsol_images/capit/icon-arrow-down-header@2x.png) 2x,url(../empsol_images/capit/icon-arrow-down-header@3x.png) 3x);
}

html:lang(capitshop_it) .tm_headerlinkmenu .down, html:lang(capitshop_en) .tm_headerlinkmenu .down {
    background-image: url(../empsol_images/capit/icon-arrow-up-header.png);
    background-image: -webkit-image-set(url(../empsol_images/capit/icon-arrow-up-header.png) 1x,url(../empsol_images/capit/icon-arrow-up-header@2x.png) 2x,url(../empsol_images/capit/icon-arrow-up-header@3x.png) 3x);
}

 html:lang(capitshop_it) .form-language .sbToggle, html:lang(capitshop_en) .form-language .sbToggle {
    background: url(../../images/arrow-down.png) no-repeat scroll center center transparent; 
    background-image: url(../empsol_images/capit/icon-arrow-down-header.png);
    background-image: -webkit-image-set( url(../empsol_images/capit/icon-arrow-down-header.png) 1x, url(../empsol_images/capit/icon-arrow-down-header@2x.png) 2x, url(../empsol_images/capit/icon-arrow-down-header@3x.png) 3x);
}

html:lang(capitshop_it) .sbToggleOpen, html:lang(capitshop_en) .sbToggleOpen, html:lang(capitshop_it) .form-language .sbToggleOpen, html:lang(capitshop_en) .form-language .sbToggleOpen {
    /* background: url(../../images/arrow-up.png) no-repeat scroll center center transparent; */
    background-image: url(../empsol_images/capit/icon-arrow-up-header.png);
    background-image: -webkit-image-set( url(../empsol_images/capit/icon-arrow-up-header.png) 1x, url(../empsol_images/capit/icon-arrow-up-header@2x.png) 2x, url(../empsol_images/capit/icon-arrow-up-header@3x.png) 3x);
    background-repeat: no-repeat;
}

html:lang(capitshop_it) #prev-next-links a#link-next-product, html:lang(capitshop_it) .customNavigation a.next,
html:lang(capitshop_en) #prev-next-links a#link-next-product, html:lang(capitshop_en) .customNavigation a.next {
    background-image: url(../empsol_images/capit/icon-next-sliderbrand.png);
    background-image: -webkit-image-set(url(../empsol_images/capit/icon-next-sliderbrand.png) 1x,url(../empsol_images/capit/icon-next-sliderbrand@2x.png) 2x,url(../empsol_images/capit/icon-next-sliderbrand@3x.png) 3x);
}

html:lang(capitshop_it) #prev-next-links a#link-previous-product, html:lang(capitshop_it) .customNavigation a.prev,
html:lang(capitshop_en) #prev-next-links a#link-previous-product, html:lang(capitshop_en) .customNavigation a.prev {
    background-image: url(../empsol_images/capit/icon-prev-sliderbrand.png);
    background-image: -webkit-image-set(url(../empsol_images/capit/icon-prev-sliderbrand.png) 1x,url(../empsol_images/capit/icon-prev-sliderbrand@2x.png) 2x,url(../empsol_images/capit/icon-prev-sliderbrand@3x.png) 3x);
}

html:lang(capitshop_it) .ei-slider-large li img, html:lang(capitshop_en) .ei-slider-large li img { height: auto!important; }

html:lang(capitshop_it) #nav ul li a, 
html:lang(capitshop_it) .header-bottom, 
html:lang(capitshop_it) .header-bottom a,
html:lang(capitshop_it) .opc .active .step-title .number,
html:lang(capitshop_en) #nav ul li a, 
html:lang(capitshop_en) .header-bottom, 
html:lang(capitshop_en) .header-bottom a,
html:lang(capitshop_en) .opc .active .step-title .number
 { color:#232321!important; }

html:lang(capitshop_it) #nav>li>.shown-sub, 
html:lang(capitshop_it) .nav-container,
html:lang(capitshop_en) #nav>li>.shown-sub, 
html:lang(capitshop_en) .nav-container {
    border-bottom: 5px solid #232321;
}

html:lang(capitshop_it) .header-container, 
html:lang(capitshop_it) .header-bottom, 
html:lang(capitshop_it) .nav-container, 
html:lang(capitshop_it) .nav-container #nav, 
html:lang(capitshop_it) .tm_headerlinks_inner a,
html:lang(capitshop_en) .header-container, 
html:lang(capitshop_en) .header-bottom, 
html:lang(capitshop_en) .nav-container, 
html:lang(capitshop_en) .nav-container #nav, 
html:lang(capitshop_en) .tm_headerlinks_inner a 
{ background-color: #fff; }

html:lang(capitshop_it) div.container-h1, html:lang(capitshop_en) div.container-h1,
html:lang(capitshop_it) div#confirmBox h1,
html:lang(capitshop_it) .ei-slider-thumbs li a:hover,
html:lang(capitshop_en) div#confirmBox h1,
html:lang(capitshop_en) .ei-slider-thumbs li a:hover,
html:lang(capitshop_it) ul.tabbernav li a.selected, html:lang(capitshop_it) ul.tabbernav li a:hover,
html:lang(capitshop_en) ul.tabbernav li a.selected, html:lang(capitshop_en) ul.tabbernav li a:hover
{
    background-color: #232321!important;
    border-bottom: 5px solid #696969;
}

html:lang(capitshop_it) #nav ul.custom_link.over ul.shown-sub, 
html:lang(capitshop_en) #nav ul.custom_link.over ul.shown-sub  {
    border-top: 5px solid #232321;
}

html:lang(capitshop_it) #em-footer-container, 
html:lang(capitshop_en) #em-footer-container {
    border-top: 0;
}

html:lang(capitshop_it) .actions button.button:not(.checkout-btn) span,
html:lang(capitshop_it) .checkout-cart-index tfoot tr.first td,
html:lang(capitshop_it) .responsive-menu #nav-mobile .brand-list.collapsable.over>a.over, 
html:lang(capitshop_it) .responsive-menu #nav-mobile .brand-list.expandable.over a.over, 
html:lang(capitshop_it) .responsive-menu #nav-mobile .hidden_menu li:hover>a, 
html:lang(capitshop_it) .responsive-menu #nav-mobile li.brand-list:hover>a,
/*html:lang(capitshop_it) .buttons-set button.button span,*/
html:lang(capitshop_it) body:not(.checkout-cart-index) .buttons-set button.button span,
html:lang(capitshop_it) .checkout-onepage-index button.button span,
html:lang(capitshop_it) .opc .allow .step-title,
html:lang(capitshop_it) .toolbar .pager li.current, 
html:lang(capitshop_it) .toolbar .pager li:hover,
html:lang(capitshop_it) .col-main .contacform #contactForm .buttons-set .button span,
html:lang(capitshop_it) #topcontrol,
html:lang(capitshop_en) .actions button.button:not(.checkout-btn) span,
html:lang(capitshop_en) .checkout-cart-index tfoot tr.first td,
html:lang(capitshop_en) .responsive-menu #nav-mobile .brand-list.collapsable.over>a.over, 
html:lang(capitshop_en) .responsive-menu #nav-mobile .brand-list.expandable.over a.over, 
html:lang(capitshop_en) .responsive-menu #nav-mobile .hidden_menu li:hover>a, 
html:lang(capitshop_en) .responsive-menu #nav-mobile li.brand-list:hover>a,
html:lang(capitshop_en) body:not(.checkout-cart-index) .buttons-set button.button span,
html:lang(capitshop_en) .checkout-onepage-index button.button span,
html:lang(capitshop_en) .opc .allow .step-title,
html:lang(capitshop_en) .toolbar .pager li.current, 
html:lang(capitshop_en) .toolbar .pager li:hover,
html:lang(capitshop_en) .col-main .contacform #contactForm .buttons-set .button span,
html:lang(capitshop_en) #topcontrol {
    background-color: grey!important;
}

html:lang(capitshop_it) .ei-slider-thumbs li a,
html:lang(capitshop_en) .ei-slider-thumbs li a { background-color: #db0011; border-left: 1px solid #232321;border-top: 5px solid #232321; }


html:lang(capitshop_it) .pager .pages .current, 
html:lang(capitshop_it) .pager .pages li:hover,
html:lang(capitshop_en) .pager .pages .current, 
html:lang(capitshop_en) .pager .pages li:hover {
    background: gray;
    border: 1px solid #232321;
}

html:lang(capitshop_it) .header .links li a:hover,
html:lang(capitshop_it) .form-language .sbOptions a:hover,
html:lang(capitshop_en) .header .links li a:hover,
html:lang(capitshop_en) .form-language .sbOptions a:hover { background-color: grey !important; }

html:lang(capitshop_it) .header .form-search input.input-text, 
html:lang(capitshop_it) .breadcrumbs li strong,
html:lang(capitshop_it) .cart .discount button span, 
html:lang(capitshop_it) .cart .shipping button span, button.new-link span,
html:lang(capitshop_en) .header .form-search input.input-text, 
html:lang(capitshop_en) .breadcrumbs li strong,
html:lang(capitshop_en) .cart .discount button span, 
html:lang(capitshop_en) .cart .shipping button span, button.new-link span {
    color: grey;
}

html:lang(capitshop_it) a:hover, html:lang(capitshop_en) a:hover {
    color: #c2c2c2;
}

html:lang(capitshop_it) .header.em-header .em-header-buy-from .header-content .header-content-block:first-child,
html:lang(capitshop_en) .header.em-header .em-header-buy-from .header-content .header-content-block:first-child {
    border-right: 1px solid #232321;
}

html:lang(capitshop_it) .header .header-cart #panel, 
html:lang(capitshop_en) .header .links { box-shadow: 0 0 2px grey; }

html:lang(capitshop_it) .products-grid .product-block .add-to-links>li>button,
html:lang(capitshop_en) .products-grid .product-block .add-to-links>li>button { background-color:#232321;}

html:lang(capitshop_it) .header_qty,
html:lang(capitshop_en) .header_qty { background-color: #f2f2f2;}

html:lang(capitshop_it) .header .form-search input.input-text, 
html:lang(capitshop_en) .header .form-search input.input-text { border: 1px solid grey; }

html:lang(capitshop_it) .nav-container .nav-inner .nav-responsive,
html:lang(capitshop_en) .nav-container .nav-inner .nav-responsive,
html:lang(capitshop_it) .header .form-search button.button span,
html:lang(capitshop_it) .header .form-search button.button span:hover span,
html:lang(capitshop_en) .header .form-search button.button span,
html:lang(capitshop_en) .header .form-search button.button span:hover span
{ background-color: #232321 !important;}



html:lang(capitshop_it) .header.em-header .em-header-buy-from, html:lang(capitshop_it) .header.em-header .em-header-logo,
html:lang(capitshop_en) .header.em-header .em-header-buy-from, html:lang(capitshop_en) .header.em-header .em-header-logo {        
    *display: inline; /* leading asterisk IS correct */
    zoom: 1; /* seems to fix drawing bug on border in IE 7 */
    max-width: 100%;
}

.header.em-header {max-width: 1125px !important;}


div.right-category { float:right; width: 29%; margin-top: -1px; height:459px; background:#E8E7E7 }

/* Show menu */
#nav ul.custom_link.over ul.shown-sub,
#nav ul.custom_link.over div.shown-sub {
    left: 0;
    z-index: 999;
    top:60px;
    background:#E8E7E7;
}

#nav ul.custom_link.over ul.shown-sub li:hover a {
    background: #696969;
    color: #E8E7E7;
}

#nav ul.custom_link.over ul.shown-sub {
    border-top: 5px solid #1a7788;
}

#nav ul.custom_link.over .shown-sub ul.shown-sub,
#nav ul.custom_link.over .shown-sub li div.shown-sub {
    left: 0;
}

#nav ul.custom_link.over ul.shown-sub li {width: 100%; }
#nav ul.custom_link.over ul.shown-sub li a { font-size:20px; display: block; white-space: nowrap;color:#686868; font-weight: normal; font-family:"Archivo Narrow", sans-serif;padding: 10px; }
#nav ul.custom_link.over ul.shown-sub li a span {font-family:"Archivo Narrow", sans-serif;}


@media (max-width: 1027px) and (min-width: 980px){
    #nav ul.custom_link.over ul.shown-sub li a, #nav .custom_link li.home_first a {
        font-size: 14px !important;
    }
}

@media (max-width: 1240px) and (min-width: 1028px){
    #nav ul.custom_link.over ul.shown-sub li a, #nav .custom_link li.home_first a{
        font-size: 16px !important;
    }
}

#products-list button>span {

    background-position: 10px center;
    background-image: url(../empsol_images/V2-icon-cart.png);
    background-image: -webkit-image-set(url(../empsol_images/V2-icon-cart.png) 1x,url(../empsol_images/V2-icon-cart@2x.png) 2x,url(../empsol_images/V2-icon-cart@3x.png) 3x);
    background-repeat: no-repeat;
    background-color: #068e60;
    width: 100%;
    max-width: 163px;
    padding:15px;
    padding-left: 37px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
}

#products-list button:hover {
    box-shadow: 0 6px 10px rgba(0,0,0,.23), 0 10px 30px rgba(0,0,0,.19);
}

@media screen and (min-width: 481px) and (max-width:650px) {   

    html:lang(capitshop_it) .main, html:lang(capitshop_en) .main {
        min-height: 448px;
    }

    html:lang(capitshop_it) body.cms-home div.home-slider, html:lang(capitshop_en) body.cms-home div.home-slider { height:auto!important;}
   

    html:lang(capitshop_it) .ei-slider-large li img, html:lang(capitshop_en) .ei-slider-large li img, 
    html:lang(capitshop_it) .ei-slider-large li,
    html:lang(capitshop_en) .ei-slider-large li {    height: auto!important; }

}

@media screen and (min-width:651px) and (max-width: 767px) {

    html:lang(capitshop_it) body.cms-home div.home-slider, html:lang(capitshop_en) body.cms-home div.home-slider { height:auto!important;}

    html:lang(capitshop_it) .ei-slider-large, html:lang(capitshop_en) .ei-slider-large {
        height:477px!important;
        border:none;
    }

    body.catalog-product-view div.product-view .product-name h1 { width:80%}

    html:lang(capitshop_en) .ei-slider-large li, html:lang(capitshop_it) .ei-slider-large li {    height: auto!important; }
}

@media screen and (min-width: 980px){
    html:lang(capitshop_it) .ei-slider-large, html:lang(capitshop_en) .ei-slider-large {
        /*height: 413px;*/
    }

    .header.em-header .em-header-logo {
        width: 350px !important;
    }

}

@media screen and (max-width: 770px){
.header .form-search button.button>span {
    padding: 9px 8px !important;
    height: 22px;
    
}

.form-search button.search-button {
    height: auto !important;
}

}


@media only screen and (max-width: 979px){
    html:lang(capitshop_it) .ei-slider .ei-slider-thumbs .info1, html:lang(capitshop_it) .ei-slider .ei-slider-thumbs .info2,
    html:lang(capitshop_en) .ei-slider .ei-slider-thumbs .info1, html:lang(capitshop_en) .ei-slider .ei-slider-thumbs .info2 {
        line-height: 14px;
    }

    .productvideo-content-wrapper.bar #productvideo-tab-bar-menu span.selected { border:none;}

    div.right-category {display: none;}

    html:lang(capitshop_it) .home-slider, html:lang(capitshop_en) .home-slider {width: 100% !important;}

    .productvideo-content-wrapper.bar .product-image > iframe {
        width: 100% !important;
    }

    body.catalog-product-view div.product-view .product-name h1 { width:80%}

   
}

@media only screen and (max-width: 764px){
    div.zoomWindow, div.zoomLens {
        display:none!important;
        /*width:100%!important;
        bottom:305px;
        left:0!important;
        top:auto!important;*/
    }

    div.amlabel-div {display: grid!important;}
}

@media only screen and (max-width: 979px) and (min-width: 739px){
div.amshopby-links-wrapper {
    top: -15px !important;
}
}

@media only screen and (max-width: 480px){
#em-footer-container .em-footer-content .em-footer-block.newsletter .block.block-subscribe form .block-content .newsletter-container input.input-text {
    width: 96%!important;
}

.productvideo-content-wrapper.bar #productvideo-tab-bar-menu span.selected {border:none !important;}

.brand-list .bare-list li.brand-list_item {
    width: 48%!important;
    height: 100px;
    overflow: hidden;
}
}

@media only screen and (max-width: 640px){
.cart-table .btn-continue, .cart-table .btn-update {
    margin:0!important;
    background:#0d4d7c;
}

div.amshopby-links-wrapper {
    width: auto;
    right: 0;
    top: 0;
    position: relative!important;
}

}


@media only screen and (max-width: 650px) and (min-width: 480px){
    html:lang(capitshop_it) .ei-slider-large li, html:lang(capitshop_en) .ei-slider-large li {
        height: 194px;
    }
    .brand-list .bare-list li.brand-list_item {
        width: 48%!important;
        height: 100px;
        overflow: hidden;
    }

    body.catalog-product-view div.product-view .product-name h1 { width:80%}
}

@media only screen and (max-width: 350px){
    html:lang(capitshop_it) .ei-slider-large, html:lang(capitshop_en) .ei-slider-large {
        height:200px!important;
        border:none;
    }
}

@media only screen and (min-width: 351px) and (max-width: 480px){
    html:lang(capitshop_it) .ei-slider-large, html:lang(capitshop_en) .ei-slider-large {
        height:248px!important;
        border:none;
    }

    html:lang(capitshop_it) i.fa-search, html:lang(capitshop_en) i.fa-search { margin-top:-4px;}
}


.swiper-button-next{ 
    background-image: url(../empsol_images/icon-next-sliderbrand.png) !important;
    background-image: -webkit-image-set(url(../empsol_images/icon-next-sliderbrand.png) 1x,url(../empsol_images/icon-next-sliderbrand@2x.png) 2x,url(../empsol_images/icon-next-sliderbrand@3x.png) 3x)!important;
    background-size: 25px!important;
    transition: .2s opacity !important;
    background: url(../images/sprite.png) no-repeat scroll -232px -1px transparent;
    height: 25px !important;
    right: 1px!important;
    width: 25px!important;
}

.swiper-button-prev{ 
    background-image: url(../empsol_images/icon-prev-sliderbrand.png)!important;
    background-image: -webkit-image-set(url(../empsol_images/icon-prev-sliderbrand.png) 1x,url(../empsol_images/icon-prev-sliderbrand@2x.png) 2x,url(../empsol_images/icon-prev-sliderbrand@3x.png) 3x)!important;
    background-size: 25px!important;
    transition: .2s opacity!important;
    background: url(../images/sprite.png) no-repeat scroll -200px -1px transparent;
    height: 25px!important;
    left: 1px!important;
    width: 25px!important;
}

.amslider {
    max-width: 1200px !important;
}

.swiper-container-horizontal
{
    width: calc(100% - 60px);
    padding: 0 30px;
}

.brand-list .bare-list li.brand-list_item {
    height: 100px;
    overflow: hidden;
}

div.amshopby-links-wrapper {
    width: auto;
    right: 0;
    top: -16px;
    position: absolute;
}

div.amshopby-links-wrapper a {display:block;}

.ambrands-link.product-view img {
    width: 80px;
    height:43px;
}

#product_tabs_description_tabbed_contents .std p, #product_tabs_description_tabbed_contents .std u {margin:10px 0; display:block;}