/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.vihtan.fi/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.vihtan.fi/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.vihtan.fi/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.vihtan.fi/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.vihtan.fi/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.vihtan.fi/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.vihtan.fi/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.vihtan.fi/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.vihtan.fi/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Print ======================================================================================= */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ======================================================================================= */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;padding:0;}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0;border:0}
/**
 * Copyright © Vaimo Group. All rights reserved.
 * See LICENSE_VAIMO.txt for license details.
 */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #333;
    background-color: #f6f6f6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.container {
    background: #f6f6f6;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1, h2 {
    font-size: 60px;
    line-height: 90px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

h4 {
    font-size: 15px;
    line-height: 19px;
}

h5 {
    font-size: 14px;
    line-height: 17px;
}

h6 {
    font-size: 12px;
    line-height: 15px;
}

hr {
    border: 0;
    height: 1px;
    background: #d6d6d6;
}

.container p {
    line-height: 18px;
}

.container {
    background: #fff;
}

/* Page Heading */
.page-title h1 {
    margin-top: 0;
}

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

/* Links */
a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #999;
    text-decoration: underline;
}

a:visited {
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* Buttons */
.button {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.button:focus {
   
}
.button:hover,
.button:focus {
    text-decoration: none;
    background: #348445;
    border: 1px solid #348445;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.button:active,
.button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button:focus,
.button:active
{
    color: #333333;
    background-color: #ebebeb;
    border-color: #a1a1a1;
}

.button-co,
#place-order-button,
.btn-proceed-checkout {
    background: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.button-co:hover,
.button-co:active,
.button-co:focus,
.btn-proceed-checkout:hover,
.btn-proceed-checkout:active,
.btn-proceed-checkout:focus,
#place-order-button:hover,
#place-order-button:active,
#place-order-button:focus {
    background-color: #47a447;
    border-color: #398439;
    color: #fff;
}

/* Inputs and textareas */

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */

    line-height: normal;
}
input[type="file"] {
    display: block;
}
select[multiple],
select[size] {
    height: auto;
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

.input-text:-moz-placeholder {
    color: #999;
}
.input-text::-moz-placeholder {
    color: #999;
}
.input-text:-ms-input-placeholder {
    color: #999;
}
.input-text::-webkit-input-placeholder {
    color: #999;
}
.input-text,
textarea {
    display: inline-block;
    width: 100%;
    height: 28px;
    padding: 6px 8px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-text:focus,
textarea:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-text[disabled],
.input-text[readonly],
textarea[disabled],
textarea[readonly],
fieldset[disabled] .input-text {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.radio,
.form-list .control label,
.checkbox {
    cursor: pointer;
    width: auto;
}

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

.cms-page-view .main-container ul,
.cms-page-view .main-container ol {
    padding-left: 40px;
}

.cms-page-view .main-container ul {
    list-style-type: disc;
}

.cms-page-view .main-container ol {
    list-style-type: decimal;
}

/* Tables */
table {
    border: none;
}

/* Labels */
label {
    color: #666;
    display: inline-block;
}

label em {
	color:#00809f;
    margin-right: 3px;
}

.form-list label,
.one-page-checkout label {
    width: 29%;
    margin-bottom: 5px;
}

/* Grouped fields */
.form-list li {
    margin: 0 0 15px 0;
}

.form-list .field {
    margin: 0 0 10px 0;
}

.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,
.form-list .input-text,
.one-page-checkout .input-text {
    display: inline-block;
    width: 70%
}

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

/* Buttons set */

.buttons-set {
    line-height: 30px;
    float: left;
}

.buttons-set a {
    text-transform: none;
}

.back-link {
    float: left;
}

.buttons-set button.button {
    float: right;
}

.buttons-set p.required {
    margin: 0 0 5px;
    color: #00809f;
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 5px 0 10px 0;
    padding-left: 3px;
    font-size: 10px;
    line-height: 13px;
    color: #f00;
}

.validation-advice span {
    padding-right: 5px;
}

.validation-failed {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.validation-failed:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

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

span.required {
    color: #ff0000;
}

/* 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;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.messages i {
    display: inline-block;
    margin-right: 10px;
}

.messages li {
    margin: 0 0 10px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    min-height: 24px;
    padding: 10px 10px 0 10px;
    font-weight: bold;
    border-radius: 3px;
}

.error-msg {
    background-color: #ff544c;
    color: #fff;
}

.success-msg {
    background-color: #5dc46e;
    color: #fff;
}

.note-msg,
.notice-msg {
    background-color: #ccc;
}

/* Breadcrumbs */
.breadcrumbs {
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
}

.breadcrumbs ul * {
    float: left;
}

.breadcrumbs a,
.breadcrumbs strong {
    padding: 5px;
}

.breadcrumbs span {
    padding: 5px 0;
}

.breadcrumbs a {
    color: #999;
}

/*
    Pager appear on other pages than category; such
    as account pages, therefore this is added in global.css
*/
.pages .pagination {
    margin: 0 0 0 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius:3px;
}
.pagination li {
    display: inline;
}
.pagination li a,
.pagination li span {
    position: relative;
    float: left;
    padding: 2px 7px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination li:first-child a,
.pagination li:first-child span {
    margin-left: 0;
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
}
.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius:3px;
    border-top-right-radius:3px;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
    background-color: #fff;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    z-index: 2;
    color: #333;
    background-color: #c8c8c8;
    cursor: default;
}

.toolbar select {
    padding: 2px;
    background: #fff;
    box-shadow: none;
}

/* Sorter */

.toolbar .sort-by select {
    width: 100px;
    margin: 0 10px 0 5px;
}

/* Limiter */
.toolbar .limiter select {
    margin: 0 20px 0 5px;
    width: auto;
}

/* Toolbar */
.toolbar {
    padding: 10px 0;
    clear: both;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.toolbar .amount,
.toolbar label {
    line-height: 23px;
}

.toolbar-bottom .toolbar {
    border-bottom: none;
}

.toolbar-bottom .no-pagination {
    border-top: 0;
}

.toolbar-bottom .toolbar .amount,
.toolbar-bottom .toolbar .sort-by,
.toolbar-bottom .toolbar .limiter {
    display: none;
}

.toolbar label {
    display: inline-block;
}

/* Data tables */
.data-table {
    width: 100%;
}

.data-table th {
    padding: 6px;
    border: 1px solid #ddd;
    font-weight: bold;
    white-space: nowrap;
}

.data-table td {
    padding: 5px;
    border: 1px solid #ddd;
}

.data-table thead {
    background-color: #f2f2f2;
}

.data-table tr.even {
    background-color: #f6f6f6;
}

.data-table tbody.odd td {
    border-width: 0 1px;
}

.data-table tbody.even {
    background-color: #f6f6f6;
}

.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;
    background-color: #f6f6f6;
    text-shadow: none;
    color: #333;
    border-radius: 0;
    line-height: normal;
    border-bottom: none;
    border-right: none;
}

.data-table tr.last {
    border-bottom: 1px solid #ddd;
}

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

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
}

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

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(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
}

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

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

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

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

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

.link-cart {
    font-weight: bold;
    color: #f00;
}

.link-reorder {
    font-weight: bold;
}

.link-print {
    background: url(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/i_rss.gif) 0 1px no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    font-size: 14px;
}

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

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

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: #ddd;
    text-indent: -999em;
    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(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/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 {
    width: 100%;
    position: fixed;
    bottom: 0;
    border-bottom: 1px solid #cfcfcf;
    background: #ececec;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #646260;
}

.notice-cookie .notice-inner {
    max-width: 1320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 12px 0;
    text-align: left;
}

.notice-cookie .notice-inner p {
    margin: 0;
    padding: 0;
}

.notice-cookie .actions {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notice-cookie button {
    background-color: #d2d2d2;
    border: none;
    color: #333;
}

.notice-cookie button:hover {
    background-color: #646260;
}

.notice-cookie a {
    text-decoration: underline;
}

@media (max-width: 1620px) {
    .notice-cookie .notice-inner {
        padding: 12px 30px;
    }
}

@media (max-width: 768px) {
    .notice-cookie .notice-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .notice-cookie .actions {
        width: 100%;
        margin: 10px 0 0;
    }
    .notice-cookie button {
        font-size: 16px;
        font-weight: bold;
    }
}

.container #notice-cookie-block {
    display: none;
}

/* Figure */
figure {
    margin: 0;
}

/* Other */
.carousel-control {
    overflow: hidden;
}

/* Hide an element to all users except screen readers */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.pull-clear-right {
    float: right;
    clear: right;
}

.pull-clear-left {
    float: left;
    clear: left;
}

.widget .widget-title h2 {
    font-size: 26px;
    font-weight: 300;
    color: #848484;
    margin: 20px 0 0 15px;
}

.wishlist-index-index #wishlist-view-form textarea {
    height: inherit;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 8px;
}

.wishlist-index-share .my-account .buttons-set {
    width: 100%;
}

#search_autocomplete {
    z-index: 9999;
}

.cms-index-index .note-msg {
    display: none;
}

.added-wishlist img {
    width: 35px;
    height: auto;
}

.my-account #gdprforget-form,
.my-account #gdprexport-form {
	padding-left: 10px;
}

.link-container h2 {
    margin: 0;
}

.link-container h1 {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #FFF;
}

.widget-image-text-container .link-container h1 {
    padding-top: 0;
    margin-top: -5px;
}

.container .main-container {
    margin-top: 0;
}
.page {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 960px;
}

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

.main-container {
    margin-top: 27px;
}
/* Tools ================================================================================= */

.nobr {
    white-space: nowrap;
}

.wrap {
    white-space: normal;
}

.a-left,
table th.a-left,
table td.a-left {
    text-align: left;
}

.a-center,
table th.a-center,
table td.a-center {
    text-align: center;
}

.a-right,
table th.a-right,
table td.a-right {
    text-align: right;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

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

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

.f-none {
    float: none;
}

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

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

.d-inline {
    display: inline;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-bg {
    background: none;
}

.hidden {
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Product prices ======================================================================================= */

.product-essential .price {
    font-size: 16px;
}

.price-box {
    overflow: hidden;
    margin: 10px 0;
}

.price-box .price {
    font-weight: 300;
    font-size: 21px;
}

/* Regular price */
.product-shop .regular-price {
    display: block;
    float: left;
}

.regular-price .price {
    font-weight: 600;
    font-size: 13px;
}

/* Old price */
.product-shop .old-price {
    display: block;
    float: left;
    
}

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

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

/* Special price */
.product-shop .special-price {
    display: block;
    float: left;
    margin-left: 15px;
}

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

.special-price .price {
    font-weight: 300;
    color: #000;
}

/* Minimal price (as low as) */
.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #333333;
    background-color: transparent;
    font-weight: normal;
    font-size: 11px;
    text-shadow: none;
    border-radius: 0;
    padding: 0;
}

.minimal-price-link .price {
    font-weight: normal;
}

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

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

.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 .price-label {
    font-weight: bold;
    white-space: nowrap;
}
/* Header ================================================================================ */

#header {
    margin: 0;
    background: #f6f6f6;
}

div.mobile-logo {
    display: none;
}


#header-container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

#header .welcome-msg {
    margin: 15px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    color: #b1b1b1;
}

#header .links li.first a:before {
    content: "\e009" !important;
    font-family: "vihtan" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;    
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 26px;
    position: relative;
    top: 2px;
    left: 2px;
}

#header .links li.last a:before {
    content: "\e161";
    font-family: 'Glyphicons Halflings';
    color: #333;
    font-size: 26px;
    position: relative;
    top: 2px;
    left: 2px;
}

#header .links li {
    margin-top: -1px;
}

#header .info-cms-block, #header .retailer-link a {
    text-transform: uppercase;
    color: #b1b1b1;
    font-size: 12px;
    float: right;
    font-weight: 300;
    margin: 0;
}

#header .retailer-link a {
    margin-top: 18px;
}

#header .retailer-link a:before {
    content: "\e092";
    color: #534741;
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    margin-right: 7px;
}

#header .links a {
    text-transform: uppercase;
    font-size: 13px;
}

#header .links li.last a {
    border: none;
    padding-right: 0;
}

#header .logo {
    display: inline-block;
    margin: 0;
    max-height: 150px;
}

.logo img {
    width: 100%;
}

/* Search */
#search_mini_form {
    float:none;
    padding: 5px 10px 10px 10px;
    margin: 0;
    position: relative;
}

#search_mini_form .input-wrapper {
    padding: 0;
    border-bottom: 1px solid #666;
    border-radius: 3px;
}

#search_mini_form .input-wrapper button {
    background: none;
    border: none;
    display: inline;
    outline: none;
    padding: 0;
    float: right;
    font-size: 35px;
}

#search_mini_form .input-wrapper .input-search {
    background: transparent;
    font-weight: 300;
    border: none;
    color: #c6c6c6;
    outline: 0;
    height: 72px;
    padding: 0 0 0 7px;
    vertical-align: top;
    width: calc(100% - 40px);
    font-weight: 700;
}

#search_mini_form .icon-search {
    font-size: 16px;
    color: #666;
    display: inline;
}

#search_autocomplete {
    background: #fff;
    border: 1px solid #c1c0c0;
    border-top: 0;
    display: none !important;
}

#search_autocomplete ul li {
    padding: 5px 10px;
}

#search_autocomplete ul li.odd {
    background: #f5f5f5;
}

#search_autocomplete ul li.selected {
    background: #e5e5e5;
}

#search_autocomplete .amount {
    float: right;
}

.header-bottomContainer {
    width: 100%;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
}

.displayInline {
    display: inline-block;
}

/* Navigation */
#nav {
    font-size: 19px;
    line-height: 12px;
    float: right;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    max-width: 860px;
}

#nav span.toggle {
    display: none;
}

/* All Levels */
#nav li {
    text-align: left;
    position: relative;
}

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

#nav > li.parent:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    font-size: 10px;
    color: #534741;
    position: relative;
    top: 24px;
    right: 8px;
    font-weight: 100;
    display: none;
}

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

#nav li a:hover {
    text-decoration: none;
}

#nav li a span {
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

#nav li ul a span {
    white-space: normal;
}

/* 1st Level */
#nav li {
    float: right;
}

#nav li a {
    float: left;
    padding-bottom: 10px;
}

#nav li a,
#nav li a:hover,
#nav li.over a,
#nav li.active a {
    color: #333;
}

#nav .level0 > a {
    font-weight: 600;
}

/* 2nd Level */
#nav .parent > ul {
    position: absolute;
    width: 220px;
    z-index: 1;
    top: 50px;
    left: 0;
    display: none;
    padding: 10px 20px;
}

#nav .parent > ul.level0 {
    top: 122px;
}

#nav li.over ul li a,
#nav li.active ul li a {
    background: transparent;
    color: white;
}

#nav li li a:hover {
    color: white;
}

#nav ul li {
    float: none;
    border-bottom: none;
}

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

#nav ul li a {
    float: none;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 300;
}

/* 3rd+ leven */
#nav ul ul {
    top: 7px;
    background: #fff;
}

#nav li .shown-sub ul.shown-sub {
    left: 160px;
    top: -12px;
    display: block;
}

#header .toggle-sub-menu {
    display: none;
}

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

/* HOME ICON */

#nav .home-icon {
    display: block;
    height: 16px;
    width: 17px;
    background: url('https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/home-icon.png') no-repeat;
    background-size: 17px 16px;
    background-position: 0 20px;
}

/* Header icon */
#storelocator-container,
#search-icon-container,
#wishlist-icon-container,
#header .header-top-links .links li {
    font-size: 26px;
    margin: 5px 20px 0 0;
    float: right;
}

.search-container {
    display: none;
}
#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ececec !important;
}
#search::-moz-placeholder { /* Firefox 19+ */
    color: #ececec !important;
}
#search:-ms-input-placeholder { /* IE 10+ */
    color: #ececec !important;
}
#search:-moz-placeholder { /* Firefox 18- */
    color: #ececec !important;
}

.header-top-links a:hover,
#header .phone-menu li a:hover{
    text-decoration: none;
    color: #b2b2b2;
}
.header-container a.vihta {
    color: #646260;
}

div#searchSuggestions {
    top: unset;
    right: -15px;
    left: -15px;
    width: calc(100% + 30px);
    background: #f6f6f6;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

#searchSuggestions .cls {
    display: none;
}

#header-container #searchSuggestions h4.top,
#header-container #searchSuggestions h4 {
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
}

#search {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
}

/** Menu Face-lift **/

#nav ul,
#nav ul ul{
    background-color: transparent;
}

#nav .level0.menu-bp-wrapper .menu-nested-parent {
    width: 66.67%;
}

#search_mini_form .input-wrapper .input-search:focus {
    color: #1d1d1d;
}

#nav .level0.menu-bp-wrapper .widget-column {
    width: 33.33%;
}

#nav .menu-link {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 0px;
    color: white;
}

body header#header #search_mini_form input.typing {
    background-color: #f6f6f6;
    color: #1d1d1d;
}

#nav .level0 > .menu-link{
    color: black;
}


#nav .level2 .menu-link {
    text-transform: capitalize;
}

#doSearch {
    display: none;
}

#searchSuggestions .prods {
    max-width: 800px;
    margin: 0 auto;
}

#searchSuggestions .prods .price {
    margin-top: 10px;
}

#header .header-top-links {
    position: relative;
    top: 10px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
}

#header .header-phone-bar {
    background-color: transparent;
}

.header-bottomContainer .level0 > a:after {
    content: " ";
    display: block;
    cursor: pointer;
    height: 3px;
    width: 100%;
    top: 8px;
    position: relative;
}

.header-bottomContainer .level0.over > a:after,
.header-bottomContainer .level0.active > a:after {
    background-image: url(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/icons/underline@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-close {
    background-image: url(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/icons/Vihtan_icons_close.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 25px;
}

/* tablet devices */
@media (min-width: 992px) {
    #nav > .level0 {
        display: inline-block;
        float: none;
        position: static;
    }


    .header-bottomContainer > .right,
    .header-phone-search,
    .header-bottomContainer{
        position: static!important;
    }

    .header-bottomContainer {
        min-height: 60px;
    }

    #nav .parent > ul.level0 {
        top: 75px;
    }

    #nav .parent.level0 > .level0.menu-vlist  {
        background-color: #646260;
        width: 100vw;
        min-height: 290px;
        margin-top: 48px;
        left: 0;
    }

    .parent.level0 > .level0.menu-vlist .menu-group-main {
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto;
    }

    .level0  > .menu-group-main > ul > li {
        position: relative;
        float: left;
        text-align: center;
        display: inline-block;
    }
    #nav .level1 > .level1.menu-vlist {
        position: relative;
        float: left;
        width: 100%;
        display: block;
        padding: 0;
        margin-left: 0px;
        margin-top: 60px;
    }
    #nav .level1 > .menu-link {
        margin-left: 50px;
        padding: 35px 0 0 0 ;

    }

    #nav ul .level2 {
        margin-bottom: 25px;
    }

    #nav .shown-sub .level1.menu-vlist {
        left: 50px;

    }

    #nav .shown-sub .level0.menu-vlist {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 auto;
    }

    #nav .menu-group-main > .level0 {
        width: 90%;
    }

    #nav .shown-sub .menu-image {
        width: 33%;
        float: left;
        max-width: none;
        text-align: right;
        display: none;
    }
    #nav .shown-sub .menu-image img{
        max-width: 300px;
    }
}

/* Large devices */
@media (min-width: 992px) {
    #nav .parent.level0 > .level0.menu-vlist  {
        margin-top: 12px;
    }
}

/* Large devices */
@media (min-width: 1024px) {
    #nav .parent > ul.level0 {
        top: 90px;
    }

    #nav .parent.level0 > .level0.menu-vlist  {
        margin-top: 20px;
    }
}

@media (min-width: 1228px) {
    #nav .parent > ul.level0 {
        top: 110px;
    }
}

@media (min-width: 1500px) {
    #nav .parent > ul.level0 {
        top: 112px;
    }
}

/**
 * Copyright © Vaimo Group. All rights reserved.
 * See LICENSE_VAIMO.txt for license details.
 */

.col2-left-layout .col-left .block {
    border-bottom: none;
}
/* Footer ================================================================================ */

#footer {
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 22px;
}

#footer ,
#footer .container {
    background: #646260;
}

#footer .container {
    text-align: center;
    color: #fff;
    letter-spacing: 1.5px;
    margin: 0 auto;
    max-width: 1500px;
}

#footer .icon-map-marker {
    margin: 30px auto 20px;
}

#footer .icon-map-marker::before {
    font-size: 80px;
}

#footer .contact-container {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    justify-content: space-between;
}

#footer .fa::before {
    font-size: 60px;
}

#footer .row {
    margin-left: 15px;
    margin-right: 15px;
}

.bottom-footer {
    background: #fff;
    padding-bottom: 30px;
}

#footer a,
#footer li {
    color: #fff;
    font-size: 12px;
}

#footer a:hover {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;

}

#footer h5.heading {
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}

#footer h5.heading i {
    display: none;
}

#footer a:hover {
    text-decoration: none;
    opacity: 0.6;
}



/* Customer service */
#footer .content ul {
    margin-top: 10px;
}

#footer .content ul.last {
    margin-left: 42px;
}



#footer .row li {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 600;
}

#footer .row li a {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-weight: 600;
}

#newsletter-validate-detail p {
    margin: 6px 0;
}

#newsletter {
    width: 165px;
    margin-right: -3px;
}

#footer .button {
    background: #534741;
    color: #fff;
    font-weight: normal;
    padding: 8px 12px;
    border-radius: 0 3px 3px 0;
    border: none;
}

.footer-bottom {
    margin-top: 0;
    font-size: 11px;
    
}

#copyright {
    margin-top: 50px;
    margin-bottom: 0;
    width: 100%;
    color: white;
}

#copyright,
#footer-bottom-menu,
#footer-bottom-menu li,
#footer-bottom-menu li a {
    float: left;
}

#footer-bottom-menu a {
    padding: 10px;
}

#footer-bottom-menu li:last-child a {
    background: none;
}

/* Vaimo link */
#vaimo {
    float: right;
    color: #d2d2d2;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

#vaimo a {
    color: #d2d2d2;
}

#vaimo a:hover {
    color: #666;
}

#footer .input-text, #footer textarea {
    padding: 17px 8px;
    border-radius: 3px 0 0 3px;
    border: 0;
    }
    
.footer-phone, .footer-email {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.footer-phone {
    margin-bottom: 0;
}

.footer-email {
    margin-top: 0;
}

.footer-phone:before {
    font-family: 'FontAwesome';
    content:"\f095";
    color: #fff;
    font-size: 18px;
    margin: 0 11px 0 0;
    position: relative;
    top: 2px;
}

.footer-email:before {
    font-family: 'FontAwesome';
    content:"\f0e0";
    color: #fff;
    font-size: 18px;
    margin: 0 7px 0 0;
    position: relative;
    top: 2px;
}

#footer form {
    margin-top: -10px;
}

#footer .content .vihta-icon-ad-facebook {
    font-size: 40px;
    display: block;
    margin: 30px 0;
}

.category-title h1 {
    margin-top: 0;
}

.category-products {
    margin-top: 20px;
}

/* View Type: Grid */
.products-grid {
    padding: 20px 0 0 0;
}

.selected-products .products-grid {
    padding: 0;
}

.products-grid .extra-border {
    border: 1px solid #d6d6d6;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid .item {
    text-align: center;
    /*padding-bottom: 20px;
    margin-bottom: 10px;*/
}

.products-grid .item .item-container {
    text-align: center;
}

.std .products-grid a {
    text-decoration: none;
}

.products-grid .product-image {
    /*margin: 0 0 10px;*/
    display: block;
    opacity: 1;
}

.products-grid .product-image:hover {
    opacity: 0.6;
}

.products-grid .product-name {
    margin: 20px 20px 15px;
    font-weight: 300;
    font-size: 17px;
    line-height: 14px;
    text-decoration: none;
}

.products-grid .product-name a:hover {
    color: #999;
    text-decoration: none;
}

.products-grid p {
    display: inline-block;
    margin: 0;
}

.products-grid .price-box {
    margin: 10px 0 15px 0;
}

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

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

.products-grid .button {
    line-height: 16px;
}

.products-grid .ratings {
    text-align: center;
}

.products-grid .ratings .rating-box {
    float: none;
    display: inline-block;
}

.products-grid .ratings .rating-links {
    float: none;
    display: inline-block;
    position: relative;
    top: -2px;
}

/* Reviews */
.catalog-category-view .ratings {
    border-bottom: none;
    margin-bottom: 0;
}

.base-mini h2 {
    font-size: 26px;
    font-weight: 300;
    color: #848484;
    margin: 20px 0 30px 15px;
}

.base-mini .random-sell-list li {
    margin-bottom: 30px;
}

.random-sell-list .extra-border {
    border: 1px solid #d6d6d6;
}

.random-sell-list .product-details {
    text-align: center;
}

.random-sell-list .product-details h3 {
    margin: 20px 20px 5px;
    font-weight: 300;
    font-size: 17px;
    line-height: 14px;
    text-decoration: none;
}

.random-sell-list .price-box {
    margin: 20px 0 40px 0;
}

.random-sell-list .product-image:hover {
    opacity: 0.6;
}

.category-jalleenmyyjat .category-title h1 {
    display: none;
}

.catalog-category-searchresult .products-grid .item {
    margin: 0;
    padding: 0;
}

.catalog-category-searchresult .products-grid .product-image {
    margin: 0;
}

.catalog-category-searchresult #products-grid .hover-box__left {
    width: 70%;
    padding: 20px 0 20px 20px;
}

.catalog-category-searchresult .hover-box__content {
    cursor: pointer;
}

.catalog-category-searchresult #products-grid .product-name a,
.catalog-category-searchresult .hover-box__content .product-name a:hover ,
.catalog-category-searchresult .hover-box__content .product-name a:visited ,
.catalog-category-searchresult .product-text-price {
    font-size: 16px;
}

@media (min-width: 768px) {
    .catalog-category-searchresult #products-grid .product-name a,
    .catalog-category-searchresult .hover-box__content .product-name a:hover ,
    .catalog-category-searchresult .hover-box__content .product-name a:visited ,
    .catalog-category-searchresult .product-text-price {
        font-size: 20px;
    }

}


.catalog-category-view .main-container .widget-category-link-container {
    display: none;
}
/* Product ========================================================================== */

.product-essential {
    margin: 0 0 15px 0;
}

/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

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

.ratings .rating-links {
    margin: 0 0 0 10px;
    display: inline-block;
}

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

.num-ratings {
    position: relative;
    background: #ffffff;
    border: 2px solid #ccc;
    padding: 2px;
    border-radius: 4px;
}

.num-ratings:hover {
    text-decoration: none;
}

.num-ratings:after, .num-ratings:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.num-ratings:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 3px;
    top: 50%;
    margin-top: -3px;
}
.num-ratings:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 6px;
    top: 50%;
    margin-top: -6px;
}

.rating-box {
    width: 85px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    display: inline-block;
    height: 13px;
    background: url(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
    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;
}

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

.availability span {
    font-weight: bold;
}

.availability.out-of-stock span {
    color: #d83820;
}

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

.availability-only a {
    cursor: pointer;
    padding-right: 15px;
}


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

.tier-prices {
    padding-top: 10px;
}

#bundle-product-wrapper .nav-tabs {
    padding-top: 10px;
}

/* Tier Prices */
.tier-prices .price {
    font-weight: bold;
    font-size: 12px;
}

/* Add to Links */
.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart{
    overflow: hidden;
}
.add-to-cart label {
    float: left;
    margin-right: 5px;
}

.add-to-cart .qty {
    float: left;
    width: 38px;
    text-align: center;
    margin: 0 5px 0 0;
}

.add-to-cart button.button {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
}

.add-to-cart .btn-print {
    background: none;
    color: #333;
    border: none;
    padding: 0;
}

.add-to-cart .btn-print img {
    width: 30%;
}

.add-to-cart .print-txt {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-transform: lowercase;
}

.add-to-cart .btn-print:hover {
    background: #ececec;
    color: #333;
}

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

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

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

/* Add to Links + Add to Cart */
.add-to-box form{
    margin: 0;
}

.catalog-product-view .add-to-links {
    margin: 10px 0 0 0;
    padding: 0;
    clear: both;
    line-height: 26px;
    order: -1;
    width: 70%;
}

.catalog-product-view .product-options-bottom {
    padding-top: 20px;
}

.catalog-product-view .product-options-bottom li {
    margin-bottom: 15px;
}

.grouped-product .add-to-links {
    margin-left: 0;
}

.add-to-box .add-to-links li {
    display: block;
}

.product-essential {
    margin: 0 0 15px 0;
}

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

/* Product Images */
.catalog-product-view .more-views ul {

}

.catalog-product-view .more-views li {
    float: left;
    margin: 0;
}

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

.catalog-product-view .main-image-container {
    margin: 0;
    max-width: 490px;
    overflow: hidden;
    text-align: center;
}

.catalog-product-view .product-image img {
    max-width: unset;
}

/* Product Shop */
.catalog-product-view .short-description {
    padding-bottom: 1px;
    margin: 12px 0 5px;
    font-weight: bold;
    max-width: 660px;   
    font-size: 16px;
    line-height: 26px;
}

.catalog-product-view .short-description .std p,
.catalog-product-view .short-description .std {
    line-height: 26px;
    letter-spacing: 0.8px;
    font-weight: 600;
}

.catalog-product-view .subName {
    margin-top: 10px;
    margin-bottom: 0;
}

.subName {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
}

.catalog-product-view .price-box {
    margin-top: 24px;
}

.catalog-product-view .add-to-box {
    margin: 0 0 15px 0;
    padding: 10px 0 15px 0;
}

#product_addtocart_form {
    margin-bottom: 20px;
}

/* Product Options (General) */
.product-options dl {
    margin: 0;
}

.product-options dt {
    float: left;
    margin: 0 0 15px 0;
    min-width: 80px;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options label {
    display: inline;
}

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

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

.product-options dt label {
    color: #333333;
    display: block;
    margin: 2px 0 0 0;
}

.product-options dd {
    margin: 0;
}
.product-options dd.last {
    overflow: visible;
}

.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 {
    height: inherit;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 8px;
}

.product-options dd select {
    background: #fff;
    box-shadow: none;
    padding: 1px;
    width: 100%;
    margin: 0 0 5px 0;
}

.product-options .options-list li {
    padding-bottom: 5px;
    width: 100%;
    float: left; /* IE fix */
}

.product-options .options-list li .radio,
.product-options .options-list li .checkbox {
    float: left;
    display: block;
    margin: 0 3px 0 2px;
}

.product-options .options-list .label {
    padding: 2px 0;
    display: block;
    float: left;
    margin: 0;
}

.product-options .options-list .label label {
    float: left;
    margin: 0;
    padding: 0;
}

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

.product-options p.required {
    padding: 15px 0 0;
}

.product-shop .price-box {
    display: inline-block;
    font-size: 36px;
    line-height: 40px;
}

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

/* Custom options styling */
.product-options.custom-options dt {
    float: none;
    margin: 0;
}

.product-options.custom-options dd {
    margin: 0 0 15px 0;
}

.product-options.custom-options .options-list li .radio {
    margin-left: 2px;
}

/* Product Options (Product Info Column) */
.product-shop .product-options {
    margin: 10px 0 0;
    background: transparent;
}

.product-shop .product-options dd select {
    width: auto;
    font-size: 13px;
    line-height: 20px;
}

.product-shop .product-options-bottom {
    display: flex;
    background: transparent;
    text-align: left;
    padding: 0 0 10px 0;
    max-width: 390px;
}

.product-shop .product-options-bottom .add-to-cart {
    float: none;
    margin: 0;
    width: 50%;
    position: relative;
}

/* Block afer info column */
.catalog-product-view .container2 {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 15px 0 15px 0;
}


/* Product options downlodable product */
.downloadable-product .item-options dt {
    font-weight: normal;
}

.downloadable-product .item-options dd {
    margin-left: 0;
}

.downloadable-product .item-options a {
    text-decoration: underline;
}

.downloadable-product .product-options dt {
    float: none;
    margin-bottom: 5px;
}

.downloadable-product .product-options dd {
    margin-left: 0;
}

/* Grouped Product */
.catalog-product-view .grouped-items-table {
    margin-bottom: 15px;
    width: 100%;
}

.catalog-product-view .grouped-items-table tr.even {
    background: #f5f5f5;
}

.catalog-product-view .grouped-items-table th {
    padding: 0 10px;
    font-weight: normal;
}

.catalog-product-view .grouped-items-table td {
    padding: 10px;
}

.catalog-product-view .grouped-items-table td.name {
    font-size: 16px;
    text-transform: uppercase;
}

.catalog-product-view .grouped-items-table .qty {
    width: 23px;
    padding: 3px 0;
    text-align: center;
    font-size: 11px;
}

.catalog-product-view .grouped-items-table .price-box {
    font-size: 15px;
    margin: 0;
}

/* Bundle product */
.price-box-bundle {
    display: none;
}

.bundle-product .product-options dt {
    float: left;
    margin: 0 0 15px 0;
    min-width: 80px;
}

.bundle-product .product-options dt label {
    color: #333333;
    display: block;
    margin: 2px 0 0 0;
}

.bundle-product .product-options dd {
    padding-top: 3px;
    margin: 0 0 15px 80px;
    overflow: hidden;
    min-width: 50%;
}

.bundle-product .price-box {
    display: none;
}

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

.bundle-product .product-options .price {
    font-size: 11px;
}

.bundle-product .product-options dd .input-box {
    float: left;
    margin-left: 15px;
}

.bundle-product .product-options dd .qty-holder {
    float: right;
    display:block;
}

.bundle-product .product-options dd .qty-holder label {
    margin: 5px 0 0 0;
    vertical-align: middle;
}

.bundle-product .product-options dd .qty-holder input.input-text {
    width: 25px;
    padding: 3px 0;
    text-align: center;
    font-size: 11px;
}

.bundle-product .product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.bundle-product .product-options .price-notice {
    padding-left: 0;
}

.bundle-product .product-options dd input.datetime-picker {
    width: 150px;
}

.bundle-product .product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.bundle-product .product-options-bottom {
    clear: left;
}

/* Block: Upsell */
.catalog-product-view .box-related {   
    padding: 15px 0 0 0;
}

.catalog-product-view .box-up-sell h2 {
    font-size: 18px;
    text-transform: none;
}

.catalog-product-view .box-up-sell img {
    max-width: 100%;
}

.catalog-product-view .box-up-sell .price-box {
    margin-bottom: 0;
}

/* Block: Related */
.catalog-product-view .box-related h2 {
    font-size: 18px;
    line-height: 27px;
    text-transform: none;
}

.catalog-product-view .box-related .price-box {
    margin-bottom: 0;
}

/* Block: Tags */
.catalog-product-view .box-tags .form-add label {
    float: left;
}

.catalog-product-view .box-tags .form-add .input-box {
    float: left;
    width: 260px;
    margin: 0 5px;
}

.catalog-product-view .box-tags .form-add input.input-text {
    width: 254px;
}

.catalog-product-view .box-tags .form-add p {
    clear: both;
}

/* Tabs */

#tab-container {
    margin-bottom: 15px;
}

#tab-container .nav-tabs {
    width: 100%;
    overflow: hidden;
    border-bottom: none;
}

#tab-container .nav-tabs li {
    width: 100%;
    float: left;
    margin: 0 2px 0 0;
}

#tab-container .nav-tabs li a {
    float: left;
    display: block;
    padding: 10px;
    border-radius: 0;
}

#tab-container .nav-tabs li.active a {
    border: none;
}

#tab-container .tab-content {
    padding: 10px;
    margin: -1px 0 0 0;
}

/* Block: Reviews */
#reviews-tab {
    padding: 0px;
}

#show_review_form {
    margin: 10px;
    display: block;
}

#customer-reviews ul {
    width: 100%;
}

#hide_review_form {
    float: right;
}

#customer-reviews .toolbar {
    padding: 10px;
    margin: 0px;
    border-top: none;
}

#customer-reviews > .toolbar > .toolbar {
    padding: 0;
    border: none;
}

#customer-reviews .pager,
#customer-reviews .pages {
    margin: 0px;
}

#customer-reviews .pages .current {
    color: #000000;
}


#customer-reviews .limiter {
    display: none;
}

#customer-reviews .pages li.pages-heading {
    color: #000000;
}

.reviews-body {
    padding: 10px;
    color: #333333;
}

.reviews-body dl {
    margin-top: 10px;
    margin-bottom: 0px;
}

.reviews-body dl dt {
    font-weight: 400;
    margin-top: 15px;
    line-height: 18px;
}

.reviews-body dd {
    margin-left: 0px;
    line-height: 18px;
}

.reviews-body dl dt:first-child {
    font-weight: 400;
    margin-top: 5px;
}

.reviews-body .ratings-table {
    display: none;
}

#customer-reviews .form-add .product-name {
    font-weight: bold;
}

#customer-reviews .form-add ol {
    margin: 0;
    margin-top: 5px;
    list-style: none;
}

#customer-reviews .form-add ol li {
    margin-bottom: 10px;
}

#customer-reviews .form-add select {
    width: 130px;
}

#customer-reviews .form-add textarea {
    height: 153px;
}

#customer-reviews .form-add .buttons-set {
    overflow: hidden;
}

.link-price-alert .icon-bell,
.link-stock-alert .icon-bell {
    margin-right: 5px;
}

.addition-image-wrapper {
    display: inline-block;
    width: 123px;
    max-height: 185px;
}

.addition-image-label {
    width: 100%;
    overflow: hidden;
    height: 35px;
}

.reqular-price-customlabel {
    float: left;
    margin-right: 3px;
    display: none;
}

.btn-print {
    margin-left: 5px;
}

.catalog-product-view .main-container .product-options p.note {
    display: none;
}

.price-box {
    display: none;
}

.more-views {
    max-width: 490px;
}

#tab-container div.tab-content, 
.catalog-product-view .nav-tabs > li > a,
.catalog-product-view .nav-tabs > li > a:hover  {
    border: none;
}

.more-views ul {
    visibility: hidden;
}

#productTabContainer {
    padding-top: 50px;
}

.smallSeparate {
    background: url('https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/icons/small-separate@2x.png') no-repeat left top ;
    background-size: 50%;
}

.tabItemContainer li {
    margin-bottom: 20px;
    font-size: 16px;
}

.tabItemContainer a::before {
    margin-right: 4px;
    top: 2px;
    position: relative;
} 

#product-options-wrapper {
    max-width: 390px;
}

#product-options-wrapper div.nice-select ,
#product-options-wrapper textarea,
#product-options-wrapper input {
    width: 100%;
    margin-bottom: 15px;
    background-color: #ececec;
    border: none;
    border-radius: 0;
}


#product-options-wrapper div.nice-select ,
#product-options-wrapper input {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
}

.catalog-product-view {
    font-size: 16px;
    line-height: 24px;
}

.catalog-product-view .product-name h1 {
    margin-bottom: 0;
    font-size: 56px;
    line-height: 60px;
    margin-top: 10px;
}

.catalog-product-view .main-image-container > p {
    margin: 0;
}

.zoom-icon {
    position: absolute;
    left: 440px;
    bottom: 200px;
    font-size: 35px;
    pointer-events: none;
}

.price-box .price, 
.price-box .reqular-price-customlabel {
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
}


.price-box .reqular-price-customlabel { 
    padding-right: 15px;
}

#block-related .product-image{
    overflow: hidden;
}

.box-related .products-grid {
    padding: 0;
}

.product-collateral {
    background: url(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/icons/big-separate@2x.png) no-repeat left top;
    background-size: 100%;
    margin-top: 150px; 
}

#upsell-product-table .single-box {
    overflow: hidden;
}

@media (max-width: 991px) {
    .more-views {
        display: none;
    }
}

@media (max-width: 767px) {
    .catalog-product-view .product-name h1 {
        font-size: 40px;
        margin-top: 32px;
    }

    .price-box .price,
    .price-box .reqular-price-customlabel {
        font-size: 26px;
    }

    .catalog-product-view .subName {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }

    .product-options p.required {
        font-size: 12px;
        color: #333;
    }

    .catalog-product-view .price-box {
        margin-top: 15px;
    }

    .catalog-product-view .short-description {
        margin-top: 10px;
    }

    .product-options-bottom .add-to-links,
    #productTabContainer li a,
    #product-options-wrapper div.nice-select,
    #product-options-wrapper input,
    .catalog-product-view .short-description .std p,
    .catalog-product-view .short-description .std {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .addition-image-label {
        height: 36px;
    }

    #product-options-wrapper {
        max-width: 100%;
    }

    .catalog-product-view .main-image-container, 
    .more-views,
    .catalog-product-view .product-image img {
        max-width: 100%;
    }

    .zoom-icon {
        right: 20px;
        left: unset;
    }

    .box-collateral.box-related {
        padding: 0 10px;

    }

    .catalog-product-view .box-up-sell .products-grid li.item {
        padding-bottom: 0;
    }

    .catalog-product-view .main-container {
        margin-top: 5px;
    }

    .catalog-product-view .short-description,
    .product-options p.required {
        padding: 0;
    }

    #productTabContainer {
        padding-top: 35px;
    }

    .smallSeparate {
        background-size: 100%; 
    }

    div.product-collateral {
        margin: 0;
    }

    #product-options-wrapper div.nice-select span {
        position: relative;
        top: 10px;
    }

    .catalog-product-view .product-image img {
        margin: 0 auto;
    }

    #upsell-product-table {
        padding-top: 0; 
    }

    .toolbar-bottom .toolbar .page.right {
        display: none;
    }
}

.vihta-icon-af-arrow-right:before {
    text-decoration: none;
    display: inline-block;
}

.catalog-product-view .regular-price {
    font-weight: bold;
}
/* Class: std - styles for admin-controlled content ================================================================================ */
.std .subtitle {
    padding: 0;
}

.std a {
    text-decoration: underline;
    text-transform: none;
}

.std a:hover {
    text-decoration: none;
    color: #333;
}

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

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

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

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

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

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

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

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

.std blockquote {
    font-style: italic;
    padding: 0 0 0 16px;
}

.std address {
    font-style: normal;
}

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

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

/* Headings */
.std h2 {
    margin-bottom: 10px;
}

.std h3 {
    margin-bottom: 8px;
}

.std h4 {
    margin-bottom: 6px;
}

.std h5 {
    margin-bottom: 4px;
}

.std h6 {
    margin-bottom: 2px;
}

/* Tables */
.std table {
    border: 1px solid #ccc;
}
.std table th,
.std table td {
    border: 1px solid #ccc;
    padding: 5px;
}

/* ================================================================================ */
/* Account Login/Create Pages ============================================================ */

.account-login .page-title {
    border: none;
}

.account-login h2 {
    font-size: 18px;
    line-height: 24px;
}

.account-create .page-title {
    border: none;
}
.account-create .fieldset {
    padding: 0;
    margin: 0 20px 0 0;
}

.account-create .form-list {
    margin: 10px 0 0;
}

.account-create .form-list .name-firstname {
    margin: 0 0 14px 0;
}

.account-create h2.legend {
    margin-top: 0;
}

.account-create h2.legend {
    background: none;
    font-weight: normal;
    padding: 0 0 13px 0;
    font-size: 18px;
    margin-bottom: 0;
}

button.button.edit {
    float: right;
}

.my-account .fieldset .input-text {
    width: 100%;
}

/* Forgot Password */

.customer-account-forgotpassword .fieldset {
    border-top: 1px solid #CCC;
    background: #FBFBFB;
    margin-top: 10px;
}

.customer-account-forgotpassword .fieldset .form-list li {
    margin:0px;
}

.customer-account-forgotpassword .fieldset .form-list label {
    color:#333333;
}

.customer-account-forgotpassword p.required,
.account-login p.required,
.customer-account-create p.required {
    text-align: left;
    color: #00809F;
    margin-top: 0;
    clear: both;
}

.customer-account-forgotpassword p.back-link {
    float: left;
    width: 100%;
}

.customer-account-forgotpassword p.back-link a {
    font-family:"Arial";
    text-transform:lowercase;
}

/* Account Login/Create Pages ============================================================ */
/* account edit */
.form-instructions {
    margin-left: 30%;
    font-weight: 500;
    font-size: 14px;
}
/* account create */
.account-create .form-instructions {
    margin-left: 41%;
}
/* password changeforgotten */
.input-box .form-instructions {
    margin-left: 0;
}
/* Sidebar */
.block-account {
    padding: 0;
    margin: 0;
    border: none;
}

.block-account .block-content {
    border-top: 1px solid #CCC;
    padding: 10px 0 0 0;
}

.block-account .block-title {
    margin: 0;
    padding: 0px 0 12px 0;
}

.block-account ul li {
    text-align: left;
    font-family: arial;
    text-transform: uppercase;
    padding-top: 5px;
    margin: 0 0 5px 0;
    line-height:16px;
}

.block-account ul li.current span {
    background: #E5E5E5;
    padding: 6px 12px;
    display: inline-block;
}
.block-account ul li a, .block-account ul li span {
    vertical-align: middle;
    padding-left: 12px;
}

.block-account .block-title strong {
    font-weight: bold;
}

/* Captcha */
.captcha-image {
    float: left;
    position: relative;
}

.captcha-img {
    border: 1px solid #ccc;
}

.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(https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/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 Popup ===================================================================== */

/* My Account ============================================================================= */

.main-container .col-main .block-account {
    display: none;
}

.my-account .page-title {
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    margin-top: 5px;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account .box-title h3 {
    float: left;
}

.my-account .form-list li.control label {
    display: inline;
}

/* Dashboard */

.my-account h1 {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
}

.my-account h2 {
    font-size: 14px;
    font-weight: bold;
}

.my-account h3 {
    font-size: 12px;
    font-weight: bold;
}

.my-account .welcome-msg {
    margin: 0 0 15px 0;
}

.my-account #my_recent_reviews {
    list-style-type: none;
    margin-left: 0;
}

/* Pager / Limiter */
.my-account .pager {
    margin: 15px 0;
}
.my-account .pager .amount,
.my-account .pager .limiter {
    float: left;
}

.my-account .pager .limiter {
    width: 200px;
    float: right;
}

.my-account .pager .limiter label {
    display: inline;
    color: #000;
    margin: 0 5px 0 20px;
}

.my-account .pager .amount {
    margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent {
    margin: 10px 0;
}

.dashboard .box-recent .box-head h2 {
    margin-top: 0;
}

.dashboard .box-recent .box-head a {
    display: none;
}

.my-account .data-table thead {
    background: none;
}

.my-account .data-table thead tr {
    height: auto;
}

.my-account .data-table th {
    border: none;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
}

.my-account .data-table td {
    border: none;
    vertical-align: middle;
    text-align: left;
}

.my-account .data-table td.last span.nobr a {
    color: #00809F;
    font-weight: normal;
}

.my-account .data-table span.price{
    font-size: 12px;
}

#my-orders-table a {
    text-transform: none;
}

/* Block: Account Information */
.box-info .box-top h3 {
    padding: 10px 0 0 0;
    margin: 0;
    float: left;
}
.my-account .box-top{
    clear: both;
    overflow: hidden;
}
.box-account .col2-set .box {
    background: #FBFBFB;
    min-height: 120px;
    border-top: 1px solid #CCC;
    padding: 10px;
}

.box-account .col2-set .box-content {
    font-style: italic;
}

.my-account address {
    clear: both;
    font-style: italic;
}

/* Block: Reviews */
.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

/* Block: Tags */
.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #ddd;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

/* Address Book */
.addresses-primary ol, .addresses-additional ol {
    margin-left: 0;
}

.addresses-primary li.item, .addresses-additional li.item {
    background: #FBFBFB;
    border-top: 1px solid #CCC;
    padding: 10px;
    margin: 0 0 10px 0;
    min-height: 120px;
    list-style-type: none;
}

.addresses-primary li.empty, .addresses-additional li.empty {
    padding-top: 10px;
}

 .fieldset {
    border: none;
    padding: 10px 25px 12px 10px;
 }

.fieldset.left {
    width: 48%;
}

.fieldset.right {
    float: right;
    margin: 0;
    width: 48%;
}

.my-account .form-list .field {
    float:none;
}

.my-account .form-list li .name-firstname {
    padding-top: 0;
}

/* Order View */
.order-info {
    border: 1px solid #ddd;
    padding: 5px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info dt {
    font-weight: bold;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

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

/* 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 */
.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Sales order view */
.sales-order-view .data-table {
    background: #e5e5e5;
}

.sales-order-view .data-table th {
    text-align: left;
}

.sales-order-view .data-table th {
    padding: 15px 10px 5px 10px;
}

.sales-order-view .data-table td {
    padding: 5px 10px;
}

.sales-order-view .data-table h3 {
    display: inline;
    margin-right: 15px;
}

.sales-order-view .data-table dl {
    display: inline;
}

.sales-order-view .data-table dl dt,
.sales-order-view .data-table dl dd {
    display: inline-block;
}

.sales-order-view .data-table dl dd {
    margin-right: 15px;
}

/* Wishlist */
.wishlist-index-index .page-title {
    text-align:left;
}

.wishlist-index-index .page-title h1 {
    float:none;
}

.wishlist-index-index .buttons-set button {
    margin: 0 0 10px 10px;
}

#wishlist-table {
    margin-bottom:20px;
}

#wishlist-table tr {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

#wishlist-table td {
    padding: 10px;
}

#wishlist-table .qty {
    width: 38px;
    text-align: center;
}

#wishlist-table button {
    margin-bottom: 10px;
}

#wishlist-table .description {
    margin-bottom: 10px;
}

#wishlist-table img {
    max-width: inherit;
}

#wishlist-table td.last {
    text-align: center;
}

/* View order */
.sales-order-view .order-details .a-right {
    text-align: right;
}

.sales-order-view .order-details tfoot tr {
    height:25px;
}

.customer-account-index .block-account.general-customer .orders,
.customer-account-index .block-account.general-customer .address_book  {
    display: none;
}

div.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}
.customer-account-login .form-list label,
.customer-account-create .form-list label{
    width: 40%;
}
.customer-account-login .login-block input,
.customer-account-create .account-create input {
    width: 59%;
    float: right;
}

.customer-account-create .form-account-name .validation-advice,
.customer-account-login .form-list .validation-advice,
.customer-account-create .form-list .validation-advice {
    margin-left: 40%;
}

/* Content Styles for pages such as startpage, sitemap etc ================================================================= */

/* Product Tags */
.tags-list li {
    display: inline;
}
/* Search term popular */
.catalogsearch-term-popular .tags-list {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px 0;
}
/* Advanced Search */
.advanced-search {
    width: 400px;
    padding: 0;
    margin: 10px 0;
}
.catalogsearch-advanced-index .page-title{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.advanced-search label {
    float: left;
    margin: 5px 0 0 0;
}
.advanced-search .form-list li {
    margin: 0 0 15px 0;
}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    margin-left: 150px;
    clear: none;
}
.catalogsearch-advanced-index .buttons-set {
    width: 370px;
}
/* Advanced Search Result */
.catalogsearch-advanced-result .page-title {
    border-bottom: 1px solid #ccc;
}
.advanced-search-amount {
    margin: 15px 0;
}
.advanced-search-summary .search-criteria {
    float: left;
    margin:7px 0px;
    width: 400px;
}
.advanced-search-summary.no-result {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    overflow: hidden;
}
.advanced-search-summary .search-criteria li {
    width: 185px;
    margin-right: 15px;
}
.advanced-search-did-not-find {
    text-align: right;
    float: right;
}
.advanced-search-did-not-find span {
    margin: 10px 0;
    display:block;
}
.advanced-search-did-not-find button {
    display: block;
}
.advanced-search-did-not-find button span {
    margin: 0;
}
/* Start Page  */
.cms-index-index .col-main .row {
    /*margin-bottom: 15px;
    padding: 15px 0;*/
}
.cms-index-index .col-main .row-fluid {
    border-bottom: 1px solid #ccc;
}
.cms-index-index h1 {
    margin-top: 0;
    margin-bottom: 1px;
    padding-top: 10px;
}
.cms-index-index .sidebar .block {
    margin: 0;
    border: none;
}
.cms-index-index .selected-products {
    padding-top: 0;
    border: none;
}
.cms-index-index .selected-products p {
    margin: 0;
}
.cms-index-index .main-container {
    /*margin-top: 17px;*/
   /* margin-left: -15px;
    margin-right: -15px;*/
    margin-top: 0;
}
/* Sitemap */
.page-sitemap .page-title h1 {
    float: left;
}
.page-sitemap .page-title .links {
    margin-top: 15px;
}
.page-sitemap .links {
    float: right;
}
.page-sitemap .links {
    text-align: right;
}
.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}
.page-sitemap .sitemap {
    margin: 0 0 12px;
}
.page-sitemap .sitemap li {
    margin: 10px 0;
}
/* Contacts */
.contacts-index-index .breadcrumbs {
    padding: 0;
}
.contacts-index-index h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.contacts-index-index #contactForm .fieldset {
    float: none;
    padding: 0;
    width: auto;
}
.contacts-index-index #contactForm .form-list li {
    overflow: hidden;
}
.contacts-index-index #contactForm .form-list .field {
    float: left;
    width: 215px;
    margin: 0 15px 0 0;
}
.contacts-index-index #contactForm .form-list .f-right {
    float: right;
}
.contacts-index-index #contactForm .buttons-set p.required {
    float: left;
}
/* Success page */
.checkout-onepage-success .page-title {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 15px;
}
.checkout-onepage-success .page-title h1 {
    float: left;
}
.checkout-onepage-success .page-title .continue {
    display: block;
    margin-top: 15px;
    float: right;
}
.checkout-success a {
    text-decoration: underline;
}

/*.cms-index-index .pagemanager ul.row-1 a {
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}*/

.cms-index-index .pagemanager ul.row-1 a.more-info-link:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #4a8f59;
    margin-left: 10px;
}

.cms-index-index .pagemanager ul.row-1 a.more-info-link:hover{
    text-decoration: none;
}

.cms-index-index .pagemanager ul.row-1,
.cms-index-index .pagemanager ul.row-2,
.cms-index-index .pagemanager ul.row-3,
.cms-index-index .pagemanager ul.row-4,
.cms-index-index .pagemanager ul.row-5,
.cms-index-index .pagemanager ul.row-6,
.cms-index-index .pagemanager ul.row-7,
.cms-index-index .pagemanager ul.row-8 {
    padding-left: 15px;
    padding-right: 15px;
}

/* FRONT PAGE PRODUCTS */

.cms-index-index .category-products {
    margin-top: 0 ;
    padding-left: 15px;
}

.pagemanager .two-blocks li.item {
    margin-left: 0 !important;
}


.cms-index-index .pagemanager .two-blocks li.item {
    float: left;
}

.cms-index-index .pagemanager .two-blocks li.first {
    width: 76%;
}

.cms-index-index .pagemanager .two-blocks li.first li {
    border: 1px solid #d6d6d6;
    margin-right: 48px;
    padding: 34px 15px;
   /* min-height: 394px;*/
    width: 240px;
}

.cms-index-index .pagemanager .two-blocks li.last {
    padding-top: 15px;
    margin-left: 0;
    width: auto;
}

.cms-index-index .pagemanager .toolbar {
    display: none;
}

table.frontpage-cms-block td {
    padding: 20px;
}

table.frontpage-cms-block {
    width: 100%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

/* Fron page banners */
.main-container.col1-layout .brands-logo {
    margin: 1px 0;
}

.catalog-category-view .note-msg {
    display: none;
}

.registered-users,
.login-block .buttons-set button.button{
    margin-bottom: 1rem;
}


/* Shopping Cart ========================================================================= */

.cart h2 {
    font-size: 16px;
}

/* Checkout Types */
.cart .checkout-types {
    float: right;
    text-align: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 3px 55px 8px 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table {
    margin: 10px 0;
}

.cart-table .item-msg {
    font-size: 10px;
}

.cart-table thead {
    background: transparent;
}

.cart-table th {
    border: none;
    font-weight: normal;
    padding: 0 15px 5px 15px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    text-align: left;
}

.cart-table tr.last {
    border-bottom: none;
}

.cart-table td {
    border: none;
    padding: 15px;
}

.cart-table td.remove {
    padding-right: 0;
}

.cart-table tfoot td {
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
}

.cart-table tfoot button {
    margin-bottom: 3px;
}

.cart-table .backlink {
    float: left;
    text-transform: uppercase;
}

.cart-table .btn-remove2 {
    margin: 0;
}

.cart-table .link-wishlist {
    margin: 25px 0 0 0;
    display: block;
}

.cart-table .product-image img {
    max-width: none;
}

.cart-table .product-name {
    text-transform: uppercase;
    font-weight: bold;
}

.cart-table .product-name.has-options {
    margin: 10px 0 0 0;
}

.cart-table .item-options {
    margin: 0;
    text-transform: uppercase;
}

.cart-table .cart-price {
    display: block;
    text-align: center;
}

.cart-table .qty {
    text-align: center;
    width: 38px;
}

/* Shopping Cart Collateral boxes */

.cart .crosssell h2 {
    margin-top: 0;
    text-transform: uppercase;
}

.cart .crosssell .product-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: inherit;
    margin-bottom: 5px;
}

.cart .crosssell .button {
    margin: 0 0 10px 0;
}

.cart .crosssell .old-price,
.cart .crosssell .special-price {
    margin-bottom: 5px;
}

.cart .crosssell .add-to-links {
    text-transform: uppercase;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount h2 {
    margin-top: 0;
    text-transform: uppercase;
}

.cart .discount label,
.cart .giftcard label
{
    margin: 0 0 5px 0;
    display: block;
}

.cart .discount .input-box,
.cart .giftcard .input-box {
    float: left;
    margin: 0 0 10px 0;
}

.cart .discount .input-text,
.cart .giftcard .input-text {
    width: 147px;
    margin: 0 10px 0 0;
    padding: 7px 10px;
}

.cart .check-gc-status {
    margin-top: 10px;
}

/* Shopping Cart Totals */
.cart .totals {
    text-transform: uppercase;
}

.cart .totals h2 {
    margin-top: 0;
}

.cart .totals .content {
    background: #e5e5e5;
    padding: 10px;
    overflow: hidden;
}

.cart .totals .checkout-types {
    margin: 10px 0 0 0;
}

.cart .totals strong {
    font-weight: normal;
}

.cart .totals .grand-total-incl strong,
.cart .totals .grand-total-excl strong {
    font-weight: bold;
}

.cart .totals table {
    width: 100%;
}

.cart .totals .grand-total-incl {
    border-top: 1px solid #fff;
}

.cart .totals table th,
.cart .totals table td {
    padding: 5px 0;
}

.cart .totals table th {
    font-weight: bold;
}

.cart .totals table tfoot th {
}

/* Options Tool Tip */
.cart .item-options dt {
    font-weight: bold;
    font-style: italic;
}

.cart .item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

#vertical-nav .block-title {
    border: none;
}

.vertnav {
	margin: 0;
    padding: 0;
}

.vertnav li {
    overflow: hidden;
}

.vertnav li a {
    text-transform: uppercase;
}

.block .vertnav li.even {
    overflow: hidden;
    background: #fff;
}

.vertnav ul li {
 	border-bottom: none;
	text-transform: none;
    position: relative;
}

/* This controls the indent for each sublist */
.vertnav ul {
    padding: 0;
    margin: 0;
    clear: both;
}

.vertnav ul ul {
    padding: 5px 0 0 10px;
}

.vertnav .vertnavlink {
    padding: 6px 0px 6px 10px;
    margin: 0;
    display: inline-block;
}

/* Provide space for our own "bullet" inside the link */
.vertnav .expandlink {
    color: #666;
    font-size: 6px;
    margin-left: 6px;
    padding: 3px 10px 3px 4px;
    vertical-align: top;
    display: inline-block;
}

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
.vertnav .open .expandlink:before {
    content: "\2212";
}

.vertnav .closed .expandlink:before {
    content: "\2b";;
}

.vertnav .open > .vertnavlink,
.vertnav .active > .vertnavlink{
    background: #e5e5e5;
}

.vertnav .open .active > a {
    background: transparent;
    font-weight: bold;
}

/* Actually show and hide sublists */
.vertnav .open ul {
    display: block;
}

.vertnav .closed ul {
    display: none;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://www.vihtan.fi/skin/frontend/carbon/default/fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('https://www.vihtan.fi/skin/frontend/carbon/default/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.vihtan.fi/skin/frontend/carbon/default/fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('https://www.vihtan.fi/skin/frontend/carbon/default/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.vihtan.fi/skin/frontend/carbon/default/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
[class^="icon-"],
[class*=" icon-"],
.vertnav .open .expandlink,.vertnav .closed .expandlink {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-asterisk:before {
  content: "\2a";
}
.icon-plus:before {
  content: "\2b";
}
.icon-euro:before {
  content: "\20ac";
}
.icon-minus:before {
  content: "\2212";
}
.icon-cloud:before {
  content: "\2601";
}
.icon-envelope:before {
  content: "\2709";
}
.icon-pencil:before {
  content: "\270f";
}
.icon-glass:before {
  content: "\e001";
}
.icon-music:before {
  content: "\e002";
}
.icon-search:before {
  content: "\e003";
}
.icon-heart:before {
  content: "\e005";
}
.icon-star:before {
  content: "\e006";
}
.icon-star-empty:before {
  content: "\e007";
}
.icon-user:before {
  content: "\e008";
}
.icon-film:before {
  content: "\e009";
}
.icon-th-large:before {
  content: "\e010";
}
.icon-th:before {
  content: "\e011";
}
.icon-th-list:before {
  content: "\e012";
}
.icon-ok:before {
  content: "\e013";
}
.icon-remove:before {
  content: "\e014";
}
.icon-zoom-in:before {
  content: "\e015";
}
.icon-zoom-out:before {
  content: "\e016";
}
.icon-off:before {
  content: "\e017";
}
.icon-signal:before {
  content: "\e018";
}
.icon-cog:before {
  content: "\e019";
}
.icon-trash:before {
  content: "\e020";
}
.icon-home:before {
  content: "\e021";
}
.icon-file:before {
  content: "\e022";
}
.icon-time:before {
  content: "\e023";
}
.icon-road:before {
  content: "\e024";
}
.icon-download-alt:before {
  content: "\e025";
}
.icon-download:before {
  content: "\e026";
}
.icon-upload:before {
  content: "\e027";
}
.icon-inbox:before {
  content: "\e028";
}
.icon-play-circle:before {
  content: "\e029";
}
.icon-repeat:before {
  content: "\e030";
}
.icon-refresh:before {
  content: "\e031";
}
.icon-list-alt:before {
  content: "\e032";
}
.icon-flag:before {
  content: "\e034";
}
.icon-headphones:before {
  content: "\e035";
}
.icon-volume-off:before {
  content: "\e036";
}
.icon-volume-down:before {
  content: "\e037";
}
.icon-volume-up:before {
  content: "\e038";
}
.icon-qrcode:before {
  content: "\e039";
}
.icon-barcode:before {
  content: "\e040";
}
.icon-tag:before {
  content: "\e041";
}
.icon-tags:before {
  content: "\e042";
}
.icon-book:before {
  content: "\e043";
}
.icon-print:before {
  content: "\e045";
}
.icon-font:before {
  content: "\e047";
}
.icon-bold:before {
  content: "\e048";
}
.icon-italic:before {
  content: "\e049";
}
.icon-text-height:before {
  content: "\e050";
}
.icon-text-width:before {
  content: "\e051";
}
.icon-align-left:before {
  content: "\e052";
}
.icon-align-center:before {
  content: "\e053";
}
.icon-align-right:before {
  content: "\e054";
}
.icon-align-justify:before {
  content: "\e055";
}
.icon-list:before {
  content: "\e056";
}
.icon-indent-left:before {
  content: "\e057";
}
.icon-indent-right:before {
  content: "\e058";
}
.icon-facetime-video:before {
  content: "\e059";
}
.icon-picture:before {
  content: "\e060";
}
.icon-map-marker:before {
  content: "\e062";
}
.icon-adjust:before {
  content: "\e063";
}
.icon-tint:before {
  content: "\e064";
}
.icon-edit:before {
  content: "\e065";
}
.icon-share:before {
  content: "\e066";
}
.icon-check:before {
  content: "\e067";
}
.icon-move:before {
  content: "\e068";
}
.icon-step-backward:before {
  content: "\e069";
}
.icon-fast-backward:before {
  content: "\e070";
}
.icon-backward:before {
  content: "\e071";
}
.icon-play:before {
  content: "\e072";
}
.icon-pause:before {
  content: "\e073";
}
.icon-stop:before {
  content: "\e074";
}
.icon-forward:before {
  content: "\e075";
}
.icon-fast-forward:before {
  content: "\e076";
}
.icon-step-forward:before {
  content: "\e077";
}
.icon-eject:before {
  content: "\e078";
}
.icon-chevron-left:before {
  content: "\e079";
}
.icon-chevron-right:before {
  content: "\e080";
}
.icon-plus-sign:before {
  content: "\e081";
}
.icon-minus-sign:before {
  content: "\e082";
}
.icon-remove-sign:before {
  content: "\e083";
}
.icon-ok-sign:before {
  content: "\e084";
}
.icon-question-sign:before {
  content: "\e085";
}
.icon-info-sign:before {
  content: "\e086";
}
.icon-screenshot:before {
  content: "\e087";
}
.icon-remove-circle:before {
  content: "\e088";
}
.icon-ok-circle:before {
  content: "\e089";
}
.icon-ban-circle:before {
  content: "\e090";
}
.icon-arrow-left:before {
  content: "\e091";
}
.icon-arrow-right:before {
  content: "\e092";
}
.icon-arrow-up:before {
  content: "\e093";
}
.icon-arrow-down:before {
  content: "\e094";
}
.icon-share-alt:before {
  content: "\e095";
}
.icon-resize-full:before {
  content: "\e096";
}
.icon-resize-small:before {
  content: "\e097";
}
.icon-exclamation-sign:before {
  content: "\e101";
}
.icon-gift:before {
  content: "\e102";
}
.icon-leaf:before {
  content: "\e103";
}
.icon-eye-open:before {
  content: "\e105";
}
.icon-eye-close:before {
  content: "\e106";
}
.icon-warning-sign:before {
  content: "\e107";
}
.icon-plane:before {
  content: "\e108";
}
.icon-random:before {
  content: "\e110";
}
.icon-comment:before {
  content: "\e111";
}
.icon-magnet:before {
  content: "\e112";
}
.icon-chevron-up:before {
  content: "\e113";
}
.icon-chevron-down:before {
  content: "\e114";
}
.icon-retweet:before {
  content: "\e115";
}
.icon-shopping-cart:before {
  content: "\e116";
}
.icon-folder-close:before {
  content: "\e117";
}
.icon-folder-open:before {
  content: "\e118";
}
.icon-resize-vertical:before {
  content: "\e119";
}
.icon-resize-horizontal:before {
  content: "\e120";
}
.icon-hdd:before {
  content: "\e121";
}
.icon-bullhorn:before {
  content: "\e122";
}
.icon-certificate:before {
  content: "\e124";
}
.icon-thumbs-up:before {
  content: "\e125";
}
.icon-thumbs-down:before {
  content: "\e126";
}
.icon-hand-right:before {
  content: "\e127";
}
.icon-hand-left:before {
  content: "\e128";
}
.icon-hand-up:before {
  content: "\e129";
}
.icon-hand-down:before {
  content: "\e130";
}
.icon-circle-arrow-right:before {
  content: "\e131";
}
.icon-circle-arrow-left:before {
  content: "\e132";
}
.icon-circle-arrow-up:before {
  content: "\e133";
}
.icon-circle-arrow-down:before {
  content: "\e134";
}
.icon-globe:before {
  content: "\e135";
}
.icon-tasks:before {
  content: "\e137";
}
.icon-filter:before {
  content: "\e138";
}
.icon-fullscreen:before {
  content: "\e140";
}
.icon-dashboard:before {
  content: "\e141";
}
.icon-heart-empty:before {
  content: "\e143";
}
.icon-link:before {
  content: "\e144";
}
.icon-phone:before {
  content: "\e145";
}
.icon-usd:before {
  content: "\e148";
}
.icon-gbp:before {
  content: "\e149";
}
.icon-sort:before {
  content: "\e150";
}
.icon-sort-by-alphabet:before {
  content: "\e151";
}
.icon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.icon-sort-by-order:before {
  content: "\e153";
}
.icon-sort-by-order-alt:before {
  content: "\e154";
}
.icon-sort-by-attributes:before {
  content: "\e155";
}
.icon-sort-by-attributes-alt:before {
  content: "\e156";
}
.icon-unchecked:before {
  content: "\e157";
}
.icon-expand:before {
  content: "\e158";
}
.icon-collapse-down:before {
  content: "\e159";
}
.icon-collapse-up:before {
  content: "\e160";
}
.icon-log-in:before {
  content: "\e161";
}
.icon-flash:before {
  content: "\e162";
}
.icon-log-out:before {
  content: "\e163";
}
.icon-new-window:before {
  content: "\e164";
}
.icon-record:before {
  content: "\e165";
}
.icon-save:before {
  content: "\e166";
}
.icon-open:before {
  content: "\e167";
}
.icon-saved:before {
  content: "\e168";
}
.icon-import:before {
  content: "\e169";
}
.icon-export:before {
  content: "\e170";
}
.icon-send:before {
  content: "\e171";
}
.icon-floppy-disk:before {
  content: "\e172";
}
.icon-floppy-saved:before {
  content: "\e173";
}
.icon-floppy-remove:before {
  content: "\e174";
}
.icon-floppy-save:before {
  content: "\e175";
}
.icon-floppy-open:before {
  content: "\e176";
}
.icon-credit-card:before {
  content: "\e177";
}
.icon-transfer:before {
  content: "\e178";
}
.icon-cutlery:before {
  content: "\e179";
}
.icon-header:before {
  content: "\e180";
}
.icon-compressed:before {
  content: "\e181";
}
.icon-earphone:before {
  content: "\e182";
}
.icon-phone-alt:before {
  content: "\e183";
}
.icon-tower:before {
  content: "\e184";
}
.icon-stats:before {
  content: "\e185";
}
.icon-sd-video:before {
  content: "\e186";
}
.icon-hd-video:before {
  content: "\e187";
}
.icon-subtitles:before {
  content: "\e188";
}
.icon-sound-stereo:before {
  content: "\e189";
}
.icon-sound-dolby:before {
  content: "\e190";
}
.icon-sound-5-1:before {
  content: "\e191";
}
.icon-sound-6-1:before {
  content: "\e192";
}
.icon-sound-7-1:before {
  content: "\e193";
}
.icon-copyright-mark:before {
  content: "\e194";
}
.icon-registration-mark:before {
  content: "\e195";
}
.icon-cloud-download:before {
  content: "\e197";
}
.icon-cloud-upload:before {
  content: "\e198";
}
.icon-tree-conifer:before {
  content: "\e199";
}
.icon-tree-deciduous:before {
  content: "\e200";
}
.icon-briefcase:before {
  content: "\1f4bc";
}
.icon-calendar:before {
  content: "\1f4c5";
}
.icon-pushpin:before {
  content: "\1f4cc";
}
.icon-paperclip:before {
  content: "\1f4ce";
}
.icon-camera:before {
  content: "\1f4f7";
}
.icon-lock:before {
  content: "\1f512";
}
.icon-bell:before {
  content: "\1f514";
}
.icon-bookmark:before {
  content: "\1f516";
}
.icon-fire:before {
  content: "\1f525";
}
.icon-wrench:before {
  content: "\1f527";
}
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
    float: none;
}

.carousel-inner > .active.left {
    left: -100%;
    float: none;
}

.carousel-inner > .active.right {
    left: 100%;
    float: none;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 8%;
    text-align: center;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.carousel-control.left {
}

.carousel-control.right {
    left: auto;
    right: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin-top: -9px;
    padding: 4px 5px 7px 5px;
    background: #fff;
    color: #333;
}

.carousel-control .icon-chevron-right {
    right: 15px;
    left: auto;
}

.carousel-control .icon-chevron-left {
    left: 15px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    background-color: #ccc;
    border-radius: 10px;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

.carousel-indicators {
    bottom: -28px;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .carousel-control {
        display: none;
    }
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before,
.container:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}

.container:after {
    clear: both;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}

.row:after {
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}
@media (min-width: 768px) {
    .container {
        max-width: calc( 100vw - 20px)
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .pull-sm-clear-right {
        float: right;
        clear: right;
    }

    .pull-sm-clear-left {
        float: left;
        clear: left;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: calc( 100vw - 60px);
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .pull-md-clear-right {
        float: right;
        clear: right;
    }

    .pull-md-clear-left {
        float: left;
        clear: left;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: calc( 100vw - 20px);
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pull-lg-clear-right {
        float: right;
        clear: right;
    }

    .pull-lg-clear-left {
        float: left;
        clear: left;
    }
}

@media screen and (min-width: 1500px){
    .container {
        max-width: 1500px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1620px) and (min-width: 1025px) {
    body > .container {
        max-width: calc(100% - 150px);
    }

    #header {
        max-width: calc(100% - 120px);
    }

    body > .container ,
    #header {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }


    #header-container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Desktop */
@media (min-width: 1200px) {
    .carousel {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    body {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    
    h1 {
        font-size: 56px;
        line-height: 62px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    h2 {
        font-size: 36px;
        line-height: 40px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    
    .vaimo-cms .widget-category-link-container h2 {
        line-height: 40px;
        padding-bottom: 15px;
    }

    .vaimo-cms .widget-category-link-container h2.empty-header {
        padding-bottom: 0;
    }
    
    .col-main .widget-category-link-container .descriptionContent {
        font-weight: 600;
    }
    
    #footer .heading{
        font-size: 20px;
        line-height: 24px;
    }
    
    #copyright{
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
    
    #nav .menu-link{
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
    }
    
    #nav ul .level2 {
        margin-bottom: 20px;
    }
    
    .hover-box .hover-box__content .subName {
        font-size: 16px;
    }
    
    .hover-box .hover-box__content .product-text-price {
        font-size: 16px;
    }
    
    .catalog-product-view .product-name h1 {
        line-height: 62px;
    }
    
    .catalog-product-view .product-name .subName {
        line-height: 24px;
    }
    
    .catalog-product-view .product-shop .price {
        line-height: 40px;
    }
    
    .catalog-product-view .short-description .std p, .catalog-product-view .short-description .std {
        line-height: 24px;
    }
    
    #product-options-wrapper div.nice-select, #product-options-wrapper input {
        font-weight: 400;
    }
    
    .catalog-product-view .add-to-links a {
        line-height: 24px;
        font-weight: 400;
    }
    
    .catalog-product-view .tabItemContainer a {
        font-weight: 400;
    }
    
    .catalog-product-view .box-up-sell h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
    
    .link-container h1 {
        margin-top: 0;
        margin-bottom: 1px;
        padding-top: 10px;
    }
    
    body #footer {
        margin-top: 50px;
    }
    
    #footer .row ul li {
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .carousel {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* Large devices */
@media (max-width: 991px) {
    .carousel {
        margin-left: 0px;
        margin-right: 0px;
    }

    .readmoreLink {
        font-size: 14px;
        text-decoration: underline;
    }

    .vaimo-cms.row {
        margin-left: 0;
        margin-right: 0;
    }

    .container .vaimo-cms div.widget-category-link-container {
        padding: 20px;
    }

    .content-container div.link-container h2 {
        left: 20px;
        bottom: 20px;
    }

    .descriptionContent.no-header {
        margin-top: 0;
    }

    .descriptionContent {
        margin: 12px 0;
    }
}

/* Extra small devices */
@media (max-width: 767px) {

    body {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

    h1 {
        font-size: 36px;
        line-height: 40px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    h2 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    h4 {
        font-size: 15px;
        line-height: 19px;
    }

    h5 {
        font-size: 14px;
        line-height: 17px;
    }

    h6 {
        font-size: 12px;
        line-height: 15px;
    }

    label {
        font-size: 14px;
        line-height: 18px;
    }

    .breadcrumbs {
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        margin-top: 10px
    }

    .breadcrumbs .home a {
        padding-left: 0;
    }

    .toolbar .sort-by,
    .toolbar .limiter {
        display: none;
    }

    .button {
        font-size: 12px;
    }
   
    .cms-index-index .pagemanager ul.row-1 a {
        width: 100%; 
    }
    
    #header .links li,
    .category-products > .toolbar .pages.right {
        display: none;
    }
    
    .toolbar {
        padding: 0;
    }

    .pagination li a {
        opacity: 0.5;
    }

    .page-title h1 {
        font-size: 16px;
    }
    
    p.retailer-link {
        margin: 0;
        padding: 0 0 8px 0;
        float: left;
    }
    
    #header .retailer-link a {
      margin-top: 10px;
    }
    
    #nav > li.parent:after {
        content: none;
    }
    ul.row-3.one-block.last {
        display:none;
    }

    .base-mini h2 {
        margin: 0px 0px 20px 15px;
    }

    .cms-index-index .pagemanager ul.row-1 li.item:nth-of-type(2) p:nth-of-type(3) {
        /*margin: 0;*/
    }

    .catalog-category-view .col-main > p:last-of-type {
        display: none;
    }

    .cms-index-index .products-grid .product-image {
        margin: 0;
    }
    .selected-products .products-grid .item {
        padding: 0;
        margin: 0;
    }

    .cms-index-index .main-container {
        margin-top: 0;
    }

    .customer-account-login .buttons-set {
        padding: 0;

    }

    .customer-account-login .buttons-set button { 
        width: 100%;
    }

    .customer-account-login .page-title h1 {
        padding: 0 10px;
    }

    .link-container h2 {
        bottom: 10px;
        left: 10px;
    }
    
    .link-container h1 {
        top: 10px;
        left: 10px;
    }
    
    .product-shop .price-box .price, .container .widget-category-link-container h2,
    .catalog-product-view .regular-price {
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    .catalog-product-view .col-main .box-up-sell h2, .catalog-product-view .short-description .std p, .container .hover-box__content .hover-box__left .subName, .container .hover-box__content .hover-box__left .product-text-price, .col-main .widget-category-link-container .descriptionContent, .col-main .widget-category-link-container a {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.5px;
    }
    
    .header-bottomContainer #nav ul li.level2 a,  #footer .container h5.heading, #footer .row li a, #footer .row li, #footer #copyright {
        font-size: 14px;
        line-height: 30px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    
    
    .catalog-product-view .subName, .container .hover-box__content .hover-box__left .product-name a , .header-bottomContainer #nav .level0 > .menu-link {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    .catalog-product-view .container .hover-box__content .hover-box__left .product-name a {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .catalog-product-view .container .hover-box__content .hover-box__left .product-text-price {
        font-weight: 400;
    }
    
    .header-bottomContainer #nav .level2 .menu-link {
        padding: 0;
    }
    
    .catalog-product-view .product-name h1 {
        font-size: 36px;
        line-height: 40px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    .product-shop .product-options dd select {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.5px;
    }
    
    #footer .row ul li {
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
    }

    .container div.vaimo-cms div.widget-category-link-container {
        padding: 10px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    label,
    .form-list label,
    .form-list .input-box,
    .one-page-checkout label,
    .one-page-checkout .input-text,
    .form-list .input-text {
        width: 100%;
    }

    .radio,
    .control label {
        width: auto;
    }

    .catalog-product-view .more-views {
        margin: 0px 0px 30px 0px;
    }

    .form-instructions{
        margin-left: 0;
    }
}

@media (min-width: 480px) {
    .form-list .validation-advice,
    .form-account-name .validation-advice,
    .one-page-checkout .validation-advice {
        margin-left: 29%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    body {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    
    h1 {
        font-size: 50px;
        line-height: 56px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    h2 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    
    .cms-index-index .pagemanager .two-blocks li.first li {
        margin-right: 15px;
        width: 215px;
    }
    
    .cms-index-index .pagemanager .two-blocks li.first {
        width: 74%;
    }
    
    #newsletter {
        width: 135px;
    }
    
    #nav li a {
        padding: 23px 14px 10px 14px;
    }
    
    #nav {
        font-size: 17px;
    }
    
    #header .logo {
        /* margin: 15px 0 10px 8px; */
    }

    .main-container .vaimo-cms.row .vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row {
        padding: 0 10px;
    }
    
    .catalog-product-view .product-name h1 {
        font-size: 50px;
        font-weight: 700;
        line-height: 56px;
    }
    
    .vaimo-cms .widget-category-link-container h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
    }

    .catalog-product-view .price-box .price, #widget-image-text-container-6024 .link-container span,
    .catalog-product-view .regular-price {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
    }
    
    .catalog-product-view .short-description .std p, .vaimo-cms .hover-box__content .product-text-price, .hover-box .hover-box__content .subName, .vaimo-cms .widget-category-link-container link {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }
    
    .catalog-product-view .subName, #footer h5.heading {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }

    .vaimo-cms .hover-box .hover-box__content .product-name a {
        font-size: 20px;
        line-height: 24px;
    }
    
    #footer .row li a, #copyright, #nav .menu-link{
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }
    
    #nav .level1 > .level1.menu-vlist {
        margin-top: 40px;
        line-height: 16px;
    }
    
    #nav ul .level2 {
        margin-bottom: 10px;
    }
    
    #nav .level1 > .level1.menu-vlist {
        line-height: 16px;
    }

    .catalog-product-view .add-to-links li a, #productTabContainer li a, #product-options-wrapper div.nice-select .current {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
    
    .catalog-product-view .box-up-sell h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
    }
    
    body #footer {
        margin-top: 40px;
    }
    
    .link-container h1 {
        margin-top: 0;
        margin-bottom: 1px;
        left: 20px;
        top: 20px;
    }

    .container .widget-category-link-container,
    .container .widget-category-link-container {
        padding: 20px 20px 10px;
    }
    
    #footer .row ul li {
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    body {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    
    h1 {
        font-size: 40px;
        line-height: 46px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    h2 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    
    h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    
    .headercart {
        clear: both;
    }
    
    #nav {
        width: 100%;
        font-size: 14px;
    }

    #nav li a {
        padding: 23px 9px 11px 9px;
    }
    
    .cms-index-index .pagemanager h2 {
        font-size: 19px;
    }
    
    .cms-index-index .pagemanager .two-blocks li.first li {
        margin-right: 15px;
        width: 215px;
    }
    
    .cms-index-index .pagemanager .two-blocks li.first {
        width: 66%;
    }
    
    #footer {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    #newsletter {
        width: 143px;
    }
    
    #footer .input-text, textarea {
        border-radius: 3px;
        margin-bottom: 5px;
    }
    
    #footer .button {
        border-radius: 3px;
    }

    .catalog-product-view .more-views li {
        margin: 0 0px 30px 0;
    }
    
    body > .container {
        max-width: calc(100vw - 20px);
    }
    
    .widget-image-text-container .bottom a{
        font-size: 20px !important;
    }
    
    .widget-image-text-container .top a{
        font-size: 40px;
    }
    
    .col-main .widget-category-link-container h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
    }
    
    .widget-category-link-container .descriptionContent, .widget-category-link-container .descriptionContent .link a {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }
    
    .short-description .std p {
        font-size: 14px;
    }
    
    .catalog-product-view .box-up-sell h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    
    .search-container #search_mini_form .input-wrapper .input-search {
        font-size: 36px;
    }
    
    div#searchSuggestions .name {
        font-size: 20px;
        font-weight: 700;
    }
    
    body.catalog-category-searchresult .page-title h1 {
        font-size: 36px;
    }
    
    .catalog-category-searchresult .amount {
        font-size: 16px;
    }
    
    .search-container #search_mini_form .input-wrapper .input-search {
        padding: 28px;
    }
    
    #widget-image-text-container-2921 .link-container span {
        right: 30px;
    }
    
    #footer h5.heading, #footer .row li a {
        font-size: 14px;
        line-height: 30px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    
    .header-bottom #nav .level0 > .menu-link {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    
    .header-bottom #nav ul li.level1 a {
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0.5px;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .price-box .price, .vaimo-cms .widget-category-link-container h2,
    .catalog-product-view .regular-price {
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.5px;
    }
    
    .catalog-product-view .subName, .item-container .hover-box .hover-box__content .product-name a {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    
    .catalog-product-view .short-description .std p, .item-container .hover-box__content .product-text-price, .item-container div.hover-box__content .subName, .item-container .hover-box .hover-box__content .subName a {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.5px;
    }
    
    .catalog-product-view .product-name h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
        letter-spacing: 0.5px;
    }
    
    .catalog-product-view .tabItemContainer a, .catalog-product-view .add-to-links a, .product-shop .product-options dd select {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.5px;
    }
    
    .widget-image-text-container .link-container h1 {
        left: 20px;
        top: 20px;
        margin-top: 0;
        margin-bottom: 1px;
    }
    
    body #footer {
        margin-top: 30px;
    }
    
    #footer .row ul li {
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .vaimo-cms.row .vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row {
        padding: 0 15px;
    }
    
    .header-bottomContainer {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .vaimo-cms  .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
        padding: 0;
    }

    .vaimo-cms.row .vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row {
        padding: 0 10px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .header-phone-search.container,
    .header-phone-search .header-bottomContainer .col-lg-4 {
        padding-left: 0;
    }
}

.pagination li a,
.pagination .active span,
.toolbar {
    background: transparent;
    border: none;
}

.vaimo-cms.row [class*=' col-']  {
    padding: 0;
}

.toolbar-bottom .toolbar {
    width: 100%;
    text-align: center;
}

.pages,
.pages .pagination {
    float: none;
}

@media (min-width: 767px) and (max-width: 1199px) {
    #nav > li.parent:after {
        font-size: 9px;
    }
}

@media (max-width: 767px) {
    #header .logo img {
        max-width: 138px;
        max-height: 32px;
    }
    
    #header .container .phone-menu {
         margin-right: -5px;
    }
}
@media (min-width: 768px)  {
    .container .mobile-logo {
        display: none;
    }
    
    #nav .menu-link{
        line-height: 12px;
    }
}

/* Extra small devices */
@media (max-width: 991px) {
    .header-phone-bar {
        background-color: transparent;
    }

    #header {
        padding: 0;
        margin: 0;
    }

    #header .logo {
        float: left;
        margin: 0;
        padding: 3px 0;
    }

    div.mobile-logo {
        display: inline-block;
        max-width: 140px;
    }

    #header .phone-menu {
        float:right;
        margin-right: -10px;
    }

    #header .phone-menu li,
    .header-phone-search,
    .header-phone-bar {
        float: left;       
    }

    #header .phone-menu li.to-cart ,
    .toggle-sub-menu,
    #search_autocomplete {
        display: none;
    }

    #header .phone-menu li a {
        display: inline-block;
        width: 40px;
        height: 42px;
        line-height: 20px;
        text-align: center;
        padding: 11px 0;
    }

    #header .phone-menu li a.icon-close {
        height: 25px;
        position: relative;
        top: 12px;
        left: 8px;
    }

    .header-phone-bar {
        border-bottom: 1px solid #d8d8d8;
    }

    #nav,
    .header-phone-search,
    #nav li.over ul li a,
    #nav li.active ul li a,
    #nav ul ul,
    #nav ul div {
        background-color: #666666;
    }

    #search_mini_form {       
        float: none;
        clear: both;
        margin: 0 -10px;
        padding: 10px;
    }

    #search_mini_form .input-text {
        font-size: 14px;
    }

    #search_mini_form .input-wrapper {
        background: #f6f6f6;
    }

    #search_mini_form .input-wrapper .input-search {
        width: 90%;
        font-size: 16px;
        height: 24px;
    }

    .hamburger {
        width: 26px;
        display: inline-block;
    }

    .hamburger .bread {
        display: block;
        width: inherit;
        height: 3px;
        border-radius: 1px;
        background-color: #515151;
        margin-top: 5px;
    }

    /* Navigation */
    #nav {
        font-size: 13px;
        line-height: 16px;
        padding: 0;
        width: 100%;
        max-width: 100%;
        background-color: #666666;
    }

    #nav .parent > ul.level0 {
        top: 0;
    }

    #header #nav {
        margin: 0;
        padding: 10px 0;
        position: fixed;
    }

    #header .header-phone-search {
        padding: 0;
    }

    #header #nav .level0 .toggle-sub-menu {
        float:right;
        clear:right;
        width: 40px;
        border: none;
        background: none;
        line-height: 18px;
        padding: 10px 0;
        outline: none;
        color: white;
    }

    #header #nav .level1 .toggle-sub-menu{
        padding: 0;
        line-height: 38px;
    }

    /* All Levels */
    #nav li {
        text-align: left;
        position: relative;
        margin: 0;
    }

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

    #nav .level0 > a {
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
        width: 100%;
    }

    #nav .level0 > .menu-link,
    #nav .menu-link,
    #header #nav .level0 > .toggle-sub-menu{
        color: white;
        font-weight: normal;
        font-size: 26px;
        line-height: 18px;
    }

    #nav li a {
        display: block;
        text-decoration: none;
        padding: 10px 5px;
    }

    #nav ul.level0,
    #nav ul.level0 > li,
    #nav ul.level1,
    #nav ul.level1 > li {
        padding-right: 0;
    }

    #nav ul.level0 > li {
        padding: 8px 0;
    }

    #nav ul.level0 > .menu-group-main {
        padding: 0;
    }

    #nav ul.level1 {
        padding: 0;
    }

    #nav li.level2 {
        padding: 8px 0;
    }

    #nav li {
        padding-right: 10px;
    }

    #nav li.last a {
        border-bottom: none;
    }

    #nav li a:hover {
        text-decoration: none;
    }

    #nav li a span {
        display: block;
        white-space: nowrap;
        cursor: pointer;
    }

    #nav li ul a span {
        white-space: normal;
    }

    /* 1st Level */
    #nav li {
        float: none;
        width: 100%;
    }

    #nav li a {
        float: none;
        font-weight: normal;
        color: #333;
    }

    #nav li a:hover,
    #nav li.over a,
    #nav li.active a {
        background: transparent;
        color: #333;
    }

    #nav li.active > a {
        font-weight: bold;
    }

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

    #nav ul li a {
        padding: 7px 10px;
    }

    .header-phone-search.container {
        max-width: 100%;
    }

    #nav li li a:hover {
        color: #333;
    }

    /* 3rd+ leven */
    #nav ul ul,
    #nav ul div {
        top: 0;
    }

    #nav ul li {
        float: none;
        margin: 0;
        padding-left: 10px;
        line-height: 38px;
    }

    #nav .level2 .menu-link {
        padding: 10px;
    }

    #nav .level0.last {
        border-bottom: none;
    }

    #nav .parent.active > ul {
        display: block;
    }

    /** Hide mobile menu by default */
    #nav,
    #nav .level0 > ul,
    #header .links,
    #nav .menu-vlist .menu-image.menu-image {
        display: none;
    }

    #nav .parent > ul.mobile-show, #nav li.active > ul  {
        position: relative;
        width: auto;
        z-index: 1;
        top: auto;
        left: 0px;
        display: block;
        border: none;
        background: transparent;
        padding: 0px;
    }

    #nav li.level0 ul.shown-sub,
    #nav li.level0 ul{
        left: 0;
        top: 0;
        width: 100%;
        background-color: transparent;
        position: relative;
    }

    #nav li.level0 ul.shown-sub.level0 {
        padding: 0;
    }

    #nav a.menu-link {
        padding-top: 10px;  
    }

    #search_mini_form .vihta-icon-aa-search::before {
        font-size: 20px;
    }

    #search_mini_form .vihta-icon-aa-search::before,
    #search_mini_form .input-wrapper button {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
    }
    .icon-plus:before{
        content: '+';
    }
    .header-bottomContainer .right {
        padding: 0;
    }

    .header-bottomContainer {
        margin-bottom:0;
    }

    .header-bottom {
        line-height: 0;
        position: relative;
        z-index: 100;
        right: 0;
        left: 0;
    }

    #toggle-nav.active .hamburger .bread {
        display: none;
    }

    #toggle-nav.active .hamburger {
        background-image: url('https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/icons/Vihtan_icons_close.svg');
        width: 26px;
        height: 26px;
    }

    #header-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #nav ul li a,
    #nav .level0 > .menu-link {
        text-align: right;
    }

    #nav .level0 > .menu-link {
        font-weight: 700;
    }

    #nav ul li.level1 a {
        font-size: 16px;
    }

}

/* Extra small devices */
@media (max-width: 480px) {
}

@media (max-width: 991px) {
    div.header-phone-bar {
        border: none;
    }    

    .phone-menu #storelocator-container, 
    .phone-menu #search-icon-container, 
    .phone-menu #wishlist-icon-container {
        margin-right: 5px;
        margin: 0;
    }

    .header-bottomContainer .level0.over > a:after, .header-bottomContainer .level0.active > a:after {
        background-image: none;
    }

    div#searchSuggestions {
        width: 100%;
        right: 0;
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header .logo img {
        max-width: 350px;
        max-height: initial;
    }
    
    #header-container {
        max-width: calc(100vw - 65px);
        padding: 0;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    
    .header-bottom #nav .shown-sub .menu-vlist {
        left: 0;
        top: 0;
    }
    
    #header #nav {
        margin-left: -23px;
        width: 100%;
    }

    div.header-phone-bar {
        padding: 0;
    }
}

@media (max-width: 768px) {
    #nav ul.level1 ul.level1 {
        padding-right: 20px;
    }
}
/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
    .toolbar-bottom .pages {
        display: block;
    }
}

/* Extra small devices */
@media (max-width: 767px) {

    .pages .pagination {
        float: none;
    }

    .toolbar-bottom .pagination{
        margin: 10px 0;
    }

    .toolbar-bottom .pages {
        width: 100%;
        text-align: center;
    }

    .toolbar-bottom .toolbar {
        text-align: center;
    }

    .toolbar-bottom .toolbar .amount,
    .toolbar-bottom .toolbar .sort-by,
    .toolbar-bottom .toolbar .limiter {
        margin-bottom: 10px;
    }

    .toolbar-bottom label {
        float: none;
        display: block;
        text-align: left;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 5px 10px;
    }

    .toolbar .amount {
        line-height: 36px;
    }

    .toolbar-bottom .limiter select,
    .toolbar-bottom .sort-by select {
        margin-left: 0;
    }
}
/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs > li > a {
        padding: 5px 8px;
    }

}

/* Extra small devices */
@media (max-width: 767px) {
    .nav-tabs > li > a {
        padding: 8px 8px;
        font-size: 11px;
    }

    .box-related .products-grid li.item,
    .box-up-sell .products-grid li.item{
        padding-bottom: 15px;
    }

    .product-options dt label {
        margin-right: 10px;
    }
}
/* Large devices */
@media (min-width: 1200px) {
    #footer h5.heading .icon-minus,
    #footer h5.heading .icon-plus {
        display: none;
    }
}

@media (min-width: 1024px) {
    #footer {
        padding: 50px 10px 50px;
    }
}

@media (min-width: 768px) {
    #footer .icon-chevron-down,
    #footer .icon-chevron-up {
        display: none;
    }

    #footer .col-md-3 {
        padding-top: 30px;
    }    

    #footer .container .row:first-of-type {
        min-height: 270px;
    }
}

@media (min-width: 768px) {
    #footer .col-sm-3:not(:last-child):after {
        content:'';
        background: url("https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/images/icons/footerSeparate@2x.png");
        background-size: cover;
        display: inline-block;
        width: 4px;
        height: 270px;
        position: absolute;
        right: 0;
        top: 0;
    }    
}
/* Extra small devices / Small devices */
@media (min-width: 768px) and (max-width: 991px) {
    #footer {
        margin: 0;
        padding-left: 0;
    }

    #footer .row {
        margin-left: 0;
        margin-right: 0;
    }

    #footer h5.heading .icon-minus,
    #footer h5.heading .icon-plus {
        display: none;
    }

    #footer .content ul.last {
        margin-left: 15px;
    }


    #footer em {
        width: 20px;
    }

    #footer .col-sm-2 div ul li:nth-of-type(2) {
        width:120px;
    }
}


/* Extra small devices */
@media (max-width: 767px) {
    #footer {
        margin-left: 0;
        margin-top: 10px;
        padding-left: 0;
        width: 100%;
    }
    
    #footer .container h5.heading,
    #footer .container .row div.content {
        border: none; 
        padding: 0 10px;
    }

    #footer .container .row > div {
        margin-bottom: 35px;
    }

    #footer h5.heading > em {
        display: none;
    }

    #footer .row .content {
        display: block;
    }

    #footer .row li {
        font-size: 14px;
        line-height: 24px;
    }

    #footer .content ul {
        margin-top: 16px;
    }
    #copyright {
        margin: 0;        
    }
    
    #copyright,
    #footer h5.heading { 
        font-weight: 700;
        font-size: 16px;      
    }

    .mobile-slogan img {
        max-width: 250px;
    }

    #footer {        
        padding: 30px 0 10px;
    }

    #footer01 {
        border-top: 0;
        margin-top: 0;
    }

    #footer h5.heading {        
        border: 1px solid #a1a1a1;
        padding: 15px 10px;        
        margin: -1px 0 0 0;
        cursor: pointer;
        text-transform: uppercase;
    }

    #footer h5.heading i {
        float: right;
        cursor: pointer;
        display: block;
    }

    #footer h5.heading > em {
        float: right;
    }

    #footer h5.heading .icon-chevron-up {
        display: none;
    }

    #footer .content {
        display: none;
        padding: 10px;
    }

    #footer #nav04 {
        margin-top: 10px;
    }

    #nav04 * {
        float: none;
    }

    #nav04 li {
        margin-bottom: 10px;
    }

    #footer .bottomlinks a {
        display: block;
        padding: 0;
        text-transform: uppercase;
    }

    #footer .bottomlinks a:first-child {
        padding-top: 10px;
    }

    #footer .validation-advice {
        position: relative;
    }

    #vaimo a {
        text-align: left;
    }

    #footer .col-md-3 {
         border-left: 0 none;
         padding: 0;
    }

    #footer .content ul.last {
        margin-left: 0;
    }

    #footer .row {
        margin: 0;
    }    
}
/* Extra small devices / Small devices */
@media (max-width: 991px) {

    .customer-account-index .main-container {
        margin-top: 0;
    }

    .toggle-account-nav {
        background: #f0f0f0;
        border: 1px solid #a1a1a1;
        padding: 10px;
        margin: 7px 0 15px 0;
    }

    .toggle-account-nav i {
        float: right;
    }

    .main-container .col-main .block-account {
        display: block;
        paddding: 0;
        border: none;
        margin: 15px 0;
    }

    .my-account .data-table td.last a {
        display: block;
    }

    .my-account .my-wishlist .separator,
    .order-hidden {
        display: none;
    }

    .my-account .my-wishlist .last .btn-cart {
        min-width: 120px;
    }

    .my-account .data-table td.last .separator {
        display: none;
    }

    .block-account .block-title {
        padding-bottom: 0;
    }

    .block-account .block-content {
        border: none;
    }

    .block-account .block-content ul li {
        font-size: 12px;
    }

    #my-orders-table {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    img.cms-png {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
    .contacts-index-index #contactForm .form-list .wide textarea {
        width: 340px;
    }
}

/* Extra small devices */
@media (max-width: 767px) {
    .cms-index-index ul.products-grid {
        /*margin-left: -20px;*/
    }

    .catalogsearch-result-index h1,
    .catalogsearch-advanced-result h1 {
        position: inherit;
    }

    .advanced-search label {
        float: none;
    }

    .catalogsearch-advanced-index .buttons-set {
        width: 220px;
    }

    .advanced-search .form-list .input-box,
    .advanced-search .form-list .input-range {
        margin-left: 0;
    }

    .contacts-index-index #contactForm .form-list .wide textarea {
        width: 210px;
    }

    div.pagemanager .four-blocks li.item {
        margin-left: 4%;
        width: 48%;
    }

    div.pagemanager .four-blocks li.item:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .brands-logo {
        display: none;
    }
}


/* Landscape phones and down */
@media (max-width: 767px) {
    .cart-collaterals-col {
        float: left;
        margin-top: 20px;
    }

    .cart .totals {
        margin-bottom: 20px;
    }

    .cart-table td.remove {
        width: 15px;
        padding-left: 0;
    }

    .cart-table th {
        padding: 0 0 5px;
    }

    .cart-table tfoot .a-right.last {
        text-align: right;
    }

    .cart-table tfoot button {
        margin-bottom: 10px;
    }

    .cart-table .th-title {
        padding-left: 15px;
    }
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.headercart {
    position: relative;
    float: right;
    padding-top: 7px;
}

.headercart .top {
    float: right;
    margin-left: 10px;
}

.headercart-info {
    float: left;
    display: block;
    padding: 0 10px;
    line-height: 38px;
    font-size: 13px;
    text-transform: uppercase;
}

.headercart-info:hover {
    text-decoration: none;
}

.headercart-info .icon-shopping-cart {
    font-size: 15px;
    padding-right: 4px;
    line-height: 13px;
    position: relative;
    top: 2px;
    color: #534741;
}

.headercart-items {
    margin-right: 5px;
}

.headercart-co-btn {
    float: right;
    padding: 0 10px;
    border-radius: 3px;
    margin: 1px 1px 0 0;
    height: 32px;
    line-height: 32px;
    border: none;
    font-size: 11px;
    display: none;
    font-weight: bold;
}

#recently-added-container {
	position:absolute;
	top: 42px;
	right:0;
	width: 300px;
	z-index: 99999;
}

.headercart-inner {
    margin-top: 5px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

#recently-added-container .viewing {
    border-bottom: 1px solid #ccc;
    padding: 0 0 7px 0;
    text-transform: none;
}

#recently-added-container .viewing a {
    text-transform: none;
}

#recently-added-container h5 {
    margin: 0 0 5px 0;
}

.headercart .mini-products-list {
    padding: 0;
    margin: 10px 0 0 0;
    overflow: hidden;
    list-style-type: none;
}

.headercart .mini-products-list .product-name {
    text-transform: uppercase;
    margin: 0 0 2px 0;
    font-weight: bold;
}

.headercart .mini-products-list .product-image {
    width: 55px;
}

.headercart .mini-products-list li {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.headercart #recently-added-container button {
    float: right;
}

#recently-added-container .sum,
#recently-added-container .price{
    font-size: inherit;
    margin: 0;
}

#recently-added-container .sum {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
}

#recently-added-container .btn-remove {
    float: right;
    display: block;
    margin: 20px 0 0 0;
}
.filter-block{
	margin-bottom: 20px;
}

.filter-block:last-child {
	margin-bottom: 0;
}

.filter-block li a {
	padding-left: 20px;
	background-image: url('https://www.vihtan.fi/skin/frontend/carbon/default/images/ic_multioptionfilter/checkbox_no.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.filter-block li strong.selected-filter a {
	background-image: url('https://www.vihtan.fi/skin/frontend/carbon/default/images/ic_multioptionfilter/checkbox_yes.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.filter-block li.no-multi-option a {
	background-image: none;
	padding-left: 0;
}

.filter-block li a.active {
	text-decoration: underline;
}

.filter-block a.remove-item {
	font-weight: bold;
	margin-left: 5px;
	font-size: 11px;
}

#multioptionfilter-loader{
	background-image: url('https://www.vihtan.fi/skin/frontend/carbon/default/images/ic_multioptionfilter/loader_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	width:123px;
	height:123px;
	position: fixed;
	left: 50%;
	margin-left: -50px;
	top: 45%;
	z-index: 10;
	padding: 25px 25px 20px 30px;
}

#multioptionfilter-loader .loader {
	background-image: url('https://www.vihtan.fi/skin/frontend/carbon/default/images/ic_multioptionfilter/loader.gif');
	background-repeat: no-repeat;
	background-position: top left;	
	width:66px;
	height: 66px;
}
/* Row css */

.pagemanager ul{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
}

/* Item css */

.pagemanager li.item{
	float: left;
	overflow: hidden;
}

/* One block */
.pagemanager .one-block li.item{
	width: 100%;
}

/* Two blocks */
.pagemanager .two-blocks li.item{
	width: 48%;
	margin-left: 4%;
}
.pagemanager .two-blocks li.first{
	margin-left: 0;
}

/* Three blocks */
.pagemanager .three-blocks li.item{
	width: 32%;
	margin-left: 2%;
}
.pagemanager .three-blocks li.first{
	margin-left: 0;
}

/* Four blocks */
.pagemanager .four-blocks li.item{
	width: 24%;
	margin-left: 1.3%;
}
.pagemanager .four-blocks li.first{
	margin-left: 0;
}

/* Five blocks */
.pagemanager .five-blocks li.item{
	width: 19.1%;
	margin-left: 1.1%;
}
.pagemanager .five-blocks li.first{
	margin-left: 0;
}

/* Six blocks */
.pagemanager .six-blocks li.item{
	width: 16%;
	margin-left: 0.8%;
}
.pagemanager .six-blocks li.first{
	margin-left: 0;
}


/* Image css */

/* Toplist css */

.toplist ol{
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
}

.horizontal_with_images li{
	float: left;
	width: 32%;
	margin-left: 2%;
	overflow: hidden;
}
.horizontal_with_images li.first{
	margin-left: 0;
}
.horizontal_with_images li img{
	width: 100%;
}
.vertical_productname ul{
	border-top: 1px dashed #EFEFEF;
}
.vertical_productname li{
	border-bottom: 1px dashed #EFEFEF;
	padding: 3px 10px;
}
.vertical_with_images li{
	border-bottom: 1px dashed #EFEFEF;
	padding: 3px 10px;
}

/* HTML css */

/* Slideshow css */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#242424;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(https://www.vihtan.fi/skin/frontend/carbon/default/images/colorbox/controls.png) no-repeat -25px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

.selected-products.list-horizontal .content {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.selected-products.list-horizontal .products-grid {
    display: table-row;
}

.selected-products.list-horizontal .products-grid .item {
    display: table-cell;
}
/* Styles for facebook likebox */

.fan_box {

}
.fan_box .connect_widget_facebook_logo_menubar {

}
.fan_box .full_widget a{

}
.fan_box .full_widget {

}
.fan_box .full_widget .connect_top {

}
.fan_box .page_stream {

}
.fan_box_bottom {

}

/* Icommerce_Tabs CSS 
-------------------------------------------------------- */ 

/* General */ 

#tabs { overflow: hidden; }
.ui-tabs-nav { float: left; margin: 0; padding: 0;}
.ui-tabs-nav li { float:left; margin: 0 2px 0 0; padding: 0; }
.ui-tabs-nav li a { 
	display:block; 
	float:left; 
	margin: 0; 
	padding: 7px 15px 5px 15px; 
	background: #efefef;
	border: 1px solid #E7E7E7;
	border-bottom: none;
}
.ui-tabs-nav li.ui-state-active a { 
	background: #fff;
	position:relative;
	z-index: 3;
}
.ui-tabs-panel { 
	display: block;
	clear:both; 
	padding: 10px;
	background: #fff;
	border: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7; 
	position: relative;
	top: -1px;
	z-index: 2;
}
.ui-tabs-hide { display:none; }


/* Product page tabs*/ 

.ui-tabs-panel .add-review .form-list input, 
.ui-tabs-panel .add-review .form-list textarea,
.ui-tabs-panel .add-review .buttons-set{
	width: 98%;
}
.ui-tabs-panel .add-review .buttons-set{
	margin: 10px 0 0 0;
}
.ui-tabs-panel .reviews-text td.value{
	width: 10px;
	overflow: hidden;
}
.ui-tabs-panel .add-review .data-table{
	width: 400px;
}
.ui-tabs-panel .add-review .form-list{
	margin: 10px 0 0 0;
}
.ui-tabs-panel .reviews .data-table, 
.ui-tabs-panel .reviews .data-table th{
	border: 0;
}
.ui-tabs-panel .reviews .data-table td {
	border-bottom:0;
	border-left:0;
	border-right:0;
	width: 10px;
}
.ui-tabs-panel .reviews .data-table td.label, 
.ui-tabs-panel .reviews-text .data-table th.label {
	background-color:#ffffff;
	font-weight:bold;
}

.ui-tabs-panel .reviews .data-table th {
	border-bottom:0;
	border-left:0;
	border-right:0 !important;
	border-top:0;
	color:#333333;
	padding:2px 0;
	white-space:nowrap;
}
.ui-tabs-panel .reviews .review-title{
	font-weight: bold;
	color: #888;
}
.ui-tabs-panel .rating-box {
	background:url(https://www.vihtan.fi/skin/frontend/base/default/images/product_rating_blank_star.gif) repeat-x;
	float:left;
	font-size:0.9em;
	height:13px;
	margin-right:5px;
	position:relative;
	width:69px;
}
.ui-tabs-panel .rating-box .rating {
	background:url(https://www.vihtan.fi/skin/frontend/base/default/images/product_rating_full_star.gif) repeat-x;
	height:13px;
	left:0;
	position:absolute;
	top:0;
}

.nosto-carbon
{
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
    clear: both;
}

.nosto-carbon,
.nosto-carbon a,
.nosto-carbon span.
.nosto-carbon h4
{
    font-family: Arial,Verdana,Sans-serif;
    text-decoration: none;
    color: #333333;
    font-weight: normal;
    line-height: 15px;
}

.nosto-carbon h4.nosto-heading 
{
    text-align: center;
    margin: 0px 0px 20px 0px;
    color: #333333;
    font-size: 20px;
}

.nosto-carbon ul.nosto-product-list 
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.nosto-carbon .nosto-product-list li
{
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
}

.nosto-startpage .nosto-product-list li
{
	width: 180px;
    padding: 0 15px 20px 15px;
}

.nosto-default .nosto-product-list li
{
	width: 135px;
}

.nosto-carbon .nosto-product-list li:first-child
{
    margin-left: 0px;
}

.nosto-carbon .nosto-product-list li img
{
    width: 100%;
}

.nosto-carbon .nosto-product-info 
{
    margin-top: 10px;
}

.nosto-carbon h5.nosto-product-name a
{
    margin-bottom: 5px;
   	font-size: 14px;
   	text-transform: uppercase;
   	font-weight: bold;
}

.nosto-carbon h5.nosto-product-name
{
    margin: 0;
}

.nosto-carbon .nosto-price-info span.nosto-product-price 
{
   display: inline;
   font-size: 12px;
} 

.nosto-carbon .nosto-old-price span.nosto-product-price 
{
    text-decoration: line-through;
}

.nosto-carbon .nosto-current-price span.nosto-product-price 
{
    color: #E30613;
}

.nosto-carbon ul.nosto-product-list li 
{
    position:relative;
}

.nosto-carbon a:hover 
{
    opacity: 0.6;
}

.nosto-carbon .nosto-xxlarge 
{
	display: none !important;
}
@media (min-width: 1201px)
{
    .nosto-carbon .nosto-xxlarge {display: inline-block !important;}
}

/* Responsive: Large desktop */
@media (min-width: 1025px) and (max-width: 1200px)
{
    .nosto-carbon .nosto-xxlarge {display: none !important;}
}

/* Responsive: Tablet landscape */
@media (max-width: 1024px) 
{
    .nosto-carbon .nosto-xxlarge {display: none !important;}
    .nosto-startpage .nosto-product-list li {width: 180px;}
}

/* Responsive: Small tablet landscape */
@media (max-width: 800px) 
{	
    .nosto-startpage .nosto-xxlarge {display: inline-block !important;}
    .nosto-startpage .nosto-product-list li {width: 200px;}
    .nosto-default .nosto-product-list li {width: 140px;}
}

/* Responsive: Tablet portrait */
@media (max-width: 768px) 
{	
    .nosto-startpage .nosto-product-list li {width: 200px;}
}

/* Responsive: Small tablet portrait */
@media (max-width: 600px) 
{
    .nosto-carbon .nosto-product-list li {width: 150px;}
    .nosto-default .nosto-xxlarge {display: inline-block !important;}
    .nosto-default .nosto-product-list li {margin-bottom: 20px;}
}	

/* Responsive: Mobile landscape and down */
@media (max-width: 480px) 
{
    .nosto-carbon .nosto-product-list li {width: 140px;}
}

/* Responsive: Mobile portrait and down */
@media (max-width: 320px) 
{
    .nosto-default .nosto-xxlarge, 
    .nosto-default .nosto-xlarge 
    {
    	display: none !important;
    }
}
/* Style in ic_vertnav.css */
/* FUNCTION-CRITICAL CSS (note that Vanilla Magento uses #nav, so we can't get rid of that one :S) */
#nav ul {
    left: 0;
}

.parent > .menu-vlist {
    position: absolute;
    display: none;
}

.menu-link {
    white-space: nowrap;
}

.menu-vlist {
    z-index: 999;
}

.parent > .menu-children-nested.menu-vlist,
.parent > .shown-sub {
    display: block;
}

.menu-bp-wrapper {
    display: table;
    width: auto; /** Remove this if you want the menu to be 100% of the content **/
    table-layout: fixed;
}

/** column within a column correct fixed-cell sizing */
.menu-bp-column .menu-bp-wrapper {
    width: 100%;
}

.level0.menu-vlist {
    left: 0;
}

.level0.parent > .menu-vlist {
    top: 29px;
}

#nav .menu-bp-items,
#nav .shown-sub .menu-children-nested.menu-children-nested {
    position: relative;
    left: 0;
    border: 0;
    top: 0;
    padding: 0;
}

#nav li {
    text-align: left;
    position: relative;
}

.toggle-sub-menu {
    display: none;
}

/** NON-CRITICAL */
#header #nav .menu-bp-row {
    clear: both;
}

.menu-image {
    margin: 5px 0;
}

.menu-multilevel-slideout .parent > .menu-vlist,
.menu-standard-navigation .parent > .menu-vlist {
    width: 220px;
}

#nav .level0 .menu-bp-wrapper {
    min-width: 180px;
}

/** Will deterine the size of the widget in the menu */
.menu-bp-column.widget-column .widget {
    display: block;
    width: 200px;
}

.menu-image {
    max-width: 160px; /*IE fix*/
}

.menu-vlist .menu-image.menu-image {
    display: inline;
}

#nav .widget-static-block h1,
#nav .widget-static-block h2,
#nav .widget-static-block h3,
#nav .widget-static-block h4,
#nav .widget-static-block h5 {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
/** Styling that is related to media-query based (adaptive) viewport size  */
@media (min-width: 768px) {
    /* FUNCTION-CRITICAL CSS */
    .menu-bp-column {
        display: table-cell;
        padding-left: 20px;
    }

    #nav li {
        float: left; /** Remove this if you want the menu to be 100% of the content **/
    }

    #nav .level1.menu-nested-parent > a {
        font-weight: bold;
        text-transform: uppercase;
    }

    /** NON-CRITICAL */
    #nav .shown-sub .menu-vlist {
        left: 160px;
        top: -12px;
    }

    .menu-bp-column.first {
        padding-left: 0;
    }

    #nav .menu-bp-wrapper.menu-hlist > .menu-bp-column .menu-bp-items li {
        list-style-type: none;
        padding-right: 10px;
        float: left;
    }

    /** footer group styling */
    .menu-group-footer > .group-items {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #333;
    }

    #nav .menu-bp-wrapper .menu-group-footer .group-items li {
        float: none;
        display: table-cell;
        white-space: nowrap;
    }

    #nav .menu-group-footer a {
        text-transform: uppercase;
        font-weight: bold;
    }

    #nav .menu-bp-wrapper .menu-group-footer .group-items li {
        float: none;
        padding-left: 20px;
        display: table-cell;
        white-space: nowrap;
    }

    #nav .menu-group-footer .group-items li:first-of-type {
        padding-left: 0;
    }

    .parent.menu-nested-parent {
        margin-top: 10px;
    }

    .parent.menu-nested-parent.first {
        margin-top: 0;
    }

    .menu-simple-dropdown .menu-bp-column {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .level0.parent .menu-vlist {
        top: 0;
    }

    .level1 .menu-vlist {
        margin-left: 5px;
    }

    .parent > .menu-vlist {
        display: block;
    }

    #nav .menu-group-footer a {
        text-transform: uppercase;
    }

    .parent > .menu-vlist.menu-vlist {
        position: relative;
    }

    .parent > .menu-vlist {
        border: 0;
        padding: 0;
    }

    .menu-bp-wrapper {
        display: block;
    }

    .shown-sub .menu-vlist {
        left: 0;
    }

    #nav {
        margin: 0 -10px;
    }

    .mobile-hide,
    .menu-image,
    .menu-group-main .widget {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }
}

#searchSuggestions{
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px #333;
    border-radius: 3px;
    top: 50px;
    width: 350px;
    z-index: 900;
}

#searchSuggestions .cls{
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 10px;
    box-shadow: 0 0 5px #000;
    background: #333;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    cursor: pointer;
}

#searchSuggestions .price{
    font-weight: bold;
    display: block;
}

#searchSuggestions li{
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
    line-height: 15px;
}

#searchSuggestions li:first-child{
    border-top: 1px dashed #ccc;
}

#searchSuggestions li a{
    display: block;
    overflow: hidden;
}

#searchSuggestions li a .left{
    width: 15%;
}

#searchSuggestions li a .right{
    width: 80%;
    margin-left: 5%;
}

#searchSuggestions ul.cats{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#searchSuggestions ul.cats li{
    border: none;
}

#searchSuggestions h4{
    margin: 10px 0 5px 0;
    padding: 0;
    font-style: italic;
    font-size: 15px;
}

#searchSuggestions h4.top{
    margin-top: 0;
}

#searchSuggestions hr{
    margin: 10px 0;
    padding: 0;
    height: 0;
    background: none;
    border: none;
    border-bottom: 1px dashed #ccc;
}

#searchSuggestions h4 span{
    font-weight: bold;
}

body #header #search_mini_form input.typing{
    background: #fff url(https://www.vihtan.fi/skin/frontend/base/default/images/ajax_search_suggestions/ajax-loader.gif) no-repeat 98% 4px;
}

body.ie #header #search_mini_form input.typing{
    background: #fff url(https://www.vihtan.fi/skin/frontend/base/default/images/ajax_search_suggestions/ajax-loader.gif) no-repeat 84% 4px;
}

#doSearch{
    color: #fff;
    float: right;
    clear: both;
    text-decoration: none;
}
#doSearch:hover{
    background: #484848;
}

.suggHeading{
    display: block;
    padding: 5px 0 10px 0;
}

.suggHeading .sugg span{
    cursor: pointer;
    font-weight: bold;
}

.suggHeading .sugg span:hover{
    text-decoration: underline;
}

.row .vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row.vcms-nested-structure-row {
    padding: 0;
}
.vcms-white {
  color: #ffffff;
}

.vcms-black {
  color: #000000;
}

.vcms-blue {
  color: #4f81bd;
}

.vcms-red {
  color: #c0504d;
}

.vcms-green {
  color: #9bbb59;
}

.vcms-purple {
  color: #8064a2;
}

.vcms-orange {
  color: #f79646;
}

.vcms-grey {
  color: #999;
}

.vcms-float-left {
  float: left;
}

.vcms-float-right {
  float: right;
}

.vcms-font-arial {
  font-family: Arial, Helvetica, sans-serif;
}

.vcms-font-palatino {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.vcms-font-georgia {
  font-family: Georgia, serif;
}

.vcms-font-times {
  font-family: "Times New Roman", Times, serif;
}

.vcms-font-comic-sans {
  font-family: "Comic Sans MS", cursive, sans-serif;
}

.vcms-font-impact {
  font-family: Impact, Charcoal, sans-serif;
}

.vcms-font-courier {
  font-family: "Courier New", Courier, monospace;
}

.vcms-center {
  text-align: center;
}

.vcms-left {
  text-align: left;
}

.vcms-right {
  text-align: right;
}

.vcms-justify {
  text-align: justify;
}

.vcms-bold {
  font-weight: bold;
}

.vcms-italic {
  font-style: italic;
}

.vcms-strike {
  text-decoration: line-through;
}

.vcms-bold {
  font-weight: bold;
}

.vcms-underline {
  text-decoration: underline;
}

.vcms-table td {
    border: 1px solid #d2d2d2;
    padding: 2px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/vaimo-fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.vihtan.fi/skin/frontend/base/default/images/vaimo-fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.vihtan.fi/skin/frontend/base/default/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.vihtan.fi/skin/frontend/base/default/images/vaimo-fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/vaimo-fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/vaimo-fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.carousel .hotspot {
    position: absolute;
    text-align: left;
}

.carousel .hotspot-icon {
    height: 18px;
    width: 20px;
    padding-top: 1px;
    text-align: center;
    cursor: pointer;
}

.carousel .hotspot-icon {
    font-size: 22px;
    color: #FFFFFF;
}

.carousel .hotspot-content {
    display: none;
    border-radius: 4px;
    width: 260px;
    padding:8px 11px;
    background: rgba(255,255,255,0.8);
    font-size:12px;
    color: #333;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
/* Subcatlist ============================================================ */

.subcatlist {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.subcatlist li {
    min-height: 100px;
    text-align: center;
    padding: 15px 20px;
}

.subcatlist li.active,
.subcatlist li:hover {
    background-color: #646260;
    color: #fff;
}

.subcatlist li.active .subcatlist-name ,
.subcatlist li:hover .subcatlist-name {
    color: white;
}

.subcatlist li.active a,
.subcatlist li:hover a {
    color: #fff;
    text-decoration: none;
}

.subcatlist li.active .subcatlist-hover,
.subcatlist li:hover .subcatlist-hover {
    display: inline;
}
.subcatlist li.active img ,
.subcatlist li:hover img {
    display: none;
}

.subcatlist-hover {
    display: none;
}

.subcatlist li a {
    font-weight: bold;
    color: #000;
}

.subcatlist ul {
    margin-top: 10px;
}

.subcatlist ul li {
    margin-bottom: 5px;
    min-height: inherit;
}

.subcatlist ul li a {
    color: #000;
    font-weight: normal;    
}

.subcatlist-name {
    margin-top: 5px;
    position: relative;
    font-size: 13px;
    display: block;    
    color: #646260;
}

.subcatlist img {
    width: 60px;
    height: auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
    div.hover-box__left {
        width: 62%;
    }
}

@media (max-width: 991px) {
    .subcatlist li:nth-child(odd){
        clear: left;
    }

    .subcatlist-item a img {
        width: 40px;
    }

    .subcatlist {
        flex-wrap: wrap;
        padding: 0;
    }

    div.hover-box__left {
        padding: 20px 0 20px 20px;
    }
}

/* Landscape phones and down */
@media (max-width: 768px) {
    .subcatlist {
        margin: 0;
    }

    .subcatlist li {
        min-height: 0px;
    }
}
/* ======================================================================================= */
#tab-container {
    margin-bottom: 15px;
}

#tab-container .tabs {
    width: 100%;
    overflow: hidden;
}

#tab-container .tabs li {
    float: left;
    margin: 0 2px 0 0;
}

#tab-container .tabs li a {
    float: left;
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
}

#tab-container .tabs li.active a {
    border-bottom: 1px solid #fff;
}

#tab-container .tab-content {
    border: 1px solid #ddd;
    padding: 10px;
    margin: -1px 0 0 0;
}

/* Style for desktop */
/*=========================================*/
.widget-image-text-container {
    position: relative;
}

.widget-image-text-container a {
    line-height: normal;
    position: relative;    
}

.widget-image-text-container a:hover {
    text-decoration: none;
}

.widget-image-text-container .mobile-image {
    display: none;
}

.widget-image-text-container .desktop-image {
    display: block;
}

.image-container {
    width: 100%;
}

.widget-image-text-container .content-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fff;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
}

.link-container {
    position: relative;
    height: 100%; 
    width: 100%;
}

.link-container span {
    position: absolute;
    font-weight: 700;
    line-height: 1.1em;
}

.title-top {
    top: 0;
    padding-top: 10px;
}

.title-bottom {
    bottom: 0;
    padding-bottom: 10px;
}

.no-padding {
    padding: 0;
}

/* Style for mobile */
/*=========================================*/
@media (max-width: 767px) {

    .widget-image-text-container .desktop-image {
        margin: 0 auto;
        display: none;
    }

    .widget-image-text-container a {
        font-size: 25px !important;
    }

    .widget-image-text-container .mobile-image {
        margin: 0 auto;
        display: block;
    }

    .link-container span {
        font-size: 26px;
        line-height: 1.2em;
    }
}
.widget-category-link-container,
.widget-category-link-container h2,
.widget-category-link-container a {
    color: #fff;
    text-align: left;
}

.widget-category-link-container h2 {
    margin: 0;
    line-height: 1.5em;
}

.widget-category-link-container h2,
.widget-category-link-container a {
    color: #fff;
}

.widget-category-link-container a:hover {
    text-decoration: none;
}

.widget-category-link-container .link {
    margin-top: 20px;
}

.widget-category-link-container {
    padding: 10px;
}


/* Style for mobile */
/*=========================================*/
@media (max-width: 787px) {
    div.widget-category-link-container {
        padding: 25px 10px;
    }

    div.widget-category-link-container h2 {
        /*padding-bottom: 10px;*/
    }
}

@media (max-width: 991px) {

    .vaimo-cms div.widget-category-link-container {
        padding: 10px;
    }

    div.widget-category-link-container h2 {
        font-size: 26px;
    }


    .hover-box .hover-box__content .product-name {
        font-size: 26px;
        line-height: 1em;
    }

    .descriptionContent,
    .widget-category-link-container .readmoreLink,
    div.hover-box__content .subName {
        font-size: 14px;
    }

    div.hover-box__content .product-text-price {
        font-size: 16px;
        font-weight: bold;
    }

    .descriptionContent {
        margin: 12px 0;
    }

    div.hover-box__right {
        right: 10px;
        bottom: 10px;
    }

    .widget-category-link-container label.readmoreLink {
        color: #fff;
    }
}
.lanot-attachments ul {
    display: block;
    padding: 5px 0px 5px 0px;
}
.la-icon {
    display: block;
    margin: 0px 0px 3px 10px;
    height: 32px;
    line-height: 32px;
    font-size:14px;
}
.la-icon-file,
.la-icon-url {
    padding-left:35px;
    background-position:left center;
    background-repeat:no-repeat;
    min-height:32px;
}

.la-icon-file { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/_page.png');}
.la-icon-url { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/_blank.png');}

.la-icon-doc,
.la-icon-docx { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/doc.png');}
.la-icon-xls,
.la-icon-xlsx { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/xls.png');}

.la-icon-3gp { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/3gp.png');}
.la-icon-7z { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/7z.png');}
.la-icon-ace { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ace.png');}
.la-icon-ai { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ai.png');}
.la-icon-aif { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/aif.png');}
.la-icon-aiff { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/aiff.png');}
.la-icon-amr { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/amr.png');}
.la-icon-asf { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/asf.png');}
.la-icon-asx { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/asx.png');}
.la-icon-bat { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/bat.png');}
.la-icon-bin { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/bin.png');}
.la-icon-bmp { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/bmp.png');}
.la-icon-bup { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/bup.png');}
.la-icon-cab { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/cab.png');}
.la-icon-cbr { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/cbr.png');}
.la-icon-cda { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/cda.png');}
.la-icon-cdl { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/cdl.png');}
.la-icon-cdr { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/cdr.png');}
.la-icon-chm { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/chm.png');}
.la-icon-dat { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/dat.png');}
.la-icon-divx { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/divx.png');}
.la-icon-dll { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/dll.png');}
.la-icon-dmg { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/dmg.png');}
.la-icon-dss { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/dss.png');}
.la-icon-dvf { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/dvf.png');}
.la-icon-dwg { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/dwg.png');}
.la-icon-eml { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/eml.png');}
.la-icon-eps { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/eps.png');}
.la-icon-exe { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/exe.png');}
.la-icon-fla { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/fla.png');}
.la-icon-flv { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/flv.png');}
.la-icon-gif { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/gif.png');}
.la-icon-gz { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/gz.png');}
.la-icon-hqx { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/hqx.png');}
.la-icon-htm { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/htm.png');}
.la-icon-html { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/html.png');}
.la-icon-ifo { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ifo.png');}
.la-icon-indd { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/indd.png');}
.la-icon-iso { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/iso.png');}
.la-icon-jar { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/jar.png');}
.la-icon-jpeg { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/jpeg.png');}
.la-icon-jpg { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/jpg.png');}
.la-icon-lnk { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/lnk.png');}
.la-icon-log { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/log.png');}
.la-icon-m4a { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/m4a.png');}
.la-icon-m4b { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/m4b.png');}
.la-icon-m4p { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/m4p.png');}
.la-icon-m4v { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/m4v.png');}
.la-icon-mcd { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/mcd.png');}
.la-icon-mdb { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/mdb.png');}
.la-icon-mid { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/mid.png');}
.la-icon-mov { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/mov.png');}
.la-icon-mp-2 { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/mp-2.png');}
.la-icon-mp-4 { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/mp-4.png');}
.la-icon-mpeg { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/mpeg.png');}
.la-icon-mpg { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/mpg.png');}
.la-icon-msi { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/msi.png');}
.la-icon-mswmm { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/mswmm.png');}
.la-icon-ogg { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ogg.png');}
.la-icon-pdf { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/pdf.png');}
.la-icon-png { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/png.png');}
.la-icon-pps { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/pps.png');}
.la-icon-ps { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ps.png');}
.la-icon-psd { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/psd.png');}
.la-icon-pst { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/pst.png');}
.la-icon-ptb { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ptb.png');}
.la-icon-pub { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/pub.png');}
.la-icon-qbb { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/qbb.png');}
.la-icon-qbw { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/qbw.png');}
.la-icon-qxd { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/qxd.png');}
.la-icon-ram { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ram.png');}
.la-icon-rar { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/rar.png');}
.la-icon-rm { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/rm.png');}
.la-icon-rmvb { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/rmvb.png');}
.la-icon-rtf { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/rtf.png');}
.la-icon-sea { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/sea.png');}
.la-icon-ses { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ses.png');}
.la-icon-sit { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/sit.png');}
.la-icon-sitx { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/sitx.png');}
.la-icon-ss { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ss.png');}
.la-icon-swf { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/swf.png');}
.la-icon-tgz { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/tgz.png');}
.la-icon-thm { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/thm.png');}
.la-icon-tif { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/tif.png');}
.la-icon-tmp { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/tmp.png');}
.la-icon-torrent { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/torrent.png');}
.la-icon-ttf { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/ttf.png');}
.la-icon-txt { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/txt.png');}
.la-icon-vcd { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/vcd.png');}
.la-icon-vob { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/vob.png');}
.la-icon-wav { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/wav.png');}
.la-icon-wma { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/wma.png');}
.la-icon-wmv { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/wmv.png');}
.la-icon-wps { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/wps.png');}
.la-icon-xpi { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/xpi.png');}
.la-icon-zip { background-image: url('https://www.vihtan.fi/skin/frontend/base/default/images/lanot/attachments/32px/zip.png');}

.selected-products .item-container.single-box{
    position: relative;
    cursor: pointer;
}

.single-box .hover-box {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(110, 108, 106, 0.7);
    display: flex;
    justify-content: flex-end;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.single-box:hover .hover-box {
    opacity: 1;
}

.hover-box__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}

.hover-box__content .product-name,
.hover-box__content .product-name a,
.hover-box__content .product-name a:hover,
.hover-box__content .product-name a:visited,
.hover-box__right a,
.hover-box__right a:hover,
.product-text-price {
    font-weight: 600;
    color: white;
    font-size: 20px;
    text-align: left;
    line-height: 24px;
    text-transform: none;
}

.hover-box__content .product-text-price {
    font-weight: 600;
}

.hover-box__content .subName {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: white;
    margin: 10px 0 20px;
    font-weight: 600;
}

.hover-box__content .product-name {
    margin: 0;
}

.hover-box__left {
    width: 50%;
    padding: 40px 0 40px 40px;
}

.hover-box__right {
    position: absolute;
    right: 50px;
    bottom: 35px;
    color: white;
}

.hover-box__content .hover-box__right a {
    font-size: 25px;
}

.heart {
    fill: white;
    position: relative;
    top: 5px;
    width: 30px;
}

.hover-box__left .price-box {
    display: block!important;
    visibility: visible!important;
    text-align: left;
    color: white;
    margin: 10px 0 0 0;
}

.hover-box__left .price-box .price {
    font-size: 16px;
}

.selected-products .item-container.single-box .product-image {
    overflow: hidden;
    position: relative;
    text-align:center;
}

.selected-products .item-container.single-box img {
    margin: 0 -100%;
    width: 100%;
    max-height: 678px;
}

.selected-products .item-container.single-box .added-wishlist img {
    width: 25px;
    height: auto;
}

.category--separate {
    margin: 20px auto;
}

.selected-products.list-horizontal ol.products-grid {
    display: block;
}

@media (max-width: 1200px) {
    .hover-box__content .hover-box__left .product-name a,
    .hover-box__content .hover-box__right .wishlist-link,
    .hover-box__content .hover-box__right .product-name a,
    .hover-box__content .hover-box__right .product-name a:hover,
    .hover-box__content .hover-box__right .product-name a:visited,
    .hover-box__content .hover-box__right a,
    .hover-box__content .hover-box__right a:hover,
    .hover-box__content .product-text-price {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .cms-index-index > .container .col-xs-1,
    .cms-index-index > .container .col-xs-2,
    .cms-index-index > .container .col-xs-3,
    .cms-index-index > .container .col-xs-4,
    .cms-index-index > .container .col-xs-5,
    .cms-index-index > .container .col-xs-6,
    .cms-index-index > .container .col-xs-7,
    .cms-index-index > .container .col-xs-8,
    .cms-index-index > .container .col-xs-9,
    .cms-index-index > .container .col-xs-10,
    .cms-index-index > .container .col-xs-11,
    .cms-index-index > .container .col-xs-12,
    .cms-index-index > .container .col-sm-1,
    .cms-index-index > .container .col-sm-2,
    .cms-index-index > .container .col-sm-3,
    .cms-index-index > .container .col-sm-4,
    .cms-index-index > .container .col-sm-5,
    .cms-index-index > .container .col-sm-6,
    .cms-index-index > .container .col-sm-7,
    .cms-index-index > .container .col-sm-8,
    .cms-index-index > .container .col-sm-9,
    .cms-index-index > .container .col-sm-10,
    .cms-index-index > .container .col-sm-11,
    .cms-index-index > .container .col-sm-12,
    .cms-index-index > .container .col-md-1,
    .cms-index-index > .container .col-md-2,
    .cms-index-index > .container .col-md-3,
    .cms-index-index > .container .col-md-4,
    .cms-index-index > .container .col-md-5,
    .cms-index-index > .container .col-md-6,
    .cms-index-index > .container .col-md-7,
    .cms-index-index > .container .col-md-8,
    .cms-index-index > .container .col-md-9,
    .cms-index-index > .container .col-md-10,
    .cms-index-index > .container .col-md-11,
    .cms-index-index > .container .col-md-12,
    .cms-index-index > .container .col-lg-1,
    .cms-index-index > .container .col-lg-2,
    .cms-index-index > .container .col-lg-3,
    .cms-index-index > .container .col-lg-4,
    .cms-index-index > .container .col-lg-5,
    .cms-index-index > .container .col-lg-6,
    .cms-index-index > .container .col-lg-7,
    .cms-index-index > .container .col-lg-8,
    .cms-index-index > .container .col-lg-9,
    .cms-index-index > .container .col-lg-10,
    .cms-index-index > .container .col-lg-11,
    .cms-index-index > .container .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .hover-box__content .hover-box__left .product-name a {
        font-size: 26px;
    }

    .hover-box__left {
        width: 80%;
    }

    .selected-products .item-container.single-box .added-wishlist img {
        width: 14px;
        height: auto;
    }
}

.widget-category-link-container {
    padding: 30px;
}
@charset "UTF-8";

@font-face {
  font-family: "vihtan";
  src:url("https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/css/fonts/vihtan.eot");
  src:url("https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/css/fonts/vihtan.eot?#iefix") format("embedded-opentype"),
  url("https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/css/fonts/vihtan.woff") format("woff"),
  url("https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/css/fonts/vihtan.ttf") format("truetype"),
  url("https://www.vihtan.fi/skin/frontend/carbon/vihtaovet/css/fonts/vihtan.svg#vihtan") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "vihtan" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="vihta-icon-"]:before,
[class*="vihta-icon-"]:before {
  font-family: "vihtan" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vihta-icon-aa-search:before {
  content: "\e000";
}
.vihta-icon-ab-wishlist:before {
  content: "\e001";
}
.vihta-icon-ac-wishlist:before {
  content: "\e002";
}
.vihta-icon-ad-facebook:before {
  content: "\e003";
}
.vihta-icon-ae-category-icon-arrow-down:before {
  content: "\e004";
}
.vihta-icon-af-arrow-right:before {
  content: "\e005";
}
.vihta-icon-ag-clip:before {
  content: "\e006";
}
.vihta-icon-ah-zoom:before {
  content: "\e007";
}
.vihta-icon-ai-location:before {
  content: "\e008";
}
.vihta-icon-aj-login:before {
  content: "\e009";
}
.vihta-icon-aj-print:before {
  content: "\e00a";
}
.vihta-icon-ak-download:before {
  content: "\e00b";
}

@media (max-width: 767px) {
    #searchSuggestions .suggHeading,
    #searchSuggestions h4,
    #searchSuggestions .cats,
    #searchSuggestions li a .left,
    #searchSuggestions li a .right .price {
        display: none;
    }

    #searchSuggestions .prods li {
        border: none;
    }

    #searchSuggestions li a .right {
        width: 100%;
        text-align: left;
        padding: 0 10px;
        font-size: 14px;
    }

    .search-container {
        margin: 0 10px;
    }

    .catalog-category-searchresult .category-products, 
    .catalog-category-searchresult #products-grid {
        margin-top: 0;
        padding-top: 0;
    }

    .catalog-category-searchresult #products-grid {
        margin-left: 0;
        margin-right: 0;
    }

    .catalog-category-searchresult .page-title h1 {
        margin: 0;
    }

    .catalog-category-searchresult .main-container {
        margin-top: 10px;
    }

    .catalog-category-searchresult .amount.visible-xs {
        line-height: 14px;
        margin-bottom: 10px;
    }
}

#searchSuggestions li a .left {
    display: none;
}

#searchSuggestions li a .right {
    width: 100%;
}

#searchSuggestions .subName {
    font-size: 14px;
    font-weight: normal;
}
