






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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 20px;
    line-height: 1.66667;
    color: #333333;
    background-color: #f4f7f4;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #3DAEF6;
    text-decoration: none
}

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

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.66667;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 33px;
    margin-bottom: 33px;
    border: 0;
    border-top: 1px solid #c3c3c3
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #222
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small,
.h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small,
h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small,
h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 33px;
    margin-bottom: 16.5px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small,
h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 16.5px;
    margin-bottom: 16.5px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small,
h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 52px
}

.h2, h2 {
    font-size: 43px
}

.h3, h3 {
    font-size: 34px
}

.h4, h4 {
    font-size: 25px
}

.h5, h5 {
    font-size: 20px
}

.h6, h6 {
    font-size: 17px
}

p {
    margin: 0 0 16.5px
}

.lead {
    margin-bottom: 33px;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 30px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.catalogue-item__extra a, .core-form-field-group-body .core-form-field-body-note,
.core-form-field-group-header, .small, .store-order-items .store-order-item-group .store-order-item-base .store-order-item-base-pricing .store-order-item-price-original,
.store-order-items .store-order-item-group .store-order-item-description,
.store-product-list-offer .store-product-list-offer-item .store-product-list-item-pricing .store-subscription-period,
.text-muted {
    color: #777
}

.page-header {
    padding-bottom: 15.5px;
    margin: 66px 0 33px;
    border-bottom: 1px solid #c3c3c3
}

ol, ul {
    margin-top: 0;
    margin-bottom: 16.5px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 33px
}

dd, dt {
    line-height: 1.66667
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}


.container, .navbar-wrap {
    margin-right: auto;
    margin-left: auto;
  /*
  padding-left: 15px;
    padding-right: 15px
*/
}

.container:after, .container:before, .navbar-wrap:after, .navbar-wrap:before {
    content: " ";
    display: table
}

.container:after, .navbar-wrap:after {
    clear: both
}

/*
.container
{ 
	width:940px;
}
*/

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 940px
    }
}

/*
@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
*/



.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #c3c3c3
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #c3c3c3;
    border-color: #3DAEF6
}

.nav .nav-divider {
    height: 1px;
    margin: 15.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.66667;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #c3c3c3 #c3c3c3 #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 3px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #3DAEF6
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>.nav-tabs.nav-justified, .nav-justified>li {
    float: none
}

.nav-justified>li>.nav-tabs.nav-justified, .nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu, .nav-justified>.dropdown .nav-tabs.nav-justified {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>.nav-tabs.nav-justified, .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>.nav-tabs.nav-justified, .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>.nav-tabs.nav-justified, .nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified>.active>.nav-tabs.nav-justified, .nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>.nav-tabs.nav-justified, .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs-justified>.active>.nav-tabs.nav-justified, .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

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

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:after, .navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after, .navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.catalogue, .container-fluid>.core-messages ul,
.container-fluid>.core-section-body, .container-fluid>.core-section-header,
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
.container-fluid>.store-page-navigation .store-action-list, .container-fluid>.store-product-detail,
.container>.navbar-collapse, .container>.navbar-header, .container>.navbar-wrap,
.core-messages .container-fluid>ul, .store-page-navigation .container-fluid>.store-action-list {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
    .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 17px 15px;
    height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .core-messages .navbar>.container-fluid ul, .navbar>.container .navbar-brand,
    .navbar>.container .navbar-wrap, .navbar>.container-fluid .catalogue,
    .navbar>.container-fluid .core-messages ul, .navbar>.container-fluid .core-section-body,
    .navbar>.container-fluid .core-section-header, .navbar>.container-fluid .navbar-brand,
    .navbar>.container-fluid .store-page-navigation .store-action-list,
    .navbar>.container-fluid .store-product-detail, .store-page-navigation .navbar>.container-fluid .store-action-list {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 8.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 33px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 33px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 17px;
        padding-bottom: 17px
    }
}

.navbar-form {
    margin: 1.5px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 0
}

.navbar-btn {
    margin-top: 1.5px;
    margin-bottom: 1.5px
}

.btn-group-sm>.navbar-btn.btn, .navbar-btn.btn-sm {
    margin-top: 6.5px;
    margin-bottom: 6.5px
}

.btn-group-xs>.navbar-btn.btn, .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: rgba(0, 0, 0, .8);
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #fff
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #e6e6e6;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #fff
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #fff
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .btn-link, .navbar-default .btn-link:focus, .navbar-default .btn-link:hover, .navbar-default .navbar-link, .navbar-default .navbar-link:hover {
    color: #fff
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

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

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #3DAEF6
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #0c9bf4
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #469d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b2d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c92e2c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 3px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn-xs .btn, .btn-xs .badge, .btn-xs .btn-group-xs>.btn {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #3DAEF6;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

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

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #c3c3c3
}

.jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #aaa
}

.container .jumbotron, .container .navbar-wrap, .container-fluid .catalogue,
.container-fluid .core-messages ul, .container-fluid .core-section-body,
.container-fluid .core-section-header, .container-fluid .jumbotron,
.container-fluid .store-page-navigation .store-action-list, .container-fluid .store-product-detail,
.core-messages .container-fluid ul, .store-page-navigation .container-fluid .store-action-list {
    border-radius: 6px
}

.jumbotron .container, .jumbotron .navbar-wrap {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron, .container .navbar-wrap, .container-fluid .catalogue,
    .container-fluid .core-messages ul, .container-fluid .core-section-body,
    .container-fluid .core-section-header, .container-fluid .jumbotron,
    .container-fluid .store-page-navigation .store-action-list, .container-fluid .store-product-detail,
    .core-messages .container-fluid ul, .store-page-navigation .container-fluid .store-action-list {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 90px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 33px;
    line-height: 1.66667;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #2e2e2e
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #3DAEF6
}

.alert {
    padding: 15px;
    margin-bottom: 33px;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p, .alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d7e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #cae2b3
}

.alert-success .alert-link {
    color: #2b542b
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce9f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e2ec
}

.alert-info .alert-link {
    color: #245369
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faeacc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e0b5
}

.alert-warning .alert-link {
    color: #66502c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 33px;
    margin-bottom: 33px;
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 17px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    background-color: #3DAEF6;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right, .media>.pull-right {
    padding-left: 10px
}

.media-left, .media>.pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #c3c3c3;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #3DAEF6;
    border-color: #3DAEF6
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #fff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e4f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}


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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block,
.visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block,
.visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block,
.visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
.visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}


@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}


.container-small {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.container-small:after, .container-small:before {
    content: " ";
    display: table
}

.container-small:after {
    clear: both
}

@media (min-width:768px) {
    .container-small {
        float: left;
        width: 100%
    }
}

@media (min-width:768px) {
    .container-small {
        left: 0
    }
}

@media (min-width:768px) {
    .container-small {
        right: 0
    }
}

@media (min-width:992px) {
    .container-small {
        float: left;
        width: 83.33333%
    }
}

@media (min-width:992px) {
    .container-small {
        left: 8.33333%
    }
}

@media (min-width:992px) {
    .container-small {
        right: 8.33333%
    }
}
.catalogue, .container-fluid, .core-messages ul, .core-section-body,
.core-section-header, .store-page-navigation .store-action-list,
.store-product-detail {
    max-width: 1170px
}

.small {
    font-size: .7em
}

input {
    border-radius: 3px;
    border: 1px solid #c3c3c3
}

/*
.store-page-navigation {
    padding: 60px;
    margin: 30px auto 0;
    border-top: 3px solid #F8FAFC
}

.store-page-navigation .store-action-list {
    text-align: center;
    padding: 0;
    margin-bottom: 0
}

.store-page-navigation .store-action-list>li {
    margin: 0 10px;
    padding: 0;
    text-align: left;
    display: inline-block
}
*/

.store-page-navigation .store-action-list>li.store-action-prev-li {
    display: block;
    float: left;
}

.store-order-action-coupon .store-action-input {
    color: #2e2e2e;
    min-width: 200px;
    padding: 1px 6px;
    border: 0;
    font-weight: 400
}

.store-product-price-original {
    color: #555;
    text-decoration: none;
    position: relative
}

.store-product-price-original:before {
    display: block;
    position: absolute;
    left: 5%;
    top: 50%;
    content: "";
    height: 5px;
    width: 95%;
    background-color: rgba(61, 174, 246, .8);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.store-product-price-original .store-value-money {
    color: #777
}

.store-action-command, input.store-action-button {
    color: #fff;
    background-color: #48b7fc;
    padding: 11px 16px;
    font-size: 17px;
    line-height: 11px;
    border-radius: 3px;
    border: none;
    height: auto;
    font-family: freight-sans-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: 100ms;
    transition: 100ms;
    display: inline-block
}

.open>.store-action-command.dropdown-toggle, .open>input.store-action-button.dropdown-toggle,
.store-action-command.active, .store-action-command.focus, .store-action-command:active, .store-action-command:focus, .store-action-command:hover, input.store-action-button.active, input.store-action-button.focus,
input.store-action-button:active, input.store-action-button:focus, input.store-action-button:hover {
    color: #fff;
    background-color: #0c9bf4;
    border-color: #0b95eb
}

.open>.store-action-command.dropdown-toggle, .open>input.store-action-button.dropdown-toggle,
.store-action-command.active, .store-action-command:active, input.store-action-button.active, input.store-action-button:active {
    background-image: none
}

.store-action-command.disabled, .store-action-command.disabled.active,
.store-action-command.disabled.focus, .store-action-command.disabled:active, .store-action-command.disabled:focus, .store-action-command.disabled:hover, .store-action-command[disabled], .store-action-command[disabled].active,
.store-action-command[disabled].focus, .store-action-command[disabled]:active, .store-action-command[disabled]:focus, .store-action-command[disabled]:hover, fieldset[disabled] .store-action-command, fieldset[disabled] .store-action-command.active,
fieldset[disabled] .store-action-command.focus, fieldset[disabled] .store-action-command:active, fieldset[disabled] .store-action-command:focus, fieldset[disabled] .store-action-command:hover, fieldset[disabled] input.store-action-button, fieldset[disabled] input.store-action-button.active,
fieldset[disabled] input.store-action-button.focus, fieldset[disabled] input.store-action-button:active, fieldset[disabled] input.store-action-button:focus, fieldset[disabled] input.store-action-button:hover, input.store-action-button.disabled, input.store-action-button.disabled.active,
input.store-action-button.disabled.focus, input.store-action-button.disabled:active, input.store-action-button.disabled:focus, input.store-action-button.disabled:hover, input.store-action-button[disabled], input.store-action-button[disabled].active,
input.store-action-button[disabled].focus, input.store-action-button[disabled]:active, input.store-action-button[disabled]:focus, input.store-action-button[disabled]:hover {
    background-color: #3DAEF6;
    border-color: #3DAEF6
}

.store-action-command .badge, input.store-action-button .badge {
    color: #3DAEF6;
    background-color: #fff
}

.store-action-command:hover, input.store-action-button:hover {
    text-decoration: none
}

.store-page-navigation .store-action-list .store-action-command {
    color: #fff;
    background-color: rgba(0,196,24,1);
    border-color: #55a755;
    padding: 12px 24px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
}

.open>.store-page-navigation .store-action-list .store-action-command.dropdown-toggle,
.store-page-navigation .store-action-list .store-action-command.active,
.store-page-navigation .store-action-list .store-action-command.focus,
.store-page-navigation .store-action-list .store-action-command:active, .store-page-navigation .store-action-list .store-action-command:focus, .store-page-navigation .store-action-list .store-action-command:hover {
    color: #fff;
    background-color: rgba(0,210,24,1);
    border-color: #439641
}

.open>.store-page-navigation .store-action-list .store-action-command.dropdown-toggle,
.store-page-navigation .store-action-list .store-action-command.active,
.store-page-navigation .store-action-list .store-action-command:active {
    background-image: none
}

.store-page-navigation .store-action-list .store-action-command.disabled,
.store-page-navigation .store-action-list .store-action-command.disabled.active,
.store-page-navigation .store-action-list .store-action-command.disabled.focus,
.store-page-navigation .store-action-list .store-action-command.disabled:active, .store-page-navigation .store-action-list .store-action-command.disabled:focus, .store-page-navigation .store-action-list .store-action-command.disabled:hover, .store-page-navigation .store-action-list .store-action-command[disabled],
.store-page-navigation .store-action-list .store-action-command[disabled].active,
.store-page-navigation .store-action-list .store-action-command[disabled].focus,
.store-page-navigation .store-action-list .store-action-command[disabled]:active, .store-page-navigation .store-action-list .store-action-command[disabled]:focus, .store-page-navigation .store-action-list .store-action-command[disabled]:hover, fieldset[disabled] .store-page-navigation .store-action-list .store-action-command,
fieldset[disabled] .store-page-navigation .store-action-list .store-action-command.active,
fieldset[disabled] .store-page-navigation .store-action-list .store-action-command.focus,
fieldset[disabled] .store-page-navigation .store-action-list .store-action-command:active, fieldset[disabled] .store-page-navigation .store-action-list .store-action-command:focus, fieldset[disabled] .store-page-navigation .store-action-list .store-action-command:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.store-page-navigation .store-action-list .store-action-command .badge {
    color: #5cb85c;
    background-color: #fff
}

@-webkit-keyframes pulsate {
    from {
        box-shadow: 0 0 5px rgba(0, 0, 0, .1)
    }

    to {
        box-shadow: 0 0 15px rgba(0, 0, 0, .3)
    }
}

@keyframes pulsate {
    from {
        box-shadow: 0 0 5px rgba(0, 0, 0, .1)
    }

    to {
        box-shadow: 0 0 15px rgba(0, 0, 0, .3)
    }
}

.catalogue-item__button .store-product-detail-action-add .store-action-command {
    color: #fff;
    background-color: #3DAEF6;
    padding: 12px 16px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 3px;
    border: none;
    height: auto;
    font-family: freight-sans-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: 100ms;
    transition: 100ms
}

.catalogue-item__button .store-product-detail-action-add .store-action-command.active,
.catalogue-item__button .store-product-detail-action-add .store-action-command.focus,
.catalogue-item__button .store-product-detail-action-add .store-action-command:active, .catalogue-item__button .store-product-detail-action-add .store-action-command:focus, .catalogue-item__button .store-product-detail-action-add .store-action-command:hover, .open>.catalogue-item__button .store-product-detail-action-add .store-action-command.dropdown-toggle {
    color: #fff;
    background-color: #0c9bf4;
    border-color: #0b95eb
}

.catalogue-item__button .store-product-detail-action-add .store-action-command.active,
.catalogue-item__button .store-product-detail-action-add .store-action-command:active, .open>.catalogue-item__button .store-product-detail-action-add .store-action-command.dropdown-toggle {
    background-image: none
}

.catalogue-item__button .store-product-detail-action-add .store-action-command.disabled,
.catalogue-item__button .store-product-detail-action-add .store-action-command.disabled.active,
.catalogue-item__button .store-product-detail-action-add .store-action-command.disabled.focus,
.catalogue-item__button .store-product-detail-action-add .store-action-command.disabled:active, .catalogue-item__button .store-product-detail-action-add .store-action-command.disabled:focus, .catalogue-item__button .store-product-detail-action-add .store-action-command.disabled:hover, .catalogue-item__button .store-product-detail-action-add .store-action-command[disabled],
.catalogue-item__button .store-product-detail-action-add .store-action-command[disabled].active,
.catalogue-item__button .store-product-detail-action-add .store-action-command[disabled].focus,
.catalogue-item__button .store-product-detail-action-add .store-action-command[disabled]:active, .catalogue-item__button .store-product-detail-action-add .store-action-command[disabled]:focus, .catalogue-item__button .store-product-detail-action-add .store-action-command[disabled]:hover, fieldset[disabled] .catalogue-item__button .store-product-detail-action-add .store-action-command,
fieldset[disabled] .catalogue-item__button .store-product-detail-action-add .store-action-command.active,
fieldset[disabled] .catalogue-item__button .store-product-detail-action-add .store-action-command.focus,
fieldset[disabled] .catalogue-item__button .store-product-detail-action-add .store-action-command:active, fieldset[disabled] .catalogue-item__button .store-product-detail-action-add .store-action-command:focus, fieldset[disabled] .catalogue-item__button .store-product-detail-action-add .store-action-command:hover {
    background-color: #3DAEF6;
    border-color: #3DAEF6
}

.catalogue-item__button .store-product-detail-action-add .store-action-command .badge {
    color: #3DAEF6;
    background-color: #fff
}

.catalogue-item__button .store-product-detail-action-add .store-action-command:hover {
    text-decoration: none
}

.store-order-action-more .store-action-command, .store-order-action-order .store-action-command {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.open>.store-order-action-more .store-action-command.dropdown-toggle,
.open>.store-order-action-order .store-action-command.dropdown-toggle,
.store-order-action-more .store-action-command.active, .store-order-action-more .store-action-command.focus,
.store-order-action-more .store-action-command:active, .store-order-action-more .store-action-command:focus, .store-order-action-more .store-action-command:hover, .store-order-action-order .store-action-command.active, .store-order-action-order .store-action-command.focus,
.store-order-action-order .store-action-command:active, .store-order-action-order .store-action-command:focus, .store-order-action-order .store-action-command:hover {
    color: #fff;
    background-color: #469d44;
    border-color: #439641
}

.open>.store-order-action-more .store-action-command.dropdown-toggle,
.open>.store-order-action-order .store-action-command.dropdown-toggle,
.store-order-action-more .store-action-command.active, .store-order-action-more .store-action-command:active, .store-order-action-order .store-action-command.active,
.store-order-action-order .store-action-command:active {
    background-image: none
}

.store-order-action-more .store-action-command.disabled, .store-order-action-more .store-action-command.disabled.active,
.store-order-action-more .store-action-command.disabled.focus,
.store-order-action-more .store-action-command.disabled:active, .store-order-action-more .store-action-command.disabled:focus, .store-order-action-more .store-action-command.disabled:hover, .store-order-action-more .store-action-command[disabled],
.store-order-action-more .store-action-command[disabled].active,
.store-order-action-more .store-action-command[disabled].focus,
.store-order-action-more .store-action-command[disabled]:active, .store-order-action-more .store-action-command[disabled]:focus, .store-order-action-more .store-action-command[disabled]:hover, .store-order-action-order .store-action-command.disabled,
.store-order-action-order .store-action-command.disabled.active,
.store-order-action-order .store-action-command.disabled.focus,
.store-order-action-order .store-action-command.disabled:active, .store-order-action-order .store-action-command.disabled:focus, .store-order-action-order .store-action-command.disabled:hover, .store-order-action-order .store-action-command[disabled],
.store-order-action-order .store-action-command[disabled].active,
.store-order-action-order .store-action-command[disabled].focus,
.store-order-action-order .store-action-command[disabled]:active, .store-order-action-order .store-action-command[disabled]:focus, .store-order-action-order .store-action-command[disabled]:hover, fieldset[disabled] .store-order-action-more .store-action-command,
fieldset[disabled] .store-order-action-more .store-action-command.active,
fieldset[disabled] .store-order-action-more .store-action-command.focus,
fieldset[disabled] .store-order-action-more .store-action-command:active, fieldset[disabled] .store-order-action-more .store-action-command:focus, fieldset[disabled] .store-order-action-more .store-action-command:hover, fieldset[disabled] .store-order-action-order .store-action-command,
fieldset[disabled] .store-order-action-order .store-action-command.active,
fieldset[disabled] .store-order-action-order .store-action-command.focus,
fieldset[disabled] .store-order-action-order .store-action-command:active, fieldset[disabled] .store-order-action-order .store-action-command:focus, fieldset[disabled] .store-order-action-order .store-action-command:hover {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.store-order-action-more .store-action-command .badge, .store-order-action-order .store-action-command .badge {
    color: #5cb85c;
    background-color: #fff
}

.store-product-list-offer-item-action-add .store-action-command,
.store-product-list-offer-item-action-select .store-action-command {
    color: #fff;
    background-color: #3DAEF6;
    border-color: #3DAEF6;
    font-weight: 700
}

.open>.store-product-list-offer-item-action-add .store-action-command.dropdown-toggle,
.open>.store-product-list-offer-item-action-select .store-action-command.dropdown-toggle,
.store-product-list-offer-item-action-add .store-action-command.active,
.store-product-list-offer-item-action-add .store-action-command.focus,
.store-product-list-offer-item-action-add .store-action-command:active, .store-product-list-offer-item-action-add .store-action-command:focus, .store-product-list-offer-item-action-add .store-action-command:hover, .store-product-list-offer-item-action-select .store-action-command.active,
.store-product-list-offer-item-action-select .store-action-command.focus,
.store-product-list-offer-item-action-select .store-action-command:active, .store-product-list-offer-item-action-select .store-action-command:focus, .store-product-list-offer-item-action-select .store-action-command:hover {
    color: #fff;
    background-color: #0c9bf4;
    border-color: #0b95eb
}

.open>.store-product-list-offer-item-action-add .store-action-command.dropdown-toggle,
.open>.store-product-list-offer-item-action-select .store-action-command.dropdown-toggle,
.store-product-list-offer-item-action-add .store-action-command.active,
.store-product-list-offer-item-action-add .store-action-command:active, .store-product-list-offer-item-action-select .store-action-command.active,
.store-product-list-offer-item-action-select .store-action-command:active {
    background-image: none
}

.store-product-list-offer-item-action-add .store-action-command.disabled,
.store-product-list-offer-item-action-add .store-action-command.disabled.active,
.store-product-list-offer-item-action-add .store-action-command.disabled.focus,
.store-product-list-offer-item-action-add .store-action-command.disabled:active, .store-product-list-offer-item-action-add .store-action-command.disabled:focus, .store-product-list-offer-item-action-add .store-action-command.disabled:hover, .store-product-list-offer-item-action-add .store-action-command[disabled],
.store-product-list-offer-item-action-add .store-action-command[disabled].active,
.store-product-list-offer-item-action-add .store-action-command[disabled].focus,
.store-product-list-offer-item-action-add .store-action-command[disabled]:active, .store-product-list-offer-item-action-add .store-action-command[disabled]:focus, .store-product-list-offer-item-action-add .store-action-command[disabled]:hover, .store-product-list-offer-item-action-select .store-action-command.disabled,
.store-product-list-offer-item-action-select .store-action-command.disabled.active,
.store-product-list-offer-item-action-select .store-action-command.disabled.focus,
.store-product-list-offer-item-action-select .store-action-command.disabled:active, .store-product-list-offer-item-action-select .store-action-command.disabled:focus, .store-product-list-offer-item-action-select .store-action-command.disabled:hover, .store-product-list-offer-item-action-select .store-action-command[disabled],
.store-product-list-offer-item-action-select .store-action-command[disabled].active,
.store-product-list-offer-item-action-select .store-action-command[disabled].focus,
.store-product-list-offer-item-action-select .store-action-command[disabled]:active, .store-product-list-offer-item-action-select .store-action-command[disabled]:focus, .store-product-list-offer-item-action-select .store-action-command[disabled]:hover, fieldset[disabled] .store-product-list-offer-item-action-add .store-action-command,
fieldset[disabled] .store-product-list-offer-item-action-add .store-action-command.active,
fieldset[disabled] .store-product-list-offer-item-action-add .store-action-command.focus,
fieldset[disabled] .store-product-list-offer-item-action-add .store-action-command:active, fieldset[disabled] .store-product-list-offer-item-action-add .store-action-command:focus, fieldset[disabled] .store-product-list-offer-item-action-add .store-action-command:hover, fieldset[disabled] .store-product-list-offer-item-action-select .store-action-command,
fieldset[disabled] .store-product-list-offer-item-action-select .store-action-command.active,
fieldset[disabled] .store-product-list-offer-item-action-select .store-action-command.focus,
fieldset[disabled] .store-product-list-offer-item-action-select .store-action-command:active, fieldset[disabled] .store-product-list-offer-item-action-select .store-action-command:focus, fieldset[disabled] .store-product-list-offer-item-action-select .store-action-command:hover {
    background-color: #3DAEF6;
    border-color: #3DAEF6
}

.store-product-list-offer-item-action-add .store-action-command .badge,
.store-product-list-offer-item-action-select .store-action-command .badge {
    color: #3DAEF6;
    background-color: #fff
}

.store-product-list-offer-item-action-add .store-action-command:before, .store-product-list-offer-item-action-select .store-action-command:before {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.store-product-list-offer-item-action-add .store-action-command .store-action-title,
.store-product-list-offer-item-action-select .store-action-command .store-action-title {
    font-family: freight-sans-pro, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.store-product-list-offer-item-action-deselect .store-action-command {
    color: #fff;
    background-color: #3DAEF6;
    border-color: #3DAEF6;
    font-weight: 700
}

.open>.store-product-list-offer-item-action-deselect .store-action-command.dropdown-toggle,
.store-product-list-offer-item-action-deselect .store-action-command.active,
.store-product-list-offer-item-action-deselect .store-action-command.focus,
.store-product-list-offer-item-action-deselect .store-action-command:active, .store-product-list-offer-item-action-deselect .store-action-command:focus, .store-product-list-offer-item-action-deselect .store-action-command:hover {
    color: #fff;
    background-color: #0c9bf4;
    border-color: #0b95eb
}

.open>.store-product-list-offer-item-action-deselect .store-action-command.dropdown-toggle,
.store-product-list-offer-item-action-deselect .store-action-command.active,
.store-product-list-offer-item-action-deselect .store-action-command:active {
    background-image: none
}

.store-product-list-offer-item-action-deselect .store-action-command.disabled,
.store-product-list-offer-item-action-deselect .store-action-command.disabled.active,
.store-product-list-offer-item-action-deselect .store-action-command.disabled.focus,
.store-product-list-offer-item-action-deselect .store-action-command.disabled:active, .store-product-list-offer-item-action-deselect .store-action-command.disabled:focus, .store-product-list-offer-item-action-deselect .store-action-command.disabled:hover, .store-product-list-offer-item-action-deselect .store-action-command[disabled],
.store-product-list-offer-item-action-deselect .store-action-command[disabled].active,
.store-product-list-offer-item-action-deselect .store-action-command[disabled].focus,
.store-product-list-offer-item-action-deselect .store-action-command[disabled]:active, .store-product-list-offer-item-action-deselect .store-action-command[disabled]:focus, .store-product-list-offer-item-action-deselect .store-action-command[disabled]:hover, fieldset[disabled] .store-product-list-offer-item-action-deselect .store-action-command,
fieldset[disabled] .store-product-list-offer-item-action-deselect .store-action-command.active,
fieldset[disabled] .store-product-list-offer-item-action-deselect .store-action-command.focus,
fieldset[disabled] .store-product-list-offer-item-action-deselect .store-action-command:active, fieldset[disabled] .store-product-list-offer-item-action-deselect .store-action-command:focus, fieldset[disabled] .store-product-list-offer-item-action-deselect .store-action-command:hover {
    background-color: #3DAEF6;
    border-color: #3DAEF6
}

.store-product-list-offer-item-action-deselect .store-action-command .badge {
    color: #3DAEF6;
    background-color: #fff
}

.store-product-list-offer-item-action-deselect .store-action-command:before {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.store-product-list-offer-item-action-deselect .store-action-command .store-action-title {
    font-family: freight-sans-pro, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.catalogue {
    margin: 60px auto;
    background-color: #fff
}

.catalogue-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .catalogue-item {
        float: left;
        width: 33.33333%
    }
}

.catalogue-item__header {
    margin-bottom: 0;
    text-align: center
}

.catalogue-item__image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.catalogue-item__image>img {
    max-width: 60px;
    max-height: 60px
}

.catalogue-item__title {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-weight: 400;
    font-size: 34px
}

.catalogue-item__cta {
    font-family: freight-sans-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 30px 0;
    text-align: center
}

.catalogue-item__cta:after, .catalogue-item__cta:before {
    content: " ";
    display: table
}

.catalogue-item__cta:after {
    clear: both
}

.catalogue-item__price {
    font-weight: 700
}

.store-product-price {
    color: #3DAEF6
}

.catalogue-item__button {
    display: inline-block;
    margin-left: 10px
}

.catalogue-item__button .store-page-navigation {
    margin: 0;
    padding: 0
}

.catalogue-item__description {
    text-align: center;
    padding: 0 15px;
    font-size: 17px
}

.catalogue-item__description :last-child {
    margin-bottom: 0
}

.catalogue-item__extra {
    text-align: center;
    font-size: 17px;
    margin-top: 15px
}

.core-section {
    padding: 30px
}

.core-section+.core-section {
    margin-top: 0
}

.core-section-header {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 30px;
    font-weight: 400
}

.store-footer {
    font-size: 17px;
    padding: 80 0 10px;
    margin-top: 0px
}

.store-footer:after, .store-footer:before {
    content: " ";
    display: table
}

.store-footer:after {
    clear: both
}

.store-footer>div {
    width: 80%;
    margin: 0 auto
}

.footer {
    text-align: center;
    background-color: #f4f7f4;
    margin-top: 0
}

.footer p
{
font-size: 12px;
}

.footer .container
{
padding: 0px;
}

.footer .security {
    text-align: center;
    margin-bottom: 30px
}

.footer ul {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 17px
}

.footer ul li a {
    color: #2e2e2e
}

.core-messages {
/*     margin: 0 auto; */
    padding: 30px;
    border: none;
    background-color: #dee1fc;/* #a3d6f2 */
}

.core-messages ul {
    margin-bottom: 0
}

.core-messages ul li.core-message-warn {
    color: #fff
}

.core-form-field .core-form-field-body .core-form-field-body-note {
    padding-top: 10px;
    height: auto;
    line-height: normal
}

.core-form-field .core-form-field-body .store-action-view-help .store-action-command {
    background-color: transparent;
    padding: 5px 10px 4px
}

.core-form-field .core-form-field-body .store-action-view-help .store-action-command .store-action-title {
    color: #3DAEF6 !important;
    text-transform: none
}

.core-form-field-group-body .store-action .store-action-command {
    padding: 5px 10px 4px
}

.store-notice-bill-descriptor-message {
    margin-bottom: 30px
}

.store-notice-bill-descriptor {
    border: none;
    background-color: #e6edf4;
    padding: 3px 10px
}

.store-order-price .store-order-price-label:first-child {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .store-order-price .store-order-price-label:first-child {
        float: left;
        width: 83.33333%
    }
}

.store-section-delivery {
    border-top: 3px solid #F8FAFC;
    padding: 60px 0;
    margin-top: 60px !important
}

.store-section-delivery+.store-section-delivery {
    margin-top: 0 !important
}

.store-section-delivery>:last-child {
    margin-bottom: 0
}

.store-section-delivery h3, .store-section-delivery h4 {
    margin: 0;
    font-size: 20px
}

.store-section-delivery .store-action-command {
    padding: 5px 10px
}

.guarantee {
    padding: 0 30px 30px;
    text-align: center
}

.guarantee .store-notice-security, .guarantee p {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    color: #2E2E2E;
    font-size: 17px;
    margin-bottom: 0
}

@media (min-width:768px) {
    .guarantee .store-notice-security, .guarantee p {
        float: left;
        width: 83.33333%
    }
}

@media (min-width:768px) {
    .guarantee .store-notice-security, .guarantee p {
        margin-left: 8.33333%
    }
}

.guarantee-header {
    margin-bottom: 15px;
    display: block
}

.guarantee-header img {
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.guarantee-header h3 {
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
    color: #3DAEF6;
    font-size: 30px
}

.store-product-detail {
    padding: 60px 0
}

.store-product-detail .store-product-detail-image>img {
    width: 128px;
    height: 128px;
    margin-right: 20px
}

.store-product-detail .store-action, .store-product-detail .store-product-detail-description {
    margin-left: 148px
}

.store-section-customer-details .core-section-body {
    padding-top: 0
}

.core-form-field-group-header {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400
}

.core-form-field-group {
    margin-bottom: 0;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    clear: none
}

@media (min-width:768px) {
    .core-form-field-group {
/*
        float: left;
        width: 50%
*/
    }
}

.core-form-field-group-body {
   /*  width: 80% */
}

.core-form-field-group-body .core-form-field-area-left, .core-form-field-group-body .core-form-field-area-right {
    margin-left: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px
}

.core-form-field-group-body .core-form-field-body input {
    width: 16em;
    padding: 3px 10px;
    font-size: 16px
}

.core-form-field-group-body .core-form-field-body-note {
    width: 100%;
    font-size: 16px;
    padding-top: 10px
}

.store-section-offer-program {
    border-top: 3px solid #F8FAFC;
    padding: 60px 0 30px;
    margin-top: 30px !important
}

.store-product-list-offer {
    padding: 30px 0 0
}

.store-product-list-offer .store-product-list-item+.store-product-list-item {
    border-top: 0;
    padding-top: 60px
}

.store-product-list-offer .store-product-list-offer-item {
    padding-left: 150px
}

.store-product-list-offer .store-product-list-offer-item .store-product-list-item-image {
    float: left;
    margin-right: 20px;
    margin-left: -150px
}

.store-product-list-offer .store-product-list-offer-item .store-product-list-item-image>img {
    margin: 0;
    width: 128px;
    height: 128px
}

.store-product-list-offer .store-product-list-offer-item .store-product-list-item-title {
    display: block;
    font-size: 34px;
    margin: 0 0 10px
}

.store-product-list-offer .store-product-list-offer-item .store-product-list-item-pricing {
    margin: 0 0 15px;
    font-size: 25px;
    display: block
}

.store-product-list-offer .store-product-list-offer-item .store-product-list-item-pricing .store-product-price-original {
    color: #555;
    text-decoration: none;
    position: relative
}

.store-product-list-offer .store-product-list-offer-item .store-product-list-item-pricing .store-product-price-original:before {
    display: block;
    position: absolute;
    left: 5%;
    top: 50%;
    content: "";
    height: 5px;
    width: 95%;
    background-color: rgba(61, 174, 246, .8);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.store-product-list-offer .store-product-list-offer-item .store-product-list-item-pricing .store-product-price-original .store-value-money {
    color: #777
}

.store-product-list-offer .store-product-list-offer-item .store-product-list-item-pricing .store-value-money {
    color: #3DAEF6
}

.store-product-list-offer .store-product-list-offer-item .store-product-list-item-pricing .store-subscription-period {
    font-weight: 400
}

.store-product-list-offer .store-product-list-offer-item .store-action-list {
    text-align: left
}

.store-product-list-offer .store-product-list-offer-item .store-action-list>li {
    margin-left: 0
}

.store-product-list-offer .store-product-list-offer-item .store-action-list .store-product-list-offer-item-action-select .store-action-command .store-action-title {
    font-family: freight-sans-pro, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.navbar-nav a {
    font-size: 20px;
    font-family: freight-sans-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.navbar-nav a img {
    width: 32px;
    height: 32px;
    margin-right: 10px
}

.navbar-brand {
    font-size: 30px;
    line-height: 0
}

.dropdown-menu>li>a {
    padding: 8px 20px
}

.navbar .store-tools {
    margin: 0;
    padding: 17px
}

#store-variation-selector-command {
    padding: 17px 0;
    color: #333333
}

#store-variation-selection-body {
   /*
 right: auto;
    left: 300px;
*/
right:40px;
    width: 300px !important;
     height: auto; 
     top:80px;
     z-index: 999999;
}

.store-order-items .store-order-item-group {
    margin-bottom: 0;
    padding: 15px 30px
}

.store-order-items .store-order-item-group:after, .store-order-items .store-order-item-group:before {
    content: " ";
    display: table
}

.store-order-items .store-order-item-group:after {
    clear: both
}

.store-order-items .store-order-item-group:nth-of-type(odd) {
    background-color: white;
}

.store-order-items .store-order-item-group:nth-of-type(even) {
    background-color: #f8fafd;
}

.store-order-items .store-order-item-group+.store-order-item-group {
    border-top: 0;
    margin-top: 0
}

.store-order-items .store-order-item-group .store-order-item-base {
    margin-left: -15px;
    margin-right: -15px
}

.store-order-items .store-order-item-group .store-order-item-base:after, .store-order-items .store-order-item-group .store-order-item-base:before {
    content: " ";
    display: table
}

.store-order-items .store-order-item-group .store-order-item-base:after {
    clear: both
}

.store-order-items .store-order-item-group .store-order-item-base .store-order-item-base-title {
    float: none;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size:26px;
}

@media (min-width:768px) {
    .store-order-items .store-order-item-group .store-order-item-base .store-order-item-base-title {
        float: left;
        width: 50%
    }
}

.store-order-items .store-order-item-group .store-order-item-base .store-order-item-base-title+.store-order-item-base-pricing {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .store-order-items .store-order-item-group .store-order-item-base .store-order-item-base-title+.store-order-item-base-pricing {
        float: left;
        width: 50%
    }
}

.store-order-items .store-order-item-group .store-order-item-base .store-order-item-base-pricing {
    float: none;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .store-order-items .store-order-item-group .store-order-item-base .store-order-item-base-pricing {
        float: left;
        width: 16.66667%
    }
}

.store-order-items .store-order-item-group .store-order-item-base .store-order-item-base-pricing .store-order-item-price,
.store-order-items .store-order-item-group .store-order-item-base .store-order-item-base-pricing .store-order-item-price-original {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    display: inline-block
}

.store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list {
    float: none;
    text-align: right;
    margin: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list {
        float: left;
        width: 33.33333%
    }
}

.store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list>li>.store-order-item-action-edit {
    display: none
}

.store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list>li.store-order-item-action-delete-li {
    display: inline-block;
    vertical-align: middle
}

.store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list>li.store-order-item-action-delete-li .store-order-item-action-delete {
    display: inline-block
}

input.store-action-input
{
text-align: center;
}

.store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list>li.store-order-item-action-delete-li .store-order-item-action-delete>a {
    background-color: transparent;
    font-size: 16px;
    color: #c3c3c3;
    padding: 0;
    margin-top: 2px
}

.store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list>li.store-order-item-action-delete-li .store-order-item-action-delete>a .store-action-title,
.store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list>li.store-order-item-action-quantity-li .store-action-command {
    display: none
}

.store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list>li.store-order-item-action-quantity-li .store-action-input input.store-action-input {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1;
    width: 40px
}

.store-order-items .store-order-item-group .store-order-item-base ul.store-order-item-group-action-list>li .store-action-command {
    font-size: 12px;
    padding: 5px 10px
}

.store-order-items .store-order-item-group .store-order-item-description {
    margin: 0
}

.store-order-items .store-order-item-group div>.store-order-item-offers {
    margin-bottom: 0
}

.store-order-pricing {
    margin-top: 0;
    padding: 15px 30px;
    background-color: #333333;
    color: #fff
}

.store-order-pricing:after, .store-order-pricing:before {
    content: " ";
    display: table
}

.store-order-pricing:after {
    clear: both
}

/*
.store-order-pricing .store-order-price+.store-order-price .store-order-action-coupon * {
    display: none
}
*/

.store-order-pricing .store-order-action-coupon {
    display: block;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    text-align: left;
    margin-right: 0px;
    
	visibility: hidden;
}

@media (min-width:768px) {
    .store-order-pricing .store-order-action-coupon {
        float: left;
        width: 50%
    }
}

.store-order-pricing .store-order-action-coupon:not(:first-of-type) {
    display: none
}

.store-order-pricing .store-order-action-coupon .store-action-command {
    font-size: 14px;
    padding: 10px 10px;
    margin: 0;
    margin-top: 6px;
    display: inline-block;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
/*     background-color: #686868; */
}

.store-order-action-coupon .store-action-command
{
	background-color: #686868;
}

.store-order-action-coupon .store-action-command:hover
{
	background-color: #8b8b8b;
}

.store-order-pricing .store-order-price-label {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .store-order-pricing .store-order-price-label {
        float: left;
        width: 33.33333%;
        padding-right: 15px;
    }
}

.store-order-pricing .store-order-price-value {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin: 0
}

@media (min-width:768px) {
    .store-order-pricing .store-order-price-value {
        float: left;
        width: 16.66667%
    }
}

.store-order-action-list {
    text-align: right;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px
}

.store-order-action-list:after, .store-order-action-list:before {
    content: " ";
    display: table
}

.store-order-action-list:after {
    clear: both
}

.store-order-action-list>li {
    display: block;
    float: left;
    margin-right: 0;
    margin-left: 0
}

.store-order-action-list>li:nth-child(2) {
    float: right;
    margin-left: 0
}

.store-order-action-list>li.store-order-action-quantity-li {
    display: inline-block !important
}


/* STUFF FOR OUR STYLE */


.nav h1,h2,h3,h4,h5,h6{margin:0;font-weight:bold;color:#333333;text-rendering:optimizelegibility;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:400;color:#999999;}



.navbar .brand:hover{text-decoration:none;}
.navbar .brand{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;font-size:20px;font-weight:200;line-height:1;color:#ffffff;}
.navbar .navbar-text{margin-bottom:0;line-height:40px;color:#999999;}.navbar .navbar-text a:hover{color:#ffffff;background-color:transparent;}
.navbar .btn,.navbar .btn-group{margin-top:5px;}
.navbar .btn-group .btn{margin-top:0;}
.navbar-form{margin-bottom:0;*zoom:1;}.navbar-form:before,.navbar-form:after{display:table;content:"";}
.navbar-form:after{clear:both;}



.navbar-fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030;}
.navbar-fixed-top .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0;}
.navbar .nav.pull-right{float:right;}
.navbar .nav>li{display:block;float:left;}
.navbar .nav>li>a{float:none;padding: 15px 10px 15px;line-height:19px;color:#575757;text-decoration:none;}
.navbar .nav>li>a:hover{background-color:transparent;color:black;text-decoration:none;}
.navbar .nav .active>a,.navbar .nav .active>a:hover{color:#ffffff;text-decoration:none;background-color:#222222;}



footer .container
{
padding-top: 40px;
padding-bottom: 40px;
}

.store-footer
{
color: #333333;
}

.navbar .nav > li > a
{
	font: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	font-weight: 200;
}

.navbar-inner {
	background: transparent;
}


div.navbar h3 a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c6c5c5;
}

/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
.navbar .brand {
/* 	margin-top: 5px; */
	font-size: 25px;
	line-height: 30px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 20px;
    float: right;
    font-weight: bold;
    color: #cfcfcf;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

}

.navbar-fixed-top
{
position: relative;
}

#store .store
{
/* margin-top: 55px; */
margin-top: 20px;px;
}

.navbar .brand:hover {
    text-decoration: none;
    color: #ffffff;
}




span.store-variation-selector-title
{
/*
position: fixed;
left: 400px;
top: 5px;
z-index: 9999;
color: white;
*/
position: relative;
top: 50px;
right: 40px;
min-width: 10px;

/* display: none; */
/* color: white; */

}

#store-variation-selection
{
margin-bottom: -50px;
}

/*
span.store-variation-selector-title show
{
display: block;
color: white;
padding-top: 3px;
padding-left: 10px;
position: relative;
top: 30px;
left: 5px;
}
*/
/*
.store-style-inline-form .core-form-field-group-body .core-form-field-body
{
margin-left: 50%;
}
*/

/*
.store-style-inline-form .core-form-field-group-body .core-form-field-label
{
width: 45%;
}
*/

.store-action-list.store-order-item-group-action-list
{
position: relative;
top: -50px;
right: 180px;
margin-bottom:-50px;
width: 300px;
float: right;
}


/*
li.store-order-action-coupon-li
{
	position: relative;
    left: 20px;
    top: -110px;
}
*/

/*
li.store-order-action-coupon-li .store-action-command
{
font-size: 12px;
position: relative;
top: -3px;
}
*/

/*
.store-order-action-coupon
{
height: auto;
min-height: 20px;
}

*/

.store-order-action-more
{
display: none;
}

.store-order-item-action-quantity .store-action-command
{
display: none;
}


div.store-order-price.core-js-enabled-block.store-section-vat-exemption
{
display: none;
}


.store-decorate-pay2 .store-payment-method-cc-li, .store-decorate-pay2 .store-payment-method-pp-li {
 font-size: inherit;
 height: 100%;
 line-height: inherit;
}
.store-decorate-pay2 .store-payment-method-amazon-li {
 font-size: 24px !important;
 height: 100% !important;
 line-height: normal !important;
}

.store-decorate-pay2 .store-payment-method-cc-li input, .store-decorate-pay2 .store-payment-method-pp-li input
{
height:auto;
/* width: 30em; */
padding: 3px 10px;
font-size: 16px;
}
div.core-form-field-body
{
margin: 0;
margin-left: 190px;
padding: 0;
padding-left: .5em;
text-align: left;
}
div.core-form-field-label, .store-style-inline-form .core-form-field-group-body .core-form-field-label div.core-form-field-label
{
float: left;
width: 180px;
text-align: right;
margin: 0;
}
.store-style-inline-form .core-form-field-group-body .core-form-field-label
{
float: left;
width: 180px;
text-align: right;
margin: 0;
}
.store-style-inline-form .core-form-field-group-body .core-form-field-body
{
margin: 0;
margin-left: 190px;
padding: 0;
padding-left: .5em;
text-align: left;
}
/*
.store-payment-method-content
{
width: 80%;
}
*/
input#confirm:postal_code
{
width: 10em;
}

.store-section-delivery .btn-large
{
/*
position: relative;
left: 48%;
right: 48%;
*/
margin:auto;
text-align: center;
	line-height: 33px;
	font-size: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.getit
{
margin-top: 30px;
}
.store-section-delivery
{ padding: 30px;
}
.span12
{
width: 100%;
}
.align-center{text-align: center;}

div.core-section.store-section-customer-contact
{
display: block;
min-width: 60%;
width: 49%;
clear: none !important;
margin: auto;
/* padding-right: 5px; */
}
div.core-section.store-section-payment
{
display: block;
min-width:  60%;
width: 49%;
clear: none !important;
margin: auto;
}
/*
.core-clearfix::after
{
clear: none;
}
div.core-section.store-section-customer-contact core-section
{
clear: none;
}
*/
.store-order-item-action-delete .store-action-command
{
background-color: rgba(51, 51, 51, 0);
color: rgba(80, 80, 80, 0.57);
border-radius: 188px;
/* border: 2px solid rgba(159, 159, 159, 0.43); */
width: 26px;
line-height: 24px;
padding: 5px;
	padding-right: 7px;

}
.store-order-item-action-delete .store-action-command:hover
{
color: #333333;
border-color: rgba(0, 0, 0, 0.53);
/* 	background-color: rgba(51, 51, 51, 0.26); */
}
.store-order-item-action-delete .store-action-command span
{
	display: none;
}
.store-order-item-action-delete .store-action-command:after {
  content: '✕';
}

.store-product-detail-quantity
{
	display: none;
}
.store-product-detail-title
{
	display: block;
	margin-top: 20px;
	color: #333333;
}
.store-product-detail-title a
{
	color: #333333;
}
.store-style-product-detail-inline-volume-pricing .store-product-detail-description-pricing
{
	display: none;
}

.buybartender2 div.store-product-detail-description
{
margin-top: 20px;
}

.buybartender2 .store-page-navigation .store-action-list {
text-align: right;
}

.buybartender2 .store-page-navigation
{
border-top-width: 0px;
border-bottom: 3px solid #F8FAFC;
padding: 0px;
padding-bottom: 10px;
}

.store-action-list .store-action.store-order-item-action-edit
{
display: none;
}

.store-action-prev .store-action-command
{
	background-color: #686868 !important;
}
.store-action-prev .store-action-command:hover
{
	background-color: #8b8b8b !important;
}

.btn
{
color: #fff;
background-color: rgba(0,196,24,1);
border-color: #55a755;
padding: 12px 24px;
font-size: 20px;
line-height: 1.5;
border-radius: 3px;
display: inline-block;
text-decoration: none;
}

.btn:hover
{
background-color: rgba(0,210,24,1);
text-decoration: none;
	color: white;
}

.btn.buynow
{
background-color: #48b7fc;
}

.btn.buynow:hover
{
background-color: #0c9bf4;
}
