/**
 * 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_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */


/* @import"../css/bootstrap.css"; */

@-ms-keyframes pathAnimate {
    0% {
        fill: #E83C3C;
    }
    11.1111111111% {
        fill: #F49739;
    }
    22.2222222222% {
        fill: #F2DB59;
    }
    33.3333333333% {
        fill: #7AB65A;
    }
    44.4444444444% {
        fill: #016635;
    }
    55.5555555556% {
        fill: #8EBBD3;
    }
    66.6666666667% {
        fill: #313257;
    }
    77.7777777778% {
        fill: #21b8cd;
    }
    88.8888888889% {
        fill: #A9AAAB;
    }
    100% {
        fill: #E83C3C;
    }
}

@keyframes pathAnimate {
    0% {
        fill: #E83C3C;
    }
    11.1111111111% {
        fill: #F49739;
    }
    22.2222222222% {
        fill: #F2DB59;
    }
    33.3333333333% {
        fill: #7AB65A;
    }
    44.4444444444% {
        fill: #016635;
    }
    55.5555555556% {
        fill: #8EBBD3;
    }
    66.6666666667% {
        fill: #313257;
    }
    77.7777777778% {
        fill: #21b8cd;
    }
    88.8888888889% {
        fill: #A9AAAB;
    }
    100% {
        fill: #E83C3C;
    }
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans SemiBold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Reset ================================================================================= */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
}

.catalog-product-compare-index>div {
    min-width: 600px;
}

body {
    background: #00abe9;
    font-size: 13px;
    /* line-height:20px; */
    color: #333333;
    text-align: left;
    min-width: 320px;
    position: relative;
    -webkit-text-size-adjust: none;
}

body>.wrapper {
    position: relative;
}

.wrapper-tail {}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #00abe9;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
    color: #5D5D5C;
}

.form-control:focus {}


/* Headings */

h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.15;
    margin-bottom: 0px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 7px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 7px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}

h6 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 7px;
}


/* Forms */

form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}


/* Table */

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,
th,
td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}


/* Content */

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    margin-bottom: 5px;
}

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;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}


/* ======================================================================================= */


/* =========================== font awesome ============================================== */

.block-cart-header:before,
.header-button.currency-list>a:after,
.header-button.lang-list>a:after,
.sf-menu li a:before,
.add-to-links li a:before,
.row-product .email-friend:before,
.btn-remove:before,
.btn-remove2:before,
.btn-edit:before,
.sorter .view-mode .grid:before,
.sorter .list:before,
.block-layered-nav dd li:before,
.product-view .box-tags .form-add .input-box:before,
.row-product .no-rating:before,
.menu-icon:before,
.sf-menu-phone li strong:before,
span.toggle:before,
.checkout-progress li:before,
.about-padd-2 ul li:before,
.currency-switch .currency-title:before,
.language-list .language-title:before,
.swipe ul a:before,
.switch-show>div:after,
#back-top span:before,
.map-popup-close:before,
.block-slider-sidebar .slider-sidebar-pager a:before,
.home-link:before,
.custom-servis-ul li h3:before,
button.button span:before,
.header .form-search button.button span:before,
.camera_wrap .camera_pag .camera_pag_ul li:before,
.list-icon li a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    text-indent: 0 !important;
}


/* =========================== font fontello ============================================== */


/* Layout ================================================================================ */

.wrapper {
    width: 100%;
    overflow: hidden;
}

.tail-top {}

.page {
    text-align: left;
}

.page-print {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    padding: 20px;
    text-align: left;
    margin: 0 auto;
    background: #fff;
}

.page-popup .ratings .rating-box {
    float: none;
    margin: 0 auto 10px;
}

.main-container {
    padding: 20px 0 30px 0;
    position: relative;
    background: #fff;
}

.main {}


/* Base Columns */

.col-left {
    float: left;
}

.col-main {
    float: left;
}

.col-right {
    float: right;
}


/* 1 Column Layout */

.col1-layout .col-main {
    float: none;
}


/* 2 Columns Layout */

.col2-left-layout .col-main {
    float: right;
}

.col2-right-layout .col-main {}


/* 3 Columns Layout */

.col3-layout .col-main {}

.col3-layout .col-wrapper {
    float: left;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}


/* Content Columns */

.col2-set .col-1 {}

.col2-set .col-2 {}

.col2-set .col-narrow {
    width: 33%;
}

.col2-set .col-wide {
    width: 65%;
}

.cart-collaterals .col2-set .col-1,
.cart-collaterals .col2-set .col-2 {
    width: 48%;
    float: left;
}

.cart-collaterals .col2-set .col-1 {
    margin-right: 20px;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}


/* ======================================================================================= */


/* Global Styles ========================================================================= */

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}


/* Form Elements */

input,
select,
textarea,
button {
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
}

input.input-text,
select,
textarea,
.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
}

input.input-text,
textarea {
    padding: 6px 12px;
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    padding: 2px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 40px !important;
    text-align: center !important;
    background: none;
    display: inline-block;
}

button.button::-moz-focus-inner,
,
a.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* FF Fix */

button.button,
a.button {
    -webkit-border-fit: lines;
}


/* <- Safari & Google Chrome Fix */

button.button,
a.button {
    background: transparent;
    border: 0;
    overflow: visible;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: auto;
}

button.button>span,
a.button>span {
    float: left;
    text-align: center;
    white-space: nowrap;
    padding: 0;
}

button.button span span,
a.button span span {
    padding: 0 20px;
    display: block;
    float: left;
}

button.button>span,
a.button>span,
.page-sitemap .links a {
    background: #00abe9;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    transition: 0.45s;
}

button.button:hover>span,
a.button:hover>span,
.page-sitemap .links a:hover {
    background: #5D5D5C;
    color: #fff;
}

a.button.disabled>span {
    background: #b7b7b7;
}

.page-sitemap .links a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    padding: 0px 11px;
    height: 36px;
    line-height: 36px;
}


/********** Button right Contact Form and Account login home *****************/


/*******************************************************/

button.disabled {}

button.disabled span {}

button.btn-checkout span {}

button.btn-checkout span span {}

button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}


/* Form Highlight */


/* Form lists */


/* Grouped fields */

.form-list li {}

.form-list label {
    float: left;
    color: #000;
    font-weight: bold;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.form-list label.required {}

.form-list label.required em {
    float: right;
    font-style: normal;
    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 .input-box {
    display: block;
    clear: both;
    margin-bottom: 7px;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 360px;
}

.form-list input.input-text {
    width: 333px;
}

.form-list textarea {
    resize: none;
    width: 333px;
    height: 10em;
}

.form-list select {
    width: 100%;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {}

.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;
}


/* 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,
.form-list .amorderattr .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 85px;
}

.form-list .name-prefix select {
    width: 75px;
}

.form-list .name-prefix input.input-text {
    width: 69px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 132px;
}

.form-list .name-middlename input.input-text {
    width: 104px;
}

.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: 318px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.field.name-suffix {
    margin-top: 8px;
}

.field.name-prefix {
    margin-bottom: 10px
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}


/*.form-list .customer-name-prefix .name-firstname,*/

.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 230px;
}

.opc .form-list .customer-name-suffix .name-lastname,
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname {
    width: 191px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 202px;
}

.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 171px;
}

.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: 35px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 213px;
}

.buttons-set {
    clear: both;
    margin: 5px 0 0;
    padding: 5px 0 5px 0;
}

.buttons-set .back-link {
    float: left;
    margin-top: 5px;
}

.buttons-set .back-link a {}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 10px;
    font-size: 12px;
}

.buttons-set-order {}

.fieldset>p {
    margin-bottom: 10px;
}

.fieldset .legend {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
}


/* Form Validation */

.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    font-size: 10px;
    line-height: 13px;
    color: #f00;
}

.validation-failed {
    border: 1px dashed #f00 !important;
    background: #faebe7 !important;
}

.validation-passed {}

p.required {
    font-size: 10px;
    text-align: right;
    color: #f00;
}


/* 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: #f00;
    font-weight: bold;
}

.notice {
    color: #ccc;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 20px;
}

.messages li li {
    margin: 4px 0 3px;
}

div.alert a {
    font-size: 12px;
    padding-left: 5px;
}

div.alert a:hover {
    color: #fff;
}

div.alert {
    position: fixed;
    background: #353535;
    top: 0;
    left: 50%;
    width: 333px;
    margin-left: -220px;
    padding: 20px 60px;
    color: #FFF;
    z-index: 999;
    font-size: 12px;
    font-weight: bold;
    color: #ececec;
    border-radius: 0 0 3px 3px;
    text-align: center;
}

div.alert button {
    background: url(../images/remove-popup.png) 0 0 no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 45%;
    border: none;
    z-index: 9999;
}

div.alert button:hover {
    cursor: pointer;
    background-position: 0 -9px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 17px center !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 7px 8px 10px 56px !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.success-msg {
    border-color: #dfebb5;
}

.error-msg {
    background: url(../images/i_msg-note.png) left -3px no-repeat #fde4e1;
    color: #df0505;
    font-weight: bold;
}

.success-msg {
    background-color: #f7fde1;
    background-image: url(../images/i_msg-success.gif);
    color: #95bc01;
    font-weight: bold;
}

.note-msg,
.notice-msg {
    background: url(../images/i_msg-note.png) 7px 6px no-repeat #fde4e1!important;
    border-color: #ebbcb5;
    color: #df0505;
    font-weight: bold;
}

.note-msg-empty-catalog {
    background: url(../images/empty-catalog.png) no-repeat left top;
    padding: 30px 30px 70px 150px;
}

.availability-only {
    overflow: hidden;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


/* BreadCrumbs */

.breadcrumbs {
    border: 1px solid #f2f2f2;
    padding: 8px 19px;
    margin: 0 0 30px;
    overflow: hidden;
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs li a {
    text-decoration: none;
}

.breadcrumbs li a:hover {}

.breadcrumbs li span {
    display: inline-block;
    margin: 0 8px 0 6px;
}

.breadcrumbs li strong {
    font-weight: normal;
}


/* Page Heading */

.page-title,
.category-title {
    margin: 0 0 37px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 24px;
}

.category-title {
    display: block;
}

.page-title h1,
.page-title h2 {
    font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    color: #00abe9;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
}

.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;
}


/********************************************************************************* End ********************************************************************************/


/* Pager */

.pager {
    text-align: center;
}

.pager .amount {
    float: left;
    padding-top: 2px;
}

.pager .amount span {
    font-weight: bold;
}

.pager .amount.spinner {
    padding-top: 13px;
}

.pager .amount strong {
    font-weight: normal;
    display: inline-block;
    padding-top: 0px;
}

.pager .amount strong span {
    font-weight: bold;
}

.pager p,
.pager .limiter label {}

.pager .limiter {
    float: right;
    min-width: 89px;
}

.pager .limiter label {
    display: inline-block;
    padding-top: 2px;
    padding-right: 6px;
    float: left;
}

.pager .pages {
    margin: 0 135px;
}

.pager .pages strong {
    padding-right: 3px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    padding: 0;
    color: #737373;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    margin-right: 3px;
}

.pager .pages li a {
    text-decoration: none;
}

.pager .pages .current {}

.pager ol>li:first-child>a {
    text-decoration: none;
}

.pager ol>li>a {
    border: 0;
    padding: 3px;
    background: none;
}

.pager ol>li>a:focus,
.pager ol>li>a:hover {
    background: none;
}


/* Sorter */

.sorter {}

.sorter .view-mode {
    float: left;
    font-size: 0;
    overflow: hidden;
    height: 30px;
    width: 150px;
    padding: 0;
}

.sorter .grid,
.sorter .list {
    display: block;
    float: left;
    background: url(../images/grid-list.gif) no-repeat left bottom;
    width: 17px;
    height: 16px;
}

.sorter .list {
    background-position: right top;
}

.sorter .view-mode a.grid {}

.sorter .view-mode strong,
.sorter .view-mode a {
    margin-right: 10px;
}

.sorter a.list {}

.sorter strong.list {}

.sorter a.list:hover {
    background-position: right bottom;
}

.sorter a.grid:hover {
    background-position: left top;
}

.sorter .sort-by {
    float: right;
    min-width: 152px;
}

.sorter .sort-by select {
    margin-right: 15px;
}

.sorter .sort-by label {
    display: inline-block;
    padding-top: 2px;
    padding-right: 6px;
    float: left;
}

.sorter .link-feed {}


/* Toolbar */

.toolbar {
    margin-bottom: 30px;
}

.toolbar select {
    min-width: 63px;
}

.toolbar .pager {
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.toolbar .sorter {
    padding: 0;
}

.toolbar-bottom {
    margin-top: 30px;
}


/* Data Table */

.data-table {
    width: 100%;
}

.data-table th {
    padding: 10px;
    border: 1px solid #ececec;
    font-weight: bold;
    white-space: nowrap;
    color: #000;
}

.data-table td {
    padding: 10px;
    border: 1px solid #ececec;
}

.data-table thead {}

.data-table tbody {}

.data-table tfoot {}

.data-table tr.first {}

.data-table tr.first th.label {}

.data-table tr.last {}

.data-table tr.odd th.label {}

.data-table tr.even {}

.data-table tbody.odd {}

.data-table tbody.odd td {
    border-width: 0 1px;
}

.data-table tbody.even {}

.data-table tbody.even td {
    border-width: 0 1px;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom-width: 1px;
}

.data-table th .tax-flag {
    white-space: nowrap;
    font-weight: normal;
}

.data-table td.label,
.data-table th.label {
    font-weight: bold;
    color: #7e7e7e;
}

.data-table td.value {}


/* 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 4px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}

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% 4px 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% -53px;
}


/* Class: std - styles for admin-controlled content */

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i:not([class^="icon-"]),
.std em {
    font-style: italic;
}


/* Misc */

.links li {
    display: inline;
    padding-left: 12px;
}

.links li.first {}

.links.LoginLink li.first {
    padding-left: 0;
}

.links li.last {
    padding-bottom: 0;
}

.links li a {
    text-decoration: none;
}

.links li a:hover {}

.link-cart {
    font-weight: bold;
}

.link-cart:hover {
    text-decoration: underline;
}

.link-wishlist {
    font-weight: bold;
}

.link-reorder {
    font-weight: bold;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    display: inline-block;
    overflow: hidden;
    margin-left: 13px;
    font-size: 0;
    text-indent: -999px;
    text-decoration: none !important;
}

.btn-remove:before {
    content: "\f00d";
    font-size: 16px;
    display: block;
}

.btn-remove2 {
    display: inline-block;
    font-size: 0;
    margin: 0;
}

.btn-remove2:before {
    content: "\f014";
    font-size: 24px;
    line-height: 24px;
    display: block;
}

.btn-remove2:hover {}

.btn-edit {
    display: block;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    margin-left: 2px;
}

.btn-edit:before {
    content: "\f040";
    font-size: 14px;
    display: block;
}

.btn-remove:hover {}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.prod-cart img {
    border: 1px solid #ededed;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    font-size: 0;
    overflow: hidden;
}


/* Noscript Notice */

.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.noscript .noscript-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 12px;
    background: url(../images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}


/* Demo Notice */

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}


/* Cookie Notice */

.notice-cookie {
    border-bottom: 1px solid #cfcfcf;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.notice-cookie .notice-inner {
    width: 870px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.notice-cookie .notice-inner p {
    margin: 0 0 10px;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.notice-cookie .notice-inner .actions {}


/* ======================================================================================= */


/* Logo ================================================================================ */

.header .logo {
    float: left;
    display: block;
    margin: 14px 0 0 0;
    text-decoration: none !important;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.header .logo img {
    max-width: 100%;
    height: auto;
    width: 255px;
}

@media only screen and (max-width: 767px) {
    .header .logo img {
        width: 175px;
    }
}


/* Header ================================================================================ */

.header-container {
    background: #fff;
    padding: 22px 0 22px 0;
}

.header {
    padding: 0;
    position: relative;
}

.header .right_head {
    float: right;
}

.header .quick-access {
    float: right;
    padding: 1px 0 0 0;
    margin-bottom: 18px;
}

.header .welcome-msg {
    float: left;
    font-weight: bold;
}

.header .welcome-msg a {}

.header .links {
    float: right;
    text-align: right;
}

.header .links li {
    float: left;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
}

.header .links li a {
    display: inline-block;
    margin-left: 15px;
}

.header .links li a:hover {
    color: #00abe9;
}

.header .links .top-link-cart,
.header .links .top-car {
    display: none;
}

#search_mini_form {
    float: right;
    position: relative;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 250;
    border: solid 1px #00abe9;
}

.header .form-search {
    position: relative;
}

.header .form-search .input-text {
    float: left;
    padding: 12px 10px;
    width: 450px;
    height: 44px;
    line-height: 20px;
    color: #00abe9;
    border: 0;
    background: none;
    font-size: 18px;
}

.header .form-search button.button {}

.header .form-search button.button strong {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 26px;
    color: #00abe9;
}

.header .form-search button.button:hover strong {}

.header .form-search label {
    float: left;
    margin-left: 17px;
    display: none;
}

#select-form {
    margin-left: 1px;
}

.header .form-search .search-autocomplete {
    z-index: 999;
    font-size: 13px;
    width: 100% !important;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
}

.header .form-search .search-autocomplete li {
    padding: 3px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: left;
}

.header .form-search .search-autocomplete li:hover {
    background-color: #fafafa;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.selected {}

.header .search-autocomplete li p {
    overflow: hidden;
}

.header .form-search .search-autocomplete ul {
    border-top-width: 0;
    border-bottom-width: 0;
}

.header .form-search .search-autocomplete li {
    padding: 5px;
}

.header .form-search .search-autocomplete li img {
    margin-right: 10px;
}

.ps-phone .header .form-search .search-autocomplete {
    display: none !important;
}

.header-buttons {
    float: right;
}

.header-button {
    float: right;
    position: relative;
    margin-left: 30px;
}

.header-button>a {
    display: block;
}

.header-button.currency-list>a,
.header-button.lang-list>a {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    color: #00abe9;
}

.header-button>a:after {
    float: right;
    margin: 1px 0 0 12px;
    font-size: 13px;
    content: "\f0d7";
}

.header-button ul {
    display: none;
    text-align: left;
    position: absolute;
    right: 0px;
    top: 25px;
    padding: 0;
    z-index: 999;
    border: 1px solid #d5eefd;
    width: 220px;
}

.header-button.lang-list ul {
    width: 120px;
}

.header-button ul li {
    float: none;
    display: block;
    padding-left: 0px;
    border-bottom: 1px solid #d5eefd;
}

.header-button ul li:last-child {
    border: 0;
}

.header-button ul li a {
    display: block;
    background: #fff;
    font-size: 12px;
    line-height: 17px;
    color: #00abe9;
    padding: 5px 10px;
    min-height: 18px;
}

.header-button ul li a:hover {
    background-color: #f4fbff;
}

.header-button>a:hover,
.header-button.active>a {}

.header .information {
    float: left;
    margin-top: -7px;
    font-size: 20px;
    font-weight: bold;
    color: #00abe9;
}

.header .information .quick-contact [class^="icon-"] {
    margin-right: 5px;
}


/*************Header Cart **********************/

.header-container .top-container {
    clear: both;
    text-align: right;
}

.block-cart-header {
    float: right;
    background: #fff;
    border: 1px solid #00abe9;
    padding: 15px 20px 15px 64px;
    margin: 0 0 0 23px;
    position: relative;
    cursor: pointer;
}

.block-cart-header:before {
    position: absolute;
    left: -1px;
    top: -1px;
    background: #00abe9;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 25px;
    color: #fff;
    content: "\f07a";
}

.block-cart-header .block-content {
    float: left;
}

.block-cart-header h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    float: left;
    margin: 0 13px 0 0;
}

.block-cart-header .summary,
.block-cart-header .empty,
.block-cart-header .summary strong {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: normal;
}

.block-cart-header:hover .summary,
.block-cart-header:hover .empty,
.block-cart-header:hover .summary strong {
    color: #00abe9;
}

.block-cart-header p,
.block-cart-header .empty {}

.block-cart-header .summary:hover,
.block-cart-header .empty:hover {
    cursor: pointer;
}

.block-cart-header .btn-remove,
.block-cart-header .btn-edit {
    float: right;
    margin: 0 5px 0 0;
}

.block-cart-header .truncated {
    display: none;
}

.block-cart-header .cart-content {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 220;
    min-width: 280px;
    width: 100%;
    display: none;
    cursor: default;
}

.block-cart-header .empty .cart-content {
    background: #fff;
    padding: 10px;
    text-transform: none;
    border: 1px solid #00abe9;
    moz-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 230px;
}

.block-cart-header .actions {
    padding: 20px 20px 10px;
    overflow: hidden;
}

.block-cart-header .actions button.button {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.block-cart-header .actions button.button+button.button {
    margin-right: 0;
}

.block-cart-header .mini-products-list li.item {
    background: #f9f9f9;
    border-top: 1px solid #ececec;
    width: 100%;
    float: left;
    clear: both;
    min-height: 85px;
    padding: 20px;
    position: relative;
}

.block-cart-header .mini-products-list .product-image {
    width: 70px;
    border: 1px solid #ededed;
}

.block-cart-header .mini-products-list .product-details {
    margin: 0 0 0 80px;
    overflow: inherit;
}

.block-cart-header .product-name {
    padding-bottom: 0px;
    width: 54% !important;
}

.block-cart-header .cart-content .price {
    font-weight: bold;
}

.block-cart-header .cart-content-header {
    padding: 11px 20px;
}

.block-cart-header .cart-content-header,
.block-cart-header .actions {
    background: #f9f9f9;
}

.block-cart-header .subtotal .label {
    font-weight: bold;
    padding: 0;
}

.block-cart-header .subtotal .price {
    float: right;
}

.block-cart-header .mini-cart {
    display: none;
}


/********************Header Cart end ***********************/


/************************************ < Navigation in  superfish.css ******************************************************************************************************************/


/* Show menu */

.col2-set {
    width: auto;
}


/*========================================================================================== Sidebar =============================================================================== */


/* ================================================================================================================================================================================== */

.block {
    margin: 0 0 20px;
}

.block.last_block {
    margin-bottom: 0;
}

.block .block-title {
    margin: 0 0 37px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 24px;
    position: relative;
}

.block .block-title strong {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    color: #00abe9;
}

.ru-lang-class .block .block-title strong {
    font-size: 25px;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    font-size: 13px;
    line-height: 16px;
    color: #2d2328;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
}


/*.block .block-content {width: 100%;}*/

.block li.item {
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
}

.block li.last {
    border: 0;
}

.block li.item:first-child {
    padding-top: 0;
}

.widget.widget-catalogsale-products .block ol li {
    padding: 20px 0 20px 0;
}

.widget.widget-catalogsale-products .price-box.map-info {
    padding: 10px 0 10px 0;
}

.widget.widget-catalogsale-products .price-box.map-info a {
    padding-left: 0;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
}

.block .actions {
    padding: 17px 0 0 0;
}

.block .actions a {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
}

.block .actions a:hover {
    text-decoration: none;
}

.block-compare .actions {
    padding: 20px 0 10px 0;
}

.block .empty {}

.block .price-box.map-info .price {
    font-size: 13px;
    font-family: 'Arial'
}

.block li.odd {}

.block li.even {}

.sidebar-indent {}

.block .price {
    font-weight: bold;
}


/******************************************************************************** Mini Products List ******************************************************************************/

.mini-products-list li.item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mini-products-list .product-control-buttons {
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    height: 19px;
}

.mini-products-list .product-image {
    float: left;
    width: 90px;
    background: #fff;
    margin-right: 10px;
}

.mini-products-list .product-image img {
    max-width: 100%;
}

.mini-products-list .product-details {
    padding-top: 3px;
    overflow: hidden;
}

.mini-products-list .product-details h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.mini-products-list .product-name {
    margin-left: 10px;
    display: block;
    overflow: hidden;
}

.mini-products-list .price-box {
    margin-bottom: 10px;
}

.block-cart .mini-products-list .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 ul li {
    padding-bottom: 5px;
}


/* Block: Currency Switcher */

.block-currency {}

.block-currency select {
    width: 100%;
    border: 1px solid #888;
}


/******************************************************************************** Block: Layered Navigation ************************************************************************/

.block-layered-nav {}

.block-layered-nav dt {
    /* border-top:1px solid #ececec; */
    font-weight: bold;
    padding-top: 5px;
}

.block-layered-nav dd {
    /* padding:10px 0 10px 19px;*/
    margin-bottom: 5px;
}

.block-layered-nav dd.odd.last {
    padding-bottom: 0;
    margin-bottom: 0;
}

.block-layered-nav dd li a {
    text-decoration: none;
}

.block-layered-nav dd li {
    padding: 0 0 3px;
}

.block-layered-nav dd li:before {
    /*content: "\f105"; margin-right: 10px; font-size: 14px;*/
}

.block-layered-nav dd li .price {
    font-weight: normal;
}

.block-layered-nav .currently {}

.block-layered-nav .btn-remove {
    float: right;
}

.block-layered-nav .block-subtitle {}

.block-layered-nav .block-content .actions a {
    text-decoration: none;
}

.block-layered-nav .block-content .actions {
    padding-top: 5px;
    padding-bottom: 10px;
}

.block-layered-nav #narrow-by-list2 dt {
    border: none;
    padding-top: 0;
}


/*********************************************************************** Block: Spacials *********************************************************************************************/

.widget-catalogsale-products {}

.widget-catalogsale-products .price-box .price-label {
    display: none;
}

#product_tabs_review_tabbed_contents #review-form h3 span {}


/************************************************************************************ Block: Cart ***********************************************************************************/

.block-cart {}

.block-cart .block-content li.item.last {
    padding-bottom: 0;
}

.block-cart .summary {
    margin-bottom: 20px;
}

.block-cart .amount {
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .amount a:hover {
    text-decoration: underline;
}

.block-cart .subtotal {}

.block-cart .subtotal .price {
    font-weight: bold;
    color: #000;
    padding-left: 6px;
}

.block-cart .subtotal .label {
    padding: 0;
}

.block-cart .amount-2 {
    border-top: 1px solid #ececec;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 17px;
}

.block-cart .amount-2 a {
    text-decoration: none;
    font-weight: bold;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
    display: none;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 5px 0;
}

.block-cart .actions {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 17px;
}

.block-cart .product-details {
    text-transform: uppercase;
}

.block-cart .product-details strong {
    font-weight: normal;
    padding: 0 0 0 3px;
}


/**************************************************************************** Block: Wishlist ******************************************************************************************/

.block-wishlist {}

.block-wishlist .btn-remove {
    margin-left: 7px;
}

.block-wishlist .product-name a {
    text-decoration: none;
}

.block-wishlist .block-title small {}

.block-wishlist .price-box {
    float: left;
}

.block-wishlist .link-cart {
    float: right;
    text-decoration: underline;
    margin-top: 5px;
    margin-left: 5px;
}

.block-wishlist .link-cart:hover {
    text-decoration: none;
}

.block-wishlist .block-content li.item {}

.block-wishlist .block-content li.item.last {}

.block-wishlist .product-name {}

.block-wishlist .actions a {}

.block-wishlist .actions {
    padding-bottom: 5px;
}


/********************************************************************************** Block: Related **********************************************************************************/

.product-image {
    display: inline-block;
}

.block-related {}

.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    float: left;
    margin: 5px 5px 0 0;
}

.block-related .product {
    overflow: hidden;
}

.block-related .product .product-details .regular-price {
    float: none;
}

.rel-label {
    font-size: 12px;
    color: #333;
    padding-top: 6px;
    display: inline-block;
}

.block-related .link-wishlist {
    font-size: 12px;
    font-weight: bold;
}

.block-related .link-wishlist:hover {
    text-decoration: underline;
}

.block-related .block-content li.item {
    padding: 20px 0;
}

.block-related .block-content li.item:first-child {
    padding-top: 0;
}

.block-related .block-content li.item.last {
    padding-bottom: 10px;
}

.block-related .product-name {
    width: 152px;
}


/******************************************************************* Block: Compare Products ******************************************************************************************/

.block-compare {}

.block-compare li {
    padding: 12px 0;
}

.block-compare .block-content {}

.block-compare .btn-remove {
    margin-left: 10px;
}

.block-compare #compare-items {}

.block-compare .block-title small {
    display: none;
}

.block-compare .product-name {
    overflow: hidden;
}

.block-compare .product-name a {
    text-decoration: none;
}

.block-compare .product-image {
    float: left;
    margin-right: 10px;
}

.block-compare button.button {
    margin-right: 10px;
}

.block-compare .actions a {
    margin-left: 0;
}


/********************************************************************* Block: Recently Viewed *************************************************************************************/

.block-viewed {}

.block-viewed li a,
.block-compared li a {
    text-decoration: none;
    display: inline-block;
}

.block-viewed .block-content li.item:first-child,
.block-compared .block-content li.item:first-child {
    border-top: none;
}


/********************************************************************* Block: Recently Compared ***********************************************************************************/

.block-compared {}

#co-payment-form {
    width: 100px;
}


/********************************************************************* Block: Poll **************************************************************************************************/

.block-poll {}

.block-poll .block-title strong span {}

.block-poll .block-subtitle {
    font-size: 13px;
    line-height: 15px;
    text-transform: none;
    font-weight: bold;
}

.block-poll label {
    line-height: 18px;
    margin-bottom: 0;
}

.block-poll input.radio {
    float: left;
    margin: 2px 0 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 32px;
    padding: 3px 0 0;
}

.block-poll li {
    padding: 3px 0px 9px 0;
}

.block-poll .actions {
    margin: 0px 0 0;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.block-poll .answer {
    float: left;
    width: 200px;
}

.block-poll .answer span {
    display: block;
    width: 150px;
    color: #b2b2b2;
}

.block-poll .votes {
    font-weight: normal;
    float: right;
    width: 70px;
    text-align: right;
}


/************************************************************************ Block: Tags **************************************************************************************************/

.block-tags {
    border: none;
}

.block-tags ul,
.block-tags li {
    display: inline;
}

.block-tags .actions a {
    margin-left: 0;
}

.block-tags .actions a:hover {}

.block-tags .actions {
    padding-bottom: 5px;
}

.product-tags li {
    float: left;
    margin-right: 7px;
}

#addTagForm {
    overflow: hidden;
}


/* Block: Tags */


/************************************************************************* Block: Subscribe ****************************************************************************************/

.block-subscribe {}

.block-subscribe .block-content {}

.block-subscribe .form-subscribe-header {
    display: inline-block;
    margin-bottom: 8px;
}

.block-subscribe .input-box {
    width: 100%;
}

.block-subscribe .input-box input {
    width: 100%;
    padding: 8px;
}

.block-subscribe .actions {
    float: left;
}


/************************************************************************ Block: Reorder *******************************************************************************************/

.block-reorder {}

.block-reorder .block-subtitle {}

.block-reorder li {
    padding: 5px 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .actions {}

.block-reorder .actions a {
    margin-left: 0;
}

.block-reorder .actions a:hover {}

.block-reorder button.button {
    margin: 0 10px 8px 0;
}


/*********************************************************************** Block: Banner *********************************************************************************************/

.block-banner {}

.block-banner .block-content {
    text-align: center;
    padding: 0;
    border: 0;
}


/************************************************************************ Block: Login *********************************************************************************************/

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}


/************************************************************************* Paypal **************************************************************************************************/

.paypal-logo {
    display: inline-block;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

.paypal-logo a {
    float: none;
    display: inline-block;
    width: 100px;
}

.paypal-logo a img {
    max-width: 100%;
    height: auto;
}


/************************************************************************* Block Slider Sidebar **************************************************************************************************/

.block-slider-sidebar {
    display: none;
    position: relative;
}

.block-slider-sidebar.block-slider-start {
    display: block;
}

.block-slider-sidebar .block-content {}

.block-slider-sidebar li {
    width: 270px;
    min-height: 200px;
    float: left;
    position: relative;
}

.block-slider-sidebar li a {
    display: block;
    background: #ccc;
}

.block-slider-sidebar img {
    max-width: 100%;
}

.block-slider-sidebar .block-content>a {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.block-slider-sidebar a.slider-sidebar-prev {
    right: 40px;
}

.block-slider-sidebar .slider-sidebar-pager {
    text-align: center;
}

.block-slider-sidebar .slider-sidebar-pager a {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    margin: 0 4px;
}

.block-slider-sidebar .slider-sidebar-pager a:before {
    content: "\f111";
}

.block-slider-sidebar .slider-sidebar-pager a.selected,
.block-slider-sidebar .slider-sidebar-pager a:hover {
    color: #000;
}

.block-slider-sidebar .slider-sidebar-pager span {
    font-size: 0;
    text-indent: -777px;
}


/*========================================================================================== End Sidebar ============================================================================ */


/* ================================================================================================================================================================================== */


/* Category Page ========================================================================= */

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: left;
}

.category-image img {
    max-width: 100%;
}

.category-description {
    margin: 0 0 10px;
}

.category-products {}


/****************************************************************************************** View Type: Grid ***************************************************************************/

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {}

.col1-layout .products-grid {}

.products-grid {
    position: relative;
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 58px;
    margin-bottom: 42px;
}

.products-grid.last {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

.price-box.map-info a {
    text-decoration: none;
    margin-top: 5px;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item:hover {}

.products-grid li.item {
    float: left;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products-grid li.last {
    margin-right: 0;
}

.products-grid li.first {}

.products-grid .product-image {
    display: block;
    max-width: 270px;
    padding: 0 15px;
    height: auto;
    margin: 0 auto 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.products-grid .price-box {
    overflow: hidden;
    margin: 0 0 16px;
    width: 100%;
}

.products-grid .price-box .regular-price .price {
    font-size: 25px;
    font-weight: normal;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    clear: both;
    margin: 0;
    position: relative;
}

.products-grid .actions button {
    margin: 0 5px 5px 0;
}

.products-grid .actions button.btn-cart strong {
    display: block;
    background: #5D5D5C;
    padding: 0 10px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 19px;
    color: #fff;
}

.products-grid .actions button.btn-cart strong span {
    margin-right: 10px;
}

.grid-homepage .products-grid .actions button.btn-cart strong span {
    margin-right: 0;
}

.products-grid .actions button.btn-cart:hover strong {
    background: #00abe9;
}

.products-grid .needs_thinclient .actions button.btn-cart {
    display: none;
}

.products-grid .ratings {
    margin-bottom: 17px;
}

.products-grid .ratings .rating-box {
    float: none;
    margin: 0 auto 5px;
}

.products-grid .ratings .amount {}

.products-grid .ratings .amount a {
    text-decoration: none;
}

.products-grid .minimal-price-link {}

.products-grid .no-rating a {
    text-decoration: none;
    padding-top: 0px;
    display: inline-block;
}

.products-grid .no-rating {
    padding-top: 8px;
    margin-bottom: 7px
}

.products-grid .add-to-links {
    position: relative;
    float: none;
    padding-top: 10px;
}

.products-grid .add-to-links li {}

.products-grid .add-to-links li:first-child {}

.products-grid button.button {}

.products-grid .desc_grid {
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px 23px 0;
}

.add-to-links {
    float: left;
}


/******* Type: List and Grid ********/

.products-grid .product-name,
.products-list .product-name {
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 20px 6px 0;
}

.cms-index-index .products-grid .product-name {
    min-height: 36px;
}

.products-grid .product-name a,
.products-list .product-name a {
    color: #00abe9;
    text-decoration: none;
}

.products-grid .product-name a:hover,
.products-list .product-name a:hover {
    text-decoration: underline;
}

.products-grid .product-image img,
.products-list .product-image img {
    max-width: 100%;
}


/********************************************************************************************** View Type: List *******************************************************************************************/

.products-list {}

.products-list li.item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 210px;
    height: auto;
    margin-right: 30px;
    border: 1px solid #ececec;
}

.products-list .list-inner {
    width: 210px;
    height: 210px;
    position: relative;
    float: left;
}

.products-list .product-shop {
    overflow: hidden;
}

.products-list .button {}

.products-list .product-name {}

.products-list .price-box {
    color: #3A3A3A;
    margin: 12px 0;
    overflow: hidden;
    width: 100%;
}

.products-list .price-box .regular-price {
    float: left;
    padding-right: 12px;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list button {
    margin: 0 5px 5px 0;
}

.products-list button.btn-cart strong {
    display: block;
    background: #5D5D5C;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 19px;
    color: #fff;
    padding: 0 20px;
}

.products-list button.btn-cart strong span {
    margin-right: 10px;
}

.products-list button.btn-cart:hover strong {
    background: #00abe9;
}

.products-list .desc {
    clear: both;
    margin: 0 0 15px;
}

.products-list .desc>p {
    float: left;
}

.products-list .desc>p strong {}

.products-list .desc .link-learn {
    font-weight: bold;
    text-decoration: underline;
}

.products-list .add-to-links {
    padding-top: 10px;
    float: none;
}

.products-list .add-to-links li:first-child {
    margin-right: 19px;
}

.products-list .f-fix {
    position: relative;
}

.products-list .f-fix>span {
    left: 0;
    position: absolute;
    bottom: 0px;
}

.products-list .list-btn {
    display: inline-block;
    float: left;
}

.products-list .add-to-links .separator {
    display: none;
}

.products-list .add-to-links li {
    float: left;
}

.list-reviews {
    float: right;
    width: 285px;
    text-align: right;
}

.row-list {
    width: 100%;
    position: relative;
}

.row-list>span {
    position: absolute;
    left: 0px;
    top: 40px;
}

.products-list .ratings {
    margin-bottom: 17px;
}

.products-list .ratings .rating-links a {}

.products-list .ratings .rating-links a:hover {}

.products-list .no-rating {
    text-align: right;
    padding-top: 6px;
}

.products-list .no-rating a {
    text-decoration: none;
}


/* ======================================================================================= */


/******************************************************************************** Product View ========================================================================== */


/****************************************** Rating *****************************/

.ratings {
    line-height: 15px;
    margin: 5px 0 7px 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links a {
    text-decoration: none;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {}

.ratings dd {}

.rating-box {
    width: 91px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bkg_rating.png) 0 0 repeat-x;
    font-size: 0;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 14px;
    background: url(../images/bkg_rating.png) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin-right: 7px;
}

.ratings .amount {}

.email-friend.left {
    float: left;
}

.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;
}

.review-product-list .col-main .ratings-table th,
.review-product-list .col-main .ratings-table td {
    border: 1px solid #DDDDDD;
    padding: 7px;
}

.review-product-list .col-main .ratings-table {
    margin: 10px 0;
}

#block-related .price-box.map-info {
    display: none;
}


/*************************************** Availability *******************************/

.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {}


/* Email to a Friend */

.email-friend {
    margin-bottom: 5px;
}


/* Alerts */

.alert-price {}

.alert-stock {}


/********** < Product Prices */

.price {
    white-space: nowrap !important;
}

.price-box {}

.price-box .price {
    font-weight: normal;
    font-size: 14px;
}


/* Regular price */

.regular-price {
    display: block;
}


/*
.products-grid .old-price .price,
.products-list .old-price .price,
.block .old-price .price {}

.products-grid .special-price .price,
.products-list .special-price .price,
.block .special-price .price  {}

.products-grid .special-price,
.products-list .special-price,
.products-grid .old-price,
.products-list .old-price {}

.col-main .old-price .price-label,
.col-main .special-price .price-label,
.block .old-price .price-label,
.block .special-price .price-label {display: none;}
*/


/* Old price */

.old-price {}

.old-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.old-price .price {
    font-weight: bold;
    text-decoration: line-through;
}


/* Special price */

.special-price {}

.special-price .price-label {
    font-weight: bold;
}

.special-price .price {
    font-weight: bold;
}


/* Minimal price (as low as) */

.minimal-price {}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: inline-block;
    margin-top: 2px;
}

.minimal-price-link .label {}

.minimal-price-link .price {
    font-weight: normal;
}

.minimal-price-link span {
    display: inline-block;
    text-decoration: none;
}


/* Excluding tax */

.price-excluding-tax {
    display: block;
}

.price-excluding-tax .label {
    white-space: nowrap;
}

.price-excluding-tax .price {
    font-weight: normal;
}


/* Including tax */

.price-including-tax {
    display: block;
}

.price-including-tax .label {
    white-space: nowrap;
}

.price-including-tax .price {
    font-weight: normal;
    font-size: 10px;
}


/* Configured price */

.configured-price {}

.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 {}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}


/* Price notice next to the options */

.price-notice {
    padding-left: 10px;
}

.price-notice .price {
    font-weight: bold;
}


/* Price as configured */

.price-as-configured {
    color: #3A3A3A;
}

.price-as-configured .price-label {
    white-space: nowrap;
}

.price-box-bundle {}


/********** Product Prices > */


/* Tier Prices */

.tier-prices .price {
    font-weight: bold;
}

.tier-prices .benefit {}

.tier-prices-grouped {}


/* Add to Links */

.add-to-links .separator {
    display: none;
}


/* Add to Cart */

.add-to-cart .qty-block {
    float: left;
    padding-top: 0;
}

.add-to-cart label {
    margin-right: 7px;
    color: #3a3a3a;
}

.add-to-cart .qty {
    font-size: 12px;
    text-align: center;
    padding: 3px 6px 4px 7px;
    background: #fff;
}

.add-to-cart button.button {
    float: right;
    margin-left: 5px;
}

.add-to-cart .paypal-logo {
    clear: left;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 46px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
    display: none;
}


/* Add to Links + Add to Cart */

.add-to-box {}

.add-to-box .add-to-cart {
    float: left;
    width: 100%;
    position: relative;
}

.add-to-box .add-to-cart #ajax_loader {
    position: absolute;
    bottom: -22px;
    right: 0;
}

.add-to-box .or {
    float: left;
    margin: 0 10px;
}

.add-to-box .add-to-links {
    float: left;
}

.product-view {
    margin-bottom: 20px;
}

.product-view .product-name h1 {
    /*font-size:16px;
    line-height:20px;
    font-weight:bold; */
    font-family: "Open Sans Light";
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    color: #00abe9;
}

.catalog-product-view .col-right {
    padding-top: 0;
}

.product-view h2 {
    background: #FBFBFB;
    border: 1px solid #DDDDDD;
    font-size: 18px;
    line-height: 18px;
    color: #3A3A3A;
    padding: 12px 15px;
    margin-bottom: 15px;
    position: relative;
}

.tt {
    display: block;
}

.zoom-inner {
    width: 300px;
    margin-bottom: 10px;
    height: 300px;
    position: relative;
}

.more-views h2 {
    display: none;
}


/*** Product Collateral **/

.product-essential {
    margin-bottom: 0px;
    padding-bottom: 25px;
}

.product-view .product-essential .product-shop .nobr {
    margin-bottom: 5px;
    display: inline-block;
}

.product-collateral #customer-reviews dl dt {
    margin-bottom: 5px;
}

.product-collateral #customer-reviews dl dd {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-collateral #customer-reviews dl dd.last {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-collateral #customer-reviews dl dd table {
    margin-bottom: 5px;
}

.product-collateral #customer-reviews .pager {
    margin-bottom: 10px;
}

.product-collateral #customer-reviews #product-review-table span.nobr {
    display: block;
    padding: 0 5px;
}

.product-collateral #customer-reviews #product-review-table .value {
    text-align: center;
}

.product-collateral #customer-reviews #product-review-table {
    margin-bottom: 20px;
}

#customer-reviews .form-list label.required {
    margin-bottom: 5px;
}

#customer-reviews .form-list textarea {
    min-width: 332px;
    max-width: 332px;
}

.product-collateral .box-collateral {
    margin-bottom: 30px;
}


/* Product Images */

.product-view .product-img-box {
    float: left;
    text-align: center;
    margin-bottom: 30px;
    width: 310px;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    position: relative;
    height: auto;
    border: 1px solid #ececec;
    background: url(../images/opc-ajax-loader.gif) no-repeat center center;
    overflow: hidden;
}

.product-view .product-img-box .product-box-customs .product-image {
    overflow: inherit;
}

.product-view .product-img-box .product-image .cloud-zoom-big {}

.product-view .product-img-box .product-image .big {
    background-color: #fff;
}

.product-view .product-img-box .product-box-customs .product-image span {
    display: block;
    position: absolute;
    background: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.product-view .product-img-box .product-box-customs .product-image-zoom {
    position: relative;
    width: 310px;
    height: 310px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-box-customs .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    width: 310px!important;
    height: 310px!important;
}

.product-view .product-img-box .zoom-notice {
    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 .product-box-customs .zoom,
.product-view .product-img-box .product-box-customs .zoom-notice {
    display: none;
}

.product-view .product-img-box .more-views li a {
    display: block;
    border: 1px solid #ECECEC;
}

.product-view .gallery-swipe-content {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.product-view .gallery-swipe li {}

.product-view .bx-controls-direction>a {
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    z-index: 4;
}

.product-view .bx-controls-direction>a.bx-next {
    right: 0px;
    left: auto;
}

@media only screen and (max-width: 767px) {
    .ps-phone .product-view .gallery-swipe-content {
        display: block;
    }
    .ps-phone .product-view .product-image,
    .ps-phone .product-view .more-views {
        display: none;
    }
    .product-view .product-img-box .product-image span {
        z-index: 9999;
    }
}

.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 {
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
}

.product-image-popup .image-label {}

.addthis_32x32_style .addthis_counter.addthis_bubble_style {
    width: 62px !important;
}


/* Product Shop */

.product-view .product-shop {
    float: right;
    width: 61%;
}

.product-view .product-shop .ratings {
    float: left;
    margin: 0;
}

.product-view .product-shop .ratings .rating-box {
    float: none;
    margin: 0 0 5px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 700px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-name {
    margin-bottom: 12px;
}

.product-view .short-description {
    margin-bottom: 13px;
}

.product-view .short-description h2 {
    display: none;
}

.product-view .short-description .std {}

.product-view .product-shop .product-pricing {
    margin-bottom: 15px;
    overflow: hidden;
}

.product-view .product-shop .product-pricing li {
    background: #f4f4f4;
    float: left;
    clear: left;
    line-height: 22px;
    padding: 0 13px;
    font-size: 11px;
    margin-bottom: 3px;
}

.product-view .product-shop .product-pricing li .benefit {}

.product-view .product-shop .price-box {
    /* margin: 15px 0 20px; */
}

.product-view .product-shop .price-box .regular-price {}

.product-view .product-shop .price-box .price {
    font-weight: normal;
    font-size: 20px;
}

.product-view .product-shop .price-including-tax .price {
    font-weight: normal;
    font-size: 12px;
}

.product-view .product-shop .price-box .old-price .price {}

.product-view .product-shop .availability {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #3a3a3a;
    margin: 5px 0 10px;
}

.product-view .product-shop .availability span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #74b436;
    margin-left: 6px;
}

.product-view .add-to-links li {
    margin-bottom: 8px;
}

.product-view .add-to-links li a:before {
    font-size: 15px;
    margin-right: 15px;
}

.product-view .add-to-links li .link-wishlist:before {
    content: "\f08a";
}

.product-view .add-to-links li .link-compare:before {
    content: "\f080";
}

.add-to-box .or {
    display: none;
}

.product-view .add-to-cart .qty-block {
    margin-top: 4px;
}

.row-product {
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
    width: 100%;
}

.row-product .no-rating {
    float: left;
}

.row-product .no-rating:before {
    content: "\f040";
    font-size: 14px;
    margin-right: 10px;
}

.row-product .no-rating a {
    text-decoration: underline;
}

.row-product .no-rating a:hover {
    text-decoration: none;
}

.row-product .email-friend {
    float: right;
}

.row-product .email-friend:before {
    content: "\f003";
    padding-right: 10px;
    font-size: 16px;
}


/* Product Options */

.product-options {
    clear: both;
    margin: 5px 0 18px;
    border: 1px solid #DBDBDB;
    background: #fbfbfb;
    border-bottom: 0;
    padding: 25px;
    margin-bottom: 0;
}

.product-options .qty-holder {
    display: block;
    padding-top: 10px;
}

.product-options dl dt {
    display: block;
}

.product-options dt label {
    font-weight: bold;
    display: inline-block;
    padding-bottom: 3px;
}

.product-options dt label em {
    float: right;
    color: #e03b3b;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
}

.product-options dd {
    margin: 0px 0 10px 0;
    display: block;
    width: 100%;
    float: left;
}

.product-options dl.last dd.last {}

.product-options .input-box {}

.product-options .input-box .radio .checkbox {
    min-heigth: 0px;
}

.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%;
}

.product-options .options-list {}

.product-options .options-list li {
    padding-top: 10px;
}

.product-options .options-list li:first-child {
    padding-top: 0;
}

.product-options .options-list li label {
    display: inline-block;
}

.product-options .options-list input.radio {
    float: left;
    margin: 2px 0 0 0;
    height: auto;
}

.product-options .options-list input {
    width: auto;
}

.product-options .options-list input.checkbox {
    float: left;
    height: auto;
}

.product-options .options-list .label {
    display: block;
    margin-left: 20px;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 5px 0 0;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #e03b3b;
}

.product-shop {
    position: relative;
}

.product-shop .price-box.map-info a {
    float: none;
    clear: left;
    padding: 0 !important;
    margin-bottom: 3px;
}

.add-to-cart {
    border-top: 1px solid #dbdbdb;
    width: 100%;
    padding: 10px 0;
}

.add-to-cart button.button>span {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
}

.add-to-cart button.button span span {
    padding: 0 10px;
}

.product-view .add-to-links {
    clear: left;
    margin: 0px !important;
    padding: 15px 0 5px;
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    width: 100%;
}

.product-view .product-options-bottom {
    border-left: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    padding: 25px;
    background: #fbfbfb;
}

.product-view .product-options-bottom .price-box {
    float: none;
    display: block;
    padding: 0;
    margin-top: 0;
    margin-right: 0 !important;
    overflow: hidden;
}

.product-view .product-options-bottom .price-box .price-as-configured {
    font-size: 22px;
    line-height: 27px;
}

.product-view .product-options-bottom .price-box .price-as-configured .price {
    font-weight: normal;
}

.product-view .product-options-bottom .add-to-cart {
    margin-top: 10px;
}

.product-view .product-options-bottom .add-to-links {
    border-bottom: 0;
}

.product-view .product-shop .product-options-bottom .price-box .price {
    font-size: 16px;
    line-height: 16px;
}

.product-view .product-shop .product-options-bottom .price-label {
    display: inline-block;
}

.row-product .addthis_toolbox {
    border-top: 1px solid #dbdbdb;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 15px;
    width: 100%;
    overflow: hidden;
}

.review-product-list .row-product .addthis_toolbox {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.addthis_toolbox {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}

.addthis_mini_style .addthis_button_pinterest_pinit {
    margin-top: -1px;
}

.addthis_mini_style .addthis_button_pinterest_pinit span {
    height: 20px;
}


/* Grouped Product */

.product-view .grouped-items-table {}

.product-view .product-shop .grouped-items-table {
    font-size: 12px;
}

.product-view .product-shop .grouped-items-table {
    font-size: 12px;
}

.product-view {
    position: relative;
}

.messege-product {
    background: #FAFAEC;
    border: 1px solid #FCD344;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    margin-left: -220px;
    padding: 9px 60px 9px 60px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 333px;
    z-index: 999;
    display: none;
}

.messege-product.none-messege {
    display: block;
}

.messege-product button:hover {
    background-position: 0 -9px;
    cursor: pointer;
}

.messege-product button {
    background: url(../images/remove-popup-2.png) no-repeat 0 0;
    border: medium none;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 9px;
    z-index: 9999;
}

#review-form .form-list .input-box {
    width: auto;
}

#review-form .form-list input.input-text,
#review-form .form-list textarea {
    width: 100%;
}

#review-form td.value {
    text-align: center;
}


/* Block: Description */

.product-view .box-description ul {
    margin-bottom: 15px;
}

.product-view .box-description ul li {
    position: relative;
    padding-left: 15px;
}

.product-view .box-description ul li:before {
    content: "\00BB";
    position: absolute;
    left: 0px;
    top: -2px;
}


/* Block: Additional */

.product-view .box-additional {}

.product-view .box-additional .data-table td.label,
.product-view .box-additional .data-table th.label {
    padding-left: 10px;
}

#product-review-table {
    margin-bottom: 10px;
}


/* Block: Upsell */

.box-up-sell {
    /* border:1px solid #ededed; padding:20px;  background:#fbfbfb;*/
    overflow: hidden;
    position: relative;
}

.box-up-sell h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #383737;
    margin-bottom: 20px;
    padding-right: 65px;
}

.box-up-sell ul li .product-image {
    margin-bottom: 15px;
    display: block;
}

.box-up-sell ul li .product-image img {
    max-width: 100%;
}

.box-up-sell .product-name {
    margin-bottom: 10px;
}

.box-up-sell .no-rating {
    width: 100%;
    overflow: hidden;
}

.box-up-sell .no-rating a {
    display: block;
}

.box-up-sell .product-name a {
    text-decoration: none;
}

.box-up-sell ul {
    margin-left: 0px;
}

.box-up-sell .up-sell-carousel li {
    min-height: 280px;
}

.box-up-sell ul li {
    float: left;
    margin: 0 12px;
    width: 270px;
    text-align: center;
}

.box-up-sell ul li .product-box {
    border: 1px solid #ededed;
    background: #fff;
    padding: 25px;
}

.box-up-sell ul li .noSwipe {
    overflow: hidden;
}

.box-up-sell .up-sell-carousel-none li.last {
    margin-right: 0;
}

.box-up-sell ul li .no-rating {
    margin-bottom: 0;
    margin-top: 0px;
}

.box-up-sell .price-box {
    margin: 0;
    display: block;
    overflow: hidden;
}

.box-up-sell .price-box .regular-price {
    float: none;
}

.box-up-sell .price-box .minimal-price span {
    font-size: 15px;
    font-weight: normal;
}

.box-up-sell ul li .no-rating a {}

.box-up-sell ul li:first-child {
    margin-left: 0
}

.box-up-sell .products-grid td {
    margin-right: 11px;
    width: 204px;
}

.box-up-sell .rating-box {
    float: none;
    margin: 0 auto 5px;
}

.box-up-sell .box-tags .product-tags {
    overflow: hidden;
    margin-bottom: 25px;
}

.box-up-sell .box-tags .product-tags li {
    display: inline;
    text-transform: capitalize;
    background: url(../images/line-2.gif) no-repeat 100% 3px;
    padding: 0 10px 0 0px;
    margin: 0 10px 0 0;
}

.box-up-sell .box-tags .product-tags li.first {
    padding-left: 0px;
}

.box-up-sell .box-tags .product-tags li.last {
    background: none;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 30px;
}

.carousel-prev {
    right: 60px;
}


/* Block: Tags */

.product-view .box-tags {}

.product-view .box-tags h3 {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 12px;
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #7d7d7d;
    margin-bottom: 15px;
    clear: both;
    padding-top: 10px;
}

.tags-list {
    padding-top: 10px;
}

.my-tag-edit .btn-remove {
    float: right;
}

.my-tag-edit {
    display: inline-block;
}

#my-tags-table .add-to-links {
    margin-top: 10px;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 100%;
    padding-left: 32px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.product-view .box-tags .form-add .input-box:before {
    content: "\f02b";
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    left: 0px;
    top: 0;
}

.product-view .box-tags .form-add input.input-text {
    width: 100%;
    border: 1px solid #d4d4d4;
    background: #fcfcfc;
}

.product-view .box-tags .form-add button.button {
    margin-left: 32px;
    margin-top: 10px;
}

.product-view .box-tags .form-add p {
    clear: both;
}

.box-collateral.box-tags .note {
    padding-bottom: 15px;
    padding-top: 5px;
}

.box-collateral-content {
    padding: 0 15px;
    text-align: justify;
    line-height: 20px;
}

.video,
.video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.map-content {
    padding-top: 30px;
}

.map-content figure iframe {
    border: none;
    height: 500px;
    width: 100%;
}


/* Block: Reviews */

.product-view .box-reviews {}

.product-view .box-reviews .form-add {}


/*** My Recent Reviews **/

.dashboard #my_recent_reviews li {
    padding-bottom: 7px;
}

.dashboard #my_recent_reviews li .ratings {
    margin: 0px 0 5px 0;
}

.dashboard #my_recent_reviews li .ratings strong {
    margin: 0 5px 0 0;
}

.dashboard #my_recent_reviews li .ratings .rating-box {
    margin: 0;
}

.dashboard #my_recent_reviews li .details .product-name {
    margin-bottom: 3px;
}


/* Send a Friend */

.send-friend {}

.send-friend .buttons-set button.button {
    margin-left: 10px;
}

#product_sendtofriend_form #sender_message {
    margin-bottom: 20px;
    resize: none;
    min-width: 304px;
    max-width: 373px;
    width: 373px;
}

#product_sendtofriend_form .buttons-set {
    padding-top: 15px;
}

#product_sendtofriend_form .form-list .field {
    float: left;
    width: 361px;
}

#product_sendtofriend_form .form-list .additional-row>div {
    width: 408px;
}

#product_sendtofriend_form .form-list .fields .field:first-child {
    float: left;
    width: 402px;
}

#product_sendtofriend_form .form-list .fields .field input.input-text {
    width: 373px;
}

#product_sendtofriend_form .buttons-set {
    text-align: center;
}


/* ======================================================================================= */


/* Content Styles ================================================================= */

.product-name {
    font-size: 14px;
    font-weight: normal;
}

.product-name a {}


/* Product Tags */

.tags-list li {
    display: inline;
    font-size: 15px;
    line-height: normal;
    margin-right: 10px;
}


/* Advanced Search */

.advanced-search {}

.advanced-search+.buttons-set {
    max-width: 340px;
}

.advanced-search-amount {
    margin-bottom: 5px;
}

.advanced-search-summary {
    padding: 15px 0;
}

.advanced-search .form-list select {
    width: 340px;
}

.advanced-search .form-list label {
    float: none;
}

.advanced-search .input-range {
    margin-bottom: 5px;
}

.advanced-search .input-range input {
    display: inline-block;
}

.catalogsearch-advanced-index #advanced-search-list li.even label {
    display: block;
    width: 100%;
}

.form-adv-search {
    border: 1px solid #ececec;
    background: url(../images/media/bg-adv-search.gif) left bottom no-repeat #fff;
    padding: 11px 20px 20px 20px
}

.form-adv-search .fieldset {
    border: none;
    background: none;
    margin: 0;
    padding: 0 0 0 0;
}

.form-adv-search .fieldset h2 {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 0 5px 0;
}

.catalogsearch-advanced-index .col-main {
    padding-top: 17px;
}

.form-adv-search .page-title {
    border-bottom: 1px solid #ececec;
    padding-bottom: 9px;
}

.form-adv-search .fieldset .form-list input.input-text {
    width: 495px;
}

.form-adv-search .fieldset .form-list .input-range input.input-text {
    width: 100px!important;
}

.input-range small {
    color: #b1b1b1;
}

.form-adv-search select.multiselect option {
    border-bottom: none;
    padding: 2px 5px;
    color: #7e7e7e;
    padding-top: 1px;
    padding-bottom: 1px;
}

.form-adv-search .multiselect {
    padding: 5px;
    height: 94px;
}

.form-adv-search .buttons-set {
    padding: 12px 0 0 0;
    margin-top: 0
}

.form-adv-search .buttons-set button.button {
    float: left;
}

.form-adv-search .form-list select {
    width: 500px;
}


/* cms-about-magento-demo-store */

.cms-page-view .page-head {
    margin: 0 0 10px;
    padding: 5px 0 8px;
}

.cms-page-view .page-head h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #383737;
}

.about-col-1,
.about-col-2,
.about-col-3 {
    float: left;
    padding: 214px 29px 27px 29px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%;
    margin-left: 2%;
}

.about-col-1 {
    margin-left: 0;
}

.about-col-1 {
    background: url(../images/media/about-11.png) center top no-repeat #f9f9f9;
    position: relative;
    z-index: 10
}

.about-col-2 {
    background: url(../images/media/about-22.png) center top no-repeat #f9f9f9;
    position: relative;
}

.about-col-3 {
    background: url(../images/media/about-33.png) center top no-repeat #f9f9f9;
}

.about-col-1 h3,
.about-col-2 h3,
.about-col-3 h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-col-1 p,
.about-col-2 p,
.about-col-3 p {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    margin-bottom: 0;
}

.about-col-4,
.about-col-5,
.about-col-6 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.about-col-4 {
    margin-left: 0;
}

.about-col-4 h4,
.about-col-5 h4,
.about-col-6 h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #383737;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ececec;
}

.about-col-4 p,
.about-col-5 p,
.about-col-6 p {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    margin-bottom: 0;
}

.about-col-4 ul,
.about-col-5 ul,
.about-col-6 ul {
    list-style: none;
    padding: 25px 0 12px 10%;
    margin: 0 0 0 0;
}

.about-col-4 ul li,
.about-col-5 ul li,
.about-col-6 ul li {
    list-style: none;
    font-size: 12px;
    font-style: italic;
    color: #373737;
    padding: 0 0 9px 0;
}

.about-padd-2 ul li:before {
    content: "\f061";
    font-size: 16px;
    margin-right: 10px;
}

.about-col-7 h4 {
    font-size: 12px;
    text-transform: uppercase;
    color: #383737;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ececec;
}

.about-col-7 p {
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7c;
    margin-bottom: 0;
}

.about-padd {
    padding-bottom: 25px;
}

.about-padd-2 {
    padding-bottom: 30px;
}


/* customer-service */

.custom-servis-ul,
.custom-servis-ul ul {
    list-style: none;
    padding: 0!important;
    margin: 0!important;
}

.custom-servis-ul ul li {
    border-bottom: none;
    padding: 5px 5px 5px 5px;
    margin-bottom: 3px;
    padding-left: 23px;
    color: #7c7c7c;
    font-weight: bold;
}

.custom-servis-ul li {
    border-bottom: 1px solid #ececec;
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.custom-servis-ul li h3 {
    background: url(../images/icos-set.png) 0 0 no-repeat;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 13px;
    padding: 2px 0 8px 46px;
}

.custom-servis-ul li.item-2 h3 {
    background-position: 0 -124px;
}

.custom-servis-ul li.item-3 h3 {
    background-position: 0 -253px;
}

.custom-servis-ul li.item-4 h3 {
    background-position: 0 -377px;
}

.custom-servis-ul li.item-5 h3 {
    background-position: 0 -501px;
}

.custom-servis-ul li.item-6 h3 {
    background-position: 0 -638px;
}

.custom-servis-ul li.item-7 h3 {
    background-position: 0 -764px;
}

.custom-servis-ul li p {
    font-size: 12px;
    color: #8a8989;
    line-height: 18px;
    margin-bottom: 10px;
}


/* Sitemap */

.page-sitemap .links {
    text-align: right;
    margin: 0 8px -47px 0;
    overflow: hidden;
}

.page-sitemap .links a span {
    display: inline-block;
    padding-right: 29px;
}

.page-sitemap .sitemap {
    margin: 12px 0 30px;
    display: inline-block;
}

.page-sitemap .sitemap a {}

.page-sitemap .page-title {
    margin-bottom: 25px;
}

.page-sitemap .sitemap li {
    margin: 8px 0;
}

.page-sitemap .sitemap li a {
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
    padding-left: 14px;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 14px;
}

.page-sitemap .sitemap li {
    font-size: 13px;
    line-height: 18px;
}

.page-sitemap .sitemap li.level-1 {
    padding-left: 45px!important;
    margin-bottom: 10px;
    margin-top: 10px;
    background: none;
}

.page-sitemap .sitemap li.level-1 a {
    background: none;
    font-weight: bold;
    padding-left: 0;
    text-transform: none;
}

.page-sitemap .sitemap li.level-2 a,
.page-sitemap .sitemap li.level-3 a,
.page-sitemap .sitemap li.level-4 a {
    background: none;
    padding-left: 0;
    text-transform: none;
}

.page-sitemap .sitemap li.level-2 {
    padding-left: 60px!important;
}

.page-sitemap .sitemap li.level-3 {
    padding-left: 75px!important;
}

.page-sitemap .sitemap li.level-4 {
    padding-left: 100px!important;
}

.page-sitemap .sitemap li a {
    display: inline-block;
    text-decoration: none;
}

.page-sitemap .pager {
    border: 1px solid #ececec;
    margin: 5px 0;
    padding: 13px 9px 13px 19px;
}


/* RSS */

.rss-title h1 {
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.35;
    background-position: 0 2px;
}


/* ======================================================================================= */

.form-alt li {
    overflow: hidden;
    margin-bottom: 10px;
}

.search-form .form-alt li {
    overflow: inherit;
    clear: both;
    display: table;
    width: 100%;
}


/* Shopping Cart ========================================================================= */

.cart {}


/* Checkout Types */

.cart .checkout-types {
    float: right;
    text-align: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 0;
    color: #fff;
}

.cart .title-buttons .checkout-types li button.button span {
    background: #d41224;
    border-radius: 0px;
    font-size: 12px;
    padding: 0 12px;
    height: 31px;
    line-height: 30px;
}


/* Shopping Cart Table */

.cart-table .item-msg {
    font-size: 10px;
}


/* Shopping Cart Collateral boxes */

.cart .cart-collaterals {
    padding: 25px 0 0px;
}

.cart .cart-collaterals .col2-set {
    width: 65%;
    float: left;
}

.cart .page-title.title-buttons .checkout-types {
    padding-top: 53px;
    display: none;
}

.cart .crosssell {}

.cart .crosssell .product-name a {
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
}

.cart .col2-set h2 {
    border-bottom: 2px solid #3A3A3A;
    font-size: 17px;
    line-height: 24px;
    color: #3a3a3a;
    text-transform: uppercase;
    padding: 0 0 8px;
    margin: 0 0 15px;
}

.cart .crosssell .product-image {
    float: left;
    width: 112px;
    height: 112px;
    border: 1px solid #ededed;
    margin-right: 10px;
}

.cart .crosssell .product-details {
    overflow: hidden;
}

.cart .crosssell li.item {
    border-bottom: 1px solid #eaeaea;
    padding: 18px 0;
    margin: 0;
}

.cart .crosssell li.item.last {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cart .crosssell li.item:first-child {
    padding-top: 0;
}

.cart .crosssell li.last {
    border: none;
}

.cart .crosssell .product-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.cart .crosssell .product-name {
    margin-bottom: 7px;
    margin-top: -3px;
}

.cart .crosssell .price {
    font-weight: 600;
    font-size: 14px;
}

.cart .crosssell .price-box {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.cart .crosssell .price-box .regular-price {
    float: none;
}

.cart .crosssell .price-box .price-label {
    display: none;
}

.cart .crosssell button.btn-cart {
    float: left;
}

.cart .crosssell button.btn-cart span {}

.cart .crosssell .add-to-links {
    padding-top: 10px;
    clear: left;
}

.cart .crosssell .add-to-links li {}

#shopping-cart-table .product-image {
    display: inline-block;
}

#shopping-cart-table.data-table tr {
    border-bottom: 1px solid #eee;
}

#shopping-cart-table.data-table td,
#shopping-cart-table.data-table th {
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

#shopping-cart-table.data-table tr.service-article-header td {
    padding-top: 60px;
}

#shopping-cart-table.data-table td.valign-middle {
    vertical-align: middle;
}

#shopping-cart-table a.info-modal,
#shopping-cart-table .price-column span {
    float: right;
}

#shopping-cart-table .qty-column {
    text-align: center;
}

#shopping-cart-table .btn-continue {
    float: left;
}


/* Discount Codes & Estimate Shipping and Tax Boxes */

#discount-coupon-form {
    display: block;
    margin-bottom: 20px;
}

.cart .discount,
.cart .shipping {
    clear: both;
    display: table;
}

.cart .discount .discount-form button.button {
    margin-bottom: 5px;
    margin-right: 5px;
    clear: right;
}

.cart .discount .buttons-set {
    padding-left: 0;
    padding: 20px 0 0;
}

.cart .discount .buttons-set button.button {
    float: left;
}

.cart .shipping {}

.cart .shipping .buttons-set {
    padding-left: 0px;
    padding-top: 0px;
}

.cart .shipping .buttons-set button.button {
    float: left;
}

.cart .discount-form label {
    margin-bottom: 16px;
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
}

.cart input,
.cart select {
    text-align: left;
}

.cart select {}

.cart .discount-form .input-box {}

.cart .discount-form .input-box input {
    width: 100%;
}

.cart .discount-form .buttons-set {
    margin: 0px 0 0 0;
    clear: right;
    overflow: hidden;
}

.cart .shipping .form-list .input-box {
    width: auto;
}

.cart .shipping p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.cart .shipping label {
    display: block;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 600;
}

.cart .shipping .form-list li {
    margin-bottom: 7px;
}

.cart .shipping .form-list li input {
    width: 100%;
}

.cart .shipping .form-list li select {
    width: 100%;
}

.cart .shipping .buttons-set {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}


/* Shopping Cart Totals */

.cart .totals {
    color: #333333;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    width: 34%;
    float: right;
}

.cart .totals table {
    width: 100%;
    font-size: 12px;
    color: #333333;
    margin-bottom: 0px;
}

.cart .totals table tr {
    border-bottom: 1px solid #606060;
}

.cart .totals table th,
.cart .totals table td {
    padding: 7px 11px;
    font-size: 13px;
    line-height: 17px;
    color: #333333;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50%;
}

.cart .totals table tr td:first-child {}

.cart .totals table td:first-child.a-right {
    text-align: left !important;
}

.cart .totals table strong {
    font-weight: normal;
}

.cart .totals table th {
    font-weight: bold;
}

.cart .totals table tfoot th {}

.cart .totals .price {
    font-size: 18px;
    line-height: normal;
    color: #333333;
    display: inline-block;
    padding: 0;
}

.cart .totals button.button>span {
    font-size: 15px;
    padding: 0 5px;
    height: 49px;
    line-height: 49px;
}

.cart .totals button.button:hover>span {}

.checkout-types li {
    padding-top: 15px;
}

.checkout-types li:first-child {
    padding-top: 0;
}

.checkout-types li a {
    color: #a6a6a6;
    text-decoration: underline;
}

.checkout-types li a:hover {
    text-decoration: none;
}

.cart .totals .checkout-types {
    text-align: center;
    float: none;
    padding: 15px 11px;
}

.cart .totals .checkout-types li a {
    width: auto;
}


/* Options Tool Tip */

.item-options {
    margin-bottom: 16px;
    padding-left: 5px;
}

.item-options li {}

.item-options li em {}

.item-options li em .price {
    text-decoration: underline;
}

.item-options dt {
    font-weight: bold;
}

.item-options dd {
    padding-left: 10px;
}

.truncated {
    padding: 5px 0;
    width: auto;
}

.truncated span {
    cursor: help;
}

.truncated .truncated_full_value {
    display: none;
    padding-top: 5px;
    top: auto;
}

.truncated .truncated_full_value .item-options {
    background: none;
    border: none;
    top: 0;
    left: auto;
    position: relative;
    width: auto;
}

.truncated .truncated_full_value.show {
    display: table-cell !important;
}


/* ======================================================================================= */


/* Checkout ============================================================================== */

.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {
    width: 692px;
}

.checkout-multishipping-address-newshipping .form-list select {
    width: 337px;
}


/********** < Common Checkout Styles */


/* Shipping and Payment methods */

#checkout-payment-method-load input.input-text {
    width: 224px;
}

.sp-methods dt {
    font-weight: bold;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods select.month {
    width: 100px;
    margin-right: 10px;
}

#payment_form_ccsave #ccsave_cc_type {
    width: 100%;
}

.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 1em;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
    margin-right: 5px;
}

.please-wait img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.cvv-what-is-this {
    cursor: help;
    margin-left: 5px;
}


/* Tooltip */

.tool-tip {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 9px;
    height: 9px;
    background: url(../images/btn_remove.gif) 100% 0 no-repeat;
    text-align: left;
    font-size: 0;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}


/* Gift Messages */

.gift-messages {
    margin-bottom: 10px;
}

.gift-messages h3 {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
}

.gift-messages .control label {
    color: #000;
    font-weight: bold;
}

#shipping-method-buttons-container {
    padding: 10px 0 0 0;
}

#shipping-method-buttons-container .back-link a {}

.gift-messages-form {
    border: 1px solid #ddd;
    background-color: #fbfbfb;
    padding: 10px;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
    color: #000;
    font-weight: bold;
}

.gift-messages-form h4 {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px;
}

.gift-messages-form .whole-order {}

.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;
    background: #fff;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .field {
    margin-bottom: 10px;
}

.gift-messages-form .item .details .product-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.gift-messages-form .form-list li.wide textarea {
    max-width: 340px;
}

.gift-messages-form .inner-box .form-list li.wide textarea {
    max-width: 333px;
}

#allow-gift-messages-for-order-container .field {
    margin-bottom: 10px;
}

.gift-message-link {
    display: block;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    padding-left: 20px;
}

.gift-message-link.expanded {
    background-position: 0 -53px;
}

.gift-message-row {}

.gift-message-row .btn-close {
    float: right;
}

.gift-message dt strong {
    font-weight: bold;
}


/* Checkout Agreements */

.checkout-agreements {}

.checkout-agreements li {
    margin: 10px 0;
}

.checkout-agreements .agreement-content {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px;
    height: 10em;
    overflow: auto;
}

.checkout-agreements .agree {
    padding: 6px;
}


/* Centinel */

.centinel {}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


/* Generic Info Set */

.info-set {}


/********** Common Checkout Styles > */

.checkout-onepage-index .page-title {}

.checkout-onepage-index .col-main {}

.checkout-onepage-index .page-title {
    margin-bottom: 30px;
}

.checkout-onepage-index .page-title h1 {}

.checkout-onepage-success a {}

.checkout-onepage-success a:hover {
    text-decoration: underline;
}


/* One Page Checkout */

.block-progress {}

.block.block-progress .block-title {}

.block.block-progress .block-title .toggle {
    display: none;
}

.block.block-progress .block-content {
    padding: 0 0 0 0;
}

.block-progress dt {
    display: block;
    background: #757575;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
    padding: 9px 10px 11px;
}

.block-progress dt:first-child {
    border-top: none;
}

.block-progress dt.complete a {
    color: #fff;
    text-decoration: underline;
}

.block-progress dt.complete a:hover {
    text-decoration: none;
}

.block-progress dt.complete .separator {
    color: #908f8f;
    margin: 0 8px;
}

.block-progress dt.complete {
    position: relative;
    z-index: 999;
}

.block-progress dt.complete,
.block-progress dd.complete {
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.block-progress dd.complete {
    border: 1px solid #ececec;
    color: #8a8989;
    font-style: italic;
    padding: 18px 19px 12px 19px;
    margin-bottom: 10px;
}

.block-progress dd.complete address {
    color: #8a8989;
    font-style: italic;
}

.opc {
    position: relative;
}

.opc li.section {
    margin-bottom: 10px;
}

.opc p {
    margin-bottom: 5px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #000;
}

.opc .step-title {
    padding: 4px 5px 6px;
    text-align: right;
    background: #6195BD;
}

.opc .step-title .number {
    float: left;
    background: #f4f4f4;
    font-size: 17px;
    line-height: 21px;
    color: #3a3a3a;
    text-align: center;
    margin-right: 8px;
    padding: 3px 0 0;
    height: 27px;
    width: 27px;
    -webkit-background-clip: padding-box;
}

.opc .step-title h2 {
    float: left;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 0;
    padding-top: 5px;
}

.opc .step-title a {
    display: none;
    float: right;
}

.opc .allow .step-title {
    cursor: pointer;
}

.opc label {
    padding-bottom: 2px;
}

.opc .input-box {
    margin-bottom: 15px;
}

.opc .fields select,
.opc .field select {
    width: 313px;
}

#checkout-review-table tr {
    background: none;
}

#checkout-review-table thead {
    background: none;
}

#checkout-review-table th {
    padding: 12px 20px 12px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

#checkout-review-table td {
    border: 1px solid #ececec;
    background: #none;
    padding: 15px 20px;
}

#checkout-review-table td h3 {
    margin-bottom: 0;
    font-size: 12px;
    color: #2f2f2f;
    text-transform: uppercase;
}

#checkout-review-table .price {
    font-weight: bold;
}

#checkout-review-table th {
    border: 1px solid #ececec;
}

#checkout-review-table-wrapper {
    overflow: hidden;
}

#checkout-review-table {}

#checkout-review-table .item-options {
    padding-top: 5px;
}

#checkout-review-table tfoot td {
    font-weight: bold;
    color: #000000;
    text-align: right !important;
}

#checkout-review-table tfoot td+td {
    text-align: left !important;
}

#checkout-review-table tbody .first {}

#checkout-review-table tbody tr.last {}

#review-buttons-container {
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
}

#co-shipping-form {
    border: 1px solid #ececec;
    padding: 10px;
    display: block;
}

.opc .active {}

.opc .active .step-title {
    cursor: default;
    background: #6195BD;
}

.opc .active .step-title .number {
    background: #cccccc;
    color: #3a3a3a;
}

.opc .active .step-title h2 {
    font-size: 12px;
    line-height: 15px;
    padding-top: 7px;
}

#checkout-step-login {}

#checkout-step-login h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

#checkout-step-login .col2-set {
    border: 1px solid #ececec;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

#checkout-step-login .col2-set .col-1 {
    float: left;
    margin-right: 3%;
    width: 46%;
}

#checkout-step-login .col2-set .col-2 {
    float: left;
    width: 46%;
}

#checkout-step-login .col2-set .buttons-set {
    margin: 0;
    padding: 0;
}

#checkout-step-login .col2-set>.col-1 h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

#checkout-step-login .col2-set .col-2 h4 {
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

#checkout-step-login .col-1 .col-1 .buttons-set button.button {
    float: left;
}

#checkout-step-login .col-2 .form-list input.input-text {
    width: 327px;
}

#checkout-step-login .col-1 .col-1 .buttons-set {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#checkout-step-login .col2-set .col-2 .buttons-set {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#checkout-step-login .col2-set .col-2 .buttons-set .f-left {
    font-weight: bold;
}

#checkout-step-login .col2-set .col-2 .buttons-set .f-left:hover {}

#checkout-step-login .form-list li.control input.radio,
#checkout-step-login .form-list li.control input.checkbox {
    margin-right: 6px;
    margin-top: -3px;
}

#co-billing-form>fieldset {
    border: 1px solid #ececec;
    padding: 10px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.opc .step {
    padding-top: 10px;
    position: relative;
}

.opc .step .tool-tip {
    right: 20px;
    top: 20px!important;
}

.opc .order-review {}

.opc .buttons-set {
    border: 0;
}

.opc .field {
    width: 334px;
}

.opc .fields input,
.opc .field input {
    width: 314px;
}

.opc .fields .checkboxes input {
    width: auto;
    height: auto;
    margin-top: 0;
}

.opc .name-lastname,
.opc .field-2 {
    width: 292px;
    float: left;
}

.opc .field-2 input {
    width: 310px;
}

.opc .field-2 select {
    width: 315px;
}

.opc .name-firstname {
    width: 334px;
}

.opc .name-firstname input {
    width: 314px;
}

.opc .name-middlename {
    width: 144px;
}

.opc .name-middlename input {
    width: 124px!important;
}

.opc .name-lastname input {}

.opc .sp-methods dt {
    padding-bottom: 12px;
}

.opc .sp-methods dt label {
    color: #000;
}

#checkout-shipping-method-load .sp-methods dt {
    font-size: 12px;
    text-transform: uppercase;
}

.opc .form-list {
    margin: 10px 0;
}

.opc #opc-billing .form-list {
    margin: 10px 0 50px 0;
}

.opc .form-list li.wide input.input-text {
    width: 649px;
}

#shipping_method_form h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

#shipping_method_form h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
}

#multishipping-billing-form h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
    margin-bottom: 0;
}

#multishipping-billing-form .sp-methods dt {
    font-weight: bold;
    padding-bottom: 10px;
}

#multishipping-billing-form .sp-methods .form-list input.input-text {
    width: 100%;
}


/* Multiple Addresses Checkout */

.button.multi-btn {
    float: right;
}

#checkout-progress-state {
    overflow: hidden;
}

.checkout-progress {
    padding: 0;
    width: 98%;
    margin: 0 auto 40px;
}

.checkout-progress li {
    float: left;
    background: #9c9c9c;
    width: 20%;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 11px 15px;
    overflow: hidden;
    white-space: nowrap;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.checkout-progress li:before {
    content: "\f0da";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 8px;
}

.de-lang-class .checkout-progress li {
    font-size: 11px;
}

.checkout-progress li span {
    display: block;
    overflow: hidden;
}

.checkout-progress li.odd {
    background-color: #777;
}

.checkout-progress li.active {
    background: #5D5D5C;
}

.checkout-progress li.active:before {
    display: none;
}

.multiple-checkout {
    position: relative;
}

.multiple-checkout .sp-methods .input-box .v-fix:first-child {
    padding-right: 25px;
    margin-bottom: 10px;
}

.multiple-checkout .col2-set {
    width: auto;
}

.multiple-checkout .page-title {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.multiple-checkout h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #383737;
    padding: 10px 0 10px 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 10px;
}

.multiple-checkout .grand-total {
    font-size: 1.5em;
    text-align: right;
}

.multiple-checkout .grand-total big {
    margin-bottom: 0px;
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

.multiple-checkout .grand-total .price {}

.multiple-checkout .box {
    margin-bottom: 20px;
}

.multiple-checkout table {
    margin-bottom: 10px;
}

.multiple-checkout table tfoot tr td {
    color: #000;
    font-weight: bold;
}

.multiple-checkout p {
    margin-bottom: 5px;
}

.multiple-checkout .col-1.col-narrow,
.multiple-checkout .col-2.col-wide {
    float: left;
    width: 50%;
    overflow-x: auto;
    padding-bottom: 15px;
}

.multiple-checkout .box-title h3,
.multiple-checkout .col-2.col-wide h3 {
    font-size: 12px;
    line-height: normal;
}

.multiple-checkout .col-2.col-wide .box {
    margin-left: 100px;
}

.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
}

.multiple-checkout h2 {
    font-size: 15px;
}

.multiple-checkout .col-2.col-wide table .price {
    font-weight: bold;
}


/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */

.account-login #login-form .col2-set {}

.account-login .new-users .buttons-set {
    padding-left: 0;
}

.account-login .new-users .buttons-set button.button {
    float: left;
}

.account-login .new-users-wrapper {
    float: left;
    margin-bottom: 20px;
    width: 48%;
}

.account-login .new-users {
    background: url(../images/media/bg-login.gif) no-repeat right bottom #ffffff;
    border: 1px solid #ececec;
    padding: 20px;
    min-height: 282px;
}

.account-login .registered-users-wrapper {
    float: right;
    margin-bottom: 20px;
    width: 50%;
}

.account-login .registered-users {
    background: url(../images/media/bg-login-2.gif) no-repeat right bottom #ffffff;
    border: 1px solid #ececec;
    padding: 20px;
    min-height: 260px;
}

.account-login .registered-users h2,
.account-login .new-users h2 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ececec;
    font-size: 12px;
    text-transform: uppercase;
}

.account-login .registered-users p,
.account-login .new-users p {
    padding: 13px 0 12px 0;
}

.account-login .registered-users .form-list input.input-text {
    width: 422px;
}

.account-login .registered-users p.required {
    padding: 0px 0 5px 0;
}

.account-login .registered-users .buttons-set button.button {
    float: none;
}

.account-login .registered-users .f-left {
    float: none!important;
    display: table;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 12px;
}

.account-login .registered-users .f-left:hover {}

.account-login .registered-users .buttons-set {
    clear: both;
    margin: -19px 0 0 0;
    padding: 5px 0px 0px 0px;
}

.account-create form .fieldset:first-child {
    margin-bottom: 32px;
}


/* Account Login/Create Pages ============================================================ */


/* Captcha */

.captcha-note {}

.captcha-image {
    float: left;
    position: relative;
}

.captcha-img {
    border: 1px solid #ccc;
}

.registered-users .captcha-image {}

#checkout-step-login .captcha-image {}

.captcha-reload {
    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 {}

.remember-me-popup {}

.remember-me-popup h3 {}

.remember-me-popup .remember-me-popup-head {}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}

.remember-me-popup .remember-me-popup-body {}

.remember-me-popup .remember-me-popup-body a {}


/*==================== Remember Me Popup =============================================== */


/*==================== Wishlist Form ========================================== */

#wishlist-view-form #wishlist-table textarea {
    min-height: 70px;
    min-width: 99%;
    max-width: 99%;
    max-height: 70px;
    resize: none;
    margin-top: 10px;
}

#wishlist-view-form #wishlist-table a {
    display: inline-block;
    margin-bottom: 5px;
}

#wishlist-view-form #wishlist-table .cart-cell a {
    float: left;
    clear: left;
}

#wishlist-view-form #wishlist-table .cart-cell .old-price {
    float: left;
    clear: left;
}

#wishlist-view-form #wishlist-table .product-image img {
    height: 100px;
    width: 100px;
}

#wishlist-view-form #wishlist-table p,
#wishlist-view-form #wishlist-table button.button {
    padding: 0;
    margin-bottom: 10px;
}

#wishlist-view-form .buttons-set.buttons-set2 {
    text-align: center;
}

#wishlist-view-form .buttons-set.buttons-set2 button.button {
    margin-right: 5px;
    margin-bottom: 5px;
    float: none;
    display: inline-block;
}

#wishlist-view-form .button.btn-share {
    margin-right: 0!important;
}


/*=====================  End  ================================================== */


/* My Account ============================================================================= */

.my-account {
    overflow-x: auto;
    padding-bottom: 10px;
    padding-left: 8px;
    margin-left: -8px;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account .page-title {}

.my-account .page-title button.button {}

.my-account #wishlist-table .cart-cell .price-box {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
    text-align: left;
}

.my-account .cart-cell .price-box {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
}

.my-account .cart-cell p {
    padding-top: 5px;
}

.my-account .add-to-cart-alt input {
    text-align: center;
    padding: 4px 2px;
    margin-bottom: 10px;
}

.my-account .page-title a {
    display: inline-block;
    margin: 5px 10px 0 0;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account .pager {
    margin-bottom: 10px;
}

.my-account .sub-title {
    font-size: 12px;
    padding: 10px 0;
}

.my-account #form-validate .fieldset {
    margin: 25px 0px;
}

.my-account table tr td {
    vertical-align: middle;
}

.my-account .addresses-list ol li {
    padding-bottom: 15px;
}

.my-account table .product-name a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.my-account table .product-name a:hover {
    text-decoration: underline;
}

.my-account .my-tag-edit .btn-remove {
    display: inline-block;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

.my-account .box-head a {
    float: right;
}

.my-account .box-head h2 {
    float: left;
}

.my-account .box .box-title {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 13px;
}

.my-account .box .box-title h3 {
    float: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
}

.my-account .box .box-title a {
    float: right;
}

.my-account .col2-set .col-1 {
    float: left;
    width: 47%;
}

.my-account .col2-set .col-2 {
    float: right;
    width: 47%;
}

.my-account .data-table {
    margin-bottom: 10px;
}

.my-account .data-table th,
.my-account .data-table td {
    padding: 10px 12px;
}

.my-account .data-table .price-excl-tax,
.my-account .data-table .price {
    display: inline;
}

.my-account #my-orders-table {
    margin-bottom: 10px;
}

.my-account #my-orders-table th,
.my-account #my-orders-table td.last {
    text-align: center;
}

.my-account .order-info li a {
    text-decoration: underline;
}

.col-main .block-account {
    display: none;
}


/********** < Dashboard */

.dashboard {}

.dashboard .welcome-msg {}

.dashboard .welcome-msg .hello {
    margin-bottom: 10px;
}

.dashboard .data-table {}

.dashboard .col2-set {
    padding: 10px 0 15px;
}

.dashboard .box-title,
.dashboard .box-head {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0;
}

.dashboard .box-title {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 5px;
}

.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3 {
    float: left;
}

.dashboard .box-title h2,
.dashboard .box-head h2 {
    font-size: 12px;
    line-height: 18px;
}

.dashboard .box-content h4 {
    font-size: 14px;
}

.dashboard .box-title a,
.dashboard .box-head a {
    float: right;
}


/* Block: Recent Orders */

.dashboard .box-recent {
    margin: 10px 0;
}

.dashboard .box-head a {
    margin-bottom: 10px;
    display: inline-block;
}


/* Block: Account Information */

.dashboard .box-info {}

.dashboard .box-info .col2-set {
    margin-bottom: 10px;
}

.dashboard .box-info a {
    display: inline-block;
    margin-bottom: 10px;
}


/* Block: Reviews */

.dashboard .number {
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin: 3px 10px 0 0;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 1px solid #6a6a6a;
    line-height: 17px
}

.dashboard .box-reviews #my_recent_reviews h3 {
    margin-bottom: 5px !important;
}

.dashboard .box-reviews .details {
    margin-left: 30px;
}


/* Block: Tags */

#my_recent_tags>li {
    padding-bottom: 10px;
}

.tags li {
    display: inline;
    text-transform: capitalize;
    padding: 0 5px 0 0px;
}

.tags li a {
    color: #7f7f7f;
}

.dashboard .box-tags .details {
    margin-left: 30px;
}


/********** Dashboard > */

.block-order-return {
    border: 1px solid #ececec;
    padding: 13px 18px 20px 18px;
    margin-top: 26px;
    background: url(../images/media/bg-return.gif) no-repeat left bottom #fff;
    min-height: 345px;
}

.block-order-return .page-title {
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.block-order-return label {
    color: #000000;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
}

.block-order-return label em {}

.block-order-return .input-box.txt {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.block-order-return .form-alt li {
    margin-bottom: 0px;
    overflow: inherit;
}

.block-order-return .input-box.btn {
    padding-top: 18px;
}


/* Address Book */

.addresses-list {}

.addresses-list-additional li.item {}


/* Order View */

.order-info {
    padding: 5px 0 5px 0;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    font-weight: bold;
}

.order-date {
    margin: 0;
}

.order-info-box {}

.order-info-box {
    margin-top: 15px;
}

.order-info-box h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.order-items h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.order-items {
    margin-top: 15px;
    width: 100%;
    overflow-x: auto;
}

.col-1.addresses-primary h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
}

.col-1.addresses-primary h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.col-2.addresses-additional h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
}

.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 {}

.page-print .print-head img {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}


/* Print Pages */

.page-print .print-head {
    margin-bottom: 20px;
}

.page-print .col-1,
.page-print .col-2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 46%;
}

.page-print h1 {
    font-size: 25px;
    line-height: 40px;
}

.page-print h2 {
    margin-bottom: 5px;
}

.page-print th.a-right {
    text-align: center !important;
}


/* 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 Reviews */

#review-form h3,
#review-form h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: #333;
}

.product-review .product-img-box {
    float: left;
    margin-right: 15px;
}

.product-review .product-img-box .product-image {
    display: block;
    margin-bottom: 10px;
    width: 125px;
}

.product-review .product-img-box .label {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 auto 3px;
}

.product-review .product-details {}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}


/* ======================================================================================= */


/* Product Comparison Table */

#product_comparison .product-shop-row td {
    text-align: center;
    padding: 18px 30px 30px 30px;
}

.catalog-product-compare-index {
    position: absolute;
}

.catalog-product-compare-index .link-print span {
    padding-left: 32px;
    padding-right: 0;
    text-transform: uppercase;
}

.catalog-product-compare-index {
    background: #fff;
}

.catalog-product-compare-index .buttons-set {
    clear: both;
    margin: 0px 0 0;
    padding: 20px 0px 5px 0px;
}

.catalog-product-compare-index .buttons-set button.button span {
    float: left;
}

.catalog-product-compare-index .buttons-set button.button:hover span span {
    background-position: 0 0px;
}

.catalog-product-compare-index .ratings {
    text-align: center;
}

.catalog-product-compare-index td button.button {
    float: none;
}

.catalog-product-compare-index td .add-to-links {
    float: none;
    width: 100%;
    padding-top: 12px;
}

.catalog-product-compare-index td .add-to-links li a {}

.catalog-product-compare-index .price-box.left {
    float: none;
    width: 100%;
    text-align: center;
}

.catalog-product-compare-index .ratings .rating-box {
    float: none;
    margin: 0 auto 10px;
}

.catalog-product-compare-index .page-title {}

#product_comparison {
    -webkit-box-shadow: 0px 0px 12px rgba(48, 50, 50, 0.12);
    -moz-box-shadow: 0px 0px 12px rgba(48, 50, 50, 0.12);
    box-shadow: 0px 0px 12px rgba(48, 50, 50, 0.12);
}

.catalog-product-compare-index .data-table td {
    padding: 14px 20px 14px 20px;
    color: #7e7e7e;
}

.catalog-product-compare-index .data-table th {
    padding: 14px 20px;
    font-weight: bold;
    color: #000000;
}

.catalog-product-compare-index .btn-remove {
    display: block;
    font-size: 0;
    margin-left: 2px;
    overflow: hidden;
    font-size: 0;
    width: 18px;
}

.catalog-product-compare-index .data-table tr.even {
    background: #fefefe;
}

#product_comparison th {
    border: 1px solid #ececec;
    background: none;
}

#product_comparison td {
    border: 1px solid #ececec;
    background: none;
    color: #7e7e7e;
}

#product_comparison tr {
    background: none;
}

#product_comparison .price-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

#product_comparison .price-box .regular-price {
    float: none;
}

#product_comparison .product-shop-row td,
#product_comparison .add-to-row td {
    text-align: center;
}

#product_comparison .product-shop-row td .product-image {
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #ededed;
}

#product_comparison .product-shop-row td .product-image:hover {
    border: 1px solid #5D5D5C;
}

#product_comparison .product-name,
#product_comparison .price-box,
#product_comparison p {
    margin-bottom: 5px;
}

#product_comparison .product-shop-row td .add-to-links li,
#product_comparison .add-to-row td .add-to-links li {
    float: none;
}


/* MAP Popup============================================================================== */

.product-view .product-shop .price-box.map-info {
    margin: 0;
    padding: 0;
    display: block;
}

.product-view .product-shop .price-box.map-info .old-price {
    display: block;
    margin-bottom: 10px;
}

.tier-prices.product-pricing a {}

.product-view .product-shop .price-box.map-info a {
    display: inline-block;
    margin-bottom: 10px;
}

.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;
}

.catalog-product-compare-index .map-popup {
    min-width: 230px;
}

.map-popup.displayblock {
    display: block !important;
}

.map-popup {
    display: none;
}

.map-popup {
    text-align: left;
    position: absolute;
    margin: 12px 0 0;
    width: 270px;
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(48, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(48, 50, 50, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(48, 50, 50, 0.2);
    background: #FBFBFB;
}

.map-popup,
.map-popup a {
    color: #000;
}

.map-popup #map-popup-msrp-box {
    font-weight: normal;
}

.map-popup #map-popup-msrp-box strong {
    font-weight: normal;
}

.map-popup #map-popup-msrp-box span {
    font-weight: normal;
}

.map-popup-heading {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 40px 20px 20px;
    width: 100%;
}

.map-popup-heading h2 {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
    word-wrap: break-word;
    margin: 0;
}

.map-popup-arrow {
    background: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 9px;
    width: 9px;
    font-size: 0;
}

.map-popup-close:before {
    content: "\f00d";
    font-size: 14px;
    line-height: 14px;
}

.map-popup-close:hover {}

.map-popup-content {
    text-align: left;
    overflow: hidden;
    padding: 20px;
}

#map-popup-price-box strong {
    float: left;
    margin-right: 7px;
}

.map-popup .regular-price .price {
    float: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

.map-popup-checkout {}

.map-popup-checkout form {
    display: block;
    overflow: hidden;
    position: relative;
}

.map-popup-checkout form button.button:hover>span {}

.map-popup-checkout span {
    display: block;
    padding-left: 30px;
}

.map-popup-checkout .paypal-logo {
    text-align: left;
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0px 0;
}

.map-popup-price .price-box .regular-price {
    margin-right: 7px;
}

.map-popup-price .minimal-price-link {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    margin: 0;
}

.map-popup-price .minimal-price-link:hover {
    text-decoration: none;
}

.map-popup-price .minimal-price-link span {
    display: inline;
}

.map-popup-price {
    overflow: hidden;
    margin: 8px 0;
}

.map-popup-text {
    clear: right;
    padding: 20px;
    text-align: left;
    word-wrap: break-word;
    line-height: 18px;
}

.map-popup-only-text {
    display: none;
    border-top: 1px solid #d8d8d8;
}

.contacts-index-index .page-title {
    margin-bottom: 15px;
}


/* ======================================================================================= */

.swipe-left {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 20px;
    z-index: 999;
}

.top-icon-menu {
    width: 100%;
    max-width: 100%;
    line-height: 20px;
    font-size: 30px;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    height: 50px;
}

.top-icon-menu>div {
    float: left;
    border-right: 1px solid #232323;
    height: 50px;
    padding: 10px 30px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.ps-static .top-icon-menu>div:hover,
.top-icon-menu>div.active {}

.top-icon-menu .top-search {
    float: right;
    border-left: 1px solid #232323;
    border-right-width: 0;
    overflow: hidden;
}

.top-icon-menu,
.swipe {
    background-color: #323232;
}

.swipe {
    display: block;
    left: -237px;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 237px;
    z-index: 2;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    height: 100%;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6;
    padding-bottom: 50px;
}

.swipe:before,
.swipe:after {
    -moz-box-sizing: inherit;
}

body.ind .swipe {
    left: 0;
}

.swipe-menu {
    height: 100%;
    overflow: scroll;
    border-top: 1px solid #232323;
    -webkit-overflow-scrolling: touch;
}

body.ind div.shadow {
    width: 100%;
    z-index: 5;
}

body div.shadow {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
}

.swipe-menu .switch-show {
    cursor: pointer;
}

.swipe-menu .switch-show.active {
    border: 0;
}

.swipe-menu .switch-show>div:after {
    content: "\f107";
    font-size: 21px;
    vertical-align: middle;
    float: right;
}

.swipe-menu a {
    color: #fff;
}

.swipe-menu .links li,
.footer-links-menu li {
    padding: 0;
    display: block;
}

.swipe-menu .links li a,
.footer-links-menu li a,
.home-link {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
    padding: 10px 20px 11px;
    position: relative;
}

.swipe-menu .links li a,
.footer-links-menu li a,
.home-link,
.swipe-menu .switch-show {
    border-bottom: 1px solid #232323;
}

.swipe-menu ul li a:before,
.home-link:before {
    font-size: 26px;
    margin-right: 12px;
    background: none;
}

.home-link:before {
    content: "\f015";
}

.swipe-menu .links li:nth-child(1) a:before {
    content: "\f0f0";
}

.swipe-menu .links li:nth-child(2) a:before {
    content: "\f005";
}

.swipe-menu .links li:nth-child(3) a:before {
    content: "\f07a";
}

.swipe-menu .links li:nth-child(4) a:before {
    content: "\f046";
}

.swipe-menu .links li:nth-child(5) a:before {
    content: "\f023";
}

.footer-links-menu ul:first-child li:nth-child(1) a:before {
    content: "\f05a";
}

.footer-links-menu ul:first-child li:nth-child(2) a:before {
    content: "\f02d";
}

.footer-links-menu ul:first-child li:nth-child(3) a:before {
    content: "\f044";
}

.swipe-menu .links-2 li:nth-child(1) a:before {
    content: "\f0e8";
}

.swipe-menu .links-2 li:nth-child(2) a:before {
    content: "\f0e8";
}

.swipe-menu .links-2 li:nth-child(3) a:before {
    content: "\f002";
}

.swipe-menu .links-2 li:nth-child(4) a:before {
    content: "\f0d1";
}

.currency-switch .currency-title,
.language-list .language-title {
    padding: 10px 20px 11px;
}

.currency-switch .currency-title:before,
.language-list .language-title:before {
    content: "\f0d6";
    font-size: 26px;
    vertical-align: middle;
    margin-right: 8px;
}

.language-list .language-title:before {
    content: "\f0ac";
}

.currency-switch .currency-title strong,
.language-list .language-title strong {
    display: none;
}

.swipe-menu .language-list ul,
.swipe-menu .currency-switch ul {
    background: 0 #222222;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    left: 0;
    padding: 0;
    position: relative;
    right: auto;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: none;
}

.swipe-menu .currency-switch ul li span {
    display: none;
}

.swipe-menu .language-list ul li,
.swipe-menu .currency-switch ul li {
    float: left;
}

.swipe-menu .language-list ul li:first-child,
.swipe-menu .currency-switch ul li:first-child {
    padding-left: 20px;
}

.swipe-menu .language-list ul li a,
.swipe-menu .currency-switch ul li a {
    padding: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

.swipe-menu ul a.selected {
    color: #ccc;
}

.swipe-menu ul li a:hover,
.home-link:hover {
    background-color: #444444;
}


/* ==================================back-top ================================================== */

#back-top {
    position: fixed;
    bottom: 60px;
    z-index: 99;
    left: 50%;
    margin-left: 635px;
    display: none;
    width: 41px;
    height: 41px;
}

#back-top span {
    display: block;
    text-align: center;
}

#back-top span:before {
    content: "\f139";
    font-size: 45px;
    line-height: 45px;
}


/* ======================================================================================= */


/* Footer ================================================================================ */

.footer-container {
    background: #f1f1f1;
    padding: 67px 0 42px 0;
    overflow: hidden;
}

.footer {}

.footer-cols-wrapper {
    position: relative;
}

.footer h4 {
    text-transform: uppercase;
    position: relative;
    font-family: 'Open Sans SemiBold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 21px;
}

.footer ul li {
    display: block;
    padding: 0 0 0;
    font-size: 11px;
    text-transform: uppercase;
}

.footer ul li a {
    display: inline-block;
    text-decoration: none;
    color: #aaaaaa;
}

.footer ul li a:hover {
    color: #333;
}

.footer .footer-col {
    float: left;
    margin-right: 2.1%;
    width: 23%;
}

.footer .footer-col.last {
    margin-right: 0;
}

.footer .footer-col.contacts .footer-col-content {
    font-size: 11px;
    text-transform: uppercase;
    color: #aaaaaa;
}

.footer .footer-col span.tel {
    display: block;
    padding: 4px 0 0 0;
    font-size: 20px;
}

.footer .footer-col .fb-like-box,
.footer .footer-col iframe {
    background: #EDEFF4;
}

.socials {
    font-size: 25px;
    padding: 18px 0 0 0;
}

.socials a {
    color: #aaa;
    margin: 0 20px 0 0;
}

.socials a:hover {}

.bottom_block {
    padding: 7px 0;
}

.bottom_block address {
    float: left;
    padding: 12px 0 0 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}

.bottom_block .paypal-logo {
    float: right;
}

.store-switcher {
    margin-top: 10px;
}

span.toggle {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

span.toggle:before {
    content: "\f067";
}

span.opened:before {
    content: "\f068";
}


/* ======================================================================================= */

.search-form .form-list .input-box {
    width: 300px;
}

.search-form .buttons-set p.required {
    text-align: left;
}

.search-form .buttons-set button.button {
    float: left;
}

.contact-block {
    position: relative;
    width: 100%;
}

.contact-block h2 {
    float: none;
    background: none;
    border: none;
    border-bottom: 2px solid #3A3A3A;
    font-size: 17px;
    line-height: 21px;
    color: #383737;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 7px;
}

.contact-block .buttons-set {
    padding-bottom: 30px;
}

.contact-left {
    float: left;
    padding-bottom: 20px;
}

.contact-left h3 {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 14px;
}

.contact-left p {
    font-size: 12px;
    color: #8a8989;
    line-height: 17px;
}

.contact-left ul li {
    border-bottom: 1px solid #ececec;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.contact-left ul li.last {
    border: none;
    padding: 0;
    margin: 0;
}

#contactForm {
    float: left;
    width: 73%;
}

#contactForm .form-list .input-box {
    width: auto;
}

#contactForm .fieldset {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#contactForm .form-list input.input-text {
    border-box: border-box;
    width: 95%;
}

#contactForm .form-list .field {
    float: left;
    width: 33.33%;
}

#contactForm .form-list li {
    padding-bottom: 10px;
}

#contactForm .form-list li.wide textarea {
    border-box: border-box;
    width: 100%;
    resize: none;
}

#contactForm .form-list li.wide .input-box {
    width: 98%;
}

#contactForm .buttons-set button.button {
    float: left;
    clear: left;
}

#contactForm .buttons-set {
    margin: 0 0 0 0;
    padding: 0;
}

#contactForm .buttons-set p.required {
    font-size: 12px;
    margin: 0 0 15px;
    float: left;
    clear: left;
}

.contact-btn a {
    display: none;
}

.contact-btn li {
    padding: 0;
    margin: 0;
}

.container-slider {
    position: relative;
    width: 315px;
    overflow: hidden;
}

.tumbSlider-none:last-child {
    margin-right: 0;
}

.tumbSlider {
    max-height: 110px;
}

.container-slider .slider {
    margin-left: -4px;
}

.container-slider li {
    float: left;
    height: auto;
    width: 97px;
    moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4px;
    min-height: 100px;
    position: relative;
}

.ps-phone .container-slider li:before {
    content: ".";
    font-size: 0;
    width: 100%;
    height: 35px;
    left: 0;
    bottom: 0px;
    position: absolute;
}

.container-slider li a {
    display: block;
}

.container-slider li img {
    max-width: 100%;
}

.container-slider>a {
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 35px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    z-index: 777;
    text-align: center;
    vertical-align: middle;
}

.container-slider>a.tumbSlider-next {
    right: 5px;
    left: auto;
}


/* ======================================= Home Page ============================================================== */

.label-product {
    position: absolute;
    right: 20px;
    top: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.label-product>span {
    position: absolute;
    top: 0;
    left: 0;
    background: #242727;
    color: #fff;
    padding: 2px 6px;
    text-transform: capitalize;
}

.label-product>span:before {
    content: ".";
    font-size: 0;
    text-indent: -77777px;
    position: absolute;
    top: 7px;
    left: -5px;
    height: 12px;
    background: #242727;
    width: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.label-product>span.sale:before,
.label-product>span.sale {
    background: #5D5D5C;
}

.label-product.label-indent>span.sale {
    top: 30px;
}

.products-list .label-product {
    left: 30px;
    right: auto;
}

.products-list .label-product.label-indent {
    left: 60px;
}

.block-layered-nav {
    padding-top: 12px;
}


/* .block-layered-nav .block-title { display: none;} */

.category-title {
    display: none;
}

.cart-collaterals .shipping {
    display: none;
}

#empty_cart_button {
    display: none;
}

.block-layered-nav .block-subtitle {
    display: none;
}

.totals .button {
    float: right;
}

.buttons-view-detail {
    padding-top: 20px;
    width: 440px;
}

.buttons-view-detail a {
    text-decoration: none;
    padding: 10px 10px 0 48px;
    height: 36px;
    font-size: 13px;
    width: 170px;
    margin: 3px;
}

.buttons-view-detail .img-1 a {
    background: url(../images/butt_drucken.png) no-repeat 0 0;
    float: left;
    padding-bottom: 5px;
}

.buttons-view-detail .img-2 a {
    background: url(../images/butt_kundenmeinungen.png) no-repeat 0 0;
    float: left;
    padding-bottom: 5px;
}

.buttons-view-detail .img-3 a {
    background: url(../images/butt_preisalarm.png) no-repeat 0 0;
    float: left;
}

.buttons-view-detail .img-4 a {
    background: url(../images/butt_produktvergleich.png) no-repeat 0 0;
    float: left;
}

.footer-powered {
    color: #000
}

.footer-powered:hover {
    color: #ccc
}

.footer-seo {
    height: 50px;
    font-size: 9px;
}

.buttons-view-detail a:hover,
.buttons-view-detail .current a {}

.form-list .name-prefix select {
    width: 150px;
}


/*
#faqs { position:relative; }
#faqs h3 {

    cursor:pointer;
    border:1px solid #eee;
    background-color: #f4f4f4;
    padding:6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 4px #777;

}
#faqs h3:hover {

    background-color: #eee;

}
#faqs h3.active	{ color:#308ebe; }
#faqs div   { position:relative; }
#faqs div p	{ padding:0; margin-bottom:15px; }

*/

.faq-list h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
    color: #308ebe;
}


/* .product-view .add-to-links { display: none;} */

.no-rating {
    display: none;
}

.store-flags {
    margin-top: -5px;
    border-bottom: none;
}

.block-layered-nav .block-title {
    margin: 0px 0px 5px;
}

.block-layered-nav .block-content {
    padding: 10px;
    /*background-color: #00abe9;*/
}


/*.block-layered-nav li { background-color: #ebf5fc; padding: 5px;}*/

.block-layered-nav select[multiple],
select[size] {
    width: 100%;
    background-color: #ebf5fc;
    overflow-x: scroll;
}

.block-layered-nav dt {
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
}

.message-top {
    margin-bottom: 5px;
    color: #00abe9;
    font-size: 11px;
}

.block-layered-nav select {
    width: 100%;
}

.bankcol1 {
    width: 100px;
}

.bankpayment-wrapper {
    padding: 5px;
    background-color: #f4f4f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 4px #777;
}

#webform_2_form {}

.padding-s>p:nth-child(5) {
    display: none;
}

#eKomiWidget_default {
    position: fixed;
    left: 15px;
    z-index: 10;
    bottom: 0;
    display: none;
}


/* Clears ================================================================================ */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.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,
.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 .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add: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,
.products-grid .actions:after,
.header .row-2:after,
.header-buttons:after,
.input-box:after,
.bottom_block:after,
.right_slider_side .sl_price:after,
.block-subscribe .block-content:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}


/* ======================================================================================= */

.banners_row {
    overflow: hidden;
    margin: 20px 0 35px;
}

.banner {
    float: left;
    position: relative;
    width: 370px;
    margin: 0 30px 0 0;
}

.banner.ban3 {
    margin-right: 0;
}

.banner img {
    max-width: 100%;
}

.ban1 {
    background: #d8d8d8;
}

.ban2 {
    background: #00abe9;
}

.ban3 {
    background: #5D5D5C;
}

.ban1:hover {
    background: #c2c2c2;
}

.ban2:hover {
    background: #5D5D5C;
}

.ban3:hover {
    background: #00abe9;
}

.banner .ban_holder {
    position: absolute;
    top: 40px;
    right: 0;
    width: 199px;
}

.banner .ban_holder h2 {
    font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 -8px 0;
}

.banner .ban_holder h3 {
    font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 2px 0;
}

.banner .ban_holder p {
    font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px 0;
}

.banner.bannner-xl {
    width: 570px;
    height: 202px;
    margin: 0 0 30px 0;
}

.banner.bannner-xl.first {
    margin-right: 30px;
}

.banner.bannner-xl .ban_holder {
    top: 50%;
    transform: translate(0, -50%);
    right: auto;
    left: 215px;
    width: auto;
}

.banner.bannner-xl .btn.btn-primary {
    width: 100%;
    color: #fff;
    border: 0 none;
}

.banner_row.product-list-banners {
    margin: 0;
    overflow: auto;
}

.banner_row.product-list-banners .banner.bannner-xl {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .banner_row.product-list-banners {
        margin-top: 30px;
    }
    .banner_row.product-list-banners .banner.bannner-xl {
        margin-bottom: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .banner_row.product-list-banners .banner.bannner-xl {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }
    .banner_row.product-list-banners .banner.bannner-xl .ban_holder {
        width: 100%;
        padding: 0 15px 15px;
        text-align: center;
        position: initial;
        transform: initial;
    }
    .banner_row.product-list-banners .banner img {
        width: 100%;
        position: relative;
        left: 33%;
    }
    .banner.bannner-xl {
        height: auto;
        max-width: 100%;
    }
    .banner.bannner-xl.first {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .banner.bannner-xl .ban_holder {
        left: 120px;
    }
    .banner.bannner-xl .ban_holder h2 {
        font-size: 22px;
    }
    .banner.bannner-xl .ban_holder h3 {
        font-size: 18px;
    }
    .banner.bannner-xl .ban_holder p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .banner.bannner-xl .ban_holder p br {
        display: none;
    }
    .banner.bannner-xl .btn.btn-primary {
        width: 95%;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 11px;
        margin-top: 2px;
    }
}

.brands_row {
    overflow: hidden;
    background: #f2f2f2;
    margin: 0 0 0px;
    display: flex;
    align-items: center;
}

.brand {
    float: left;
    width: 20%;
    padding: 38px 0 38px 0;
    text-align: center;
    background: url(../images/brand_sp.gif) repeat-y 100% 0;
}

.brand img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .2s;
}

.brand:hover img,
.brand:focus img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.brand.brd5 {
    background: none;
}

.banners_big_row {
    overflow: hidden;
    margin: 0 0 26px;
}

.banner_big1 {
    float: left;
    width: 670px;
    border: solid 1px #f2f2f2;
    position: relative;
}

.banner_big2 {
    float: right;
    width: 470px;
    border: solid 1px #f2f2f2;
    position: relative;
}

.ban_big img {
    max-width: 100%;
}

.banner_big1 .ban_big_holder {
    position: absolute;
    left: 53px;
    top: 104px;
}

.banner_big1 .ban_big_holder p {
    font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #d8d8d8;
}

.banner_big2 .ban_big_holder {
    position: absolute;
    left: 46px;
    top: 23px;
}

.banner_big2 .ban_big_holder h2 {
    font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #00abe9;
    margin: 0 0 -16px 0;
}

.banner_big2 .ban_big_holder h3 {
    font-family: 'Open Sans Light', Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 300;
    margin: 0 0 0 0;
}

.banner_big2 .ban_big_holder p {
    font-family: 'Open Sans Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #d8d8d8;
    margin: 0 0 0 0;
    width: 220px;
}

.banner_row {
    overflow: hidden;
    /*margin: -20px 0px 2px 0px;*/
    margin: -20px 0px -30px 0px;
}

.termin-slider {
    background: #5D5D5C !important;
}

.cms-home-en .category-products .toolbar,
.cms-home .category-products .toolbar {
    display: none;
}

.cms-home-en .category-products .product-image,
.cms-home .category-products .product-image {
    height: 150px;
}

.cms-home-en .category-products .product-image img,
.cms-home .category-products .product-image img {
    padding-top: 8px;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.cms-home-en .category-products .product-image img:hover,
.cms-home .category-products .product-image img:hover {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
}

.cms-home-en .products-grid .product-name,
.cms-home .products-grid .product-name {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #E9E9E9;
}

.cms-home-en .products-grid li.item,
.cms-home .products-grid li.item {
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #E9E9E9;
    /* margin: 4px;*/
    min-height: 380px;
}

.cms-home-en .products-grid li.item:hover,
.cms-home .products-grid li.item:hover {
    -webkit-box-shadow: inset 2px 2px 10px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: inset 2px 2px 10px 0px rgba(204, 204, 204, 1);
    box-shadow: inset 2px 2px 10px 0px rgba(204, 204, 204, 1);
}

.cms-home-en .products-grid .minimal-price-link,
.cms-home .products-grid .minimal-price-link {
    display: none
}

.cms-home-en .products-grid .price-box,
.cms-home .products-grid .price-box {
    font-size: 10px;
    height: 70px;
    overflow: hidden;
    padding-top: 10px;
}

.sf-menu li li a,
.sf-menu li a,
.header-button,
.header-button>a:hover,
.header-button.active>a,
.header-button ul li a,
.ps-static .top-icon-menu>div,
.top-icon-menu>div.active,
#back-top span,
.product-name a,
.footer ul li a,
.footer ul li a:before,
button.button:hover>span,
.header .links li a,
.sf-menu-phone li a,
.header .form-search button.button strong,
.camera_wrap .camera_pag .camera_pag_ul li,
.right_slider_side .shop_now,
.products-grid .actions button.btn-cart strong,
.products-list .actions button.btn-cart strong2,
.socials a,
.ban1,
.ban2,
.ban3,
.sf-menu-phone2 li a {
    transition: all 0.3s ease 0s;
}


/* Language Switcher */

.tc24-language-switch {
    margin-top: -1px;
    font-size: 11px;
    line-height: 18px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.tc24-language-switch .languages {
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    height: 0px;
    transition: 0.5s;
}

.tc24-language-switch:hover .languages {
    height: 105px;
}

.tc24-language-switch ul {
    border-left: 1px solid #00abe9;
    margin-left: -6px;
}

.tc24-language-switch li {
    margin: 3px 0 3px 5px;
    white-space: nowrap;
}

.tc24-language-switch .title {
    width: 20px;
    display: inline-block;
}

.tc24-language-switch .languages .flag {
    opacity: 0.5;
    transition: 0.5s;
}

.tc24-language-switch .languages li:hover .flag {
    opacity: 1;
}


/* Angebots button Tims Code */

div.block-content div.actions button.button span,
div.cart-indent div.actions button.button span,
div.box-collateral-content button.button span {
    font-size: 14px !important;
    height: 44px !important;
    line-height: 44px !important;
}

#form_review .form-list .input-box {
    width: auto;
}

#form_review textarea#kundenkommissionen {
    width: 100%;
}

.form-list .customer-name-prefix .name-firstname {
    clear: both;
}

.opc .form-list .customer-name-prefix .name-firstname input.input-text {
    width: 314px !important;
}


/* zeile 347 ausgeblendet */

div.tableBody {
    background-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
}

div.tableBody p {
    text-align: justify;
}

div.tableStyleBody {
    width: 100%;
    margin: auto;
}

div.tableBody div.headline {
    border: 1px solid #8bb7d0;
    margin: 10px 0 0 0;
    background-color: #00abe9;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 8px;
}

div.contentRowsFifty,
div.contentRows {
    display: flex;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    flex-wrap: wrap;
}

div.contentRows span {
    min-width: 25%;
    padding: 5px;
    font-size: 14px;
    text-align: justify;
}

div.contentRowsFifty span {
    text-align: justify;
    min-width: 48%;
    padding: 5px;
    font-size: 14px;
}

div.contentRowsFifty span a,
div.contentRows span a {
    text-decoration: none;
    color: #00abe9;
}

div.contentRowsFifty span a:hover,
div.contentRows span a:hover {
    text-decoration: none;
    color: #7ca8c1;
}

div.contentRows.bToB div {
    min-width: 23%;
    padding: 5px;
    font-size: 16px;
    align-self: baseline;
    margin: 20px auto;
}

div.contentRows.bToB div a {
    text-decoration: none;
    color: #00abe9;
}

div.contentRows div {
    min-width: 23%;
    padding: 5px;
    font-size: 14px;
    align-self: baseline;
    margin: 20px auto;
}

div.contentRows div a {
    text-decoration: none;
    color: #00abe9;
    line-height: 40px;
    font-size: 16px;
}

div.contentRows div a:hover {
    text-decoration: none;
    color: #7ca8c1;
}

div.headerPicture {
    display: flex;
    overflow: hidden;
    margin: 0 0 20px 0;
}

div.headerPicture span,
div.headerPicture a {
    margin: auto;
}

div.headerPicture img {
    max-width: 750px;
}

@media screen and (max-width: 720px) {
    div.headerPicture img {
        max-width: 620px;
    }
}

@media screen and (max-width: 560px) {
    div.headerPicture img {
        max-width: 460px;
    }
}

@media screen and (max-width: 480px) {
    div.headerPicture img {
        max-width: 380px;
    }
    div.partnerCompany div a img {
        width: 300px;
        margin: 0 auto;
        vertical-align: inherit;
    }
}

div.partnerCompany div a img {
    width: 200px;
    margin: 0 auto;
    vertical-align: inherit;
}

div.partnerZert div a img {
    width: 200px;
    margin: 0 auto;
    vertical-align: inherit;
}

div.contentRows.bToB ul {
    list-style-type: circle;
    padding: 10px 0 10px 35px;
}

div.stelleTitel {
    border: 1px solid #e9ecef;
    margin: 10px 0 10px 0;
    background-color: #00abe9;
    font-weight: bold;
    font-size: large;
    color: #fff;
    padding: 5px 8px;
}

div.stelleQualifikation,
div.stelleWirBieten,
div.stelleAufgaben {
    padding: 5px;
    font-size: 14px;
}

div.stellenAngebot {
    display: block;
}

div.stellenAngebot span {
    padding: 5px;
    font-weight: 500;
    font-size: 18px;
}

div.stellenAngebot a {
    text-decoration: none;
    color: #00abe9;
}

div.stellenAngebot a:hover {
    text-decoration: none;
    color: #7ca8c1;
}

div.stellenAngebot ul {
    padding: 0 0 15px 40px;
}

div.stellenAngebot ul li {
    list-style-type: circle;
    font-size: 14px;
    padding-top: 3px;
}

div.stellenAngebot div.headlineStellenAngebot {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding: 5px 8px;
}

div.stelleWrapper {
    margin: 0 10px;
}

div.stelleWrapper p {
    font-size: 14px;
    /*margin-bottom:0;*/
}

div.tableStyleBody hr {
    background-color: #00abe9;
    border: 0;
    height: 1px;
}

img.versenderPic {
    width: 151px;
    height: 50px;
}

@media screen and (max-width: 600px) {
    img.versenderPic {
        width: 120px;
        height: 40px;
    }
}

@media screen and (max-width: 500px) {
    img.versenderPic {
        width: 90px;
        height: 30px;
    }
}

@media screen and (max-width: 410px) {
    img.versenderPic {
        width: 69px;
        height: 20px;
    }
}

div.stelleWrapper p.kleingedruckte {
    font-size: 11px;
    margin: 8px;
}

div.stelleWrapper table.tcTableWithoutStyling {
    border: hidden;
    width: 100%;
}

div.stelleWrapper table.tcTable {
    border: hidden;
    width: 100%;
}

div.stelleWrapper table.tcTable tr.tableHeader {
    color: #ffffff;
    background-color: #00abe9;
}

div.stelleWrapper table.tcTable tr:nth-child(even) {
    background-color: #ededed;
}

div.stelleWrapper table.tcTable tbody tr td {
    border: hidden;
}

div.headerPicturePartner {
    display: flex;
    overflow: hidden;
}

div.headerPicturePartner span {
    margin: auto;
}

div.headerPicturePartner img {
    max-width: 600px;
}

@media screen and (max-width: 720px) {
    div.headerPicturePartner img {
        max-width: 620px;
    }
}

@media screen and (max-width: 560px) {
    div.headerPicturePartner img {
        max-width: 460px;
    }
}

@media screen and (max-width: 480px) {
    div.headerPicturePartner img {
        max-width: 380px;
    }
}

.product-view .product-shop .product-pricing li {
    background: none;
    padding: 0;
    font-size: inherit;
}

.product-view .product-shop .product-pricing li .benefit {
    text-decoration: underline;
}

div.smallPicture div a img {
    width: 100px;
    margin: 0 auto;
    vertical-align: inherit;
}

div.smallDivForSmallPic {
    display: flex;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    flex-wrap: wrap;
}

div.smallDivForSmallPic div {
    padding: 5px;
    font-size: 14px;
    align-self: baseline;
    margin: 20px auto;
}

.thirtythree {
    width: 33.333%;
}

div.stelleWrapper table.tcTableQuer {
    border: hidden;
    width: 100%;
}

div.stelleWrapper table.tcTableQuer td:nth-child(even) {
    background-color: #ededed;
}

div.stelleWrapper table.tcTableQuer tr.tableHeader td {
    color: #ffffff;
    background-color: #00abe9;
}

div.stelleWrapper table.tcTableQuer tbody tr td {
    border: hidden;
}

div.partnerZert div p {
    width: 200px;
    text-align: left;
}

#faqs {
    position: relative;
}

#faqs h3:hover {
    background-color: #00abe9;
    transition: 0.45s;
}

#faqs h3 {
    transition: 0.45s;
    cursor: pointer;
    color: white;
    font-size: 1.25em;
    border: 1px solid #eee;
    font-weight: 300;
    background-color: #00abe9;
    padding: 6px;
    /*-webkit-border-radius: 5px; */
    /*-moz-border-radius: 5px; */
    /*-moz-box-shadow: 1px 1px 4px #777; */
}

#faqs h3.active {
    color: #ffffff;
}

#faqs div p {
    padding: 0;
    /* margin-bottom: 15px; */
    margin: 0 15px 15px 15px;
}


/*#faqs h3 {*/


/*cursor:pointer;*/


/*border:1px solid #eee;*/


/*background-color: #f4f4f4;*/


/*padding:6px;*/


/*-webkit-border-radius: 5px;*/


/*-moz-border-radius: 5px;*/


/*-moz-box-shadow: 1px 1px 4px #777;*/


/*}*/


/*#faqs h3:hover {*/


/*background-color: #eee;*/


/*}*/


/*#faqs h3.active	{ color:#308ebe; }*/

#faqs div {
    position: relative;
}


/*#faqs div p	{ padding:0; margin-bottom:15px; }*/

div.stelleWrapper table.tcTable tbody tr td h3 strong {
    font-weight: 500;
}

img.tablePicSmall {
    max-width: 200px;
}

p.warning-red {
    color: #ff0000;
}

div.tableBody h2,
div.tableBody div.headline h1 {
    padding: 1px 0;
    margin: 0;
}

div.price-box p.special-price span.price-including-tax {
    display: none;
}

div.price-box span.price-including-tax {
    display: none;
}

div.form-search button.button>span {
    background: #00abe9;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 44px;
    height: 44px;
    transition: 0.45s;
}

div.form-search button.button:hover>span {
    background: #5D5D5C;
    color: #fff;
}

.commentWrapper .commentContent {
    padding: 10px;
}

.commentWrapper .postTitle {
    font-size: 12px;
    margin: 13px 0 8px 13px;
    line-height: 0;
}

#postComment div.fieldset {
    border-top: 2px solid #000;
    padding-top: 20px;
}

.commentWrapper .commentDetails {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 7px 20px;
}

.commentContent h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}

#postComment .form-list textarea.input-text,
#postComment .form-list input.input-text {
    width: 100%;
    border: 2px solid #000;
}

#postComment .form-list textarea.input-text:focus,
#postComment .form-list input.input-text:focus {
    box-shadow: 1px 1px 3px 2px #d4d4d4;
}

#postComment button.button>span {
    border: 2px solid #000;
    background-color: #00abe9;
    color: white;
    float: right;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#postComment button.button>span span {
    font-size: 14px;
}

#postComment button.button>span:hover {
    background-color: #5D5D5C;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#postComment p.required {
    color: #000;
}

.postWrapper .postDetails {
    padding: 10px 0 0 14px;
}

.postContent p {
    text-align: justify;
}


/** Code für die Amasty Webforms... . **/

.cms-ankauf div.calendar,
.cms-newsletter-kostenlose-teststellung div.calendar,
.cms-inzahlungnahme-purchase-ankauf div.calendar {
    z-index: 2;
}

.cms-ankauf .customer-forms #custom-form-2 .fieldset:first-of-type,
.cms-newsletter-kostenlose-teststellung .customer-forms #custom-form-3 .fieldset:first-of-type,
.cms-inzahlungnahme-purchase-ankauf .customer-forms #custom-form-1 .fieldset:first-of-type {
    overflow: hidden;
}

.cms-ankauf .customer-forms #custom-form-2 .fieldset:first-of-type ul.form-list li.fields:nth-child(odd),
.cms-newsletter-kostenlose-teststellung .customer-forms #custom-form-3 .fieldset:first-of-type ul.form-list li.fields:nth-child(odd),
.cms-inzahlungnahme-purchase-ankauf .customer-forms #custom-form-1 .fieldset:first-of-type ul.form-list li.fields:nth-child(odd) {
    width: 50%;
    float: left;
}

.cms-ankauf .customer-forms #custom-form-2 .fieldset:first-of-type ul.form-list li.fields:nth-child(even),
.cms-newsletter-kostenlose-teststellung .customer-forms #custom-form-3 .fieldset:first-of-type ul.form-list li.fields:nth-child(even),
.cms-inzahlungnahme-purchase-ankauf .customer-forms #custom-form-1 .fieldset:first-of-type ul.form-list li.fields:nth-child(even) {
    float: right;
    width: 49%;
}

.cms-newsletter-kostenlose-teststellung .form-list .field,
.cms-newsletter-kostenlose-teststellung .form-list .field .input-box,
.cms-newsletter-kostenlose-teststellung .form-list .field .input-box input.input-text,
.cms-ankauf .form-list .field,
.cms-ankauf .form-list .field .input-box,
.cms-ankauf .form-list .field .input-box input.input-text,
.cms-join-lg-truck-event .form-list .field,
.cms-join-lg-truck-event .form-list .field .input-box,
.cms-join-lg-truck-event .form-list .input-box input.input-text {
    width: 100%;
}

.cms-join-lg-truck-event .form-list .field {
    float: none;
}

.cms-join-lg-truck-event [name*="webform_"] {
    display: block;
    margin-top: 45px;
}

.cms-ankauf .customer-forms #custom-form-2 .fieldset:first-of-type ul.form-list::after,
.cms-newsletter-kostenlose-teststellung .customer-forms #custom-form-3 .fieldset:first-of-type ul.form-list::after,
.cms-inzahlungnahme-purchase-ankauf .customer-forms #custom-form-1 .fieldset:first-of-type ul.form-list::after {
    clear: both;
}

@media only screen and (max-width: 767px) {
    .cms-newsletter-kostenlose-teststellung .customer-forms #custom-form-3 .fieldset:first-of-type ul.form-list li.fields:nth-child(odd),
    .cms-inzahlungnahme-purchase-ankauf .customer-forms #custom-form-1 .fieldset:first-of-type ul.form-list li.fields:nth-child(odd),
    .cms-ankauf .customer-forms #custom-form-2 .fieldset:first-of-type ul.form-list li.fields:nth-child(odd) {
        width: 100%;
    }
    .cms-ankauf .customer-forms textarea,
    .cms-newsletter-kostenlose-teststellung .customer-forms textarea,
    .cms-inzahlungnahme-purchase-ankauf .customer-forms textarea {
        width: 100%;
    }
    .opc .form-list .customer-name-prefix .name-firstname input.input-text {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .opc .form-list .customer-name-prefix .name-firstname input.input-text {
        width: 242px !important;
    }
}

.cms-inzahlungnahme-purchase-ankauf .customer-forms #custom-form-1 .fieldset:not(:first-of-type),
.cms-newsletter-kostenlose-teststellung .customer-forms #custom-form-3 .fieldset:not(:first-of-type),
.cms-ankauf .customer-forms #custom-form-2 .fieldset:not(:first-of-type) {
    width: 100%;
}

.cms-ankauf .fieldset:not(:first-of-type) .form-list .field,
.cms-inzahlungnahme-purchase-ankauf .fieldset:not(:first-of-type) .form-list .field,
.cms-newsletter-kostenlose-teststellung .fieldset:not(:first-of-type) .form-list .field,
.cms-ankauf .fieldset:not(:first-of-type) .form-list .field .input-box,
.cms-inzahlungnahme-purchase-ankauf .fieldset:not(:first-of-type) .form-list .field .input-box,
.cms-newsletter-kostenlose-teststellung .fieldset:not(:first-of-type) .form-list .field .input-box,
.cms-ankauf .fieldset:not(:first-of-type) .form-list .field .input-box input.input-text,
.cms-inzahlungnahme-purchase-ankauf .fieldset:not(:first-of-type) .form-list .field .input-box input.input-text,
.cms-newsletter-kostenlose-teststellung .fieldset:not(:first-of-type) .form-list .field .input-box input.input-text,
.cms-ankauf .fieldset:not(:first-of-type) .form-list .field textarea,
.cms-inzahlungnahme-purchase-ankauf .fieldset:not(:first-of-type) .form-list .field textarea,
.cms-newsletter-kostenlose-teststellung .fieldset:not(:first-of-type) .form-list .field textarea {
    width: 100%;
}

#zubehoer_16_18_multiselect {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    height: 132px;
}

.cms-ankauf .buttons-set button.button,
.cms-newsletter-kostenlose-teststellung .buttons-set button.button,
.cms-inzahlungnahme-purchase-ankauf .buttons-set button.button {
    float: right;
    margin-left: 20px;
}

p.align-right {
    padding-top: 35px;
    text-align: right;
}

.price-excluding-tax .price {
    font-weight: bold;
}

.message-top {
    font-size: 16px;
}

.message-top .noPrivateCustomers {
    font-weight: bold;
}

.catalog-category-view .price-box table {
    width: 28%;
}

.catalog-product-view .price-box table {
    width: 50%;
}

@media screen and (max-width: 1199px) {
    .catalog-product-view .price-box table {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .catalog-product-view .price-box table {
        width: 50%;
    }
}

.price-box table {
    width: 100%;
}

.price-box table tr td.tablePrice {
    text-align: right;
}

.price-box table td {
    vertical-align: text-top;
    font-weight: normal;
    display: table-cell;
    width: 50%;
    text-align: left;
}

.price-box .tax-info td {
    text-align: right;
    width: 100%;
}

tr.price-excluding-tax {
    display: table-row;
}

.product-view .product-options-bottom .price-box table tbody tr.price-excluding-tax {
    display: none;
}

ul.searchindex-results li a,
ul.searchindex-results li a:hover,
ul.searchindex-results li.active a {
    background-image: none;
    background-color: #f1f1f1;
    line-height: 40px;
    color: #555;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #a0b3c3;
    border-bottom: 0;
    padding: 2px 20px;
}

ul.searchindex-results li.active a {
    background-color: #00abe9;
    color: #fff;
}

.fw-product-details-accordion-hideImportant {
    display: none!important;
}

.product-view h2.fw-product-details-accordion-element:hover {
    background: #efefef;
}

.product-view h2.fw-product-details-accordion-element {
    transition: .35s;
    cursor: pointer;
    display: block;
}

.product-view h2.fw-product-details-accordion-element:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 12px;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 12px;
    border-color: #3A3A3A;
    transition: .2s;
    margin-top: -4px;
}

.product-view h2.fw-product-details-accordion-element.fw-product-details-accordion-trigger-open:after {
    border-width: 0 0 2px 2px;
}

.box-up-sell h2 {
    font-size: 18px;
    text-transform: none;
    color: #3a3a3a;
    margin-bottom: 15px;
}

button.button.button-quotation {
    margin-right: 3px;
}

.checkout-types li:nth-child(2) {
    padding-top: 0;
}


/* Neuer Footer */

.footer-container.footer-first {
    padding: 50px 0 0px 0;
}

.footer {
    font-family: Arial;
}

.footer-container {
    background-color: #676767;
}

.footer .image-row ul li {
    padding-bottom: 5px;
}

.footer .image-row {
    min-height: 200px;
}

.footer .footer-headline {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 14px;
}

.footer .footer-links ul {
    margin-bottom: 20px;
}

.footer .footer-links ul li:before {
    content: url('/media/wysiwyg/footer/fw_footer_arrow.png');
    padding-right: 17px;
}

.footer .footer-links ul li a {
    color: #fff;
    font-size: 12px;
}

.footer .footer-links ul li a:hover {
    color: #dadada;
}

.footer ul li {
    padding-bottom: 7px;
}

.footer .logo-footer {
    max-width: 188px;
    height: auto;
    max-height: 77px;
}

.footer-second-row {
    margin-top: 50px;
    color: #fff;
}

.footer-second-row h4 {
    font-size: 17px;
    text-align: center;
    border-bottom: 0;
}

.footer-second-row p span {
    text-align: center;
    font-size: 20px;
}

.footer-second-row p {
    text-align: center;
    font-size: 16px;
}

.footer-second-row .second_line_item {
    min-height: 240px;
}

.footer-second-row .second_line_item img {
    margin: 0 10px 10px 10px;
}

.footer.footer-third-row h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

.footer.footer-third-row h4 .small {
    font-size: 11px;
    letter-spacing: -.3px;
}

.footer-container.footer-third {
    background-color: #fff;
    padding: 30px 0 10px 0;
}

.footer-container.footer-fourth {
    background-color: #e2e1e1;
    padding: 50px 0;
}

.footer-seo,
.footer-fourth-row p,
.footer-fourth-row address {
    text-align: center;
}

.footer.footer-fourth-row ul li a {
    color: #000
}

.footer.footer-fourth-row ul li a:hover {
    color: #676767
}

.footer.footer-fourth-row ul li:after {
    content: "|";
    padding: 0 20px;
}

.footer.footer-fourth-row ul {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.footer.footer-fourth-row ul li:last-child:after {
    content: "";
    padding-right: 0;
}

.footer .second_line_item .floater {
    padding-left: 27px;
}

.footer address,
.footer .footer-seo p {
    margin-bottom: 4px;
    font-size: 11px;
}

.footer.footer-price-row {
    margin: 90px 0 15px 0;
}

#eKomiSeal_default {
    display: inline;
}

#eKomiSeal_default img {
    width: 65px;
    height: 65px;
}


/* Exit Intent Popup ================================================================================ */

.type--exit-intent {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    width: auto;
}

.popup--container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((1 / 1) * 100%);
}

.popup--inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.type--exit-intent .mfp-close {
    background: #FFF;
    opacity: 1;
    border-radius: 50%;
    border: 4px solid #000;
    line-height: 25px;
}

@media only screen and (max-width: 767px) {
    .footer-second-row h4 {
        border-bottom: 0;
    }
    .footer.footer-fourth-row ul {
        display: block;
    }
    .footer.footer-fourth-row ul li:after {
        content: "";
    }
}

body {
    background-color: #e2e1e1;
}

.block-cart-header .mini-cart {
    color: #fff;
}

.cart .totals .checkout-types {
    text-align: right;
}

.cart .totals .checkout-types .amazonpayments-or {
    padding: 8px 25px 8px 0;
}

@media only screen and (max-width: 767px) {
    .cart #shopping-cart-table.data-table {
        display: table;
    }
    .cart #shopping-cart-table.data-table tr {
        display: table-row;
    }
    .cart #shopping-cart-table.data-table td {
        display: table-cell;
    }
    .cart #shopping-cart-table.data-table thead {
        display: table-header-group;
    }
    .cart #shopping-cart-table.data-table tbody {
        display: table-row-group;
    }
    .cart #shopping-cart-table.data-table tfoot {
        display: table-footer-group;
        position: relative;
    }
    .cart form {
        display: block;
        overflow: auto;
    }
    .opc .order-review #checkout-review-table.data-table thead {
        display: table-header-group;
    }
}

@media only screen and (max-width: 991px) {
    .footer .image-row ul li:nth-child(even) {
        text-align: right;
    }
    .footer .floater .col-xs-12 {
        text-align: center;
    }
    #checkout-step-login h3 {
        font-size: 16pt;
        font-weight: bold;
        border-bottom: 1px solid #000;
    }
    #checkout-review-table-wrapper {
        overflow: auto;
    }
    #checkout-review-submit .checkout-agreements label {
        display: inline;
    }
}

.box-up-sell a:focus {
    color: #00abe9;
}

.multiselect-child {
    display: block;
}

.amshopby-narrow-by-list .block-layered-nav li {
    background-color: #00abe9;
}

.amshopby-narrow-by-list .block-layered-nav dd li:before {
    content: none;
    margin-right: 10px;
    font-size: 14px;
}

a.amshopby-attr {
    color: #00abe9;
    opacity: 0.85;
}

a.amshopby-attr:hover,
a.amshopby-attr-selected {
    color: #00abe9;
    text-decoration: underline;
    opacity: 1;
}

.block-layered-nav .currently {
    color: #00abe9;
}

.btn-remove-inline {
    display: inline-block;
    float: right;
}

.btn-remove-inline:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    text-indent: 0 !important;
    color: #00abe9;
    content: "\f00d";
    font-size: 16px;
    display: block;
}

.multiselect-child .btn-remove-inline img {
    display: none;
}

body .btn-remove-inline {
    background-image: none;
}

.btn-remove:before {
    color: #00abe9;
}

.amshopby-filters-top .nav-ol {
    display: flex;
}

.amshopby-filters-top .nav-ol .nav-list span,
.amshopby-filters-top .nav-ol .nav-list {
    display: block;
}

.amshopby-filters-top .block-content ol.nav-ol {
    max-width: inherit;
}

.amshopby-clearer a,
.block-layered-nav .block-content .actions a {
    color: #fff;
    opacity: 0.8;
}

.amshopby-clearer a:hover,
.block-layered-nav .block-content .actions a:hover {
    opacity: 1;
}

.block-layered-nav .block-content .actions {
    text-align: right;
}

body .amshopby-item-top {
    max-width: 33%;
    min-width: 33%;
}

.amshopby-container-top.block-layered-nav.amshopby-filters-top {
    display: block;
    padding: 7px;
}

.amshopby-page-container .block-layered-nav .block-content {
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #f2f2f2;
}

.amshopby-page-container .block-layered-nav .block-content .block-content {
    display: inline-flex;
    background-color: #fff;
    box-shadow: none;
}

.block-layered-nav dt {
    color: #00abe9;
}

.plz-ort-wrapper {
    width: 100%;
}

#frmort {
    width: 70%;
}

#frmplz,
#plz_offer_text {
    width: 30%;
}

.input-box.flexible {
    display: flex;
}

#getoffer {
    margin-bottom: 20px;
}

.customer_account_link:before,
.top-link-checkout:before,
.top-link-blog:before {
    text-align: center;
    content: "";
    padding-right: 13px;
}

.customer_account_link:before {
    background: url(../images/tc24user.png) no-repeat !important;
    width: 9px !important;
    height: 9px !important;
}

.top-link-checkout:before {
    background: url(../images/tc24checkout.png) no-repeat !important;
    width: 11px !important;
    height: 10px !important;
}

.top-link-blog:before {
    background: url(../images/tc24blog.png) no-repeat !important;
    width: 11px !important;
    height: 11px !important;
}

.custom-select::after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #666;
    margin-top: -3px;
}


/* Team Section */

.team-section .avatar img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.team-section .address-container {
    position: relative;
}

.team-section .address-container .mail {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}


/* Adds Firefox < 35 support */


/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */


/* Show only the native arrow */

@-moz-document url-prefix() {
    /* Warning: this kills the focus outline style */
    .custom-select {
        overflow: hidden;
    }
    .custom-select::after {
        display: block;
    }
    /* Make the native select extra wide so the arrow is clipped. 1.5em seems to be enough to safely clip it */
    .custom-select select {
        overflow: -moz-hidden-unscrollable;
        padding-right: .4em;
        background: none;
        /* Match-04 */
        border: 1px solid transparent;
        /* Match-05 */
        /* Firefox < 4 */
        min-width: 6em;
        width: 130%;
        /* Firefox 4-15 */
        min-width: -moz-calc(0em);
        width: -moz-calc(100% + 2.4em);
        /* Firefox 16+ */
        min-width: calc(0em);
        width: calc(100% + 2.4em);
    }
    /* Firefox 35+ that supports hiding the native select can have a proper 100% width, no need for the overflow clip trick */
    @supports ( mask-type: alpha) {
        .custom-select {
            overflow: visible;
        }
        .custom-select select {
            -moz-appearance: none;
            width: 100%;
            padding-right: 2em;
            /* Match-01 padding-right */
        }
    }
}


/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */

.custom-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance. Targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */


/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .custom-select select::-ms-expand {
        display: none;
    }
    .custom-select select:focus {
        border-color: #aaa;
        /* Match-03 */
    }
    .custom-select select:focus::-ms-value {
        background: transparent;
        color: #222;
        /* Match-02*/
    }
    .custom-select select {
        padding-right: 2em;
        /* Match-01 */
        background: none;
        /* Match-04 */
        border: 1px solid transparent;
        /* Match-05 */
    }
    .custom-select::after {
        display: block;
    }
}


/* These are the "theme" styles for our button applied via separate button class, style as you like */


/* Set the background fallback to solid #fff so Firefox renders the <option> list readably. */

.custom-select {
    border: 1px solid #bbb;
}

.custom-select select {
    /* General select styles: change as needed */
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    border-radius: .2em;
}


/* Hover style */

.custom-select:hover {
    border-color: #888;
}


/* Focus style */

.custom-select select:focus {
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    /* Match-02 */
}

@supports ( box-shadow: none) {
    .custom-select select:focus {
        outline: none;
    }
}


/* Set options to normal weight */

.custom-select option {
    font-weight: normal;
}


/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */

.custom-select {
    position: relative;
    display: block;
}


/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */

.custom-select select {
    width: 100%;
    margin: 0;
    outline: none;
    padding: .6em .8em .5em .8em;
    /* Prefixed box-sizing rules necessary for older browsers */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Font size must be 16px to prevent iOS page zoom on focus */
    font-size: 16px;
}


/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */

.custom-select::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 2;
    /* These hacks make the select behind the arrow clickable in some browsers */
    pointer-events: none;
    display: none;
}


/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
 * @supports ( mask-type: alpha ) is Firefox 35+
 */

@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
    /* Show custom arrow */
    .custom-select::after {
        display: block;
    }
    /* Remove select styling */
    .custom-select select {
        padding-right: 2em;
        /* Match-01 */
        /* inside @supports so that iOS <= 8 display the native arrow */
        background: none;
        /* Match-04 */
        /* inside @supports so that Android <= 4.3 display the native arrow */
        border: 1px solid transparent;
        /* Match-05 */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .custom-select select:focus {
        border-color: #aaa;
        /* Match-03 */
    }
}


/* Utilities */

.btn-email {
    background-color: #4b515d!important;
    color: #fff!important;
}

.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff
}

.btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.btn-floating:before {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px
}

.btn-floating.btn-sm i {
    line-height: 36.15385px
}

.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px
}

.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px
}

.font-weight-bold {
    font-weight: 700 !important;
}

.dark-grey-text {
    color: #333 !important;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.grey-text {
    color: #9e9e9e!important;
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}


/** Pricing Table **/


/*PRICE COLOR CODE START*/

#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list {
    margin-bottom: 100px;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #4eba9f;
}

#generic_price_table .generic_content .generic_price_btn button {
    border: 1px solid #4eba9f;
    color: #4eba9f;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #4eba9f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4eba9f;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content .generic_price_btn button span {
    background-color: transparent;
    color: #4eba9f;
}

#generic_price_table .generic_content:hover .generic_price_btn button,
#generic_price_table .generic_content.active .generic_price_btn button {
    background-color: #4eba9f;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn button span,
#generic_price_table .generic_content.active .generic_price_btn button span {
    color: #fff;
}

#generic_price_table {
    margin: 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.row .table {
    padding: 28px 0;
}


/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 33%;
    flex: 0 1 33%;
    margin: 30px 0;
    /*box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);*/
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

#generic_price_table .generic_content.active {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    /*border-width: 90px 1411px 23px 399px;*/
    border-width: 90px 1411px 48px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    /*font-size: 60px;*/
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    /*font-size: 24px;*/
    font-size: 16px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    /*font-size: 18px;*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-size: 14px;
    padding: 7.5px 15px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#generic_price_table .generic_content .generic_price_btn button {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn button,
#generic_price_table .generic_content:hover .generic_price_btn button {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 767px) {
    #generic_price_table {
        margin: 0;
    }
    #generic_price_table .generic_content {
        -webkit-flex: 100%;
        flex: 100%;
        margin: 0 0 15px 0;
    }
    #generic_price_table .generic_content.active {
        margin: 0 0 15px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table {
        margin: 0 0 30px 0;
    }
    #generic_price_table .generic_content {}
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head {
        padding: 15px 5px 0 5px;
    }
    #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
        font-size: 16px;
    }
    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
        font-size: 14px;
    }
    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
        font-size: 32px;
    }
    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
        font-size: 14px;
        vertical-align: middle;
    }
    #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
        font-size: 12px;
        letter-spacing: 1px;
        vertical-align: middle;
    }
    #generic_price_table .generic_content .generic_price_btn button {
        padding: 2.5px 5px;
    }
    #generic_price_table .generic_content .generic_price_btn button span span {
        padding: 0 5px;
        font-size: 14px;
    }
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}


/** Memory Configurator  **/

#mc--container {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #21b8cd;
    border: 1px solid #21b8cd;
    color: #fff;
    transition: height 0.5s;
    position: relative;
}

#mc--container.is--loading .mc--loading-mask {
    opacity: 1;
    z-index: 1;
}

#mc--container.is--loading .mc--loading-mask:after {
    content: " ";
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: ring-spinner 1.2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -23px;
    margin-left: -23px;
    z-index: 2;
}

#mc--container .mc--loading-mask {
    position: absolute;
    z-index: -1;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s;
    background: #21b8cd;
}

#mc--container .headline {
    font-size: 18px;
    line-height: 2.25;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

#mc--container .btn {
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
}

#mc--container .mc--search-container:before {
    transition: opacity 0.5s;
    opacity: 0;
}

#mc--container .mc--search-container.is--loading:before {
    content: " ";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #21b8cd;
    z-index: 1;
    opacity: 0.5;
}

#mc--container .mc--search-container.is--loading:after {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #333;
    border-color: #333 transparent #333 transparent;
    animation: ring-spinner 1.2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -8px;
    z-index: 2;
}

@keyframes ring-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#speicher_configurator>table>tbody {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#speicher_configurator>table>tbody>tr:nth-child(1),
#speicher_configurator>table>tbody>tr:nth-child(2),
#speicher_configurator>table>tbody>tr:nth-child(3) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding-right: 15px;
}

#speicher_configurator>table>tbody>tr:nth-child(4) {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-left: auto!important;
}

#speicher_configurator>table>tbody>tr:nth-child(5) {
    display: none;
}

#speicher_configurator>table>tbody>tr:nth-child(6) {
    display: block;
    width: 100%;
}

#speicher_configurator>table>tbody>tr:nth-child(6)>td {
    display: block;
    margin-top: 30px;
}

#speicher_configurator>table>tbody>tr:nth-child(1) td,
#speicher_configurator>table>tbody>tr:nth-child(2) td,
#speicher_configurator>table>tbody>tr:nth-child(3) td {
    display: block;
}

#speicher_configurator>table>tbody>tr:nth-child(1) td:first-child,
#speicher_configurator>table>tbody>tr:nth-child(2) td:first-child,
#speicher_configurator>table>tbody>tr:nth-child(3) td:first-child {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#speicher_configurator select {
    padding: 5px;
}

#speicher_configurator select:disabled {
    cursor: not-allowed;
}

#speicher_configurator input[type="text"] {
    padding: 5px;
    min-height: 28px;
    border: 0 none;
}

#speicher_configurator .speicher_button {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
}

#speicher_configurator .speicher_button:hover,
#speicher_configurator .speicher_button:focus {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

#speicher_configurator #artikel>table>tbody>tr:first-child>td {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-top: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

#speicher_configurator #artikel>table>tbody>tr:hover {
    background-color: #089FB4 !important;
}

#speicher_configurator #artikel>table>tbody>tr>td {
    padding-top: 10px;
    border-top: 1px solid #fff !important;
}

@media only screen and (min-width: 992px) {
    .modal-dialog.modal-lg {
        width: 625px;
    }
}

.service-table {
    width: 100%;
}

.service-table td {
    border: 0;
    border-top: 1px solid #ececec;
    padding: 5px 7.5px;
}

.service-table th {
    border: 0;
}

.service-table tr.addtocart td a.button,
.service-table a.info-modal {
    float: right;
}

.service-table .product-name {
    margin-bottom: 0;
}

.service-table .price-column {
    text-align: right;
}

.service-table .cart-price {
    font-weight: bold;
}


/** Digitalpakt **/

.digitalpakt {
    font-size: 14px;
    color: #666;
}

.digitalpakt h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00abe9;
}

.digitalpakt .contentElement {
    padding: 30px 0;
}

.digitalpakt .category-products {
    font-size: 12px;
}

.digitalpakt .category-products .toolbar {
    display: none;
}

.digitalpakt .category-products .products-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.digitalpakt .vertriebsteam .person {
    font-size: 12px;
}

.digitalpakt .rounded {
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.digitalpakt .fieldset {
    padding: 7.5px 0;
}

.digitalpakt .fieldset .legend {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: inherit;
}

.digitalpakt .form-list .field {
    width: 370px;
}

.digitalpakt .form-list .field.type-textarea,
.digitalpakt .form-list .field.type-textarea .input-box,
.digitalpakt .form-list .field.type-textarea textarea {
    width: 100%;
}

.digitalpakt .form-list .input-box {
    width: 355px;
}

.digitalpakt .form-list .input-box input.input-text {
    width: 355px;
}

.digitalpakt .buttons-set {
    width: 100%;
}

.digitalpakt .products-grid {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.digitalpakt .products-grid.last {
    padding-bottom: 0;
    margin-bottom: 0;
}

.digitalpakt .products-grid .product-name {
    margin: 0 0 5px 0;
}

.digitalpakt .products-grid .desc_grid {
    margin: 0 0 15px 0;
}

.digitalpakt tr.tax-info span {
    font-size: 10px;
}

.digitalpakt .old-price .price-label,
.digitalpakt .special-price .price-label,
.digitalpakt .price-box .label {
    white-space: normal;
    font-weight: normal;
}

.digitalpakt .products-grid .actions button {
    margin: 0 5px 0 0;
}

.digitalpakt .drop-zone .icon-paperclip {
    display: none;
}

.digitalpakt .drop-zone .drop-zone-label {
    font-size: 9px;
}

@media screen and (max-width: 767px) {
    .digitalpakt .rounded {
        max-width: 200px;
    }
    .digitalpakt .form-list .field {
        width: 100%;
    }
    .digitalpakt .form-list .input-box {
        width: 100%;
    }
    .digitalpakt .form-list .input-box input.input-text {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .digitalpakt {
        font-size: 16px;
    }
    .digitalpakt h2 {
        font-size: 28px;
    }
    .digitalpakt .fieldset .legend {
        font-size: 20px;
    }
    .digitalpakt .fieldset {
        padding: 15px 0;
    }
    .digitalpakt .contentElement {
        padding: 60px 0;
    }
}

@media screen and (min-width: 992px) {
    .digitalpakt .rounded {
        max-width: 200px;
    }
    .digitalpakt .vertriebsteam .person {
        font-size: 14px;
    }
    .digitalpakt .form-list .fields>.field:nth-child(2) {
        float: right;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .digitalpakt button.button span span {
        padding: 0 10px;
    }
}


/** ----------- **/


/** Cross Panel **/

#g24svg {
    padding: 0px 3px 3px 8px;
    width: 100%;
    height: 100%;
    max-width: 106px;
    max-height: 106px;
}

#g24svg-regions path:nth-child(1) {
    animation: pathAnimate 2.25s linear infinite;
    animation-delay: 0.25s;
}

#g24svg-regions path:nth-child(2) {
    animation: pathAnimate 2.25s linear infinite;
    animation-delay: 0.5s;
}

#g24svg-regions path:nth-child(3) {
    animation: pathAnimate 2.25s linear infinite;
    animation-delay: 0.75s;
}

#g24svg-regions path:nth-child(4) {
    animation: pathAnimate 2.25s linear infinite;
    animation-delay: 1s;
}

#g24svg-regions path:nth-child(5) {
    animation: pathAnimate 2.25s linear infinite;
    animation-delay: 1.25s;
}

#g24svg-regions path:nth-child(6) {
    animation: pathAnimate 2.25s linear infinite;
    animation-delay: 1.5s;
}

#g24svg-regions path:nth-child(7) {
    animation: pathAnimate 2.25s linear infinite;
    animation-delay: 1.75s;
}

#g24svg-regions path:nth-child(8) {
    animation: pathAnimate 2.25s linear infinite;
    animation-delay: 2s;
}

#g24svg-regions path:nth-child(9) {
    animation: pathAnimate 2.25s linear infinite;
    animation-delay: 2.25s;
}

#crossmedia-panel {
    display: block;
    position: fixed;
    left: 30px;
    top: 30px;
    z-index: 205;
}

#crossmedia-panel.active .panel-entry {
    opacity: 1;
}

#crossmedia-panel.active .panel-entry:nth-child(1) {
    transform: translateY(160%);
}

#crossmedia-panel.active .panel-entry:nth-child(2) {
    transform: translateY(300%);
}

#crossmedia-panel.active .panel-entry:nth-child(3) {
    transform: translateY(440%);
}

#crossmedia-panel.active .panel-entry:nth-child(4) {
    transform: translateY(580%);
}

#crossmedia-panel.active .panel-entry:nth-child(5) {
    transform: translateY(720%);
}

#crossmedia-panel.active .panel-entry:nth-child(6) {
    transform: translateY(860%);
}

#crossmedia-panel.active .panel-entry:nth-child(7) {
    transform: translateY(1000%);
}

#crossmedia-panel.active .panel-entry:nth-child(8) {
    transform: translateY(1140%);
}

#crossmedia-panel.active .panel-entry:nth-child(9) {
    transform: translateY(1280%);
}

#crossmedia-panel:hover .main-button>.panel-button,
#crossmedia-panel.active .main-button>.panel-button {
    background: #FFF;
}

#crossmedia-panel .main-button {
    z-index: 10;
    position: relative;
    transition: background 0.1s;
}

#crossmedia-panel .panel-button {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 8px 0px #d8d8d8;
    cursor: pointer;
    background: #EFEFEF;
    display: inline-block;
}

#crossmedia-panel .panel-button:hover,
#crossmedia-panel .panel-button:focus,
#crossmedia-panel .panel-button.active {
    background: #fff;
}

#crossmedia-panel .panel-button:hover.bg-tc24-hover,
#crossmedia-panel .panel-button:focus.bg-tc24-hover,
#crossmedia-panel .panel-button.active.bg-tc24-hover {
    background: #00abe9;
}

#crossmedia-panel .panel-button:hover.bg-ss24-hover,
#crossmedia-panel .panel-button:focus.bg-ss24-hover,
#crossmedia-panel .panel-button.active.bg-ss24-hover {
    background: #6abe98;
}

#crossmedia-panel .panel-button:hover.bg-sl24-hover,
#crossmedia-panel .panel-button:focus.bg-sl24-hover,
#crossmedia-panel .panel-button.active.bg-sl24-hover {
    background: #0093c6;
}

#crossmedia-panel .panel-button:hover.bg-sh24-hover,
#crossmedia-panel .panel-button:focus.bg-sh24-hover,
#crossmedia-panel .panel-button.active.bg-sh24-hover {
    background: #21b8cd;
}

#crossmedia-panel .panel-button:hover.bg-ms24-hover,
#crossmedia-panel .panel-button:focus.bg-ms24-hover,
#crossmedia-panel .panel-button.active.bg-ms24-hover {
    background: #ff4038;
}

#crossmedia-panel .panel-button:hover.bg-zencon-hover,
#crossmedia-panel .panel-button:focus.bg-zencon-hover,
#crossmedia-panel .panel-button.active.bg-zencon-hover {
    background: #4197e2;
}

#crossmedia-panel .panel-button:hover.bg-g24-hover,
#crossmedia-panel .panel-button:focus.bg-g24-hover,
#crossmedia-panel .panel-button.active.bg-g24-hover {
    background: #4D4C4F;
}

#crossmedia-panel .panel-button.active {
    pointer-events: none;
}

#crossmedia-panel .panel-button.active img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

#crossmedia-panel .panel-entries {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
    display: inline-block;
    width: 65px;
    overflow: visible;
    height: 65px;
    z-index: 1;
}

#crossmedia-panel .panel-entry {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute;
    transition: 0.1s;
    transition-property: width, height, border-radius, transform, background;
    opacity: 0;
    width: 65px;
    height: 65px;
    min-width: 65px;
    user-select: none;
}

#crossmedia-panel .panel-entry .panel-text {
    position: relative;
    padding: 0 17px 0 0;
    color: #FFF;
    font-weight: 700;
    font-family: Arial;
    font-size: 18px;
    opacity: 0;
    transition: 0.1s;
    transition-property: padding-left, opacity;
    position: absolute;
    z-index: -1;
    left: 100%;
    visibility: collapse;
}

#crossmedia-panel .panel-entry:hover,
#crossmedia-panel .panel-entry:focus {
    width: auto;
    justify-content: flex-start !important;
    text-decoration: none;
}

#crossmedia-panel .panel-entry:hover.panel-button,
#crossmedia-panel .panel-entry:focus.panel-button {
    border-radius: 10px;
    padding-left: 17px;
}


/* IE 10+ FIX */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #crossmedia-panel .panel-entry:hover.panel-button,
    #crossmedia-panel .panel-entry:focus.panel-button {
        min-width: 250px;
    }
}

#crossmedia-panel .panel-entry:hover img,
#crossmedia-panel .panel-entry:focus img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

#crossmedia-panel .panel-entry:hover .panel-text,
#crossmedia-panel .panel-entry:focus .panel-text {
    opacity: 1;
    display: inline-block;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    left: 0;
    visibility: visible;
}

@media only screen and (max-width: 767px) {
    #crossmedia-panel {
        display: none;
        bottom: 20px;
        top: inherit;
        left: inherit;
        left: 10px;
    }
    #crossmedia-panel.active .panel-entry:nth-child(1) {
        transform: translateY(-160%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(2) {
        transform: translateY(-300%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(3) {
        transform: translateY(-440%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(4) {
        transform: translateY(-580%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(5) {
        transform: translateY(-720%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(6) {
        transform: translateY(-860%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(7) {
        transform: translateY(-1000%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(8) {
        transform: translateY(-1140%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(9) {
        transform: translateY(-1280%);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #crossmedia-panel {
        top: inherit;
        bottom: 30px;
    }
    #crossmedia-panel.active .panel-entry:nth-child(1) {
        transform: translateY(-160%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(2) {
        transform: translateY(-300%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(3) {
        transform: translateY(-440%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(4) {
        transform: translateY(-580%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(5) {
        transform: translateY(-720%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(6) {
        transform: translateY(-860%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(7) {
        transform: translateY(-1000%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(8) {
        transform: translateY(-1140%);
    }
    #crossmedia-panel.active .panel-entry:nth-child(9) {
        transform: translateY(-1280%);
    }
}

.own-col {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 769px) {
    .own-col {
        width: 100%;
    }
}

.certs img {
    max-width: 60px;
}

.theme-orange .certs img {
    max-width: 50px;
}
.theme-orange .footer-second-row p span, .theme-orange .footer-second-row h4 {
    font-size: 16px !important;
}
body.theme-orange .footer-second-row a {
    color: #fff;
}

.table-center tr td {
    text-align: center;
}

#ms24-additional-thinclients-wrapper {
    width: 58%;
    float: right;
    border-bottom: 1px solid #DBDBDB;
}

#ms24-additional-thinclients-wrapper.product-options dl {
    margin-bottom: 0;
}

#ms24-additional-thinclients-wrapper.product-options dd {
    float: none;
}

#ms24-additional-thinclients-wrapper .small {
    font-size: 80%;
}

#ms24-additional-thinclients-wrapper input.qty {
    width: 60px !important;
}


/** Theme Blue **/
.iqwn-menu a.link-theme-blue.active,
.iqwn-menu a.link-theme-blue:hover,
.iqwn-menu a.link-theme-blue:focus {
    color: #00abe9 !important;
}

body.theme-blue .nav-container {
    border-bottom: 2px solid #00abe9;
}


/** Theme Green **/
body.theme-green .theme-background-color,
body.theme-green div.form-search button.button:hover>span,
body.theme-green button.button>span,
body.theme-green .page-sitemap .links a,
body.theme-green .sf-menu>li.sfHover>a,
body.theme-green .sf-menu>li>a:hover,
body.theme-green .sf-menu>li.active>a,
body.theme-green .sf-menu li li,
body.theme-green .products-grid .actions button.btn-cart:hover strong,
body.theme-green .products-list button.btn-cart:hover strong,
body.theme-green .ban3,
body.theme-green #faqs h3:hover,
body.theme-green ul.searchindex-results li.active a,
body.theme-green #postComment button.button>span,
body.theme-green .right_slider_side .shop_now:hover,
body.theme-green div.tableBody div.headline,
body.theme-green .opc .step-title,
body.theme-green div.stelleTitel,
body.theme-green div.stelleWrapper table.tcTableQuer tr.tableHeader td,
body.theme-green div.stelleWrapper table.tcTable tr.tableHeader,
body.theme-green .btn-primary,
body.theme-green .btn-primary.disabled,
body.theme-green .btn-primary[disabled],
body.theme-green fieldset[disabled] .btn-primary,
body.theme-green .btn-primary.disabled:hover,
body.theme-green .btn-primary[disabled]:hover,
body.theme-green fieldset[disabled] .btn-primary:hover,
body.theme-green .btn-primary.disabled:focus,
body.theme-green .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
body.theme-green .btn-primary.disabled:active,
body.theme-green .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
body.theme-green .btn-primary.disabled.active,
body.theme-green .btn-primary[disabled].active,
body.theme-green fieldset[disabled] .btn-primary.active,
body.theme-green .label-primary,
body.theme-green .panel-primary>.panel-heading,
body.theme-green .faq-list #faqs h3 {
    background-color: #6abe98;
}

body.theme-green a,
body.theme-green .header .form-search .input-text,
body.theme-green .block .block-title strong,
body.theme-green .block-cart-header:hover .summary,
body.theme-green .block-cart-header:hover .empty,
body.theme-green .block-cart-header:hover .summary strong,
body.theme-green .banner_big2 .ban_big_holder h2,
body.theme-green .message-top,
body.theme-green .product-view .product-name h1,
body.theme-green .products-grid .product-name a,
body.theme-green .products-list .product-name a,
body.theme-green .block .block-title strong,
body.theme-green .block-cart-header:hover .summary strong,
body.theme-green .header-button ul li a,
body.theme-green .header-button.currency-list>a,
body.theme-green .header-button.lang-list>a,
body.theme-green .header .form-search button.button strong,
body.theme-green .header .links li a:hover,
body.theme-green .page-title h1,
body.theme-green .page-title h2,
body.theme-green .box-up-sell a:focus,
body.theme-green a.amshopby-attr,
body.theme-green .btn-remove:before,
body.theme-green .btn-remove-inline:before,
body.theme-green .block-layered-nav dt,
body.theme-green .block-layered-nav .currently,
body.theme-green .searchautocomplete .searchautocomplete-placeholder ul li .price-box,
body.theme-green .right_slider_side h2,
body.theme-green div.contentRowsFifty span a,
body.theme-green div.contentRows span a,
body.theme-green .text-primary,
body.theme-green .faq-list h2 {
    color: #6abe98;
}
.iqwn-menu a.link-theme-green.active,
.iqwn-menu a.link-theme-green:hover,
.iqwn-menu a.link-theme-green:focus {
    color: #6abe98 !important;
}

body.theme-green #search_mini_form,
body.theme-green .block-cart-header,
body.theme-green .block-cart-header .empty .cart-content,
body.theme-green .tc24-language-switch ul,
body.theme-green .sf-menu-phone,
body.theme-green .sf-menu-phone>li,
body.theme-green .sf-menu-phone ul,
body.theme-green .blogCatButtons button.neuigkeiten,
body.theme-green .amshopby-slider-ui .ui-slider-handle,
body.theme-green div.tableBody div.headline,
body.theme-green .panel-primary,
body.theme-green .panel-primary>.panel-heading {
    border-color: #6abe98;
}

body.theme-green .panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #6abe98
}

body.theme-green .panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #6abe98
}

body.theme-green .nav-container {
    border-bottom: 2px solid #6abe98;
}

body.theme-green a:focus,
body.theme-green .header .information {
    color: #51A57F;
}

body.theme-green .sf-menu li li,
body.theme-green #product_comparison .product-shop-row td .product-image:hover,
body.theme-green .btn-primary,
body.theme-green .btn-primary.disabled,
body.theme-green .btn-primary[disabled],
body.theme-green fieldset[disabled] .btn-primary,
body.theme-green .btn-primary.disabled:hover,
body.theme-green .btn-primary[disabled]:hover,
body.theme-green fieldset[disabled] .btn-primary:hover,
body.theme-green .btn-primary.disabled:focus,
body.theme-green .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
body.theme-green .btn-primary.disabled:active,
body.theme-green .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
body.theme-green .btn-primary.disabled.active,
body.theme-green .btn-primary[disabled].active,
body.theme-green fieldset[disabled] .btn-primary.active {
    border-color: #51A57F;
}

body.theme-green .sf-menu li li>a:hover,
body.theme-green .sf-menu li li.sfHover>a,
body.theme-green .sf-menu li li.active>a,
body.theme-green .checkout-progress li.active,
body.theme-green .products-list button.btn-cart strong,
body.theme-green .products-grid .actions button.btn-cart strong,
body.theme-green .label-product>span.sale:before,
body.theme-green .label-product>span.sale,
body.theme-green .ban2,
body.theme-green #postComment button.button>span:hover,
body.theme-green button.button:hover>span,
body.theme-green .page-sitemap .links a:hover,
body.theme-green .right_slider_side .shop_now,
body.theme-green div.form-search button.button>span,
body.theme-green .btn-primary:hover,
body.theme-green .btn-primary:focus,
body.theme-green .btn-primary:active,
body.theme-green .btn-primary.active,
body.theme-green .open .dropdown-toggle.btn-primary,
body.theme-green .label-primary[href]:hover,
body.theme-green .label-primary[href]:focus {
    background-color: #51A57F;
}

body.theme-green .btn-primary:hover,
body.theme-green .btn-primary:focus,
body.theme-green .btn-primary:active,
body.theme-green .btn-primary.active,
body.theme-green .open .dropdown-toggle.btn-primary {
    border-color: #1e6030;
}

body.theme-green .customer_account_link:before {
    background: url(../images/ss24user.png) no-repeat;
}

body.theme-green .top-link-checkout:before {
    background: url(../images/ss24checkout.png) no-repeat;
}

body.theme-green .top-link-blog:before {
    background: url(../images/ss24blog.png) no-repeat;
}

body.theme-green .block-cart-header:before {
    /*background:url(../images/ss24_icon_cart.png) repeat-x;*/
    background: #51A57F;
}

body.theme-green .swipe-menu .links li a,
body.theme-green .footer-links-menu li a,
body.theme-green .home-link {
    color: #FFFFFF;
}

body.theme-green .swipe-menu ul li a:before,
body.theme-green .home-link:before {
    background: none;
!important;
}


/** Theme Orange **/
body.theme-orange .theme-background-color,
body.theme-orange div.form-search button.button:hover>span,
body.theme-orange button.button>span,
body.theme-orange .page-sitemap .links a,
body.theme-orange .sf-menu>li.sfHover>a,
body.theme-orange .sf-menu>li>a:hover,
body.theme-orange .sf-menu>li.active>a,
body.theme-orange .sf-menu li li,
body.theme-orange .products-grid .actions button.btn-cart:hover strong,
body.theme-orange .products-list button.btn-cart:hover strong,
body.theme-orange .ban3,
body.theme-orange #faqs h3:hover,
body.theme-orange ul.searchindex-results li.active a,
body.theme-orange #postComment button.button>span,
body.theme-orange .right_slider_side .shop_now:hover,
body.theme-orange div.tableBody div.headline,
body.theme-orange .opc .step-title,
body.theme-orange div.stelleTitel,
body.theme-orange div.stelleWrapper table.tcTableQuer tr.tableHeader td,
body.theme-orange div.stelleWrapper table.tcTable tr.tableHeader,
body.theme-orange .btn-primary,
body.theme-orange .btn-primary.disabled,
body.theme-orange .btn-primary[disabled],
body.theme-orange fieldset[disabled] .btn-primary,
body.theme-orange .btn-primary.disabled:hover,
body.theme-orange .btn-primary[disabled]:hover,
body.theme-orange fieldset[disabled] .btn-primary:hover,
body.theme-orange .btn-primary.disabled:focus,
body.theme-orange .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
body.theme-orange .btn-primary.disabled:active,
body.theme-orange .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
body.theme-orange .btn-primary.disabled.active,
body.theme-orange .btn-primary[disabled].active,
body.theme-orange fieldset[disabled] .btn-primary.active,
body.theme-orange .label-primary,
body.theme-orange .panel-primary>.panel-heading,
body.theme-orange .faq-list #faqs h3 {
    background-color: #0093c6;
}

body.theme-orange a,
body.theme-orange .header .form-search .input-text,
body.theme-orange .block .block-title strong,
body.theme-orange .block-cart-header:hover .summary,
body.theme-orange .block-cart-header:hover .empty,
body.theme-orange .block-cart-header:hover .summary strong,
body.theme-orange .banner_big2 .ban_big_holder h2,
body.theme-orange .message-top,
body.theme-orange .product-view .product-name h1,
body.theme-orange .products-grid .product-name a,
body.theme-orange .products-list .product-name a,
body.theme-orange .block .block-title strong,
body.theme-orange .block-cart-header:hover .summary strong,
body.theme-orange .header-button ul li a,
body.theme-orange .header-button.currency-list>a,
body.theme-orange .header-button.lang-list>a,
body.theme-orange .header .form-search button.button strong,
body.theme-orange .header .links li a:hover,
body.theme-orange .page-title h1,
body.theme-orange .page-title h2,
body.theme-orange .box-up-sell a:focus,
body.theme-orange a.amshopby-attr,
body.theme-orange .btn-remove:before,
body.theme-orange .btn-remove-inline:before,
body.theme-orange .block-layered-nav dt,
body.theme-orange .block-layered-nav .currently,
body.theme-orange .searchautocomplete .searchautocomplete-placeholder ul li .price-box,
body.theme-orange .right_slider_side h2,
body.theme-orange div.contentRowsFifty span a,
body.theme-orange div.contentRows span a,
body.theme-orange .text-primary,
body.theme-orange .faq-list h2 {
    color: #0093c6;
}
.iqwn-menu a.link-theme-orange.active,
.iqwn-menu a.link-theme-orange:hover,
.iqwn-menu a.link-theme-orange:focus {
    color: #0093c6 !important;
}

body.theme-orange #search_mini_form,
body.theme-orange .block-cart-header,
body.theme-orange .block-cart-header .empty .cart-content,
body.theme-orange .tc24-language-switch ul,
body.theme-orange .sf-menu-phone,
body.theme-orange .sf-menu-phone>li,
body.theme-orange .sf-menu-phone ul,
body.theme-orange .blogCatButtons button.neuigkeiten,
body.theme-orange .amshopby-slider-ui .ui-slider-handle,
body.theme-orange div.tableBody div.headline,
body.theme-orange .panel-primary,
body.theme-orange .panel-primary>.panel-heading,
body.theme-orange div.stelleTitel {
    border-color: #0093c6;
}

body.theme-orange .panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #0093c6
}

body.theme-orange .panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #0093c6
}

body.theme-orange .nav-container {
    border-bottom: 2px solid #0093c6;
}

body.theme-orange a:focus,
body.theme-orange .header .information {
    color: #007AAD;
}

body.theme-orange .sf-menu li li,
body.theme-orange #product_comparison .product-shop-row td .product-image:hover,
body.theme-orange .btn-primary,
body.theme-orange .btn-primary.disabled,
body.theme-orange .btn-primary[disabled],
body.theme-orange fieldset[disabled] .btn-primary,
body.theme-orange .btn-primary.disabled:hover,
body.theme-orange .btn-primary[disabled]:hover,
body.theme-orange fieldset[disabled] .btn-primary:hover,
body.theme-orange .btn-primary.disabled:focus,
body.theme-orange .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
body.theme-orange .btn-primary.disabled:active,
body.theme-orange .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
body.theme-orange .btn-primary.disabled.active,
body.theme-orange .btn-primary[disabled].active,
body.theme-orange fieldset[disabled] .btn-primary.active {
    border-color: #007AAD;
}

body.theme-orange .sf-menu li li>a:hover,
body.theme-orange .sf-menu li li.sfHover>a,
body.theme-orange .sf-menu li li.active>a,
body.theme-orange .checkout-progress li.active,
body.theme-orange .products-list button.btn-cart strong,
body.theme-orange .products-grid .actions button.btn-cart strong,
body.theme-orange .label-product>span.sale:before,
body.theme-orange .label-product>span.sale,
body.theme-orange .ban2,
body.theme-orange #postComment button.button>span:hover,
body.theme-orange button.button:hover>span,
body.theme-orange .page-sitemap .links a:hover,
body.theme-orange .right_slider_side .shop_now,
body.theme-orange div.form-search button.button>span,
body.theme-orange .btn-primary:hover,
body.theme-orange .btn-primary:focus,
body.theme-orange .btn-primary:active,
body.theme-orange .btn-primary.active,
body.theme-orange .open .dropdown-toggle.btn-primary,
body.theme-orange .label-primary[href]:hover,
body.theme-orange .label-primary[href]:focus {
    background-color: #007AAD;
}

body.theme-orange .btn-primary:hover,
body.theme-orange .btn-primary:focus,
body.theme-orange .btn-primary:active,
body.theme-orange .btn-primary.active,
body.theme-orange .open .dropdown-toggle.btn-primary {
    border-color: #007AAD;
}

body.theme-orange .customer_account_link:before {
    background: url(../images/lz24user.png) no-repeat;
}

body.theme-orange .top-link-checkout:before {
    background: url(../images/lz24checkout.png) no-repeat;
}

body.theme-orange .top-link-blog:before {
    background: url(../images/lz24blog.png) no-repeat;
}

body.theme-orange .block-cart-header:before {
    /*background:url(../images/lz24_icon_cart.png) repeat-x;*/
    background: #007AAD;
}

body.theme-orange .swipe-menu .links li a,
body.theme-orange .footer-links-menu li a,
body.theme-orange .home-link {
    color: #FFFFFF;
}

body.theme-orange .swipe-menu ul li a:before,
body.theme-orange .home-link:before {
    background: none;
!important;
}


/** Theme Red **/
body.theme-red .theme-background-color,
body.theme-red div.form-search button.button:hover>span,
body.theme-red button.button>span,
body.theme-red .page-sitemap .links a,
body.theme-red .sf-menu>li.sfHover>a,
body.theme-red .sf-menu>li>a:hover,
body.theme-red .sf-menu>li.active>a,
body.theme-red .sf-menu li li,
body.theme-red .products-grid .actions button.btn-cart:hover strong,
body.theme-red .products-list button.btn-cart:hover strong,
body.theme-red .ban3,
body.theme-red #faqs h3:hover,
body.theme-red ul.searchindex-results li.active a,
body.theme-red #postComment button.button>span,
body.theme-red .right_slider_side .shop_now:hover,
body.theme-red div.tableBody div.headline,
body.theme-red .opc .step-title,
body.theme-red div.stelleTitel,
body.theme-red div.stelleWrapper table.tcTableQuer tr.tableHeader td,
body.theme-red div.stelleWrapper table.tcTable tr.tableHeader,
body.theme-red .btn-primary,
body.theme-red .btn-primary.disabled,
body.theme-red .btn-primary[disabled],
body.theme-red fieldset[disabled] .btn-primary,
body.theme-red .btn-primary.disabled:hover,
body.theme-red .btn-primary[disabled]:hover,
body.theme-red fieldset[disabled] .btn-primary:hover,
body.theme-red .btn-primary.disabled:focus,
body.theme-red .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
body.theme-red .btn-primary.disabled:active,
body.theme-red .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
body.theme-red .btn-primary.disabled.active,
body.theme-red .btn-primary[disabled].active,
body.theme-red fieldset[disabled] .btn-primary.active,
body.theme-red .label-primary,
body.theme-red .panel-primary>.panel-heading,
body.theme-red .faq-list #faqs h3 {
    background-color: #4eba9f;
}

body.theme-red a,
body.theme-red .header .form-search .input-text,
body.theme-red .block .block-title strong,
body.theme-red .block-cart-header:hover .summary,
body.theme-red .block-cart-header:hover .empty,
body.theme-red .block-cart-header:hover .summary strong,
body.theme-red .banner_big2 .ban_big_holder h2,
body.theme-red .message-top,
body.theme-red .product-view .product-name h1,
body.theme-red .products-grid .product-name a,
body.theme-red .products-list .product-name a,
body.theme-red .block .block-title strong,
body.theme-red .block-cart-header:hover .summary strong,
body.theme-red .header-button ul li a,
body.theme-red .header-button.currency-list>a,
body.theme-red .header-button.lang-list>a,
body.theme-red .header .form-search button.button strong,
body.theme-red .header .links li a:hover,
body.theme-red .page-title h1,
body.theme-red .page-title h2,
body.theme-red .box-up-sell a:focus,
body.theme-red a.amshopby-attr,
body.theme-red .btn-remove:before,
body.theme-red .btn-remove-inline:before,
body.theme-red .block-layered-nav dt,
body.theme-red .block-layered-nav .currently,
body.theme-red .searchautocomplete .searchautocomplete-placeholder ul li .price-box,
body.theme-red .right_slider_side h2,
body.theme-red div.contentRowsFifty span a,
body.theme-red div.contentRows span a,
body.theme-red .text-primary,
body.theme-red .faq-list h2 {
    color: #4eba9f;
}
.iqwn-menu a.link-theme-red.active,
.iqwn-menu a.link-theme-red:hover,
.iqwn-menu a.link-theme-red:focus {
    color: #4eba9f !important;
}

body.theme-red #search_mini_form,
body.theme-red .block-cart-header,
body.theme-red .block-cart-header .empty .cart-content,
body.theme-red .tc24-language-switch ul,
body.theme-red .sf-menu-phone,
body.theme-red .sf-menu-phone>li,
body.theme-red .sf-menu-phone ul,
body.theme-red .blogCatButtons button.neuigkeiten,
body.theme-red .amshopby-slider-ui .ui-slider-handle,
body.theme-red div.tableBody div.headline,
body.theme-red .panel-primary,
body.theme-red .panel-primary>.panel-heading,
body.theme-red div.stelleTitel {
    border-color: #4eba9f;
}

body.theme-red .panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #4eba9f;
}

body.theme-red .panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #4eba9f;
}

body.theme-red .nav-container {
    border-bottom: 2px solid #4eba9f;
}

body.theme-red a:focus,
body.theme-red .header .information {
    /*color: #ff4038;*/
    color: #35A186;
}

body.theme-red .sf-menu li li,
body.theme-red #product_comparison .product-shop-row td .product-image:hover,
body.theme-red .btn-primary,
body.theme-red .btn-primary.disabled,
body.theme-red .btn-primary[disabled],
body.theme-red fieldset[disabled] .btn-primary,
body.theme-red .btn-primary.disabled:hover,
body.theme-red .btn-primary[disabled]:hover,
body.theme-red fieldset[disabled] .btn-primary:hover,
body.theme-red .btn-primary.disabled:focus,
body.theme-red .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
body.theme-red .btn-primary.disabled:active,
body.theme-red .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
body.theme-red .btn-primary.disabled.active,
body.theme-red .btn-primary[disabled].active,
body.theme-red fieldset[disabled] .btn-primary.active {
    /*border-color: #ff4038;*/
    border-color: #35A186;
}

body.theme-red .sf-menu li li>a:hover,
body.theme-red .sf-menu li li.sfHover>a,
body.theme-red .sf-menu li li.active>a,
body.theme-red .checkout-progress li.active,
body.theme-red .products-list button.btn-cart strong,
body.theme-red .products-grid .actions button.btn-cart strong,
body.theme-red .label-product>span.sale:before,
body.theme-red .label-product>span.sale,
body.theme-red .ban2,
body.theme-red #postComment button.button>span:hover,
body.theme-red button.button:hover>span,
body.theme-red .page-sitemap .links a:hover,
body.theme-red .right_slider_side .shop_now,
body.theme-red div.form-search button.button>span,
body.theme-red .btn-primary:hover,
body.theme-red .btn-primary:focus,
body.theme-red .btn-primary:active,
body.theme-red .btn-primary.active,
body.theme-red .open .dropdown-toggle.btn-primary,
body.theme-red .label-primary[href]:hover,
body.theme-red .label-primary[href]:focus {
    /*background-color: #ff4038;*/
    background-color: #35A186;
}

body.theme-red .btn-primary:hover,
body.theme-red .btn-primary:focus,
body.theme-red .btn-primary:active,
body.theme-red .btn-primary.active,
body.theme-red .open .dropdown-toggle.btn-primary {
    /*border-color: #ff4038;*/
    border-color: #35A186;
}

body.theme-red .customer_account_link:before {
    background: url(../images/ms24user.png) no-repeat;
}

body.theme-red .top-link-checkout:before {
    background: url(../images/ms24checkout.png) no-repeat;
}

body.theme-red .top-link-blog:before {
    background: url(../images/ms24blog.png) no-repeat;
}

body.theme-red .block-cart-header:before {
    /*background:url(../images/ms24_icon_cart.png) repeat-x;*/
    background: #35A186;
}

body.theme-red .swipe-menu .links li a,
body.theme-red .footer-links-menu li a,
body.theme-red .home-link {
    color: #FFFFFF;
}

body.theme-red .swipe-menu ul li a:before,
body.theme-red .home-link:before {
    background: none;
!important;
}


/** Theme Purple **/

body.theme-purple .theme-background-color,
body.theme-purple div.form-search button.button:hover>span,
body.theme-purple button.button>span,
body.theme-purple .page-sitemap .links a,
body.theme-purple .sf-menu>li.sfHover>a,
body.theme-purple .sf-menu>li>a:hover,
body.theme-purple .sf-menu>li.active>a,
body.theme-purple .sf-menu li li,
body.theme-purple .products-grid .actions button.btn-cart:hover strong,
body.theme-purple .products-list button.btn-cart:hover strong,
body.theme-purple .ban3,
body.theme-purple #faqs h3:hover,
body.theme-purple ul.searchindex-results li.active a,
body.theme-purple #postComment button.button>span,
body.theme-purple .right_slider_side .shop_now:hover,
body.theme-purple div.tableBody div.headline,
body.theme-purple .opc .step-title,
body.theme-purple div.stelleTitel,
body.theme-purple div.stelleWrapper table.tcTableQuer tr.tableHeader td,
body.theme-purple div.stelleWrapper table.tcTable tr.tableHeader,
body.theme-purple .btn-primary,
body.theme-purple .btn-primary.disabled,
body.theme-purple .btn-primary[disabled],
body.theme-purple fieldset[disabled] .btn-primary,
body.theme-purple .btn-primary.disabled:hover,
body.theme-purple .btn-primary[disabled]:hover,
body.theme-purple fieldset[disabled] .btn-primary:hover,
body.theme-purple .btn-primary.disabled:focus,
body.theme-purple .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
body.theme-purple .btn-primary.disabled:active,
body.theme-purple .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
body.theme-purple .btn-primary.disabled.active,
body.theme-purple .btn-primary[disabled].active,
body.theme-purple fieldset[disabled] .btn-primary.active,
body.theme-purple .label-primary,
body.theme-purple .panel-primary>.panel-heading,
body.theme-purple .faq-list #faqs h3 {
    background-color: #21b8cd;
}

body.theme-purple a,
body.theme-purple .header .form-search .input-text,
body.theme-purple .block .block-title strong,
body.theme-purple .block-cart-header:hover .summary,
body.theme-purple .block-cart-header:hover .empty,
body.theme-purple .block-cart-header:hover .summary strong,
body.theme-purple .banner_big2 .ban_big_holder h2,
body.theme-purple .message-top,
body.theme-purple .product-view .product-name h1,
body.theme-purple .products-grid .product-name a,
body.theme-purple .products-list .product-name a,
body.theme-purple .block .block-title strong,
body.theme-purple .block-cart-header:hover .summary strong,
body.theme-purple .header-button ul li a,
body.theme-purple .header-button.currency-list>a,
body.theme-purple .header-button.lang-list>a,
body.theme-purple .header .form-search button.button strong,
body.theme-purple .header .links li a:hover,
body.theme-purple .page-title h1,
body.theme-purple .page-title h2,
body.theme-purple .box-up-sell a:focus,
body.theme-purple a.amshopby-attr,
body.theme-purple .btn-remove:before,
body.theme-purple .btn-remove-inline:before,
body.theme-purple .block-layered-nav dt,
body.theme-purple .block-layered-nav .currently,
body.theme-purple .searchautocomplete .searchautocomplete-placeholder ul li .price-box,
body.theme-purple .right_slider_side h2,
body.theme-purple div.contentRowsFifty span a,
body.theme-purple div.contentRows span a,
body.theme-purple .text-primary,
body.theme-purple .faq-list h2 {
    color: #21b8cd;
}
.iqwn-menu a.link-theme-purple.active,
.iqwn-menu a.link-theme-purple:hover,
.iqwn-menu a.link-theme-purple:focus {
    color: #21b8cd !important;
}

body.theme-purple #search_mini_form,
body.theme-purple .block-cart-header,
body.theme-purple .block-cart-header .empty .cart-content,
body.theme-purple .tc24-language-switch ul,
body.theme-purple .sf-menu-phone,
body.theme-purple .sf-menu-phone>li,
body.theme-purple .sf-menu-phone ul,
body.theme-purple .blogCatButtons button.neuigkeiten,
body.theme-purple .amshopby-slider-ui .ui-slider-handle,
body.theme-purple div.tableBody div.headline,
body.theme-purple .panel-primary,
body.theme-purple .panel-primary>.panel-heading,
body.theme-purple div.stelleTitel {
    border-color: #21b8cd;
}

body.theme-purple .panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #21b8cd
}

body.theme-purple .panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #21b8cd
}

body.theme-purple .nav-container {
    border-bottom: 2px solid #21b8cd;
}

body.theme-purple a:focus,
body.theme-purple .header .information {
    color: #089FB4;
}

body.theme-purple .sf-menu li li,
body.theme-purple #product_comparison .product-shop-row td .product-image:hover,
body.theme-purple .btn-primary,
body.theme-purple .btn-primary.disabled,
body.theme-purple .btn-primary[disabled],
body.theme-purple fieldset[disabled] .btn-primary,
body.theme-purple .btn-primary.disabled:hover,
body.theme-purple .btn-primary[disabled]:hover,
body.theme-purple fieldset[disabled] .btn-primary:hover,
body.theme-purple .btn-primary.disabled:focus,
body.theme-purple .btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
body.theme-purple .btn-primary.disabled:active,
body.theme-purple .btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
body.theme-purple .btn-primary.disabled.active,
body.theme-purple .btn-primary[disabled].active,
body.theme-purple fieldset[disabled] .btn-primary.active {
    border-color: #089FB4;
}

body.theme-purple .sf-menu li li>a:hover,
body.theme-purple .sf-menu li li.sfHover>a,
body.theme-purple .sf-menu li li.active>a,
body.theme-purple .checkout-progress li.active,
body.theme-purple .products-list button.btn-cart strong,
body.theme-purple .products-grid .actions button.btn-cart strong,
body.theme-purple .label-product>span.sale:before,
body.theme-purple .label-product>span.sale,
body.theme-purple .ban2,
body.theme-purple #postComment button.button>span:hover,
body.theme-purple button.button:hover>span,
body.theme-purple .page-sitemap .links a:hover,
body.theme-purple .right_slider_side .shop_now,
body.theme-purple div.form-search button.button>span,
body.theme-purple .btn-primary:hover,
body.theme-purple .btn-primary:focus,
body.theme-purple .btn-primary:active,
body.theme-purple .btn-primary.active,
body.theme-purple .open .dropdown-toggle.btn-primary,
body.theme-purple .label-primary[href]:hover,
body.theme-purple .label-primary[href]:focus {
    background-color: #089FB4;
}

body.theme-purple .btn-primary:hover,
body.theme-purple .btn-primary:focus,
body.theme-purple .btn-primary:active,
body.theme-purple .btn-primary.active,
body.theme-purple .open .dropdown-toggle.btn-primary {
    border-color: #089FB4;
}

body.theme-purple .customer_account_link:before {
    background: url(../images/sh24user.png) no-repeat;
}

body.theme-purple .top-link-checkout:before {
    background: url(../images/sh24checkout.png) no-repeat;
}

body.theme-purple .top-link-blog:before {
    background: url(../images/sh24blog.png) no-repeat;
}

body.theme-purple .block-cart-header:before {
    /*background:url(../images/sh24_icon_cart.png) repeat-x;*/
    background: #089FB4;
}

body.theme-purple .swipe-menu .links li a,
body.theme-purple .footer-links-menu li a,
body.theme-purple .home-link,
body.theme-purple .btn-primary {
    color: #FFFFFF;
}

body.theme-purple .swipe-menu ul li a:before,
body.theme-purple .home-link:before {
    background: none;
!important;
}


/* Anpassung Logos */

@media screen and (min-width: 769px) {
    body.theme-blue .header .logo {
        margin: 35px 0 0 0;
    }
    body.theme-orange .header .logo,
    body.theme-green .header .logo {
        margin: 41px 0 0 0;
    }
    body.theme-purple .header .logo {
        margin: 50px 0 0 0;
    }
    body.theme-red .header .logo {
        margin: 46px 0 0 0;
    }
}


/* Anpassungen CrossMedia */

@font-face {
    font-family: "aldosemibold";
    src: url("../font/aldo_pc-webfont.woff2") format("woff2"), url("../font/aldo_pc-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

#crossmedia-panel #g24svg {
    display: none;
}

#crossmedia-panel .main-button {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    background: #0096bb;
    background: -moz-linear-gradient(left, #0096bb 0%, #69bd96 100%) !important;
    background: -webkit-linear-gradient(left, #0096bb 0%, #69bd96 100%) !important;
    background: linear-gradient(to right, #0096bb 0%, #69bd96 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$secondary", GradientType=1) !important;
    transition: box-shadow 0.25s ease-in-out;
    animation: pulse 2s infinite;
}

#crossmedia-panel .main-button:hover,
#crossmedia-panel.active .main-button {
    box-shadow: 0 0 0 5px rgba(0, 150, 187, 0.2);
    cursor: pointer;
    animation: none;
}

#crossmedia-panel .panel-entries {
    width: auto;
    left: -10%;
}

#crossmedia-panel .panel-entry {
    width: auto;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

#crossmedia-panel .panel-entry img {
    height: 20px;
}

#crossmedia-panel .panel-entry.bg-ms24-hover img,
#crossmedia-panel .panel-entry.bg-ss24-hover img,
#crossmedia-panel .panel-entry.bg-g24-hover img {
    height: 25px;
}

#crossmedia-panel .main-button:after {
    content: "24";
    font-family: "aldosemibold";
    color: white;
    font-size: 55px;
    line-height: 105px;
    padding-left: 3px;
}

#crossmedia-panel .panel-button:hover.bg-tc24-hover,
#crossmedia-panel .panel-button:focus.bg-tc24-hover,
#crossmedia-panel .panel-button.active.bg-tc24-hover {
    background: #00abe9;
}

#crossmedia-panel .panel-button:hover.bg-ss24-hover,
#crossmedia-panel .panel-button:focus.bg-ss24-hover,
#crossmedia-panel .panel-button.active.bg-ss24-hover {
    background: #6abe98;
}

#crossmedia-panel .panel-button:hover.bg-sl24-hover,
#crossmedia-panel .panel-button:focus.bg-sl24-hover,
#crossmedia-panel .panel-button.active.bg-sl24-hover {
    background: #0093c6;
}

#crossmedia-panel .panel-button:hover.bg-sh24-hover,
#crossmedia-panel .panel-button:focus.bg-sh24-hover,
#crossmedia-panel .panel-button.active.bg-sh24-hover {
    background: #21b8cd;
}

#crossmedia-panel .panel-button:hover.bg-ms24-hover,
#crossmedia-panel .panel-button:focus.bg-ms24-hover,
#crossmedia-panel .panel-button.active.bg-ms24-hover {
    background: #4eba9f;
}

#crossmedia-panel .panel-button:hover.bg-zencon-hover,
#crossmedia-panel .panel-button:focus.bg-zencon-hover,
#crossmedia-panel .panel-button.active.bg-zencon-hover {
    background: #2d72b9;
}

#crossmedia-panel .panel-button:hover.bg-g24-hover,
#crossmedia-panel .panel-button:focus.bg-g24-hover,
#crossmedia-panel .panel-button.active.bg-g24-hover {
    background: #0096bb;
    background: -moz-linear-gradient(left, #0096bb 0%, #69bd96 100%) !important;
    background: -webkit-linear-gradient(left, #0096bb 0%, #69bd96 100%) !important;
    background: linear-gradient(to right, #0096bb 0%, #69bd96 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$secondary", GradientType=1) !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 187, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 150, 187, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 187, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 150, 187, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 150, 187, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 150, 187, 0);
        box-shadow: 0 0 0 10px rgba(0, 150, 187, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 150, 187, 0);
        box-shadow: 0 0 0 0 rgba(0, 150, 187, 0);
    }
}