@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300&subset=latin,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(//fonts.googleapis.com/css?family=Cuprum:400,700italic,400italic,700&subset=latin,latin-ext,cyrillic);

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

/* 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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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}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:not-allowed}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}
*,
*: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: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    /*background: #000000 url(https://www.moposport.fi/skin/frontend/carbon/moposport/images/asphalt.jpg) repeat;*/
    /*background-image: url(https://www.moposport.fi/skin/frontend/carbon/moposport/images/body-bg-left.jpg), url(https://www.moposport.fi/skin/frontend/carbon/moposport/images/body-bg-right.jpg);*/
    /*background-position: left 0px top 55px, right 0px top 55px;*/
   /* background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-color: black;*/
    background: #fafafa;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.cms-info-block {
    padding: 10px 15px;
    background: #fabf35;
    border-radius: 3px;
    border: 1px dashed #ffffff;
    font-size: 12px;
    line-height: 20px;

}

.cms-info-block p {
    display: inline-block;
    margin: 0 0 0 10px;
}

/* Headings */
body.cms-index-index,
body.cms-index-index h1,
body.cms-index-index h2,
body.cms-index-index h3,
body.cms-index-index h4,
body.cms-index-index h5,
body.cms-index-index h6 {
    color: #000;
}

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

h1 {
    font-size: 30px;
    line-height: 34px;
}

h2 {
    font-size: 26px;
    line-height: 30px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

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

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

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

.bold {
    font-weight: bold;
}

.col-main {
    padding: 0 10px;
}

/* Extra classes */
.clear-all-paddings {
    padding-top: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
}

.clear-padding-right {
    padding-left: 0!important;
}

/* Subpage colors */
.catalog-category-view,
.catalog-category-view .pagination li a,
.catalog-category-view .pagination li span,
.products-grid .product-name a,
.vertnav .open > .vertnavlink,
.vertnav .active > .vertnavlink,
.block-account ul li a,
.block-account ul li span {
    color: #000;
}

.catalog-category-view .sidebar {
    padding: 10px;
    background: #F5F5F5;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.catalog-category-view .sidebar h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.container.one-column,
.container.two-columns-left {
    box-shadow: 1px 10px 10px rgba(0,0,0,0.40) inset;
    background: #fff;
    padding: 10px 10px 40px 10px;
}

.catalog-category-view a,
.catalog-product-view a {
    color: #000;
}

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

/* Template style */
.cms-index-index .one-column {
    /*background: url("https://www.moposport.fi/skin/frontend/carbon/moposport/images/pattern.jpg") repeat;*/
    margin-bottom: 0px;
    background: #fff;
}

.two-columns-left {
    background: #ffffff;
    margin-bottom: 0px;
}

/* Links */
body.cms-index-index a,
.form-language label {
    color: #ffffff;
}

.cms-index-index .first-page-products span a {
    font-weight: normal;
    text-decoration: none;
    color: #ff0000;
    text-transform: uppercase;

}

.cms-index-index .first-page-products span a:after {
    content: "\e080";
    margin-left: 4px;
    font-family: 'Glyphicons Halflings';
}

.cms-index-index .first-page-products span a:hover {
    color: #c27000;
}

a {
    color: #666;
    text-decoration: none;
}

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

a:visited {
    color: #ccc;
}

.main-container a:visited {
    color: #888;
}

.sl_facebook a {
    color: #fff;
    text-decoration: none;
}

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

/* Buttons */
.button.btn-cart {
    font-size: 15px;
    font-weight: 400;
    background: linear-gradient(180deg, #FFBC00 0%, #F2AF00 100%);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11), 0 3px 6px 0 rgba(137,104,10,0.18);
    width: 102px;
    /*height: 40px;*/
    border-radius: 2px;
}

.button.btn-cart::before {
    content: "\e116";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    float: left;
    height: 20px;
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.button.btn-cart:hover,
.button.btn-cart:focus {
    background-image: none;
    background: #FFBD00;
    -webkit-transition: 0s;
    transition: 0s;
}

.button {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 6px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #373737;
    background-image: -moz-linear-gradient( 90deg, rgb(46,46,46) 0%, rgb(65,65,65) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(46,46,46) 0%, rgb(65,65,65) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(46,46,46) 0%, rgb(65,65,65) 100%);
}

.button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.button:hover,
.button:focus {
    text-decoration: none;
    border-color: #a1a1a1;
    background: #414141;
    background-image: -moz-linear-gradient( 90deg, rgb(46,46,46) 100%, rgb(65,65,65) 0%);
    background-image: -webkit-linear-gradient( 90deg, rgb(46,46,46) 100%, rgb(65,65,65) 0%);
    background-image: -ms-linear-gradient( 90deg, rgb(46,46,46) 100%, rgb(65,65,65) 0%);
    -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,
a.btn-proceed-checkout:visited {
    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;
}

button:active {
    outline: none;
    border: none;
}

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


.form-search .input-text,
.form-search .textarea {
    border: none;
    padding: 6px 8px 6px 30px;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;

    -webkit-appearance: none;

    border-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -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, textarea {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 6px 8px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.input-text {
    width: auto;
    float: left;
}

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

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

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

label em {
	color:#00809f;
}

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

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

.account-login .form-list .input-box,
.account-login .form-list .input-text,
.account-login .one-page-checkout .input-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.form-list .input-box,
.form-list .input-text,
.one-page-checkout .input-text {
    display: inline-block;
    width: 70%;
    margin-bottom: 2px;
}

.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 */
.account-login .buttons-set {
    line-height: 30px;
    float: left;
    width: 100%;
}

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

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

.back-link {
    float: left;
}

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

.new-users .content {
    min-height: 180px;
}

.registered-users .form-list {
    margin: 20px 0;
}

.registered-users .fb-block {
    clear: both;
    padding: 10px 0;
}

.registered-users .fb-block .fb-content {
    margin: 10px 0 0 0;
    border-top: 1px solid #ccc;
}

.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: 17px;
    font-size: 10px;
    line-height: 13px;
    background: url(https://www.moposport.fi/skin/frontend/carbon/moposport/images/validation_advice_bg.gif) 2px 1px no-repeat;
    color: #f00;
}

.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 { margin-right: 12px; }
.toolbar .sort-by select {
    width: 100px;
    margin: 0 10px 0 5px;
}

/* Limiter */
.toolbar .limiter select {
    margin: 0 20px 0 5px;
    width: auto;
}
/* Sorter */
.sorter .view-mode .grid:before {
    font-family: 'Glyphicons Halflings';
    content: "\E011";
    vertical-align: text-top;
    margin-right: 3px;
}
.sorter .view-mode .list:before {
    font-family: 'Glyphicons Halflings';
    content: "\E012";
    vertical-align: text-top;
    margin-right: 3px;
}


.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode label { margin:0; margin-right: 5px; width: auto; }
.sorter .view-mode .view-selector { margin:0; margin-right: 5px; }

@media (max-width: 990px) {
    .sorter .view-mode .product-list-selector-label { display: none; }
    .sorter .view-mode label { display: none; }
    .products-list .sort-by {margin-right: 5px;}
    .toolbar .sort-by select, .toolbar .limiter select {
        margin: 0 5px 0 5px;
    }
    .sorter .view-mode .view-selector { margin-right: 0px; }
    .sorter .view-mode .grid:before { position: relative; top: 3px; }
    .sorter .view-mode .list:before { position: relative; top: 3px; }
}

@media (max-width: 767px) {
    .sorter .view-mode .grid:before { vertical-align: top; position: static; }
    .sorter .view-mode .list:before { vertical-align: top; position: static; }
    .sorter .view-mode label { display: inline; }
    .sorter .view-mode .product-list-selector-label { display: inline; }
    .sorter .view-mode .view-selector { margin-right: 5px; }
    .sorter .view-mode {
        /*line-height: 36px;*/
        white-space: normal;
    }
    .sorter {
        width: auto;
    }
    .toolbar .sort-by { margin-right: 12px; }
    .toolbar .sort-by select {
        margin: 0 10px 0 5px;
    }

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

}
@media (max-width: 480px) {
    .sorter .view-mode .grid { font-size: 250%; }
    .sorter .view-mode .list { font-size: 250%; }
    .sorter .view-mode .product-list-selector-label { display: none; }
    .sorter .view-mode label { display: none; }
}


/* Toolbar */
.toolbar {
    padding: 10px 10px;
    clear: both;
    background: #f5f5f5;
    /*border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.category-products > .toolbar > .toolbar {
    display: none;
}

.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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
}

.link-rss {
    background: url(https://www.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin: 0;
}

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

/* Cookie notice */
.notice-cookie {
    border-bottom: 1px solid #cfcfcf;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.notice-cookie .notice-inner {
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(https://www.moposport.fi/skin/frontend/carbon/moposport/images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

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

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

/* Top banners */
.top-banners li {
    padding: 13px;
    background: rgba(255,255,255, .08);
}

.top-banners h2::before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 20px;
    color: #f6bc34;
    margin: 0 10px 0 0;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
}

.top-banners h2 {
    padding-top: 0!important;
    font-family: 'Cuprum', sans-serif;
    font-style: italic;
    font-size: 25px;
    margin: 2px;
    text-transform: uppercase;
}

.top-banners h2,
.top-banners p {
    color: #fff;
}

.top-banners p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

/* Fistpage product styling */
.first-page-products {
    position: relative;
    margin-top: 10px;
}

.first-page-products h1 {
    font-size: 34px;
    /*font-style: italic;*/
    text-align: center;
    font-family: 'Cuprum', sans-serif;
    display: block;
    /*float: left;*/
    /*border-top: 1px solid #ccc;*/
    margin-bottom: 15px!important;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.first-page-products h1:before {
    border-top: 1px solid #232a22;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 60%; left: 0; right: 0; bottom: 0;
    width: 99%;
    z-index: -1;
}

.first-page-products h1 span {
    background: #fff;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .first-page-products h1 {
        font-size: 24px;
    }
}

.first-page-products .carousel {
    border-top: none;
}

.first-page-products .carousel .next i {
    position: absolute;
    top: 50%;
    right: 0;
    background: #dadada;
    cursor: pointer;
    font-size: 24px;
    padding: 14px 7px 15px 7px;
}

.first-page-products .carousel .prev i {
    position: absolute;
    top: 50%;
    left: 0;
    background: #dadada;
    cursor: pointer;
    font-size: 24px;
    padding: 14px 7px 15px 7px;
}

.first-page-products .carousel .owl-pagination {
    display: none;
}

.first-page-category-link {
    text-align: center;
}

.first-page-category-link a {
    text-decoration: underline;
}

.first-page-category-link a:hover, .first-page-category-link a:active {
    text-decoration: none;
}

.cms-index-index .owl-item .product-info-box {
    padding: 0 10px;
}

.owl-item:first-child {
    margin-left: 0px;
}

.cms-index-index .owl-item img {
    border: 1px solid #d4d4d4;
}

.owl-item .item-container {
    text-align: center;
    background: #050505;
    margin-left: 16px;
    margin-right: 17px;
}

.owl-item .item-container h5 {
    text-transform: uppercase;
    font-size: 13px;
    margin: 8px 0;
}

.owl-item .item-container .price {
    font-size: 21px;
    line-height: 100%;
    font-weight: bold;
}

.klarna_pp_text {
    display: none;
}

form .klarna_pp_text {
    display: block;
    margin-bottom: 25px;
    margin-left: 20px;
    /*float:left;*/
    /*clear:left;*/
}

#klarna_price_block {
    /*margin-bottom: 10px;*/
    /*float: left;*/
    /*clear: right;*/
    /*margin-top: -1px;*/
    /*margin-left: 10px;*/
    text-decoration: none !important;
    border-bottom: 2px dotted red;
}

#klarna_price_block .price {
    font-size: 12px;
}

.cms-index-index #klarna_price_block {
    display: none;
}

/*.catalog-product-view #klarna_price_block:after {*/
    /*content: "\e086";*/
    /*font-family: 'Glyphicons Halflings';*/
    /*position: relative;*/
    /*left: 3px;*/
    /*top: 1px;*/
/*}*/



.out-of-stock {
    display: block !important;
}

/* =================== Purchase Guide ============================= */

@media (max-width: 480px) {
    .maksutaparow .maksutapagrid, .maksutaparow h3, .maksutaparow p {
        display: none;
    }
}

.maksutaparow .maksutapagrid {
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.maksutaparow .maksutapa {
    min-height: 240px;
    text-align: justify;
    padding-top: 10px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

@media (max-width: 991px) {
    .maksutaparow .maksutapa {
        padding-bottom: 20px;
    }
}

.maksutaparow .maksutapa .maksuphoto {
    margin: 0 10px 10px 0;
}

.maksutaparow .maksutapa .ohjetext {
    margin-top: 10px;
}

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

/* Share social buttons addthis */
.share-social {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    padding: 15px 0;
}
 /* ========= */
/* Scroll to top */
.scrollToTop {
    width: 60px;
    height: 60px;
    font-size: 25px;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    background: rgb(250, 191, 53);
    /*font-weight: bold;*/
    color: #fff !important;
    text-decoration: none;
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 50px;
    right: 9%;
}
.scrollToTop:hover > i {
    font-size: 28px;
    top: -3px;
}

/* SLOGAN */

.slogan h1, .slogan p {
    font-family: 'Cuprum', sans-serif;
    font-style: italic;
    color: #fff !important;
    font-size: 14px;
    position: relative;
    right: 5px;
    top: -11px;
    text-align: right;
    margin: 0;
    height: 25px;
}

.slogan p {
    top: -2px;
}


.phone-service {
    z-index: 999999999;
}

.product-sku {
    margin-top: 15px;
    color: #203232;
}
.form-instructions {
    padding-left: 29%;
}

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

.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 {
    
    margin: 10px 0;
}

.price-box .price {
    font-weight: normal;
}

/* Regular price */
.catalog-product-view .price {
    /*color: #ccc;*/
    font-weight: bold;
}

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

.regular-price .price {
    font-weight: bold;
    font-size: 21px;
}

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

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

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

/* Special price */
.catalog-product-view .special-price .price {
    font-size: 32px;
    font-weight: bold;
    color: #e30613;
}

.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: normal;
    color: #e30613;
    font-size: 17px;
    font-weight: bold;
}

/* 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 ================================================================================ */

.top-header {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 10px;
    height: 38px;
    border: solid 1px rgb(54, 54, 54);
    background-image: -moz-linear-gradient( 90deg, rgb(21,21,21) 0%, rgb(45,45,45) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(21,21,21) 0%, rgb(45,45,45) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(21,21,21) 0%, rgb(45,45,45) 100%);
}

.top-header p,
.top-header td {
    margin: 0;
    padding: 0;
}

.top-header ul li {
    float: left;
}

.top-header ul p.phone::before {
    content: "\e182";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 12px;
    color: #f6bc34;
    margin: 0 4px 0 4px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.top-header .icon-earphone {
    font-size: 15px;
    color: #f6bc34;
}

.top-header .icon-chevron-down {
    font-size: 11px;
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 0 0 0 3px;
    vertical-align: middle;
}

.top-header .icon-earphone {
    padding: 0 5px 0 5px;
    width: 25px;
    text-align: center;
}

.top-header .links {
    float: right;
}

.top-header .links .first {
     margin-left: 0;
}

.top-header ul.links li {
    margin-left: 25px;
}

.top-header .links .last {
    margin-left: 25px;
}

.manufacturer-select-container {
    float: right;
}

.model-select-container {
    float: right;
}

.manufacturer-select-container,
.model-select-container {
    margin-top: 3px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 4px;
    background: #3d3d3d;
    width: 100%;
}

.model-select-container {
    margin-left: 10px;
}

.manufacturer-select-container .sod_select,
.model-select-container .sod_select {
    width: 100%;
    height: 28px;
    border-radius: 4px;
    border: 0px none;
    text-transform: none;
    font-weight: normal;
    color: #555;
    font-size: 12px;
}

.manufacturer-select-container .sod_select .sod_list_wrapper, .model-select-container .sod_select .sod_list_wrapper {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #3d3d3d;
    border-width: 5px;
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    width: 180px;
    margin-left: -5px;
    margin-top: -3px;
}

.manufacturer-select-container .sod_select .sod_label, .model-select-container .sod_select .sod_label  {
    margin-top: -5px;
}

.model-search-label {
    color:white;
    margin: 6px 0px 0px 0px;
    font-weight: bold;
}

.sod_select:hover, .sod_select.open, .sod_select.focus {
    border-color: #3d3d3d !important;
}

.manufacturer-select-container  .sod_select:after,
.model-select-container  .sod_select:after {
    content: "\E114";
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-family: 'Glyphicons Halflings';
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0px;
    background-image: -moz-linear-gradient( 90deg, rgb(209,159,43) 0%, rgb(250,191,53) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(209,159,43) 0%, rgb(250,191,53) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(209,159,43) 0%, rgb(250,191,53) 100%);
    color: #fff;
    height: 30px;
    width: 33px;
    text-align: center;
    padding-top: 8px;
}

.manufacturer-select-container  .sod_select:before, .model-select-container  .sod_select:before {
    display: none;
}

@media (max-width: 991px) {
    .top-links-blok-1,
    .top-links-blok-2,
    .top-links-blok-3 {
        margin-left: 20px !important;

    }

}

.top-header a,
.top-header a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.top-header a.drop-down {
    margin: -2px 0 0 5px;
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(54, 54, 54);
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(21,21,21) 0%, rgb(45,45,45) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(21,21,21) 0%, rgb(45,45,45) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(21,21,21) 0%, rgb(45,45,45) 100%);
}

.top-header a.drop-down:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(21,21,21) 100%, rgb(45,45,45) 0%);
    background-image: -webkit-linear-gradient( 90deg, rgb(21,21,21) 100%, rgb(45,45,45) 0%);
    background-image: -ms-linear-gradient( 90deg, rgb(21,21,21) 100%, rgb(45,45,45) 0%);
}

.top-header .submenu {
    color: #000;
    font-weight: normal;
    text-transform: none;
    background: #fff;
    position: absolute;
    top: 27px;
    right: 34px;
    z-index: 100;
    width: 135px;
    display: none;
    margin-left: 10px;
    padding: 10px;
    border-radius: 6px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#header {
    background: url("https://www.moposport.fi/skin/frontend/carbon/moposport/images/pattern-bg.gif") repeat;
    min-height: 115px;
    padding-bottom: 15px;
}

.top-menu-content {
    height: 59px;
    border-top: 4px solid #fabf35;
    background-image: -moz-linear-gradient( 90deg, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}

.top-menu-content.top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:999;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.top-menu-content:not(.top) .container {
    overflow: visible;
}

.top-menu-content:not(.top) .container .row {
    margin-top: -12px;
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 0px;
    position: relative;
    height: 67px;
    border-top: 4px solid #fabf35;
    background-image: -moz-linear-gradient( 90deg, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
}

.top-menu-content:not(.top) .container .row:before {
    content: "";
    width: 0px;
    position: absolute;
    top: 55px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-top: 8px solid #3C3E3D;
    border-left: 12px solid transparent;
}

.top-menu-content:not(.top) .container .row:after {
    content: "";
    width: 0px;
    position: absolute;
    top: 55px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-top: 8px solid #3C3E3D;
    border-right: 12px solid transparent;
}

.top-menu-content + div {
    margin-top: -8px;
    position: relative;
    z-index: 0;
}

.top-links-blok-1,
.top-links-blok-2,
.top-links-blok-3 {
    margin-left: 26px;
    display: block;
    float: right;
}

.headercart-info::before {
    content: "\e116";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 12px;
    color: #f6bc34;
    margin: 0 10px 0 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.top-link-account::before {
    content: "\e161";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 12px;
    color: #f6bc34;
    margin: 0 10px 0 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.top-link-account-logged::before {
    content: "\e008";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 12px;
    color: #f6bc34;
    margin: 0 10px 0 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.top-link-account-logged-out::before {
    content: "\e163";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 12px;
    color: #f6bc34;
    margin: 0 10px 0 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}


#header .welcome-msg {
    margin: 15px 0 0 0;
    font-size: 11px;
    float: left;
    color: #00809f;
}

#header .links {
    float: right;
    font-size: 11px;
    margin: 15px 0;
}

#header .links li {
    float: left;
}

#header .links a {
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

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

#header .logo {
    display: block;
    margin: 16px 0 10px 0;
}

#header .logo img {
    max-width: 100%;
    margin-top: -12px;
    margin-bottom: -70px;
}

/* Search */
#search_mini_form {
    padding: 10px;
    margin: 5px 0 0 0;
    float: left;
    width: 93%;
}

#search_mini_form .search-action {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border: none;
    height: 30px;
    padding: 0 15px;
    vertical-align: middle;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0px;
    background-image: -moz-linear-gradient( 90deg, rgb(209,159,43) 0%, rgb(250,191,53) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(209,159,43) 0%, rgb(250,191,53) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(209,159,43) 0%, rgb(250,191,53) 100%);
}

#search_mini_form .form-search {
    position: relative;
    padding: 5px;
    background: #3d3d3d;
    border-radius: 4px;
    float: left;
    margin-top: 9px;
    width: 100%;
}

#search_mini_form .form-search .icon-search {
    color: #373535;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 17px;
}

#search_mini_form .input-wrapper {
    padding: 3px 10px 3px 8px;
    border: 1px solid #d8d8d8;
    box-shadow: #f4f4f4 0 0 0 4px;
    border-radius: 3px;
    height: 30px;
}

#search_mini_form .input-wrapper .input-search {
    background: transparent;
    border: none;
    color: #666;
    outline: 0;
    height: 22px;
    padding: 0 0 0 5px;
    vertical-align: top;
}

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

#search_autocomplete {
    background: #fff;
    border-top: 0;
}

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

/* Mobile nav */
#toggle-nav {
    float: left;
    padding: 0px;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    font-size: 1.4em;
    margin-top: -5px;
}

#mobile-nav {
    display: none;
    overflow: auto !important;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2;
    height: 100%;
    background: #343434;
    width: 80%;
    text-transform: uppercase;
}

#mobile-nav li {
    width: 100%;
    padding: 16px 0px 0px 0px;
    border-bottom: 1px solid #1B1B1B;
    position: relative;
}

#mobile-nav a {
    text-decoration: none;
    color: #E7E7E7;
    font-weight: normal;
    font-size: 1.0em;
    margin-top: -16px;
    padding: 16px 0px 32px;
    display: block;
    position: relative;
}

#mobile-nav a span {
    position: absolute;
    left: 25px;
}

#mobile-nav i {
    position: absolute;
    top: 18px;
    right: 25px;
    color: #E7E7E7 !important;
}

#toggle-nav i:after {
    content: "VALIKKO";
    font-size: 11px;
    position: absolute;
    top: 3px;
    left: 23px;
}

#mobile-nav a:hover, #mobile-nav a:active, #mobile-nav a:focus {
    color: #aaa;
}

#mobile-nav li ul {
    display: none;
    margin: 0px;
}

#mobile-nav ul.level0 {
    background: #1B1B1B;
}

#mobile-nav ul.level0 a {
    padding-left: 16px;
}

#mobile-nav ul.level1 {
    background: #0E0E0E;
}

#mobile-nav ul.level1 a {
    padding-left: 32px;
}

#mobile-nav ul.level2 {
    background: #000;
}

#mobile-nav ul.level2 a {
    padding-left: 48px;
}


.sod_select.select-language-custom:after {
    content: "" ;

}
.sod_select.select-language-custom:before {
    content: "" ;

}
.select-language-custom .sod_label:after {
    content: "\E114";
    font-size: 10px;
    text-align: center  ;
    width: 20px;
    height: 20px;
    padding: 0 0 0 3px;
    vertical-align: middle;
    border: solid 1px rgb(54, 54, 54);
    border-radius: 5px;
    padding: 3px;
    margin-top: -2px;
    margin-left: 5px;
    font-family: 'Glyphicons Halflings';
    display: inline-block;




}
.sod_select.select-language-custom .sod_label {
    padding: 2px 2px 0px 2px;

}
.sod_select.select-language-custom{
    width: auto;
}

.sod_select.select-language-custom {
    background: transparent;
    border: none;
    padding:0;
    color: #FFF;
    vertical-align: middle;
}

.form-language {
    margin-top: -2px;

}
.form-language label{
    color: rgb(250, 191, 53);
}

.top-link-wishlist:before{

content: "\e006";
font-family: 'Glyphicons Halflings';
display: inline-block;
float: left;
height: 20px;
line-height: 12px;
color: #f6bc34;
margin: 0 10px 0 0;
font-size: 14px;
-webkit-font-smoothing: antialiased;
}

.advanced-search-brands .sod_select.disabled {
    background: #888;
    color: #555;
}

.advanced-search-brands .sod_select.disabled::after {
    background: #826522;
    color: #898784;
}

/* Sidebar =============================================================================== */
.block {
    margin: 0 0 15px 10px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
}

.block .block-title strong {
    font-size: 16px;
    font-weight: normal;
}

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

.block .block-subtitle {
    font-size: 13px;
    font-weight: bold;
}

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

.block .block-content li.item {
    padding: 5px 0;
    clear: both;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
}

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

.block .actions a {
    float: left;
}

.block li.even {
    background-color: #f6f6f6;
}

/* Catalog search right sidebar block */
.sidebar .right-block-1 {
    padding: 10px 0;
    margin: 41px 0 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.sidebar .right-block-1 .block-title {
    text-transform: uppercase;
}

/* CMS contact */
.cms-contact {
    padding-bottom: 0;
}

.cms-contact .block-content {
    padding-bottom: 0;
}

.cms-contact p {
    margin: 0 0 10px 0;
}

/* Mini Products List */
.mini-products-list li {
    padding: 5px 0;
}

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

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

.mini-products-list .product-details h4 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}

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

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

/* Block: Currency Switcher */

.block-currency select {
    width: 100%;
    border: 1px solid #888;
}

/* Vertical nav */
.vertical-nav-container {
    margin-left: 0;
    padding-bottom: 4px;
}

.vertical-nav-container ul {
    padding-bottom: 5px;
}

/* Block: Layered Navigation */
.block-layered-nav {
    padding-bottom: 0;
}

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

.block-layered-nav dt {
    font-weight: bold;
}

.block-layered-nav .currently ol {
	margin:inherit;
	overflow:hidden;
}

.block-layered-nav li {
    line-height: 18px;
}

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

.block-layered-nav .currently .label {
    display: block;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.block-layered-nav .btn-remove {
    float: left;
    margin-right: 5px;
}

.block-layered-nav dl {
    margin: 0;
}

.block-layered-nav dl dt,
.block-layered-nav dl dd {
    margin: 0;
}

.block-layered-nav dl dd {
    margin: 0 0 10px 0;
}

.block-layered-nav .icon-unchecked {
    display: inline-block;
    height: 10px;
    width: 10px;
    border: 1px solid #333;
    margin-right: 10px;
}

.block-layered-nav dl dd ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.block-layered-nav .actions {
    margin: 0;
    float: right;
    text-align: left; /* We want to indent text below */;
}

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

.clear-all .icon-remove-circle {
    color: #000;
    font-size: 16px;
    margin-left: 5px;
}

/* Block: Cart */
.block-cart .subtotal {
    text-align: center;
}

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

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

/* Block: Related */
.block-related li {
    padding: 5px 0;
}

.block-related input.checkbox {
    float: left;
    margin-right: -20px;
}

.block-related .product {
    margin-left: 20px;
}

.block-related .product .product-image {
    float: left;
    margin-right: -65px;
}

.block-related .product .product-details {
    margin-left: 65px;
}

/* Block: Compare Products */
.block-compare li {
    padding: 5px 0;
}

/* Block: Poll */
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

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

.block-poll li {
    padding: 3px 9px;
}

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

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

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

/* Block: Tags */
.block-tags ul,
.block-tags li {
    display: inline;
}

/* Block: Reorder */
.block-reorder li {
    padding: 5px 0;
}

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

.block-reorder .product-name {
    margin-left: 20px;
}

/* Block: Banner */
.block-banner .block-content {
    text-align: center;
}

/* Block: Login */
.block-login label {
    font-weight: bold;
    color: #666;
}

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

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

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

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer-bg {
    background: url("https://www.moposport.fi/skin/frontend/carbon/moposport/images/pattern-bg.gif") repeat;
    width: 100%;
    height: 100%;
}

#footer {
    /*margin-top: 50px;*/
    padding-top: 20px;
    color: #ffffff;
}

#footer h5.heading {
    color: #f9d52e;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

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

#footer a {
    color: #ffffff;
}

#footer a.active {
    color: #f9d52e;
}

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

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

#footer .row li {
    margin: 0 0 17px 0;
    font-size: 11px;
    text-transform: uppercase;
}

#footer .footer-content {
    padding: 0
}

#footer .content.last ul li {
    text-transform: none;
}

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

#newsletter {
    width: 200px;
    margin-right: 10px;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 1px solid #3a3a3a;
    font-size: 11px;
    margin-left: 15px;
    margin-right: 15px;
}

#copyright {
    color: #747474;
    padding: 25px 0 70px 0;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 11px;
    float: right;
}


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

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

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

/* Vaimo link */
#vaimo {
    float: left;
    color: #747474;
    padding: 25px 0 70px 0;
    text-align: right;
    text-transform: uppercase;
}

#vaimo a {
    opacity: 0.7;
    color: #747474;
}

#vaimo a:hover {
    opacity: 1;
    color: #747474;
}
.actions {
    height: 50px;
}

.category-title h1 {
    margin-top: 0;
    font-weight: bold;
    margin: 10px 0;
}

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

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

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

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

.cms-index-index .products-grid .item {
    padding-bottom: 0;
}

.products-grid .item .item-container {
    text-align: center;
    padding: 15px 15px 25px;
}

.products-grid .item .item-container.hover {
    box-shadow: 3px 4px 6px 3px rgba(100,100,100,0.1), -3px 4px 6px 3px rgba(100,100,100,0.1);
}

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

.product-image {
    position:relative;
    display: block;
}

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

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

.products-grid .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

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

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

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

.catalog-category-view .products-grid .price-box {
    margin: 15px 0 15px 0;
}

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

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

.catalog-category-searchresult span.view-selector-container,
.catalog-category-view span.view-selector-container {
    display: inline-block;
    margin-top: 5px;
    margin-left: 8px;
}

.catalog-category-searchresult span.view-selector-container a.view-selector-link,
.catalog-category-view span.view-selector-container a.view-selector-link {
    display: inline-block;
    height: 15px;
    position: relative;
    width: 165px;
    outline: none !important;
}
.catalog-category-searchresult span.view-selector-container  a.view-selector-link .view-selector-checkbox,
.catalog-category-view span.view-selector-container  a.view-selector-link .view-selector-checkbox {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid;
    position: absolute;
    top: 0px;
    color: #000;
}
.catalog-category-searchresult span.view-selector-container  a.view-selector-link .view-selector-checkbox.checked:after,
.catalog-category-view span.view-selector-container  a.view-selector-link .view-selector-checkbox.checked:after {
    content: "\E013";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    color: #000;
    font-size: 14px;
    position: relative;
    top: -3px;
    left: -1px;
}

.catalog-category-searchresult span.view-selector-container  a.view-selector-link .view-selector-text,
.catalog-category-view span.view-selector-container  a.view-selector-link .view-selector-text {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 20px;
    color: #000;
}



/* Product list */

.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:180px; height:180px; margin:0 0 10px; }
.products-list .product-shop { margin-left:215px; }
.products-list .product-name { margin:13px 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

.products-list .product-list-cart-btn { clear:right; padding: 0; margin: 0; }

.products-list .product-shop { margin-left: 215px; }

.products-list .product-image .product-image-listview{ width: 100%; }

.products-list .product-sku { clear: both; }

@media (max-width: 480px) {
    .products-list .product-image { height:auto; left: 50%; margin-left: -90px; }
    .products-list .f-fix { float: left; width: 100%; clear: left; }
    .products-list .product-shop { margin-left: 0; }
    .products-list .product-image .product-image-listview{ width: 180px; }
}
#imagemap_products .add-to-cart {
    float:none;
}

#imagemap_products .price-box {
    float:none;
}

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

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

.catalog-product-view .product-shop > .price-box {
    margin-top: 0px;
}


/* 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.moposport.fi/skin/frontend/carbon/moposport/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.moposport.fi/skin/frontend/carbon/moposport/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 */
.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;
    line-height: 30px;
    float: left;
}
.add-to-cart label {
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
}

.add-to-cart .qty {
    float: left;
    width: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    height: 40px;
}

.add-to-cart button.button {
    padding: 18px 29px;
    margin-top: 10px;
}

.catalog-product-view .qty-container {
    width: 150px;
    margin-right: 0px;
    min-height: 70px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.catalog-product-view .qty-label {
    width: 100%;
    font-weight: bold;
    font-size: 13px;
}

.catalog-product-view .qty-dec, .catalog-product-view .qty-inc {
    float: left;
    width: 40px;
    height: 40px;
    border: 0px none;
    /*margin-right: 3px;*/
    font-family: 'Glyphicons Halflings';
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    background: -webkit-linear-gradient(180deg, #FEFEFE 0%, #DDDDDD 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(180deg, #FEFEFE 0%, #DDDDDD 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #FEFEFE 0%, #DDDDDD 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(180deg, #FEFEFE 0%, #DDDDDD 100%); /* Standard syntax (must be last) */
}

.catalog-product-view .qty-dec:before {
    content: "\2212";
}

.catalog-product-view .qty-inc:before {
    content: "\2b";
}

.catalog-product-view .qty-inc
{

}

.add-to-cart button.button {
    float: left;
    width: 268px;
    background: -webkit-linear-gradient(180deg, #FFBC00 0%, #F2AF00 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(180deg, #FFBC00 0%, #F2AF00 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg, #FFBC00 0%, #F2AF00 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(180deg, #FFBC00 0%, #F2AF00 100%);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11), 0 3px 6px 0 rgba(137,104,10,0.18);
    text-align: left;
    font-size: 20px;
}

.button.btn-cart::before {
    color: #fff;
    font-size: 26px;
    margin: -5px 10px 0 14px;
}

.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: 20px 0;
    padding: 0;
    clear: both;
}

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

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

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

.product-collateral .box-collateral {
    margin: 0;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
}

/* Product Images */
.catalog-product-view .product-image {
    text-align: center;
}

.catalog-product-view .more-views ul {
    margin-left: -4px
}

.catalog-product-view .more-views li {
    float: left;
    margin: 0 15px 0 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;
}

/* Product Shop */
.catalog-product-view .short-description {
    /*border-bottom: 1px solid #ccc;*/
    padding: 0 0 11px 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 18px;
}

.catalog-product-view .short-description p.product-sku {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

.catalog-product-view .short-description p.product-sku span {
    font-weight: bold;
}

.catalog-product-view .add-to-box {
    margin: 0 0 15px 0;
    padding: 0;
    /*border-bottom: 1px solid #ccc;*/
}

#product_addtocart_form {
    margin-bottom: 0;
}

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

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

.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 7px 0;
    font-weight: bold;
}

.product-options dd {
    margin: 0 0 15px 0px;
    clear: both;
    float: left;
}

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

.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;*/
    /*float: left;*/
    margin-bottom: 45px;
}

.price-box-configurable {
    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;
    overflow: hidden;
    background: transparent;
}

.product-shop .product-options dd select {
    width: auto;
}

.product-shop .product-options-bottom {
    background: transparent;
    text-align: left;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

.product-shop .product-options-bottom .add-to-cart {
    float: none;
    margin: 0;
}

/* 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: none;
    margin: 0;
}

.bundle-product .product-options dd {
    margin: 0;
}

.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 .qty-holder label {
    margin: 5px 0 0 0;
    display: block;
}

.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 .price-notice {
    padding-left: 0;
}

/* Block: Upsell */
.catalog-product-view .box-up-sell {
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
}

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

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

/* Block: Related */
.catalog-product-view .box-related h2 {
    font-size: 18px;
}

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

/* 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 {
    float: left;
    margin: 0 2px 0 0;
}

#tab-container .nav-tabs li a {
    float: left;
    display: block;
    padding: 10px 8px;
    border: 1px solid #c6c6c6;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */


    color: #000;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    font-size: 14px;
}

#tab-container .nav-tabs li.active a {
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    border-bottom: 1px solid #fff;
    color: #000;
    background: #fff;
}

#tab-container .tab-content {
    border: 1px solid #c6c6c6 !important;
    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;
}

.product-name h1 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

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

.subscription_email_container {
    margin-bottom: 10px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #ccc;*/
}

.subscription_email_container p {
    font-size: 13px;
    margin-bottom: 8px;
}

.subscription_email_container input {
    height: 36px;
    margin-right: 15px;
    border-radius: 6px;
    width: 200px;
}

.subscription_email_container .button.btn-cart:before {
    content: "";
    height: 0px;
}

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

.link-wishlist::before {
    content: "\e006";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 12px;
    color: #FFBD00;
    margin: 0 10px 0 0;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.catalog-product-view p.product-sku, .cms-index-index p.product-sku, .catalog-category-view p.product-sku, .catalog-category-searchresult p.product-sku {
    display: block;
    margin-top: 0;
    font-size: 11px;
    margin-bottom: 18px;
}

.catalog-product-view .product-sku {
    font-weight: normal;
}

.catalog-product-view #qty-circle-green, .catalog-product-view #qty-circle-red,
.category-products #qty-circle-green, .category-products #qty-circle-red{
    width: 9px;
    height: 9px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #008000;
    float: left;
    display: inline;
    position: relative;
    margin-right: 5px;
    top: 3px;
}

.catalog-product-view #qty-circle-red {
    background-color: #d44;
}

.short-description-read-more-link {
    margin-top: 10px;
}

.catalog-product-view .product-view-banners li.last {
    display: none;
}

.catalog-product-view .product-view-banners .pagemanager .four-blocks li.item {
    width: 32%;
}

.catalog-product-view .product-view-banners h2::before {
    font-size: 15px;
}

.catalog-product-view .product-view-banners h2 {
    font-size: 18px;
}

.catalog-product-view .product-view-banners p {
    font-size: 11px;
}

.catalog-product-view .product-view-banners .pagemanager .four-blocks li.item {
    border-radius: 6px;
    background: #373737;
    background-image: -moz-linear-gradient( 90deg, rgb(46,46,46) 0%, rgb(65,65,65) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(46,46,46) 0%, rgb(65,65,65) 100%);
    padding-top: 4px;
}

.catalog-product-view .product-view-banners .pagemanager .four-blocks li:nth-child(3) {
    margin-right: 0px;
}

.aw-pq2-question-title h2 {
    margin-top: 0px;
}

.aw-pq2-question-form__wrapper.aw-pq2-question-form {
    background-color: transparent;
    margin-bottom: 10px;
}

.active-img {
    border: 1px solid #FFBD00;
}

.product-block {
    border: 1px solid #D3D3D3;
    background: #f9f9f9;
    padding: 0 15px;
    border-radius: 2px;
    margin-bottom: 16px;
    position: relative;
}

.qty-wrapper {
    position: absolute;
    left: 260px;
    top: 30px;
    font-size: 13px;
}

.qty-wrapper p {
    margin: 0;
}

.qty-wrapper .in-stock::before {
    font-family: 'Glyphicons Halflings';
    content: '\e013';
    color: rgba(96,201,64,1);
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.qty-wrapper .out-of-stock::before {
    font-family: 'Glyphicons Halflings';
    content: '\e014';
    color: rgba(198,79,74,1);
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.product-shop .old-price {
    float: none;
    margin-left: 15px;
    color: #959595;
    margin-bottom: 0;
}

.product-shop .old-price .price {
    color: #959595;
}

.product-shop .special-price {
    float: none;
    line-height: normal;
    margin-top: 0;
}

.catalog-product-view .special-price .price {
    font-size: 48px;
}

.product-shop .regular-price {
    float: none;
    font-size: 48px;
    margin: 10px 20px 0 20px;
    line-height: normal;
}

.product-shop .regular-price .price {
    font-size: 48px;
}

.under-add-to-cart {
    float: none;
    clear: both;
    border-top: 1px solid #d3d3d3;
}

.under-add-to-cart .add-to-links {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-left: 20px;
    float: none;
    margin-bottom: 10px;
    font-size: 13px;
}

.under-add-to-cart .share-social {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 50px;
}

.addthis_toolbox.addthis_32x32_style span {
    line-height: 22px !important;
    height: 22px !important;
    width: 22px !important;
}

.addthis_32x32_style .at-icon {
    width: 22px !important;
    height: 22px !important;
}

.stacked-blocks {
    margin-top: 16px;
    border: 1px solid #d3d3d3;
}

.stacked-block {
    padding: 20px 10px;
}

.stacked-block h3 {
    font-family: 'Cuprum', sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
    padding-left: 40px;
}

.stacked-block p {
    margin: 0;
    font-size: 12px;
    padding-left: 40px;
}

.stacked-block::before {
    font-family: 'Glyphicons Halflings';
    content: '\e013';
    color: rgba(96,201,64,1);
    font-size: 30px;
    float: left;
    position: relative;
    top: 5px;
}

.stacked-block:not(:last-of-type) {
    border-bottom: 1px solid #d3d3d3;
}

.products-grid .item {
    background: #fff;
}

.bottom-wrapper .button.btn-cart {
    height: 40px;
    width: auto;
    display: inline-block;
}

.box-collateral .carousel {
    border-top: none;
    position: relative;
    margin: 0 10px;
}

.box-collateral .carousel .product-sku {
    margin-bottom: 0;
}

.box-collateral .carousel .products-grid .item {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 7px;
    margin-right: 8px;
    border: 1px solid #D3D3D3;
}

.catalog-product-view .box-collateral h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 23px;
    margin-bottom: 0;
    font-size: 18px;
}

.catalog-product-view .box-collateral .price-box {
    float: left;
    margin-bottom: 10px;
}

.catalog-product-view .box-collateral .price-box * {
    font-size: 18px !important;
}

.catalog-product-view .box-collateral .bottom-wrapper,
.catalog-product-view .box-collateral .product-info-box {
    margin: 0 10px;
    text-align: left;
}

.catalog-product-view .box-collateral .bottom-wrapper .button.btn-cart {
    float: right;
    margin-bottom: 10px;
}

.catalog-product-view .box-collateral .button.btn-cart::before {
    margin: 0;
    font-size: 22px;
    margin-top: -5px;
}

.catalog-product-view .box-collateral .out-of-stock {
    text-align: right;
}

.box-collateral .carousel .btn {
    position: absolute;
    z-index: 100;
    top: 46%;
    background-color: #F9F9F9;
    border-radius: 2px;
    border: 1px solid #D3D3D3;
    width: 40px;
    height: 40px;
}

.box-collateral .carousel .btn.prev {
    left: -2px;
}

.box-collateral .carousel .btn.next {
    right: -2px;
}

.box-collateral .carousel .btn i {
    font-size: 24px;
    left: 5px;
    top: 5px;
}

.box-collateral .carousel .owl-pagination {
    display: none !important;
}

.subscription_email_container .button.btn-cart {
    width: auto;
    background: linear-gradient(180deg, #363636 0%, #151515 100%);
}

.subscription_email_container #subscription_email {
    margin-left: 20px;
    border-radius: 2px;
}

.notify-me {
    margin-left: 20px;
}

.owl-carousel .owl-item {
    margin-bottom: 10px;
}

.product-essential button.image-request-btn {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    margin: 7px 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 6px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #373737;
    background-image: -moz-linear-gradient(90deg, rgb(46, 46, 46) 0%, rgb(65, 65, 65) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(46, 46, 46) 0%, rgb(65, 65, 65) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(46, 46, 46) 0%, rgb(65, 65, 65) 100%);
}

.box-alternative.out-of-stock {
    background: #fafafa;
    margin-bottom: 10px;
}

.box-alternative.out-of-stock h2 {
    font-weight: normal;
}

@media (max-width: 767px) {

    .product-essential button.image-request-btn {
        width: 100%;
    }

    .catalog-product-view .product-view-banners .pagemanager .four-blocks li:nth-child(3) {
        display: list-item;
    }

    .catalog-product-view .product-view-banners .pagemanager .four-blocks li.item {
        width: 32%;
        min-height: 123px;
    }

    .catalog-product-view .add-to-cart {
        float: none;
        display: block;
        clear: both;
    }

    .more-views {
        margin-bottom: 20px;
    }
}

@media (max-width: 510px) {

    .catalog-product-view .qty-container, .product-block .button.btn-cart {
        float: none;
        margin: 0 10px 10px;
    }

    .catalog-product-view .qty-container {
        min-height: 45px;
    }

    .qty-wrapper {
        position: static;
        margin: 10px;
    }

    .under-add-to-cart .add-to-links, .under-add-to-cart .share-social {
        display: block;
        width: 100%;
        padding: 0;
        margin: 10px;
        position: static;
    }
}

@media (max-width: 480px) {
    .catalog-product-view .product-view-banners .pagemanager .four-blocks li.item {
        width: 100%;
        min-height: 82px;
    }
}

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

li a:hover
{
	opacity: 0.6;
}

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

.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 ============================================================ */

/* 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.moposport.fi/skin/frontend/carbon/default/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;
}

.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;
}
/* 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 .first-page-products h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 23px;
    color: #232a22 !important; 
    font-weight: bold;
}
.cms-index-index .sidebar .block {
    margin: 0;
    border: none;
}
.cms-index-index .selected-products {
    padding-top: 0;
    border: none;
}

.cms-index-index .selected-products:after {
    float: none;
    clear: both;
}

.selected-products.list-horizontal .products-grid .item {
    width: 23%;
    margin: 1%;
    display: block;
    float: left;
    border: 1px solid #D3D3D3;
}
.cms-index-index .selected-products h5 a {
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
}
.cms-index-index .selected-products p {
    margin: 0;
}
.cms-index-index .main-container {
    margin-top: 17px;
}
/* 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-column-widget {
    margin: 5px 5px;
}

.cms-column-widget.border {
    border: 1px solid #D3D3D3;
    padding: 40px;
}

.cms-column-widget.full-5 .row {
    margin-left: -9%;
    margin-right: -9%;
}

.cms-column-widget.full-5 .row > div {
    padding: 10px;
}

.cms-column-widget h2 {
    font-size: 34px;
    font-weight: bold;
}

.cms-column-widget p {
    font-size: 13px;
    line-height: 18px;
}

.cms-column-widget .front_img_desc p {
    max-width: 366px;
    font-size: 14px;
    line-height: 25px;
}

.cms-column-widget .front_img_desc a, .cms-column-widget .front_img_desc a:visited {
    background: linear-gradient(180deg, #363636 0%, #151515 100%);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.11), 0 3px 6px 0 rgba(57,57,57,0.18);
    border-radius: 2px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 65px;
}

.cms-column-widget .front_img_desc a:after {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    margin-left: 5px;
}

.cms-index-index .cms-column-widget h3 {
    color: #FFBD00;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.cms-index-index .cms-column-widget h4 {
    margin-top: 0px;
    color: rgba(0,0,0,0.4);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.cms-index-index .cms-column-widget h4,
.cms-index-index .cms-column-widget h3,
.cms-index-index .cms-column-widget h2,
.cms-index-index .cms-column-widget h5 {
    font-family: 'Cuprum', sans-serif;
}

.front_shop1 p:first-of-type, .front_shop2 p:first-of-type {
    margin: 3px 0;
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.cms-column-widget .front_shop1, .cms-column-widget .front_shop2 {
    padding: 0 25px;
}

.other-some {
    text-align: center;
}

.other-some h6 {
    color: #FFBD00 !important;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Cuprum', sans-serif;
    margin: 0;
}

.some-links {
    list-style: none;
}

.some-links li {
    display: inline-block;
    margin: 7px 5px;
}

.some-links a img {
    width: 30px;
    height: 30px;
}

.cms-index-index .btn-cart.button,
.catalog-category-view .btn-cart.button {
    width: auto;
}

.cms-index-index .btn-cart.button::before,
.catalog-category-view .btn-cart.button::before {
    font-size: 20px;
}

@media (max-width: 991px) {
    .cms-column-widget.full-5 .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .selected-products.list-horizontal .products-grid .item {
        width: 48%;
    }
}

@media (max-width: 430px) {
    .selected-products.list-horizontal .products-grid .item {
        width: 100%;
    }
}
/* 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 */

@media (max-width: 767px) {
    #shopping-cart-table td:nth-child(5) {
        
    }
    
    .input-text {
        float: none;
    }
}

.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;
    font-size: 11px;
}

.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 a{
    color: #000;
}

.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 .button.btn-cart {
    width: 100%;
}

.cart .crosssell .button.btn-cart::before {
    font-size: 18px;
    margin: 0 5px 0 -5px;
}

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

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://www.moposport.fi/skin/frontend/carbon/default/fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('https://www.moposport.fi/skin/frontend/carbon/default/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.moposport.fi/skin/frontend/carbon/default/fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('https://www.moposport.fi/skin/frontend/carbon/default/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.moposport.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: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.vertnav .open .expandlink,.vertnav .closed .expandlink {
    visibility: hidden;
}


.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 {
    border-top: 7px solid #282828;
    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: 7px 5px;
    background: #fff;
    color: #333;
}

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

.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: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .slider_title a,
.carousel-caption .slider_link a {
    color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1198px) {
    .carousel-caption .slider_title {
        font-size: 18px !important;
        line-height: 100% !important
    }
    
    .carousel-caption .slider_link a {
        font-size: 25px !important;
    }
    
    .carousel-caption {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .carousel-caption .slider_title {
        font-size: 13px !important;
        line-height: 100% !important
    }
    
    .carousel-caption .slider_link a {
        font-size: 20px !important;
    }
    
    .carousel-caption {
        bottom: 0;
        text-align: right;
        display: none;                    
    }
    

}

.carousel-caption .slider_title {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: lighter;
}

.carousel-caption .slider_link a {
    font-size: 40px;
    font-weight: bold;
}

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

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

.bottom-slider .carousel {
    margin-top: 26px;
    padding: 8px 0;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}


@media screen and (min-width: 768px) {
    .carousel-caption {
        left: 65%;
        right: 10%;
        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: 744px;
    }
    .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: 970px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .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: 1170px;
        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: 15px;
        padding-right: 15px;
    }

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

    .pull-lg-clear-left {
        float: left;
        clear: left;
    }
}
/* Desktop */
@media (min-width: 1199px) {
    .top-header .cart-block {
        display: inline-block!important;
    }
}

@media (max-width: 1199px) {
    .maksutaparow .maksutapa {
        min-height: 390px;
    }
}


@media (min-width: 992px) {
    .top-header .text-block {
        display: inline-block!important;
        margin-left: 5px;
    }

    .g-recaptcha{
        float: right;
    }
}

@media (max-width: 991px) {
    body {
        background-position: left 0px top 0px, right 0px top 0px;
    }
    .registered-users .fb-block .fb-content {
        margin: 10px 0 0 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 0 20px 0;
    }

    .col-2.registered-users,
    .col-1.new-users {
        height: 50px;
    }

    .new-users .content {
        min-height: unset;
    }

    .scrollToTop {
        right: 5%;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .slogan h1, .slogan p {
        float: left;
        clear: both;
        margin-left: 10px;
        }
    body {
        font-size: 14px;
        line-height: 18px;
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
    }

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

    h3 {
        font-size: 16px;
        line-height: 20px;
    }

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


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

    .button {
        font-size: 12px;
    }

    .clear-both {
        clear: both;
    }

    .clear-padding-right {
        padding-left: 10px!important;
    }

    .scrollToTop {
        display: none !important;
    }
}

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

    .form-language .select-language {
        width: auto;
    }

    .radio,
    .control label {
        width: auto;
    }

    .form-instructions {
        padding-left: 0;
    }
}

@media (min-width: 480px) {
    .form-list .validation-advice,
    .form-account-name .validation-advice,
    .one-page-checkout .validation-advice {
        margin-left: 29%;
    }
}
/* Responsive layout ======================================================================================= */

/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {

}

/* ======================================================================================= */
/* Responsive header ======================================================================================= */

/* Large desktop */
@media (min-width: 1200px) {
    .lg-no-padding {
        padding: 0 !important;
    }

    .lg-left-overflow {
        margin-left: -30px;
    }

    .lg-left-padding {
        padding-left: 20px !important;
        padding-right: 0 !important;
    }

    @media (min-width: 992px) {
        #search_mini_form input {
            width: 88.5%;
        }
    }
}

@media (max-width: 1199px) {
    .manufacturer-select-container .sod_select .sod_list_wrapper, .model-select-container .sod_select .sod_list_wrapper {
        width: 150px;
    }
}

@media (min-width: 992px) {

}

/* Portrait tablet to landscape and desktop */

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

    #search_mini_form {
        float: right;
        margin-right: -10px;
    }
    
    .top-header {
        font-size: 10px;
    }
    
    .top-header .container .col-lg-3 {
        float: left;
    }
    
    #header .logo {
        margin: 23px 0 10px 0;
    }

    .manufacturer-select-container .sod_select .sod_list_wrapper, .model-select-container .sod_select .sod_list_wrapper {
        width: 114px;
    }

    .top-menu-content + div {
        margin-top: 0px;
    }

    .icon-align-justify:before {
        font-size: 18px;
        top: 1px;
        position: relative;
    }
}

@media (min-width: 992px) and (max-width: 1198px) {
     #search_mini_form {
        float: right;
        margin-right: -10px;
    }
    
    .top-header .container .col-lg-3 {
        float: left;
    }
    
    
    .top-header {
        font-size: 13px;
    }

    .top-menu-content.top > .container {
        max-width: 1004px;
    }

    #header .logo img {
        margin-left: 75px;
    }

    #search_mini_form input {
        width: 84.5%;
    }
}

@media (max-width: 991px) {
    .top-header ul.links li {
        margin-left: 10px;
    }

    .top-header .links .last {
        margin-left: 10px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .cms-index-index .main-container {
        margin-top: 0;
    }

    .headercart-info {
        display: none !important;
    }
    
    .hidden-xs ul li:last-child {
        display: none;
    }

    header {
        padding-top: 10px;
    }

    #header .logo {
        display: inline-block;
        margin-bottom: 7px;
        margin-left: 5px;
        float: left;
    }

    #header .logo img {
        max-width: 160px;
        margin-bottom: -50px;
    }

    #header .phone-menu {
        float:right;
        margin-top: 10px;
    }

    #header .phone-menu li {
        display: inline-block;
        margin: 0 0 5px 2px;
    }

    #header .phone-menu li a {
        display: inline-block;
        padding: 6px 10px 10px 10px;
        background: #000;
        border: 1px solid #a1a1a1;
        border-radius: 3px;
        color: #fff;
    }

    #search_mini_form {
        float: none;
        
        margin: 0 0 15px 0;
        padding: 0;
    }

    #quick_selection_form {
        display: none;
        padding-top: 10px;
    }
    #quick_selection_form.shown-search {
        display: block;
    }
    
    #search_mini_form .form-search {
        position: relative;
        padding: 5px;
        background: #3d3d3d;
        border-radius: 4px;
        z-index: 100;
        width: 100%;
    }
    
    button.search-action {
        float: right;
        display: none;
    }

    #search_mini_form .input-text {
        font-size: 14px;
        width: 100%;
        border-radius: 3px;
    }

    #search_autocomplete {
        display: none;
    }

    .top-links-blok-2 {
        display: none;
    }

    /* Navigation */
    #nav {
        display: none;
        border: 1px solid #ccc;
        padding: 0;
        margin: 10px 0;
        font-size: 12px;
        line-height: 12px;
    }

    #nav span.toggle {
        display: none;
    }

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

    }

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

    #nav li.parent {
    }

    #nav li a {
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #ccc;
        padding: 10px 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;
    }

    #nav li a {
        float: none;
        font-weight: normal;
        text-transform: uppercase;
        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;
    }

    /* 2nd Level */
    #nav ul,
    #nav div {
        position: relative;
        width: auto;
        top: auto;
        left: 0;
        border: none;
        background: #fff;
        padding: 0;
    }

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

    #nav ul li a {
        padding: 10px 20px;
    }

    #nav li.over ul li a,
    #nav li.active ul li a {
        background: #fff;
    }

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

    /* 3rd+ leven */
    #nav ul ul,
    #nav ul div {
        top: 0;
        background: #fff;
    }

    #nav ul li {
        float: none;
        margin: 0;
    }

    #nav ul li.last {
        border-bottom: 1px solid #ccc;
    }

    #nav ul ul li a {
        float: none;
        padding-right: 30px;
        padding-left: 30px;
        font-weight: normal;
        font-size: 11px;
    }

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

    #nav li .shown-sub ul.shown-sub,
    #nav li .shown-sub li div.shown-sub {
        left: 0;
        top: 0;
    }

    .phone-service {
        display: block !important;
        float: right;
    }

    .top-menu-content {
        display: none !important;
    }

    .top-menu-content + div {
        margin-top: 0px;
        position: relative;
        z-index: 0;
        padding: 10px 0 0 0;
    }

    .manufacturer-select-container .sod_select .sod_list_wrapper, .model-select-container .sod_select .sod_list_wrapper {
        width: calc(100% + 10px);
    }

    #searchSuggestions {
        visibility: hidden;
    }

    #search_mini_form {
        width: 100%;
    }

    #header .logo img {
        margin-top: -40px;
    }
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .pagination > li > a, .pagination > li > span {
        padding: 5px 10px;
        margin-left: 5px;
    }

    .catalog-category-searchresult span.view-selector-container a.view-selector-link,
    .catalog-category-view span.view-selector-container a.view-selector-link {
        width: 20px;
    }

    .catalog-category-searchresult span.view-selector-container a.view-selector-link .view-selector-checkbox,
    .catalog-category-view span.view-selector-container  a.view-selector-link .view-selector-checkbox {
        border: 0px none;
    }

    .catalog-category-searchresult span.view-selector-container a.view-selector-link .view-selector-checkbox:after,
    .catalog-category-view span.view-selector-container  a.view-selector-link .view-selector-checkbox:after {
        content: "\E012";
        font-size: 19px;
        font-family: 'Glyphicons Halflings';
        display: inline-block;
        color: #000;
        position: relative;
        top: -3px;
        left: -1px;
    }

    .catalog-category-searchresult span.view-selector-container  a.view-selector-link .view-selector-checkbox.checked:after,
    .catalog-category-view span.view-selector-container  a.view-selector-link .view-selector-checkbox.checked:after {
        content: "\E011";
        font-size: 19px;
    }

    .catalog-category-searchresult span.view-selector-container  a.view-selector-link .view-selector-text,
    .catalog-category-view span.view-selector-container  a.view-selector-link .view-selector-text {
        display: none;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .toolbar-bottom .pages {
        display: block;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .pages .pagination {
        float: none;
    }
    
    .toolbar {
        background: none;
    }
    
    .toolbar .limiter select {
        margin: 0 !important;
    }

    .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,
    .toolbar-bottom .pages {
        margin-bottom: 10px;
    }

    .toolbar-bottom label {
        float: none;
        display: inline;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 8px 12px;
        margin-left: 10px;
    }

    .toolbar .amount {
        line-height: 36px;
    }

    .catalog-category-searchresult span.view-selector-container,
    .catalog-category-view span.view-selector-container {
        margin-top: 9px;
    }

    .catalog-category-searchresult span.view-selector-container a.view-selector-link,
    .catalog-category-view span.view-selector-container a.view-selector-link {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .catalog-category-searchresult span.view-selector-container a.view-selector-link,
    .catalog-category-view span.view-selector-container a.view-selector-link {
        width: 100px;
    }
}

/* Responsive Product ======================================================================================= */

/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .nav-tabs > li > a {
        padding: 5px 8px;
    }

}

/* Landscape phone to portrait tablet */
@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;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {

}

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



/* Responsive footer ======================================================================================= */

/* Large desktop */
@media (min-width: 1200px) {
    #footer h5.heading .icon-minus,
    #footer h5.heading .icon-plus {
        display: none;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #footer h5.heading .icon-minus,
    #footer h5.heading .icon-plus {
        display: none;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    #footer01 {
        border-top: 0;
        margin-top: 0;
    }

    #footer h5.heading {
        background: #000000;
        border: 1px solid #3a3a3a;
        padding: 10px;
        font-size: 12px;
        font-weight: normal;
        margin: -1px 0 0 0;
        cursor: pointer;
        text-transform: uppercase;
    }
    #footer h5.heading i {
        float: right;
        cursor: pointer;
        display: block;
    }
    #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;
    }

}

/* Landscape phones and down */
@media (max-width: 480px) {

}
@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: none;
        padding: 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: 767px) {
    .main-container .col-main .block-account {
        display: block;
        padding: 0;
        border: none;
        margin: 15px 0;
    }
}
/* Responsive Content ======================================================================================= */

/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .contacts-index-index #contactForm .form-list .wide textarea {
        width: 340px;
    }
}

/* Landscape phone to portrait tablet */
@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;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {

}

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



/* Landscape phones and down */
@media (max-width: 480px) {
    .cart-collaterals-col {
        float: left;
        margin-top: 40px;
    }

    .cart .totals {
        margin-bottom: 20px;
    }

    .cart-table td.remove {
        width: 25px;
        padding-left: 5px;
    }
}
@-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;
  }
}
#vertical-nav .block-title{
    border: none;
}

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

.vertnav > li, .vertnav > li > ul > li.open {
    overflow: hidden;
    font-weight: bold !important;
    border-bottom: 1px #ccc solid;
}

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

.vertnav li a:visited {
    color: #000000;
}

.block .vertnav li.even {
    overflow: hidden;
   /* background: #3a3a3a;*/
}

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

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

.vertnav .open > .vertnavlink{
    font-weight: bold;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 3px;
    
}

.vertnav li ul li ul li ul li {
    font-size: 0.8em;
    font-weight: bold;
}

.vertnav .active > a {
    background: #fabf35 !important;
    color: #ffffff!important;
    font-weight: bold;
    border-radius: 3px;
}

/* Actually show and hide sublists */
.vertnav .open ul {
    display: block;
}
.vertnav .closed ul {
    display: none;
}
#atca-popup-container {  
	color: #000;
	border: 1px solid #c0c0c0;
	padding: 25px 20px;
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -127px;
	background: #fff;
	/* Drop shadows */
	-moz-box-shadow: 3px 3px 4px #808080;
	-webkit-box-shadow: 3px 3px 4px #808080;
	box-shadow: 3px 3px 4px #808080;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080');
	text-align: center;
}

#atca-overlay {
    position: fixed !important;
}

#atca-message-container {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

#atca-message-container #atca-message-text-related {
	padding: 20px 0 0 0;
	background-position: center left;
	display: inline-block;
	background-repeat: no-repeat;
	*background-position: top left; /* notice the * before the property - shows in IE7 and below */
} 
#atca-popup-container #atca-message-image-related,
#atca-popup-container #atca-please-wait-image-related {
	width: 41px;
	height: 42px;
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
} 

#atca-popup-container #atca-please-wait-image-related {
	background-image: url(https://www.moposport.fi/skin/frontend/base/default/images/addtocartajax/ajax-loader.gif);
}

#atca-popup-container #atca-message-container #atca-please-wait {
	background-image: url(https://www.moposport.fi/skin/frontend/base/default/images/addtocartajax/ajax-loader.gif);
	background-position: center left;
	display: inline-block;
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
}

#atca-popup-container #atca-message-image-related#atca-please-wait-remove {
	background-image: url(https://www.moposport.fi/skin/frontend/base/default/images/addtocartajax/ajax-loader.gif);
}

#atca-popup-container #atca-message-image-related.atca-success,
#atca-popup-container #atca-message-text.atca-success {
	background-image: url(https://www.moposport.fi/skin/frontend/base/default/images/addtocartajax/success-msg-icon.gif);
}

#atca-popup-container #atca-message-image-related.atca-error,
#atca-popup-container #atca-message-text.atca-error {
	background-image: url(https://www.moposport.fi/skin/frontend/base/default/images/addtocartajax/error-msg-icon.gif);
}

#atca-popup-container #atca-message-image-related.atca-notice,
#atca-popup-container #atca-message-text.atca-notice {
	background-image: url(https://www.moposport.fi/skin/frontend/base/default/images/addtocartajax/notice-msg-icon.gif);
}

#atca-popup-container #atca-message-text {
	background-position: center left;
	display: inline-block;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

#atca-popup-container #atca-message-text.atca-notice {
	background-image: url(https://www.moposport.fi/skin/frontend/base/default/images/addtocartajax/notice-msg-icon.gif);
}

/* Buttons */
#atca-button-container {
	margin: 20px 0 0 0;
}


#atca-continue-btn {
	float:left;
	width: 100%;
	margin-bottom: 10px;
}

#atca-redirect-btn {
	float:right;
    width: 100%;
}

#atca-yes-btn {
	float:right;
	margin-right: 40px;
}

#atca-no-btn {
	float:left;
	margin-left: 40px;
}

#atca-checkoutbutton{
	display:none;
}

/* Related products in addtocartajax */
#atca-related-container {
	overflow: hidden;
	margin: 0;
    padding: 10px 0 0 0;
}

#atca-related-container .box-related li{
	width: 223px;
	border: 1px solid #cccccc;
	float: left;
	margin-right: 20px;
	position: relative;
}
#atca-related-container .box-related li.last{
	margin-right: 0;
}
#atca-related-container .box-related .product-name {
    color: #444444;
    font-size: 12px;
    padding: 0 0 10px;
    margin: 10px;
    padding: 0;
    text-align: left;
}
#atca-related-container .box-related .product-name a {
    color: #444444;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
#atca-related-container .box-related .product-image {
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    display: block;
    margin: 0;
    position: relative;
    text-decoration: none !important;
    width: 223px;
    cursor: pointer !important;
}
#atca-related-container .box-related .price-box{
	text-align: left;
	clear: both;
    float: left;
    margin: 10px 10px 5px;
    width: 203px;
}
#atca-related-container .box-related .price{
	color: #444444;
}
#atca-related-container .box-related .link-learn {
    float: left;
    line-height: 32px;
    margin-left: 10px;
}
#atca-related-container .box-related button {
	float: right;
	margin-right: 10px;
}
#atca-message-text-related-container{
	display: block;
    height: 331px;
    position: absolute;
    top: 0;
    width: 223px;
    background: url(https://www.moposport.fi/skin/frontend/carbon/moposport/images/addtocartajax/addtocartajax-related-overlay.png) repeat;
}
#atca-message-image-related,
#atca-please-wait-image-related{
	background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin: 140px 10px 0;
    overflow: hidden;
    padding: 0 0 0 22px;
    text-align: left;
}
#atca-message-image-related,
#atca-please-wait-image-related{
    padding: 0;
    margin: 130px 0 0 108px;
}
#atca-message-text-related,
#atca-please-wait-related{
	margin: 180px 0 0 0;
	display: block;
	padding: 0 10px;
}
#atca-message-text{
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 0px 0;
}
#atca-related-container .block-content{
	margin: 0 0 10px 0;
}
#atca-related-container .box-title{
	display: block;
	margin: 0 0 15px 0;
	text-align: left;
}
#atca-related-container .box-title span{
	font-size: 12px;
	width: 100%;
}
.headercart {
    position: relative;
    float: right;
}

.headercart .top {
    float: right;
}

.headercart-info {
    float: left;
}

.headercart-info:hover {
    text-decoration: none;
}

.headercart-info .icon-shopping-cart {
    font-size: 16px;
    padding-right: 4px;
    line-height: 15px;
    color: #f6bc34;
}

.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;
    font-weight: bold;
}

#recently-added-container {
	position:absolute;
	top: 15px;
	right:0;
	width: 300px;
	z-index: 99999;
}

.headercart-inner {
    margin-top: 5px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #000;
}

#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 .viewing a:link, #recently-added-container .viewing a:visited {
    color: #666;
}

#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-name a:link, .headercart .mini-products-list .product-name a:visited {
    color: #666;
}

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

/* Styles for free shipping notice on headercart and in checkout */
#recently-added-container .freeshippingcountdown-notice-msg,
.checkout-cart-index .freeshippingcountdown-notice-msg {
    position: relative;
    background: #f8c04a;
    color: #333;
    border-radius: 3px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
    border-bottom: none;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}
.checkout-cart-index .freeshippingcountdown-notice-msg {
    max-width: 287px;
    float: right;
}
#recently-added-container .freeshippingcountdown-notice-msg > span,
.checkout-cart-index .freeshippingcountdown-notice-msg > span {
    margin-left: 25px;
    display: inline-block;
}
#recently-added-container .freeshippingcountdown-notice-msg .icon-exclamation-sign,
.checkout-cart-index .freeshippingcountdown-notice-msg .icon-exclamation-sign {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 8px;
}
.cart-buttons {
    clear: both;
}

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(https://www.moposport.fi/skin/frontend/base/default/images/lytebox/pause_gold.png) no-repeat; }
.filter-block{
	margin-bottom: 20px;
}

.filter-block:last-child {
	margin-bottom: 0;
}

.filter-block li a {
	padding-left: 20px;
	background-image: url('https://www.moposport.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.moposport.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.moposport.fi/skin/frontend/carbon/default/images/ic_multioptionfilter/loader_bg.png');
	background-repeat: no-repeat;
	background-position: top left;	
	width:96px;
	height:81px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0; /* top is set in javascript */
	z-index: 10;
	padding: 25px 25px 20px 30px;
}

#multioptionfilter-loader .loader {
	background-image: url('https://www.moposport.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%;
    background: #000;
}
.pagemanager .four-blocks li.first{
    margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pagemanager .four-blocks li.item{
    width: 49.3%;
    float: left;
    min-height: 100px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 1.3%;
    }
    
    .cms-index-index .pagemanager .four-blocks li.item:nth-child(2),
    .pagemanager .four-blocks li.item:nth-child(4) {
        margin-right: 0;
        float: right;
    }
    
    .pagemanager ul {
        padding-bottom: 0;
    }
    
    .top-menu-content:not(.top) .container .row {
        margin-top: -12px;
        margin-left: -23px;
        margin-right: -22px;
        margin-bottom: 0px;
        position: relative;
        height: 67px;
        border-top: 4px solid #fabf35;
        background-image: -moz-linear-gradient( 90deg, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
    }

}

@media (max-width: 767px) {
    .pagemanager .four-blocks li.item{
        width: 100%;
        float: left;
        min-height: 100px;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 1.3%;
    }
    
    .pagemanager .four-blocks li:nth-child(3),
    .pagemanager .four-blocks li.last {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pagemanager .four-blocks li.item{
        width: 24%;
        min-height: 110px;
    }
    
    .top-banners h2 {
        font-size: 20px;
    } 
}

/* 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.moposport.fi/skin/frontend/base/default/images/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://www.moposport.fi/skin/frontend/base/default/images/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://www.moposport.fi/skin/frontend/base/default/images/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://www.moposport.fi/skin/frontend/base/default/images/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://www.moposport.fi/skin/frontend/base/default/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://www.moposport.fi/skin/frontend/base/default/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://www.moposport.fi/skin/frontend/base/default/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://www.moposport.fi/skin/frontend/base/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.moposport.fi/skin/frontend/base/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.moposport.fi/skin/frontend/base/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.moposport.fi/skin/frontend/base/default/images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://www.moposport.fi/skin/frontend/base/default/images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(https://www.moposport.fi/skin/frontend/base/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 {

}
/*! 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.moposport.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.moposport.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.moposport.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.moposport.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.moposport.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.moposport.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*/
	}
}
.instagram-view div {
	float:left;
	margin:10px;
}

ul.list-color {
    float: left;
    width: 100%;
}

ul.list-color li button {
    text-indent: -99999em;
    color: rgba(0, 0, 0, 0);
}

ul.list-color .attribute-selected {
    border: solid 3px #fff;
}

ul.list-color .attribute-selected:before {
    content: "";
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
    background-image: url("https://www.moposport.fi/skin/frontend/carbon/moposport/images/selected-icon.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    top: 34px;
    left: 4px;
}

:focus {outline: -webkit-focus-ring-color auto 0}

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

ul.list-color button {
    float: left;
}

#color-views {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
}

#color-views-tooltip {
    margin-top: 1px;
    padding: 0;
    font-weight: bold;
}

#color-views ul {
    margin: 0;
    clear: both;
    height: 32px;
}

#color-views li {
    float: left;
    margin: 0;
    padding: 0;
}

#color-views img {
    padding: 2px;
    margin: 0;
    border: 1px solid #ffffff;
}

#color-views img.selected {
    padding: 2px;
    margin: 0;
    border: 1px solid #b6b6b6;
}

.color-views-browse {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
}

.color-views-browse-tooltip {
    margin-top: 1px;
    padding: 0;
    font-weight: bold;
}

.color-views-browse ul {
    margin: 0;
    clear: both;
    height: 32px;
}

.color-views-browse li {
    float: left;
    margin: 0;
    padding: 0;
}

.color-views-browse img {
    padding: 2px;
    margin: 0;
    border: 1px solid #ffffff;
}

.color-views-browse img.selected {
    padding: 2px;
    margin: 0;
    border: 1px solid #b6b6b6;
}

.attribute-button {
    height: 30px;
    width: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0.8em;
}

.attribute-button-text,
.attribute-button-text:active {
    background: #fff;
    border-radius: 5px;
    border: solid 3px #fff;
    height: 50px;
    width: 50px;
    font-size: 1em;
    float: left;
    font-weight: bold;
}



ul.list-size .attribute-button-text {
    border: 1px solid #a6a6a6;
    height: 50px;
    width: 50px;
}

.attribute-image {
    border-radius: 5px;
    border: solid 1px #a6a6a6;
    float: left;
    margin-right: 10px;
}

ul.list-size li {
    border: none;
}

.attribute-button-text[disabled]{background-color:#fff; color: #c5c5c5; border: 1px solid #c5c5c5 !Important}

ul.list-size .attribute-selected {
    border: 2px solid black;
}

/* sample ones, the number is the code of the attribute value. Needs to be setup per site */
.color-10 {
    background-color: red;
}

.color-11 {
    background-color: green;
}

.color-12 {
    background-color: yellow;
}

.color-15 {
    background-color: black;
    color: white;
}

.color-16 {
    background-color: white;
}


/* Vert nav below */
/* From imitate css for nav, remove if duplicate */
.nav-container {
    margin: 0;
}

#nav {
    position: relative;
    font-family: 'Cuprum';
    font-size: 15px;
    line-height: 19px;
    font-style: italic;
    margin: 0;
    padding: 0;
}

#nav li {
    text-align: left;
}

#nav li ul.group-items {
    top: 0;
}

#nav li a {
    color: #201f1f;
}


#nav li a:visited {
    opacity: 0.7;
}

#nav > li.over {
    z-index: 998;
    background: #fabf35;
    color: #ffffff;
}

#nav > li.over > a {
    color: #ffffff;
}

#nav > li.over > a:hover {
    opacity: 1;
}

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

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

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

/* 1nd level */
#nav > li > ul {
    background: #201f1f;
    padding: 10px;
    width: 100%;
    height: 700px;
    overflow: hidden;
    overflow-y: scroll;
    border-bottom: 5px solid #fabf35;
}

#nav li ul a {
    /*color: #fff;*/
    color: #c9c9c9;
    font-style: normal;
}

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

#nav li {
    float: left;
}

#nav li a {
    float: left;
    font-weight: bold;
    padding: 18px 19px;
    text-transform: uppercase;
}

#nav .parent > ul {
    left: -10000px;
    position: absolute;
    top: 55px;
    width: 100%;
}

/* 2nd level */
#nav li ul li ul li ul  {
    color: #fff;
    padding: 0px;
    width: 16.6666667%;
    float: left;
}

#nav ul.level0 > li > ul.level1 > li.menu-nested-parent > ul > li {
    background: #2d2c2c;
    width: 100%;
}

#nav ul.level0 > li > ul.level1 > li.menu-nested-parent > ul > li > a {
    padding: 13px 0 13px 10px;
    border-left: 3px solid #2d2c2c;
}
#nav ul.level0 > li > ul.level1 > li.menu-nested-parent > ul > li > a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    display: inline-block;
    width: 3px;
    height: 14px;
    background-color: #fabf35;
}

#nav ul.level0 > li > ul.level1 > li.menu-nested-parent > ul > li > ul {
    background: #201f1f;
}

#nav ul.level1 > li > ul.level2 {
    margin-top: 6px;
}

#nav ul.level1 > li > ul.level2 > li {
    padding-bottom: 5px;
}

#nav ul li.level1.parent {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 8px;
    color: #c9c9c9;
}
#nav ul li.level1.parent > a {
    font-size: 14px;
}

#nav li ul li ul li ul li a:hover {
    background: none;
    border-left: 3px solid #fabf35;
    color: #fabf35;
    opacity: 1;
}

#nav li ul li ul li ul li {
    position: relative;
}

/* 3nd level */
#nav li ul li ul li ul li ul {
    top: 10px;
    margin-top: 0;
    left: 0px;
    position: relative;
    width: 100%;
    min-height: 200px;
}

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

#nav li ul li ul li ul li ul li a {
    font-size: 11px;
    border-left: 3px solid #201f1f;
}

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

#nav ul li a {
    float: none;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 9px;
}

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

#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
    position: relative;
    left: 0px;
    top: 0px;
}

/* From imitate css for vertnav, remove if duplicate (except no images) */
#vertical-nav .block-title {
    border: medium none;
}

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

.vertnav li {
    overflow: hidden;
}

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

.vertnav li div.fakelink {
    text-transform: uppercase;
}

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

.block .vertnav li.even {
    overflow: hidden;
}

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

.vertnav ul {
    clear: both;
    margin: 0;
    padding: 0;
}

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

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

.vertnav li a.expandlink {
    display: block;
    height: 10px;
    margin: 0;
    position: absolute;
    top: 7px;
    width: 10px;
}

.vertnav li.open a.expandlink {
}

.vertnav li.closed a.expandlink {
}

.vertnav li.open > a.vertnavlink, .vertnav li.active > a.vertnavlink {
    background: none repeat scroll 0 0 #fabf35;
}

.vertnav li.open > a.vertnavlink, .vertnav li.active > a.vertnavlink {
    background: none repeat scroll 0 0 #fabf35;
}

.vertnav li.open li.active a {
    background: none repeat scroll 0 0 transparent;
    text-transform: none;
}

.vertnav li.open ul {
    display: block;
}

.vertnav li.closed ul {
    display: none;
}

li.level0 > .topnav-menu-link {
    border-right: 1px solid #D3D3D3;
}

li.level0 > .topnav-menu-link:last-child {
    border-right: 0;
}

.topnav-menu-image {
    float: left;
    margin-top: -10px;
    width: 35px;
    height: 26px;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: visible;
}

li.nav-ajoneuvot .topnav-menu-image {
    margin-top: -7px;
    width: 23px;
    height: 26px;
    background-position: center center;
}

li.nav-rajaytyskuvat .topnav-menu-image {
    margin-top: -7px;
    width: 23px;
    height: 26px;
    background-position: center center;
}

.topnav-menu-label {
    padding-left: 10px;
    float: left;
}


/* Different styles for the last menu item */
#nav > li:last-of-type {
    position: relative;
}
#nav > li:last-of-type > ul {
    width: auto;
    min-width: 200px;
    height: auto;
    left: auto;
    right: 0;
}
#nav > li:last-of-type > ul ul ul.level0 {
    display: inline-table;
    width: auto;
}
#nav > li:last-of-type > ul li.level1 {
    display: inline-block;
    background: none !important;
    width: 100%;
}
#nav > li:last-of-type > ul li.level1 ul,
#nav > li:last-of-type > ul li.level1 ul.shown-sub {
    display: none;
}
#nav > li:last-of-type > ul li.level1 > a {
    border-left: none !important;
    line-height: 100%;
    width: 100%;
}

#nav > li:last-of-type ul.level0 > li > ul.level1 {
    width: 100%;
}

#nav > li:last-of-type .parent.menu-nested-parent {
    margin-top: 0;
}

#nav > li:last-of-type li.menu-nested-parent > ul > li > a {
    padding: 5px 0 5px 10px;
}
#nav > li:last-of-type li.menu-nested-parent > ul > li > a:hover::after {
    top: 12px !important;
}


@media (max-width: 1199px) {

    #nav li ul li ul li ul {
        width: 25%;
    }
    
    .topnav-menu-image {
        display: none !important;
    }
    
    .topnav-menu-label {
        padding-left: 0;
    }

}

#header #nav .menu-bp-row {
    clear: both;
}

.menu-children-nested {
    width: 100%;
}

#nav .level0 .menu-bp-wrapper {
    /*min-width: 180px;*/
    display: none;
}
#nav .level0 .menu-bp-wrapper.shown-sub {
    display: block;
}

.menu-bp-column.widget-column .widget {
    display: block;
    width: 200px;
}

/** footer group styling */
#header #nav .menu-group-footer .group-items {
    padding-top: 10px;
}

#nav .menu-bp-wrapper .menu-group-footer {
    display: table-row;
}

#nav .menu-bp-wrapper .menu-group-footer .group-items li {
    float: none;
    display: table-cell;
    white-space: nowrap;
}

#nav .menu-bp-wrapper .menu-group-footer .group-items li {
    float: none;
    padding-left: 10px;
    display: table-cell;
    white-space: nowrap;
}

#nav .menu-bp-wrapper .menu-group-footer .group-items li.first {
    padding-left: 0;
}

/** Styling that is related to media-query based (adaptive) viewport size  */
@media (min-width: 768px) {
    /* FUNCTION-CRITICAL CSS */
    .menu-bp-column {
        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;
    }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.moposport.fi/skin/frontend/carbon/default/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://www.moposport.fi/skin/frontend/carbon/default/css/AjaxLoader.gif) no-repeat center center
}

.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);
}
.sl_facebook img {
    width: 16px;
    height: 16px;
    margin-top: -1px;
}

.sl_facebook i {
    background: url("https://www.moposport.fi/skin/frontend/carbon/moposport/images/sociallogin/sprite.png") no-repeat scroll -24px -8px transparent;
    display: inline-block;
    float: left;
    height: 16px;
    margin: -1px 10px 0 0px;
    width: 16px;
}

.subcatlist {
    font-size: 14px;
}

.subcatlist li {
    margin-bottom: 20px;
    min-height: 190px;
}

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

img.subcatlist-image{
    vertical-align: middle;
}
.subcatlist div.subcatlist-image-wrap {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 100%;
}

#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;
}
/* ===========================================================
 *
 *  Name:          selectordie.css
 *  Updated:       2014-07-07
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */

/* Remove, change to fit your needs */
@import url(//fonts.googleapis.com/css?family=Lato:300,700);

.sod_select,
.sod_select *
    {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
     -webkit-touch-callout: none;
       -webkit-user-select: none;
          -moz-user-select: none;
           -ms-user-select: none;
               user-select: none;
    }

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select
    {
        display: inline-block;
        position: relative;
        line-height: 1;

        width: 200px;
        padding: 15px 10px;
        border: 3px solid #5e5e5e;
        background: #ffffff;
        color: #444444;
        font-size: 11px;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        outline: 0;
        outline-offset: -2px; /* Opera */
        cursor: default;
    }

    /* Up/Down arrows */
    .sod_select:before,
    .sod_select:after
        {
            content: "\25B2";
            position: absolute;
            right: 10px;
            top: 12px;
            font-size: 7px;
        }

        /* Down arrow */
        .sod_select:after
            {
                content: "\25BC";
                top: auto;
                bottom: 12px;
            }

    /* Change the border color on hover, focus and when open */
    .sod_select:hover,
    .sod_select.open,
    .sod_select.focus { border-color: #000000; }

        .sod_select.open { color: #919191; }
        .sod_select.focus { box-shadow: 0 0 5px rgba(0,0,0,.2); }

    /* When the entire SoD is disabled, go crazy! */
    .sod_select.disabled
        {
            border-color: #828282;
            color: #b2b2b2;
            cursor: not-allowed;
        }

    /* The "label", or whatever we should call it. Keep the first three lines for truncating. */
    .sod_select .sod_label
        {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;

            padding-right: 15px;
        }

        .sod_select .sod_prefix { /* Use this if you're using a prefix and want to style it */ }
        .sod_select .sod_placeholder { /* Use this if you're using a placeholder and want to style it */ }



    /* Options list wrapper */
    .sod_select .sod_list_wrapper
        {
            position: absolute;
            top: 100%;
            left: 0;
            display: none;
            height: auto;
            width: 200px;
            margin: 0 0 0 -3px;
            background: #ffffff;
            border: 3px solid #000000;
            border-top: none;
            color: #444444;
            font-weight: 300;
            z-index: 1;
        }

        /* Shows the option list (don't edit) */
        .sod_select.open .sod_list_wrapper { display: block;  }

        /* Don't display the options when  */
        .sod_select.disabled.open .sod_list_wrapper { display: none;  }

        /* When the option list is displayed above the SoD */
        .sod_select.above .sod_list_wrapper
            {
                top: auto;
                bottom: 100%;
                border-top: 3px solid #000000;
                border-bottom: none;
            }

    /* Options list container */
    .sod_select .sod_list
        {
            display: block;
            overflow-y: auto;
            padding: 0;
            margin: 0;
        }

        /* All the options. Keep the first three lines for truncating... */
        .sod_select .sod_option
            {
                display: block;
                overflow: hidden;
                /*white-space: nowrap;*/
                text-overflow: ellipsis;

                position: relative;
                padding: 10px 10px;
                list-style-type: none;
            }

            /* Optgroups */
            .sod_select .sod_option.optgroup,
            .sod_select .sod_option.optgroup.disabled
                {
                    background: inherit;
                    color: #939393;
                    font-size: 10px;
                    font-style: italic;
                }

                /* Children of an optgroup */
                .sod_select .sod_option.groupchild { padding-left: 20px; }

            /* Disabled option */
            .sod_select .sod_option.disabled
                {
                    background: inherit;
                    color: #cccccc;
                }

            /* Hover state for options, also used when a user uses his/hers up/down keys */
            .sod_select .sod_option.active
                {
                    background: #f7f7f7;
                    color: #333333;
                }

            /*Make room for the check mark */
            .sod_select .sod_option.selected
                {
                    font-weight: 700;
                    padding-right: 25px;
                }

                /* Displays a check mark for the selected option */
                .sod_select .sod_option.selected:before
                    {
                        content: "";
                        position: absolute;
                        right: 10px;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                                transform: translateY(-50%);
                        display: inline-block;
                        color: #808080;
                        height: 9px;
                        width: 10px;
                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
                    }

                /* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
                .sod_select.no_highlight .sod_option.selected { font-weight: 300; }
                .sod_select.no_highlight .sod_option.selected:before { display: none; }

            .sod_select .sod_option.link { /* If data-link is set on a specific option */ }
            .sod_select .sod_option.linkexternal { /* If data-link-external is set on a specific option */ }



    /* Hide native select */
    .sod_select select { display: none !important; }

        /* The native select in touch mode. Keep this first line. Sorry, keep everything. */
        .sod_select.touch select
            {
                -webkit-appearance: menulist-button;

                position: absolute;
                top: 0;
                left: 0;
                display: block !important;
                height: 100%;
                width: 100%;
                opacity: 0;
                z-index: 1;
            }

