@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Regular.otf')  format('opentype'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf')  format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'ProximaNova-Regular', Helvetica, Arial, sans-serif /*{body-font-family}*/;
    font-size: 14px /*{body-font-size}*/;
    color: #333333 /*{body-font-colour}*/;
    background-image: none /*{body-background-image}*/;
    background-color: #ffffff /*{body-background-colour}*/;
    position:relative;
}
a {
    color: #333333 /*{link-text-colour}*/;
    outline:none !important;
}
a:hover,
a:focus {
    color:#CA0E0E;
    text-decoration: none;
    outline: 0 !important;
}
a,
.btn {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.btn {
    border-radius: 0;
}
input{ -webkit-appearance: none;-moz-appearance: none; appearance: none;}
input[type=checkbox]
{
    -webkit-appearance: checkbox;
    border-radius: 0;
}
input[type="radio"] {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
        -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 10px;
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.8),
        0 0 0 1px hsla(0,0%,0%,.6),
        0 2px 3px hsla(0,0%,0%,.6),
        0 4px 3px hsla(0,0%,0%,.4),
        0 6px 6px hsla(0,0%,0%,.2),
        0 10px 6px hsla(0,0%,0%,.2);
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    position: relative;
    width: 15px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    background-color: #444;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
        0 1px 1px hsla(0,0%,100%,.8);
    content: '';
    display: block;
    height: 7px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 7px;
}
input[type="radio"]:checked:after {
    background-color: #f66;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
        inset 0 2px 2px hsla(0,0%,100%,.4),
        0 1px 1px hsla(0,0%,100%,.8),
        0 0 2px 2px hsla(0,70%,70%,.4);
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #cccccc /*{text-field-border-colour}*/;
}
.form-control:focus {
    box-shadow:none;
    border:1px solid #ccc;
}
.well {
    border-radius: 0;
    box-shadow: none;
}
.n-wrapper-form-control select {
    border-radius: 0;
    box-shadow: none;
    border-color: #cccccc /*{text-field-border-colour}*/;
}
.n-wrapper-form-control select:focus {box-shadow:none;}
.alert-info {background:#fff;border:1px solid #ccc;border-radius:0;color:#333;}
.text-danger {color:red;}
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
}
.nsearchinput-pl.well {
    margin-top: 50px !important;
    border-radius: 0;
    box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif /*{headers-font-family}*/;
    color: #333333 /*{headers-colour}*/;
    font-weight: 700;
}
h1,
.h1 {
    font-size: 36px /*{header-1-font-size}*/;
}
h2,
.h2 {
    font-size: 24px /*{header-2-font-size}*/;
}
h3,
.h3 {
    font-size: 20px /*{header-3-font-size}*/;
}
h4,
.h4 {
    font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
    font-size: 14px /*{header-5-font-size}*/;
}
ul, li{ margin: 0; padding: 0; list-style: none;}
.btn-default {
    color: #ffffff /*{btn-default-text-colour}*/;
    background-color: #101010 /*{btn-default-bg-colour}*/;
    border: 0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff /*{btn-default-text-colour-hover}*/;
    background-color: #ca0e0e /*{btn-default-bg-colour-hover}*/;
    border: 0;   /*{btn-default-border-colour-hover}*/
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff /*{btn-default-disabled-bg-colour}*/;
    border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
    color: #ffffff /*{btn-primary-text-colour}*/;
    background: url(images/outboard-spares/OutboardSpares-icon-addcart.png) no-repeat right center #101010 /*{btn-primary-bg-colour}*/;
    text-transform:uppercase;
    font-weight:700;
    font-size:14px;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    padding-right: 33px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff /*{btn-primary-text-colour-hover}*/;
    background-color: #ca0e0e /*{btn-primary-bg-colour-hover}*/;
    border-color: #db7404 /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #980c0c /*{btn-primary-disabled-bg-colour}*/;
    border-color: #3f3926 /*{btn-primary-disabled-border-colour}*/;
}
.addtocart{background: url(images/outboard-spares/OutboardSpares-icon-addcart.png) no-repeat right center #101010 /*{btn-primary-bg-colour}*/;}
.btn-warning {
    color: #ffffff /*{btn-warning-text-colour}*/;
    background: #101010 url("images/outboard-spares/OutboardSpares-icon-addcart.png") no-repeat  right center /*{btn-warning-bg-colour}*/;
    border-color: #eea236 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff /*{btn-warning-text-colour-hover}*/;
    background-color: #101010 /*{btn-warning-bg-colour-hover}*/;
    border-color: #d58512 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #428bca /*{btn-warning-disabled-bg-colour}*/;
    border-color: #357ebd /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
    color: #ffffff /*{btn-danger-text-colour}*/;
    background-color: #252525 /*{btn-danger-bg-colour}*/;
    border-color: #252525 /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff /*{btn-danger-text-colour-hover}*/;
    background-color: #111111 /*{btn-danger-bg-colour-hover}*/;
    border-color: #111111 /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f /*{btn-danger-disabled-bg-colour}*/;
    border-color: #d43f3a /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
    color: #ffffff /*{btn-success-text-colour}*/;
    background-color: #ca0e0e /*{btn-success-bg-colour}*/;
    border-color: #ca0e0e /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff /*{btn-success-text-colour-hover}*/;
    background-color: #000000 /*{btn-success-bg-colour-hover}*/;
    border-color: #000000 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #3f3926 /*{btn-success-disabled-bg-colour}*/;
    border-color: #3f3926 /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
    color: #ffffff /*{btn-info-text-colour}*/;
    background-color: #3f3926 /*{btn-info-bg-colour}*/;
    border-color: #3f3926 /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff /*{btn-info-text-colour-hover}*/;
    background-color: #39b3d7 /*{btn-info-bg-colour-hover}*/;
    border-color: #269abc /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
    border-color: #46b8da /*{btn-info-disabled-border-colour}*/;
}
.header-msg-conent{font-size: 16px;}
.breadcrumb {
    background-color: #ffffff /*{breadcrumb-background-colour}*/;
    border-radius: 0;
    padding:0px 15px;
    margin:20px 0 15px;
}
.breadcrumb.breadcrumb-detail{ padding: 0;}
.n_content .breadcrumb, .n_category .breadcrumb {padding:0px 15px; float: left; width: 100%;}
.breadcrumb > .active {
    color: #3a3a3a /*{breadcrumb-active-link-colour}*/;
}
.breadcrumb > li > a.home {
    color:#101010;
}
.breadcrumb > li > a {
    color:#101010; font-family: proximanova-regular;
}
.breadcrumb > li:last-child > a {
    color: #3a3a3a /*{breadcrumb-active-link-colour}*/;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    font-family: FontAwesome;
    content: "\f105";
    color: #cecece /*{breadcrumb-text-colour}*/;
}
h1.category-title {color:#131313;font-size:24px;text-transform:capitalize;margin:0 0 25px;font-family: 'Montserrat', sans-serif;}
/* Pagination */
.pagination{
    margin: 5px 0 0;
    float: right;
}
.wrapper-pagination{
    margin:10px 0px;
    width: 100%;
    padding: 11px 0 5px;
    float: left;
    background-color: #ebebeb /*{pagination-bg-colour}*/;
}
.pagination > li {
    display: inline;
    margin: 0 5px;
    float: left;
}
.pagination  li.active a{
    background:#ca0e0e;
    color:#fff;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    margin-left: 0;
    float: left;
    padding: 6px 9px;
    line-height: 14px;
    text-decoration: none;
    color: #000000 /*{pagination-link-colour}*/;
    background-color: #ffffff /*{pagination-link-bg-colour}*/;
    border: 0   /*{pagination-link-border-colour}*/;
    width: 23px; height: 23px;
    font-family: proximanova-regular;
}
.pagination > li > a:hover{ background: #dddddd;}
.pagination > li > a i.fa{ width: 6px; height: 10px;}
.fa-chevron-right::before, .fa-chevron-left::before{ content: none;}
.pagination > li > a i.fa.fa-chevron-right{ background: url(images/outboard-spares/OutboardSpares-icon-next-pagination.png) no-repeat center center;}
.pagination > li > a i.fa.fa-chevron-left{ background: url(images/outboard-spares/OutboardSpares-icon-prev-pagination.png) no-repeat center center;}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li.pleft > a,
.pagination > li.pright > a {
    background: none;
    border: none;
}
.pagination > li.pleft > a:hover,
.pagination > li.pright > a:hover,
.pagination > li.pleft > a:focus,
.pagination > li.pright > a:focus {
    background: none;
    border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #111111 /*{pagination-link-hover-colour}*/;
    background-color: #dddddd /*{pagination-link-hover-bg-colour}*/;
}
.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: #ffffff /*{pagination-link-active-colour}*/;
    background-color: #db7404 /*{pagination-link-active-bg-colour}*/;
    cursor: default;
}
.label-default {
    background-color: #999999 /*{label-default-bg}*/;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
    background-color: #428bca /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9 /*{label-primary-bg-hover}*/;
}
.label-success {
    background-color: #5cb85c /*{label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
    background-color: #5bc0de /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
    background-color: #f0ad4e /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
    background-color: #ca0e0e /*{label-danger-bg}*/;
    display:inline-block;
    line-height:25px;
    padding:0px 10px;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size:12px;
    text-transform:uppercase;
    border-radius:0;
    float:left;
    font-weight: 700;
    position: absolute;
    left: -16px; top: 0;
}
.product-quantity .label-danger{position: static;}
.free-shipping{
    background-color: #ca0e0e /*{label-danger-bg}*/;
    display:inline-block;
    line-height:25px;
    padding:0px 8px;
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:12px;
    text-transform:uppercase;
    border-radius:0;
    position: absolute;
    right: -16px; top: 100%;
}
.main-image .label-danger{ top: 0; left: 0;}
.main-image .free-shipping{ top: auto; bottom: 0; right: 0;}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c /*{label-danger-bg-hover}*/;
}
.page-header {margin-top:15px;font-family:ProximaNova-Regular;}
.page-header h1 {font-family:ProximaNova-Regular;}
.text-muted {font-size:14px;color:#101010;}
.text-success {color:#111;}
.well {
    background-color: #ffffff /*{well-bg}*/;
    border-color: #e3e3e3 /*{well-border-colour}*/;
}
.panel-default {
    box-shadow: none;
    border-color: #dddddd /*{panel-border-colour}*/;
    border-radius: 0;
    width: 100%;
}
.panel-default > .panel-heading {
    color: #101010 /*{panel-header-text-colour}*/;
    background-color: #f7f7f7 /*{panel-header-bg-colour}*/;
    border-color: #f7f7f7 /*{panel-header-border-colour}*/;
    border-radius: 0;
}
.panel-title {
    color: #101010 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd /*{panel-border-colour}*/;
}
.save {
    color: #d9534f /*{sale-colour}*/;
}
.productsave {
    color: #d9534f /*{sale-colour}*/;
}
/* Checkout */
.ccwrap {
    float: left;
}
.navbar-default .navbar-brand {
    color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: rgba(94, 94, 94, 1) /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
    color: #777777 /*{navbar-default-text-colour}*/;
}
.navigation-list li {
    width: 23.9%;
}
.navigation-list li a {
    color: #ffffff /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff /*{navbar-default-link-colour-active}*/;
    background-color: #e7e7e7 /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
    border-top-color: #ffffff /*{navbar-default-link-colour}*/;
    border-bottom-color: #ffffff /*{navbar-default-link-colour}*/;
}
.nav .caret {
    border-top-color: #ffffff /*{navbar-default-link-colour}*/;
    border-bottom-color: #ffffff /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret,
.nav .open > a:focus .caret {
    border-top-color: #ffffff /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}
.dropdown-menu {
    background-color: rgba(0, 0, 0, 1) /*{dropdown-menu-bg}*/;
    border-color: rgba(0, 0, 0, 1) /*{dropdown-menu-border-colour}*/;
}
.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 1) /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
    color: #ffffff /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff /*{dropdown-menu-link-colour-hover}*/;
    background-color: #101010 /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff /*{dropdown-menu-link-colour-active}*/;
    background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
    max-width:100%;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    min-height: inherit;
    margin-bottom: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
/* Tabs */
.tab-content{
    margin-bottom: 20px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 20px;
    border: 1px solid #9b9b9b;
    border-color: #9b9b9b /*{tab-content-border-colour}*/;
    border-top: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.nav-tabs {
    border-bottom: 1px solid #9b9b9b;
    border-bottom-color: #9b9b9b /*{tabs-border-bottom-colour}*/;
}
.nav-tabs > li {
    float: left;
    border-right:1px solid #373737;
    border-top:3px solid transparent;
}
.nav-tabs > li.active {background:#0D0D0D;border-top:3px solid #FF8500;}
.nav-tabs > li > a {
    margin-right: 0px;
    line-height: 42px;
    font-weight: 700;
    color: #ffffff /*{tab-link-colour}*/;
    border-radius: 0;
    padding:0px 25px;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    border:0;
}
.nav-tabs  li:hover {border:0;}
.nav-tabs li a:hover {
    border:0;
    background:#0D0D0D;
    border-top:3px solid #FF8500;
    line-height:40px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom-color: transparent;
    cursor: default;
    text-transform:uppercase;
    background:#0D0D0D;
    border:0;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    line-height:40px;
}
.productdetails {margin:0;}
@media (max-width: 767px) {
    .nav-tabs {
        border: 1px solid #9b9b9b;
        border-color: #9b9b9b /*{tabs-border-bottom-colour}*/;
        background-color: #e3e3e3 /*{nav-tabs-background-colour}*/;
    }
    .nav-tabs > li {
        margin-left: -1px;
        margin-top: -1px
    }
    .nav-tabs > li > a {
        font-size: 12px;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        font-size: 12px;
        border-bottom-color: #9b9b9b /*{tab-link-active-border-colour}*/;
    }
}
/* Header */
.wrapper-header {
    padding: 0 0 28px;
    background-color: #ffffff /*{wrapper-header-bg-colour}*/;
}
.header-left {display:inline-block;float:left;}
.top-content{float: right;}
.header-question {
    margin:23px 0 0 50px;
    background:url(images/outboard-spares/OutboardSpares-icon-question.png) left center no-repeat;
    padding-left:35px;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    text-align: left;
}
.header-question span{ display: block; line-height: 18px; font-family: 'Montserrat', sans-serif; font-weight: 700;}
.header-question span:first-child{ font-size: 13.56px; color: #111111; }
.header-question span:last-child{ font-size: 24px; color: #ca0e0e; }
.welcome{ display: inline-block; margin-right: 30px; line-height: 35px; margin-bottom: 0;}
.top-links{font-family: "Arial";}
ul.top-links {display: inline-block; margin: 0; padding: 0; vertical-align: top;}
ul.top-links  li{display:inline-block;float:left;padding: 0 0 0 15px; line-height: 35px;}
ul.top-links  li:first-child{ background: url(images/outboard-spares/OutboardSpares-icon-my-account.png) no-repeat left center; margin-right: 23px;}
ul.top-links  li:last-child{ background: url(images/outboard-spares/OutboardSpares-icon-wishlist.png) no-repeat left center;}
ul.top-links  li span{color:#fff;}
ul.top-links  li a{font-size:14px;color:#101010; font-family: "Arial";}
ul.top-links  li a:hover{color:#999999;}
.header-right-bottom{ float: right;}
.header-search-cart {display: inline-block; margin:23px 0 0;}
.header-search-cart .home{float:left;margin-top:15px;}
.wrapper-head-right {
    width: auto;
    float: right;
}
.wrapper-logo {
    padding-top:0px;
    margin:25px 0 0;
}
.row-top-links {
    margin-bottom: 10px;
}
.toplinks {
    float: right;
    list-style: none;
}
.toplinks > li {
    display: inline-block;
}
.toplinks > li > a {
    color: #333333 /*{top-link-colour}*/;
    padding: 0 8px;
}
.toplinks > li > a:hover,
.toplinks > li > a:focus {
    color: rgba(202, 14, 14, 1) /*{top-link-hover-colour}*/;
}
.toplinks > li:last-child > a {
    padding-right: 0;
}
.toplinks .navbar-default .navbar-nav > .open > a,
.toplinks .navbar-default .navbar-nav > .open > a:hover,
.toplinks .navbar-default .navbar-nav > .open > a:focus {
    color: #000000 /*{top-link-open-colour}*/;
    background-color: #ffffff /*{top-link-open-bg-colour}*/;
}
@media (max-width: 1199px){
    .toplinks > li > a {
        padding: 0 6px;
        font-size: 13px;
    }
}
@media (max-width: 991px){
    .toplinks > li > a {
        padding: 0 4px;
        font-size: 12px;
    }
}
@media (max-width: 767px){
    .wrapper-logo {
        margin-bottom: 10px;
    }
    .wrapper-head-right {
        width: 100%;
        float: left;
    }
}
.wrapper-top-account {
    margin-right: 20px;
    width: auto;
    float: left;
}
.wrapper-top-account .nav > li > a {
    color: #888888 /*{header-account-colour}*/;
    background-color: #cccccc /*{header-account-bg-colour}*/;
}
.wrapper-top-account .nav > li.open > a,
.wrapper-top-account .nav > li.open > a:hover,
.wrapper-top-account .nav > li.open > a {
    color: #333333 /*{header-account-hover-colour}*/;
    background-color: #cccccc /*{header-account-hover-bg-colour}*/;
}
.wrapper-top-account .dropdown-menu {
    z-index: 100000;
}
.wrapper-top-search {
    width: 300px;
    margin-left:25px;
    display: inline-block;
}
.header-search {
    margin-top: 0;
    border: 1px solid #c9c9c9;
}
.wrapper-header .header-search .form-control {
    height: 33px;
    color:#919191;
    font-size:14px;
    font-family:Arial;
    border: 0;
}
.wrapper-header .header-search .form-control:focus {
    border-color: #cccccc /*{header-search-border-colour}*/;
    background-color: #ffffff /*{header-search-bg-colour}*/;
    box-shadow: none;
}
.wrapper-header .header-search .btn {
    height: 33px;
    background:url(images/outboard-spares/OutboardSpares-icon-search.png) no-repeat;
    width:33px;
    border:0;
    outline:none !important;
}
.wrapper-header .header-search .btn:hover,
.wrapper-header .header-search .btn:focus {
    color: #333333 /*{header-search-btn-hover-text-colour}*/;
    background:url(images/outboard-spares/OutboardSpares-icon-search-hover.png) no-repeat;
    outline:none !important;
}
@media (max-width: 767px){
    .wrapper-top-search {
        width: 100%;
    }
}
/* Nav */
.wrapper-nav {
    margin-bottom: 0px;
    background-color: #101010 /*{wrapper-nav-full-bg-colour}*/;
    z-index:9999;
    height: 48px;
    float: left;
    width: 100%;
}
.n_home .wrapper-nav {
    margin-bottom: 0;
}
.n_home .header-promotion {display:none; width: 100%; background: #FFF;}
.promotion-content{ display: inline-block; width: 100%; text-align: center;}
.promotion-content div{display: inline-block; line-height: 42px; font-size: 18px; color: #101010; font-family: 'Montserrat', sans-serif;}
.promotion-content div span.b{ text-transform: uppercase; font-weight: 700;}
.wrapper-nav .navbar-nav {display:inline-block;width:100%;float: none; height: 48px;}
.navbar-nav > li {float:left; margin-right: 10px; height: 48px; position: relative; z-index: 99999;}
.navbar-nav > li:last-child{margin-right: 0;}
.navbar-nav{}
.wrapper-nav .nav > li > a {
    color: #ffffff /*{nav-link-colour}*/;
    padding:0 8px;
    line-height:48px;
    font-size:14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.wrapper-nav .nav > li.dropdown-hover:nth-child(2) a, .wrapper-nav .nav > li.dropdown-hover:nth-child(3) a{background: #ca0e0e; display: inline-block; height: 56px; margin-top: -4px; line-height: 56px;}
.wrapper-nav .nav > li.dropdown-hover:nth-child(2) a span.top, .wrapper-nav .nav > li.dropdown-hover:nth-child(3) a span.top{ font-weight: 400;}
.wrapper-nav .nav > li.dropdown-hover:nth-child(2) a span.bottom, .wrapper-nav .nav > li.dropdown-hover:nth-child(3) a span.bottom{ background: url(images/outboard-spares/OutboardSpares-icon-sub-cat.png)no-repeat right center; padding-right: 16px;}
.wrapper-nav .nav > li.dropdown-hover:nth-child(2) ul.dropdown-menu li a, .wrapper-nav .nav > li.dropdown-hover:nth-child(3) ul.dropdown-menu li a{background: #101010; 
                                                                                                                                                   line-height: 24px;  height: auto; padding: 8px 15px; width: 100%; text-transform: capitalize;
}
.wrapper-nav .nav > li > a:hover,
.wrapper-nav .nav > li > a:focus {
    color: #ffffff /*{nav-link-hover-colour}*/;
}
.wrapper-nav .nav > li:first-child > a {
}
.navbar-nav > li > .dropdown-menu {
    background:#101010;
    border:0;
    z-index:99999;
    width: 220px;
    margin-top: 8px;
    padding: 0;
}
.wrapper-nav .nav > li.dropdown-hover:nth-child(2) ul.dropdown-menu li a:hover, .wrapper-nav .nav > li.dropdown-hover:nth-child(3) ul.dropdown-menu li a:hover{ background: #272727;}
.wrapper-nav #header-cart {
    margin-top: 0;
}
.wrapper-nav .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.wrapper-nav-cart {
    background:#ca0e0e;
    display: inline-block;
    height: 35px;
    margin-left: 12px;
    padding: 0 8px 0 12px;
    width: 138px;
}
#header-cart {
    margin:0;
    background:url(images/outboard-spares/OutboardSpares-icon-cart.png) left center no-repeat;
    padding-left:34px;
    position:relative;
    height: 35px;
}
.wrapper-nav-cart #header-cart > a {
    color:#fff;
    line-height:35px;
    font-size:16px;
    font-weight:700;
    background:url(images/outboard-spares/OutboardSpares-icon-drop-cart.png) right center no-repeat;
    padding-right:20px;
    font-family: 'Montserrat', sans-serif;
}
.wrapper-nav-cart #header-cart.open > a{
    box-shadow:none;
    background:url(images/outboard-spares/OutboardSpares-icon-drop-cart-active.png) right center no-repeat;
}
.wrapper-nav-cart .item-count{
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    left: 2px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 16px;
}
#header-cart .dropdown-menu {margin:0;border:1px solid #F7F7F7;padding:0;right:-8px; display: none;}
#header-cart.open .dropdown-menu {display: block;}
#header-cart .thumb_cart {text-align:right;display:inline-block;}
#header-cart .thumb_cart button.viewcart{background:none;float:left;border:0;color:#3D3D3D;font-size:14px;text-transform:uppercase;font-weight:bold;}
#header-cart .thumb_cart button.checkout{float:right;border-radius:0 !important;border:0;color:#fff;background:#CA0E0E;font-size:14px;text-transform:uppercase;font-weight:bold;}
#header-cart .thumb_cart button.checkout:hover{color:#fff;background:#111;}
#header-cart .thumb_cart button.viewcart:hover{color:#FF8500;background:none !important;}
.thumb_cart ul .left img{border:1px solid #ccc;}
.thumb_cart ul .right a {text-transform:uppercase;color:#3D3D3D;}
.thumb_cart ul .right .price {font-weight:bold;}
.wrapper-nav #header-cart > a:hover,
.wrapper-nav #header-cart > a:focus {
    color: #f7f7f7;
}
.wrapper-nav #header-cart .dropdown-menu {
    margin-top: 0;
}
.wrapper-nav .nav > li.open:hover > a,
.wrapper-nav .nav > li.open:focus > a {
    color: #ffffff /*{nav-link-open-colour}*/;
}
.wrapper-nav .navbar-default .navbar-nav > .open > a,
.wrapper-nav .navbar-default .navbar-nav > .open > a:hover,
.wrapper-nav .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff /*{nav-link-open-colour}*/;
    background-color: #ca0e0e /*{nav-link-open-bg-colour}*/;
}
.custom-menu {display:none;}
.n_content .custom-menu {display:block;}
.custom-menu h2{background:#2d2d2d;color:#fff;font-size:24px;text-transform:capitalize;font-weight:bold;line-height:42px;padding:0px 13px;margin:0;font-family: 'Montserrat', sans-serif;}
.custom-menu ul{
    border:1px solid #d4d4d4;
    margin:0;
    padding:0;
}
.custom-menu ul li{padding:0;background:none !important;margin:0;}
.custom-menu ul li:last-child{border-bottom:0;}
.custom-menu ul li a{color:#2d2d2d;font-size:14px;line-height:37px;padding:0 16px 0 38px;background:url(images/outboard-spares/OutboardSpares-icon-li-subpage.png)no-repeat 16px 14px !important; font-family: Arial;}
.custom-menu ul li a:hover,.custom-menu ul li a.active{color:#999999;}
.n_content .wrapper-left-content h1 { border-bottom: 1px solid #e2e2e2; color: #131313; font-size: 24px; font-weight: bold; line-height: 42px; margin: 0 0 20px; padding: 0; text-transform: capitalize;}
.content-page{ color: #131313; font-family: Arial;}
.contact-form-custom label{display: inline-block; font-weight: normal;}
.contact-form-custom .btn-default{ font-size: 18px; font-weight: 700; font-family: 'Montserrat', sans-serif;width: 220px; height: 44px; background: url("images/outboard-spares/OutboardSpares-icon-btn-email.png") no-repeat right center #000; padding: 0 50px 0 0; text-align: center; text-transform: uppercase;}
.contact-form-custom .text-danger{display: inline-block; margin: 0 0 0 5px; }
.n_content #right-sidebar iframe{}
.cms-page li {list-style:none;padding-left:33px;margin-bottom:10px;}
.cms-page li.address-icon {background:  url("images/outboard-spares/OutboardSpares-icon-address.png") no-repeat left top;}
.cms-page li.phone-contact {background: url("images/outboard-spares/OutboardSpares-contact-icon-phone.png") no-repeat left top;}
.cms-page li.mail-contact {background: url("images/outboard-spares/OutboardSpares-contact-icon-mail.png") no-repeat left top 5px;}
.cms-page h2 {font-size:18px;text-transform:capitalize;margin-bottom:15px;font-family:ProximaNova-Regular;}
.cms-page a {color:#ca0e0e;}
.wrapper-left-content .media{display: none;}
.subpage-container h1{font-family: "Montserrat";font-size: 24px;line-height: 20px;font-weight: 700;color: #131313;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #e2e2e2;text-transform: capitalize;}
.subpage-container h2{font-family: "Arial";font-size: 20px;color: #ca0e0e;line-height: 16px;margin-top: 20px;font-weight: normal;}
.subpage-container h3{font-family: "Arial";font-weight: 700;font-size: 14px;line-height: 16px;margin: 10px 0px;}
.subpage-container p{font-family: "Helvetica Neue",sans-serif;font-size: 13px;line-height: 22px;color: #333;}
.subpage-container p b{color: #999;font-weight: 400;font-family: "Helvetica Neue",sans-serif;}
.subpage-container a{color: #ca0e0e;text-decoration: underline;font-family: "Helvetica Neue",sans-serif;font-size: 13px;}
.subpage-container ul,.subpage-container ol{display: inline-block;width: 100%;margin: 10px 0px;padding: 0px;}
.subpage-container ul li,.subpage-container ol li{background: url("images/outboard-spares/OutboardSpares-icon-ul-li-subpage.png")no-repeat scroll 0 9px;font-family: "Helvetica Neue",sans-serif;font-size: 13px;color: #333;line-height: 25px;margin-left: 35px;padding-left: 10px;}
.subpage-container ol li{display: list-item;list-style: outside decimal none;background: none;padding: 0px;margin-left: 50px;}
.subpage-container table{width: 100%;}
.subpage-container table tr:first-child{background-color: #d2d2d2 !important ;}
.subpage-container table tr:nth-child(2n+1){background-color: #f2f2f2;}
.subpage-container table tr td,.subpage-container table tr th{border-right: 1px solid #fff;color: #333;font-family: "Helvetica Neue",sans-serif; padding: 8px 25px; }
.subpage-container table tr td:last-child,.subpage-container table tr th:last-child{border: none;}
.subpage-container table tr th:nth-child(1),.subpage-container table tr th:nth-child(3){width: 15%;}
.subpage-container table tr th:nth-child(2),.subpage-container table tr th:nth-child(5){width: 20%;}
.subpage-container table tr th:nth-child(4){width: 30%;}
#mob-menu {
    list-style: none;
}
#mob-menu > li {
    border-bottom: 1px solid #ccc;
}
#mob-menu .collapse-menu {
    padding: 0;
    padding: 0;
    list-style: none;
}
#mob-menu .collapse-menu li a {
    padding: 8px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}
#mob-menu .dropdown-menu-horizontal {
    padding: 0;
    padding: 0 15px 13px;
}
#mob-menu .dropdown-menu-horizontal li a {
    padding: 8px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}
#mob-menu .mob-drop:after{
    width: 10px;
    float: right;
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}
#mob-menu .mob-drop.collapsed{
    color: #fff;
}
#mob-menu .mob-drop.collapsed:after {
    float: right;
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}
@media (max-width: 1199px){
    .wrapper-nav .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
    .wrapper-nav #header-cart > a {
        font-size: 13px;
    }
}
@media (max-width: 991px){
    .wrapper-nav .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
    .wrapper-nav #header-cart > a {
        font-size: 12px;
    }
}
@media (max-width: 767px){
    .wrapper-nav .nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrapper-nav .nav > li:first-child > a {
        padding-left: 10px;
    }
}
/* Sidebar */
#right-sidebar {
    float: right;
}
#right-sidebar .media {
    margin:7px 0;
}
#right-sidebar .media img {
    width: 70px;
    height: auto;
    margin-left: 7px;
}
#right-sidebar .list-group .media:last-of-type hr {
    display: none;
}
#right-sidebar .list-group h4,
#right-sidebar .list-group .h4 {
    font-size: 15px;
}
#right-sidebar hr {
    margin:2px;
}
#right-sidebar .dropdown-menu-horizontal {
    top: -8px;
    left: auto;
    right: 100%;
}
/* Panel */
.panel {
    box-shadow: none;
    border:0;
    margin: 35px 0 0;
    background: #f7f7f7;
    font-family: Arial;
}
#right-sidebar .panel{ margin: 0;}
#filters{ background: #FFF;}
.panel-title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.panel-title a:hover,
.panel-title a:focus {
    color: #fff;
}
.panel-heading {
    padding: 20px 15px 15px;
}
.panel-body{ padding: 0 15px 25px;}
.panel-body p.text-postcode{ display: inline-block; width: 139px; margin: 0;}    
#country{ display: inline-block; width: 245px; vertical-align: top; margin: 0 5px 0 10px; padding: 6px 15px;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
          background: url(images/outboard-spares/OutboardSpares-icon-select-country.png) no-repeat right center #FFF;}
#country option{width: 225px;}
#zip{width: 72px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border: 1px solid #ddd; display: inline-block; vertical-align: top; padding: 0 6px;}
.btn-cal{ background: #ca0e0e; width: 35px; padding: 6px 0; text-align: center; text-transform: uppercase;
          font-weight: 700; color: #FFF; font-family: 'Montserrat', sans-serif; font-size: 14px; display: inline-block; vertical-align: top; margin: 0 0 0 7px;}
.btn-cal:hover{ background: #980c0c;}
.btn-cal .fa-refresh::before{content:""}
.list-group li.list-group-item { 
    padding:0;
    font-size: 12px;
    background:#2D2D2D;
    border-radius:0 !important;
}
.panel ul li:first-child {margin:0 !important;} 
.list-group li.list-group-item:first-child {margin:0;}
.list-group .list-price {
    border:1px solid #D4D4D4;
    padding:15px 10px;
}
.list-group .list-price .price_range{
    color:#2D2D2D;
    font-size:14px;
    display:inline-block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}
.list-group .list-price .price_range span{ font-weight: normal;}
.list-group .list-price #pricesearch{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.list-group .list-price #pricesearch input{border: 0 none; color: #fff; font-weight: 700; height: 25px; text-transform: uppercase;  width: 40px; font-family: 'Montserrat', sans-serif;}
.list-group .list-price #pricesearch input:hover{background:#666666;}
.list-group .list-price #price-range{background:none;border:0;width:97%;margin:10px 0px; border-top: 4px solid #bfbfbf; border-radius: 0; }
.list-group .list-price #price-range .ui-slider-range{background:#ca0e0e;height:4px;width:100%; top: -4px;}
.list-group .list-price #price-range .ui-slider-handle{background:#2D2D2D;border-radius:0;border:0;margin:0;width:9px;height:15px; top: -9px;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {background:#2D2D2D;}
#right-sidebar iframe{margin: 0 0 10px;}
#right-sidebar .list-group h2,
#right-sidebar .list-group .h2 {
    padding-top:0px;
    text-transform:capitalize;
    color:#fff;
    font-weight:700;
    line-height:43px;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
#right-sidebar .list-group {
}
.panel .list-group li.filter {
    padding:8px 10px;
    margin-bottom:1px;
}
.panel .list-group li.filter .text-muted{
    color: #959595;
}
.list-group li.filter a.list-group-item{line-height:21px;background:url(images/outboard-spares/OutboardSpares-icon-filter.png) left center no-repeat;padding:0 0 0 27px;font-family:Arial;color:#2d2d2d;font-weight:normal;}
.list-group li.filter a.list-group-item:hover{color:#999999;background:url(images/outboard-spares/OutboardSpares-icon-filter-active.png) left center no-repeat;}
.list-group li.filter-remove a.list-group-item{color:#999999;background:url(images/outboard-spares/OutboardSpares-icon-filter-active.png) left center no-repeat;}
.panel > .list-group .list-group-item {
    border-top: none; 
}
.filter-content {padding:0;list-style:none;max-height:399px;overflow:auto; margin: -1px 0 20px; border: 1px solid #d4d4d4;}
/* Home */
#myCarouselBanner {
    margin-bottom: 0;
    position:relative;
}
#myCarouselBanner .container{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
}
#myCarouselBanner .container .carousel-indicators{
    left:0;
    margin:0;
    text-align:right;
    width:auto;
    position:relative;
}
#myCarouselBanner .container .carousel-indicators li{
    background:#cecece;
    width:15px;
    height:15px;
    margin:0 0 0 5px;
    border:0;
}
#myCarouselBanner .container .carousel-indicators li:hover,#myCarouselBanner .container .carousel-indicators li.active{
    background:#ca0e0e;
    width:15px;
    height:15px;
    margin:0 0 0 5px;
    border:0;
}
#myCarouselBanner .carousel-control {display:none !important;}
#myCarouselBanner .carousel-inner .container{
    left: 15px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.home-promotion {
    background:#FFF;
    padding:23px 0;
}
.home-promotion .promotion-content {
    display:table;
    width:100%;
}
.home-promotion .promotion-content .promotion-item{
    text-align:left;
}
.home-promotion .promotion-content .promotion-item h3{
    color:#3D3D3D;
    font-size:14px;
    text-transform:uppercase;
    font-weight:600;
    margin:0;
}
.home-promotion .promotion-content .promotion-item p{
    color:#3D3D3D;
    font-size:9px;
    margin:0;
    text-transform:uppercase;
}
.home-promotion .promotion-content .promotion-item.guarantee{background:url(images/outboard-spares/OutboardSpares-icon-promotion1.png) left center no-repeat;padding-left:65px;}
.home-promotion .promotion-content .promotion-item.warranty{background:url(images/outboard-spares/waranty_icon_new.jpg) left center no-repeat;padding-left:85px; }
.home-promotion .promotion-content .promotion-item.shipping{background:url(images/outboard-spares/OutboardSpares-icon-promotion3.png) left center no-repeat;padding-left:50px; }
.home-promotion.header-promotion{ float: left; width: 100%; background: #f7f7f7;}
.category-boxes{ float: left; width: 100%; padding: 25px 0; background: #f0f0f0;  }
.category-boxes .category-boxes-content{ float: left; width: 100%;}
.category-boxes-content ul li{ float: left; vertical-align: top; margin-right: 46px; width: 250px; }
.category-boxes-content ul li .cat-box{position: relative; display: inline-block; width: 100%;}
.category-boxes-content ul li .cat-box img{display: inline-block; width: 100% !important; height: auto !important;}
.category-boxes-content ul li:last-child{ margin-right: 0;}
.category-boxes-content ul li a{ display: block;}
.category-boxes-content ul li a.cat-name{ position: absolute; left: 0; bottom: 0; font-size: 18px; font-weight: 700; font-family: 'Montserrat', sans-serif; text-transform: capitalize; line-height: 49px; color: #FFF;
                                          background: url(images/outboard-spares/OutboardSpares-bg-cat-name.png) repeat top left transparent; padding: 0 8px 0 15px; width: 100%; transition-property: background, height;}
.category-boxes-content ul li a.cat-name span{ width: 100%; background: url(images/outboard-spares/OutboardSpares-icon-cat-name.png) no-repeat right center; display: inline-block; line-height: 31px; }
.feature-products{ float: left; width: 100%; margin: 25px 0 30px;}
.feature-products .row, .upsell-product-content .row{ margin: 0;}
.feature-products .row .col-lg-4, .feature-products .row .col-md-4,.feature-products .row .col-sm-6, .feature-products .row .col-xs-10,
.upsell-product-content .row .col-lg-4, .upsell-product-content .row .col-md-4,.upsell-product-content .row .col-sm-6, .upsell-product-content .row .col-xs-10
{ padding:  0; width: 100%;}
.feature-products .owl-carousel.owl-loaded, .upsell-product-content .owl-carousel.owl-loaded{ padding: 0;}
h2.block-title{font-family: 'Montserrat', sans-serif; font-weight: 700; color: #000000; text-transform: capitalize; margin: 0 0 25px;}
h2.block-title.feature-product-title{ text-align: center;}
h2.block-title.feature-product-title span{ display: inline-block; line-height: 24px; background: url(images/outboard-spares/OutboardSpares-icon-title-feature-product.png) no-repeat left center; padding-left: 48px;}
.feature-products .owl-carousel .owl-item{ border: 1px solid #cccccc; }
.owl-carousel .owl-item .thumbnail{ margin: 0; padding: 16px;}
.thumbnail .caption{ padding: 0;}
.feature-products .thumbnail-image{margin: 27px 0 40px;}
.thumbnail-container{position: relative;}
.thumbnail-container .icon-view{position: absolute; top: 50%; left: 50%; display: inline-block; width: 53px; height: 53px; background: url(images/outboard-spares/OutboardSpares-icon-view-detail.png) no-repeat center center; z-index: 1001; margin: -26px 0 0 -26px;
                                -webkit-transition: opacity 1s ease-in-out;
                                -moz-transition: opacity 1s ease-in-out;
                                -ms-transition: opacity 1s ease-in-out;
                                -o-transition: opacity 1s ease-in-out;
                                transition: opacity 1s ease-in-out;
                                opacity: 0;}
.thumbnail-container:hover .icon-view{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 1;
}
.owl-controls{text-align: center; display: inline-block; width: 100%; margin-top: 32px;}
.owl-dot{display: inline-block; margin-right: 8px;}
.owl-dot span{width: 15px; height: 15px; background: #cecece; display: inline-block;
              -webkit-border-radius: 100px;
              -moz-border-radius: 100px;
              border-radius: 100px;}
.owl-dot.active span{display: inline-block; background: #ca0e0e;}
.featured-category {}
.featured-category h3{font-size:26px;text-transform:uppercase;font-weight:600;color:#131313;}
.featured-category .category-content{display:inline-block;width:100%;margin:20px 0px;}
.featured-category .row{margin-left:-8px;margin-right:-8px;}
.featured-category .category-content .category-box{padding:0px 8px;}
.featured-category .category-content .category-box-item{
    border:1px solid #F0F0F0;
    margin-bottom:10px;
    display:inline-block;
    width:100%;
}
.featured-category .category-content .category-box-item:hover .item-left{background:#222222 url(images/veonline/veonline-bg-category-item-hover.png) right center no-repeat;}
.featured-category .category-content .category-box-item:hover .item-left h3{color:#fff;}
.featured-category .category-content .category-box-item:hover .item-left a{background:#FF8500;}
.featured-category .item-left{float:left;width:60%;height:73px;padding:12px;background:#F0F0F0 url(images/veonline/veonline-bg-category-item.png) right center no-repeat;}
.featured-category .item-left h3{color:#3F3F3F;font-size:16px;font-weight:normal;text-transform:capitalize;}
.featured-category .item-left a{display:inline-block;color:#fff;font-size:12px;text-transform:uppercase;background:#111;line-height:22px;padding:0px 15px;}
.featured-category .item-right{float:right;}
.home-about {}
.home-about .title h2{background:url(images/veonline/veonline-icon-title-about.png) left center no-repeat;line-height:59px;padding-left:20px;font-size:26px;text-transform:uppercase;font-weight:600;color:#131313;}
.home-about .content p{font-size:16px;color:#000;}
.home-about .content p strong a{color:#000 !important;border:0 !important;}
.home-about .content p a{color:#FF8500 !important;border-bottom:1px solid #FFD6BC;}
.home-about .content p a:hover{color:#DB7404 !important;}
.home-about .content .icon-more {display:none;}
.home-about .content .icon-hide {display:none;}
.recently-viewed {display:inline-block;width:100%;padding:0px 15px;}
.n_product .recently-viewed {padding:0px;margin:15px 0 0;}
.recently-viewed h3{color:#131313;font-size:26px;text-transform:uppercase;font-weight:bold;}
.recently-viewed ul li.list-group-item{float:left;width:25%;display:inline-block;padding:0 25px 0 0;border:0;background:none; margin: 0 0 25px;}
.recently-viewed ul li.list-group-item:nth-child(4), .recently-viewed ul li.list-group-item:nth-child(8){ padding: 0; margin: 0 0 20px;}
.recently-viewed ul li.list-group-item img{border: 1px solid #ccc; float: left; margin-right: 15px; padding: 15px; width: 90px;}
.recently-viewed ul li.list-group-item h5.title{margin:0;font-weight:normal;}
.recently-viewed ul li.list-group-item h5.title a{ color: #000000;
                                                   font-family: arial;
                                                   font-size: 14px;
                                                   font-weight: normal;
                                                   line-height: 20px;}
.category-filter {display:inline-block;width:100%;padding-bottom:10px;border-bottom:1px solid #ccc;margin-bottom:20px;}
.category-filter li{list-style:none;background:url(images/outboard-spares/OutboardSpares-icon-sub-cat-filter.png) left center no-repeat;float:left;width:33%;padding-left:15px; margin: 0 0 10px;}
.category-filter li a:hover{background:none;color:#9A9A9A;}
.category-filter li a.list-group-item{border:0;padding:0; color: #111111;}
.category-filter li a.list-group-item:hover{color:#999999;}
.npopup-btn-close {background:url(images/outboard-spares/OutboardSpares-icon-close.png) no-repeat;display:block !important;}
.npopup-body {padding:15px;}
.npopup-body .modal-header{padding:0px;border:0;}
.npopup-body .footer .npopup-continue{font-size:14px;text-transform:uppercase;font-weight:bold;border:0;background:none;color:#111;}
.npopup-body .footer .npopup-continue:hover{background:none;}
.npopup-body .footer .npopup-view{display:none;}
.npopup-body .footer .npopup-checkout{background:#50AC52;font-size:14px;text-transform:uppercase;font-weight:bold;border:0;color:#fff;}
.successaddmessage .header {font-size:16px;}
.successaddmessage .body .image {margin-right:20px;height:70px;}
.home-banner-finder {}
.home-banner-finder iframe{position:absolute;left:20px;z-index:999; margin: 76px 0 0;}
.home-banner-finder iframe body{background:none;}
.home-banner-finder .content{position:relative;}
.home-banner-finder .home-finder{text-align:center;position:absolute;top:40px;left:30px;width:320px;background:#101010;z-index:9999;padding:0px 18px 40px 18px;}
.home-banner-finder iframe .home-finder .finder-title{margin:7px 0px;}
.home-banner-finder iframe .home-finder .finder-title h2{text-align:left;color:#fff;font-size:34px;text-transform:uppercase;background:url(images/veonline/veonline-icon-title-finder.png) left center no-repeat;line-height:70px;padding-left:23px;}
.home-banner-finder .home-finder select{
    background:#fff url('images/veonline/veonline-icon-sort-by.png') 96% 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height:40px;
    border:0;
    width:100%;
    color:#9A9A9A;
    font-size:16px;
    padding-left:15px;
    margin-bottom:5px;
    border-radius:0 !important;
}
.home-banner-finder .home-finder button {border:0;padding:0px 28px;margin:20px 0 0;color:#fff;line-height:32px;font-size:16px;float:none;font-weight:bold;}
.wrapper-categhome {
    padding: 20px 0;
    background-color: #ffffff /*{wrapper-categhome-bg-colour}*/;
}
.row-categhome {
    text-align: center;
}
.wrapper-thumbcat {
    float: none;
    display: inline-block;
}
.thumbcatwrap {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.thumbcat-image {
    margin-bottom: 10px;
    width: 100%;
    height: 280px;
    float: left;
}
.thumbcat-name {
    width: 100%;
    height: 40px;
    float: left;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    color: #333333 /*{category-name-colour}*/;
}
.thumbcatwrap:hover,
.thumbcatwrap:focus {
    opacity: 0.8;
}
.thumbcatwrap:hover .thumbcat-name {
    color: #000000 /*{category-name-hover-colour}*/;
}
.featured-head {
    margin-top: -36px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    text-align: center;
}
.featured-head h2 {
    width: auto;
    display: inline-block;
    padding: 0px 15px;
    font-weight: 700;
    text-align: center;
    background-color: #ffffff /*{thumblist-heading-bg-colour}*/;
}
@media (max-width: 767px){
    .featured-head h2 {
        font-size: 20px;
    }
}
/* Carousel */
.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
}
.carousel .next.left,
.carousel .prev.right {
    opacity: 1;
    z-index: 1;
}
.carousel .active.left,
.carousel .active.right {
    opacity: 0;
    z-index: 2;
}
.carousel-caption-wrap{
    width:352px;
}
.carousel .item.next .carousel-caption, .carousel .item.prev .carousel-caption {
    opacity: 0;
}
.carousel-caption {
    text-align: center;
    transition: opacity .9s;
    -moz-transition: opacity .9s;
    -webkit-transition: opacity .9s;
}
.carousel-caption h3 {
    margin-bottom: 0;
    font-size: 41.11px;
    color: #101010 /*{carousel-title-colour}*/;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0px 0px 0px;
}
.carousel-caption p {
    margin-bottom: 15px;
    font-size: 24px;
    color: #101010 /*{carousel-description-colour}*/;
    font-family: Arial;
    text-transform: capitalize;
    text-shadow: 0px 0px 0px;
    line-height: 24px;
}
.carousel-caption .btn-primary {
    background: #ca0e0e; display: inline-block; padding: 0; width: 140px; height: 40px; line-height: 40px; font-family: 'Montserrat', sans-serif; font-size: 14px; color: #FFF; text-transform: uppercase; font-weight: 700;
}
.carousel-control {
    top: 158px;
    width: 50px;
    height: 50px;
    opacity: 1.0;
    z-index: 999;
    line-height: 50px;
    text-align: center;
}
.carousel-control {
    display:none;
}
.carousel-control.left,
.carousel-control.right {
    background: rgba(0,0,0,0.50);
}
.carousel-control.left {
    left:17px;
}
.carousel-control.right {
    right:17px;
}
.carousel-control.left:hover,
.carousel-control.left:focus {
    background: rgba(0,0,0,0.70);
    opacity: 1.0;
}
.carousel-control.right:hover,
.carousel-control.right:focus {
    background: rgba(0,0,0,0.70);
    opacity: 1.0;
}
.carousel-control .fa {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    display: inline-block;
}
#myCarouselBanner:hover .carousel-control,
myCarouselBanner:focus .carousel-control {
    display:block;
    opacity:1.0 !important;
}
@media screen and (min-width: 768px){
    .carousel-caption {
        bottom: auto;
        left: 15%;
        padding: 20% 0 0;
        position: static;
        right: auto;
        text-align: center;
        top: 0;
        width: 100%;
    }
}
@media (max-width: 2000px){
    .carousel-control {
        top: 50%;
        margin-top:-25px;
    }
}
@media (max-width: 1330px){
    .carousel-control {
        top: 158px;
    }
}
@media (max-width: 991px){
    .carousel-control {
        top: 138px;
        display: block;
    }
    .carousel-caption {
        top: 20px;
    }
    .carousel-caption h3 {
        font-size: 28px;
    }
    .carousel-caption p {
        font-size: 14px;
    }
}
@media (max-width: 850px){
    .carousel-control {
        top: 108px;
    }
}
@media (max-width: 767px){
    .carousel-control {
        top: 10px;
    }
    .carousel-control {
        width: 20px;
        height: 20px;
        line-height:20px;
        font-size:18px;
    }
    .carousel-caption {
        left: 5%;
        right: auto;
        bottom: auto;
        top: 10px;
        padding-bottom: 0;
        padding-top: 5px;
        width: 60%;
        text-align: center;
    }
    .carousel-control.left {
        left: auto;
        right: 35px;
    }
    .carousel-control.right {
        right: 10px;
    }
    .carousel-caption h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .carousel-caption p {
        margin-bottom: 0;
        font-size: 11px;
    }
    /*.carousel-caption .bannertext {
        display: none;
    }*/
    .carousel-caption h3 {
	margin-bottom:0px;
    }
    .carousel-caption .btn {
        font-size: 12px;
    }    
}
/* Thumbnail */
.thumbnail {
    padding: 16px;
    border-color: #ffffff /*{thumbnail-border-colour}*/;
    background-color: #ffffff /*{thumbnail-bg-colour}*/;
}
.thumbnail .caption {
    text-align: center;
}
.thumbnail .caption h3 {
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    font-family:Arial;
    text-transform: capitalize;
    color: #000;
    line-height: 20px;
    text-align: left;
}
.thumbnail .caption h3:hover a{ color: #999;}
.thumb_list h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.caption .price {
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    height:auto;
    min-height:50px;
    font-family: Arial;
    text-align: left
}
.old-price{ margin: 0 0 0 20px;font-size: 14px; color: #999; font-weight: normal; font-family: Arial; text-decoration: line-through;}
.store-price{font-size: 20px; color: #262626; font-weight: bold; font-family: Arial;}
.caption .price strong{display:none;}
.thumbnail .caption .btn {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    border: 0;
}
.savings-container  {}
.savingwrap {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.savingwrap .savepercentwrap {
    color: #666666 /*{thumbnail-savepercent-colour}*/;
    font-size:14px;
    text-transform:lowercase;
}
.savingwrap .rrpwrap {
    color: #666666 /*{thumbnail-rrp-colour}*/;
    font-size:14px;
    text-transform:lowercase;
    margin-right:20px;
}
.wrap-rate {
    margin-bottom: 10px;
}
.star-wfill {
    color: #f8c000 /*{thumbnail-star-rate-colour}*/;
}
.star-wofill {
    color: #bdbdbd /*{thumbnail-star-norate-colour}*/;
}
/* Category */
.wrapper-left-content .thumbnail{border:1px solid #ccc;border-radius:0;}
.wrapper-left-content .thumbnail .product-image{width:auto;max-width:200px;}
.thumbnail .product-image{width:auto;max-width:100%;}
.wrapper-left-content .thumbnail .caption{margin:20px 0 0;}
.wrapper-left-content .thumbnail .form-inline{display:inline-block;width:100%;margin:10px 0 0;}
.wrapper-left-content .thumbnail .form-inline button{border: 0;  color: #fff;  font-weight: bold; text-transform: uppercase;}
.wrapper-left-content .thumbnail .form-inline button:hover{}
.wrapper-left-content blockquote{border:0;padding:0;margin:0;color:#666666;font-size:14px;}
.wrapper-left-content blockquote .fa-star{color:#FFC600;font-size:14px;}
.fa-star{color:#FFC600;font-size:14px;}
#rating_stars i{color:#FFC600;font-size:30px;}
.wrapper-left-content .review-item{min-height:20px;}
.row-categdesc {
    padding-bottom: 10px;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
    font-family: Arial;
}
.wrapper-categimage img {
    width: 100%;
    border: 1px solid #ddd;
    border-color: #dddddd /*{category-image-border-colour}*/;
}
.wrapper-sortcontainer {
    margin-bottom: 15px;
    width: 100%;
    padding: 8px 0 8px 16px;
    float: left;
    background: #F6F6F6 !important;
}
.sort_container.bottom{display: inline-block; width: 100%; margin: 25px 0 0;}
.form-control{ color: #111; font-family: Arial;}
.wrapper-sortcontainer .view-type{float:left;display:none;}
.wrapper-sortcontainer .sort{float:left;display:inline-block;}
.wrapper-sortcontainer .sort label{color:#111;font-size:14px;display:inline-block;font-family: Arial;}
.wrapper-sortcontainer .sort select{box-shadow:none !important;padding:0px 5px;height:27px;border:1px solid #ccc;min-width:165px;background:#fff url('images/outboard-spares/OutboardSpares-icon-sort-by.png') 96% 50% no-repeat;-webkit-appearance: none;-moz-appearance: none; appearance: none;}
.wrapper-sortdrop {
    padding-left: 0;
    display:inline-block;
    margin:0px 10px;
}
.sortdroplabel {
    font-weight: 400;
}
.viewby {
    padding-top: 6px;
}
.viewby a {
    color: #6b6b6b /*{category-view-by-colour}*/;
    font-size: 18px;
    padding: 0px 8px;
    border-right:1px solid #E2E2E2;
    display:inline-block;
}
.viewby a:last-child {border:0;}
.viewby a.active {
    color: #000000 /*{category-view-by-active-colour}*/;
}
#n_category .page-header {
    border-bottom: none;
}
@media (min-width: 1024px) {
    .wrapper-left-content .thumbnail{min-height: 450px;}
}
@media (max-width: 767px) {
    .sortdroplabel {
        text-align: right;
    }
}
/* Search */
.search-results-search .btn {
    padding-top: 11px;
}
@media (max-width: 343px) {
    .search-results-search .btn {
        font-size: 18px;
    }
}
/* Product Page */
.main-image {
    border: 1px solid #cccccc;
    position:relative;
}
#_jstl__images{ margin: 25px 0 0;}
#_jstl__header{ margin: 20px 0 0;}
.main-image .label-danger{position:absolute;top:0;left:0;}
.large-view {text-align:center;font-size:12px;color:#565656; font-family: Arial; margin: 15px 0 13px;}
.wrapper-alt-image {text-align:center;}
.wrapper-alt-image .item{display:inline-block;width:75px;height:75px; margin: 0 7px 20px 0;}
.wrapper-alt-image .item:last-child{ margin-right: 0;}
.wrapper-alt-image img {
    border: 1px solid #e6e6e6;
    border-color: #e6e6e6 /*{alt-image-border-colour}*/;
}
.wrapper-product-title {margin-bottom:20px;}
.wrapper-product-title h1{padding: 0 0 30px; border-bottom: 1px solid #cccccc; color: #101010; font-family: "Montserrat",sans-serif; font-size: 24px; font-weight: 700; margin: 0 0 20px; text-transform: uppercase;}
.wrapper-product-title h3.text-muted{color:#848484;font-size:16px;font-family:ProximaNova-Regular;font-weight:normal;}
.product-social {text-align:center;}
.product-social a{display:inline-block;float:none;}
.product-social .addthis_toolbox {max-width:365px;margin:0px auto;}
.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m {display: inline-block !important; float: none !important; margin: 0 4px; vertical-align: top;}
.addthis_default_style .addthis_counter {float:none !important;margin:0; display: inline-block;}
.addthis_button_google_plusone div {width:65px !important;}
.manufacturer {display:inline-block;width:100%;padding:20px 0px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.manufacturer-left {float:left;}
.manufacturer-left .manufacturer-image{display:inline-block;float:left;margin:0px 25px 0 0;}
.manufacturer-left .manufacturer-infor{float:left;display:inline-block;}
.manufacturer-left .manufacturer-infor p{margin:0;font-size:14px;text-transform:uppercase;}
.manufacturer-left .manufacturer-infor h3{margin:0;font-size:18px;text-transform:uppercase;}
.manufacturer-left .manufacturer-infor a{background:url(images/veonline/veonline-icon-more-brand.png) right center no-repeat;padding-right:22px;margin:0;font-size:14px;color:#848484;font-style:italic;}
.manufacturer-right {float:right;margin-right:40px;display:none;}
.product-detail-action {margin:0;}
.product-quantity {float:left;padding:0;margin:7px 0 0;}
.product-quantity label{float:left;display:inline-block;color:#231f20;font-size:14px;line-height:30px;font-weight:bold;margin-right:25px; text-transform: uppercase;}
.product-quantity .input{float:left; margin: 0 38px 0 25px;}
.in-stock{margin: 0; color: #289942; float: left; font-family: Arial; font-size: 14px; font-weight: bold; line-height: 35px; background: url(images/outboard-spares/OutboardSpares-icon-in-stock.png) no-repeat left center; padding-left: 18px;}
.in-stock:hover{color: #289942; background: url(images/outboard-spares/OutboardSpares-icon-in-stock-hover.png) no-repeat left center; }
.product-quantity .input .qtysub{cursor:pointer;float:left;width:35px;height:35px;background:url(images/outboard-spares/OutboardSpares-icon-quantity-left.png) no-repeat;}
.product-quantity .input .qtysub:hover{}
.product-quantity .input .qtyadd{cursor:pointer;float:left;width:35px;height:35px;background:url(images/outboard-spares/OutboardSpares-icon-quantity-right.png) no-repeat;}
.product-quantity .input .qtyadd:hover{}
.product-quantity input{width:55px;height:35px;margin:0px 1px;color:#8b8b8b;font-size:18px;border:1px solid #ccc;padding:0;text-align:center;float:left; font-family: Arial;}
.product-detail-action .btn-prod{float:left;margin:22px 0 0 ;} 
.product-detail-action .add-cart{float:left;margin-right:30px;} 
.product-detail-action .add-cart button{background: #289942 url("images/outboard-spares/OutboardSpares-icon-add-cart-detail.png") no-repeat right 30px center; font-family: 'Montserrat', sans-serif; font-weight: 700;
                                        border: 0 none; color: #fff; float: left; font-size: 18px; height: 45px; line-height: 45px; padding: 0 36px 0 0; text-align: center; text-transform: uppercase; width: 230px;} 
.product-detail-action .add-cart button:hover{} 
.product-detail-action .wishlist{float:left;} 
.product-detail-action .wishlist a{border:none;background:none;color:#101010;font-size:18px;text-transform:uppercase;height:auto;line-height:15px;margin:15px 0 0;padding:0; font-family: 'Raleway', sans-serif; font-weight: 800;} 
.product-detail-action .wishlist a:hover{color:#999999;background:none;} 
.product-promotion {display:inline-block;width:100%;margin:25px 0 0;padding:10px 0px;}
.product-promotion ul {display: inline-block; width: 100%; font-family: 'Montserrat', sans-serif; color: #101010; line-height: 18px;}
.product-promotion ul li{ display: inline-block; vertical-align: top; width: 106px; height: 110px; background: #f7f7f7; margin-right:0px; text-align: center; padding: 0 4px;}
.product-promotion ul li:last-child{ width: 204px; margin-right: 0;}
.product-promotion ul li h5, .product-promotion ul li p{ display: block;}
.product-promotion ul li img{ margin: 20px 0 5px; width: 45px;}
.product-promotion ul li h5{ font-size: 14px; font-weight: 700; margin: 0; text-transform: uppercase;}
.product-promotion ul li:last-child img{ margin: 20px 0 12px;  background: #FFF;width: 45px;}
.product-promotion ul li:last-child h5{ margin: 9px 0 0 !important;}
.nav-tabs {background:#252525;}
.tabbable .tab-content {border:1px solid #ccc;border-top:0;padding:20px 20px;}
.productdetails p:first-child {font-size:14px;color:#101010;line-height:20px;margin-bottom:10px;}
.productdetails p.note{background:url(images/veonline/veonline-icon-description-note.png) left center no-repeat;padding-left:17px;font-size:18px;color:#363636;line-height:20px;margin-bottom:10px;}
.productdetails ol {padding:0 0 0 15px;}
.productdetails li {margin-bottom:10px; padding-left: 17px; background: url(images/outboard-spares/OutboardSpares-icon-list-productdetails.png) no-repeat left 5px; }
.productdetails ol ul {padding-left:15px;margin:10px 0px;}
.productdetails ol ul li{background:url(images/veonline/veonline-icon-description-li.png) left center no-repeat;padding-left:15px;list-style:none;}
.tabbable .tab-content #reviews h4{font-weight:normal;font-size:15px;font-family:ProximaNova-Regular;}
.tabbable .tab-content #reviews blockquote{font-size:15px;font-family:ProximaNova-Regular;}
.productdetails table{ margin: 5px 0 10px; width: 50%;}
.productdetails table tr:nth-child(2n){ background: #f4f4f4;}
.productdetails table td{ padding: 6px 12px;}
.productdetails table tr td:first-child{ font-weight: bold;}
.upsell-product {}
.upsell-product .title{margin-bottom:25px;}
.upsell-product .title h2{color: #000000;
                          display: inline-block;
                          font-family: "Montserrat",sans-serif;
                          font-size: 24px;
                          margin: 20px 0 0;
                          text-align: center;
                          text-transform: capitalize;
                          width: 100%;}
.upsell-product .wrapper-thumbnail{float:left;width:285px;}
.upsell-product .wrapper-thumbnail .thumbnail{border:1px solid #E2E2E2;border-radius:0;padding-bottom:15px;}
#n_product h1 {
    font-size: 32px;
}
.prodsub {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000 ;
}
.wrapper-share-button {
    margin-bottom: 10px;
}
.wrapper-share-button .btn {
    padding: 3px 11px;
    font-size: 13px;
    text-transform: uppercase;
}
.wrapper-pricing {
    padding:5px 0 25px;
    display:inline-block;
    width:100%;
    font-family: Arial;
}
.price-left {float:left;display:inline-block;margin-right:25px; line-height: 34px;}
.productwasprice {font-size:18px;color:#7e7e7e; }
.productwasprice p{ display: inline-block; vertical-align: top; margin: 0;}
.productwasprice p.right{ text-decoration: line-through; }
.productrrp {color: #da1010;font-size: 18px; font-weight: normal; text-decoration: none; line-height: 24px;}
.productsave {font-size:18px;color:#2C2C2C;text-decoration:none; line-height: 34px; }
.no-was-right .productsave{ margin: 34px 0 0;}
.productpromo {color: #231f20; margin: 0 0 5px;}
.price-right {float:left;display:inline-block;}
.product-shipping {background:url(images/veonline/veonline-icon-freeshipping.png) left center no-repeat;padding-left:30px;float:right;display:inline-block;color:#444444;font-size:14px;}
.product-shipping p {margin:0;line-height:17px;}
.productpricetext {
    font-size: 30px;
    margin: 0 0 5px;
}
.wrapper-qtyhead-wrap,
.wrapper-qtyfield-wrap {
    width: auto;
}
.wrapper-qtyhead-wrap {
    padding-top: 10px;
}
.qtyinput {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    float: left;
}
.qtyinput .form-control {
    width: 72px;
    height: 40px;
    text-align: left;
    font-size: 14px;
}
.qtybuttons {
    width: auto;
    padding-top: 5px;
    float: right;
    font-size: 26px; 
    text-align: right;
}
.btn-prod .btn {
    background: #289942;
    border: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    width: 230px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.variation-name {
    width: 100%;
}
#horizontalTab {display:inline-block !important;margin:0 0 20px !important;width:100% !important;}
#horizontalTab ul.resp-tabs-list{display:inline-block;float:left;width:100%;padding:0;margin:0;list-style:none;}
#horizontalTab ul.resp-tabs-list li{display:inline-block;float:left; margin: 0 5px 0 0;}
#horizontalTab ul.resp-tabs-list li:last-child{ margin: 0;}
#horizontalTab ul.resp-tabs-list li a{cursor:pointer;color:#fff;font-size:18px;padding:0px 15px;font-family: 'Montserrat', sans-serif;text-transform:capitalize;display:block;line-height:46px;font-weight: 700; background: #999999;}
#horizontalTab ul.resp-tabs-list li.resp-tab-active a{background:#2d2d2d;}
#horizontalTab ul.resp-tabs-list li:hover a{background:#2d2d2d;}
#horizontalTab h2.resp-accordion{display:none;}
#horizontalTab .resp-tab-content{font-family: Arial; color: #101010; display:none;border:1px solid #ccc;padding:25px;float:left;width:100%;}
/* Newsletter */
.wrapper-newslet {
    margin-top: 40px;
    padding: 20px 0 10px;
    background-color: #f0f0f0 /*{newsletter-background-colour}*/;
    text-align: center;
}
.footer-newsletter {display: inline-block;}
.footer-newsletter .title{padding-left:64px;float:left;background:url(images/outboard-spares/OutboardSpares-icon-newsletter-footer.png) left center no-repeat;}
.footer-newsletter .title h3{color:#001111;font-size:20px;margin:0; font-family: 'Montserrat', sans-serif; font-weight: 700;}
.footer-newsletter .title p{color:#666666;font-size:14px;margin:0;}
.footer-newsletter .form{float:left;margin-left:32px;}
.footer-newsletter .form .input-group .form-control{-webkit-appearance: none;-moz-appearance: none; appearance: none;float;width:180px;border:1px solid #ccc;color:#919191;font-size:14px;margin-right:13px;padding:0 0 0 14px;}
.footer-newsletter .form .input-group .form-control:focus{box-shadow:none;}
.footer-newsletter .form .input-group button{background:#ca0e0e;font-weight:700;border:0;color:#fff;font-size:16px;height:34px;padding:0px 9px;font-family: 'Montserrat', sans-serif;}
.footer-newsletter .form .input-group button:hover{background:#980c0c;}
.footer-social {display: inline-block; vertical-align: top; margin-left:30px; text-align: right;} 
.footer-social p{ font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 700; color: #111; display: inline-block; vertical-align: top; line-height: 35px;}
.footer-social a{ margin-left: 8px; background: #999999; text-align: center; display: inline-block; vertical-align: top; width: 35px; height: 35px; text-indent: -9999px;}
.footer-social a.icon-fb{ background: url(images/outboard-spares/OutboardSpares-icon-fb.png) no-repeat center center #999999;}
.footer-social a.icon-tw{ background: url(images/outboard-spares/OutboardSpares-icon-tw.png) no-repeat center center #999999; }
.footer-social a.icon-itg{ background: url(images/outboard-spares/OutboardSpares-icon-itg.png) no-repeat center center #999999;}
.footer-social a.icon-yt{ background: url(images/outboard-spares/OutboardSpares-icon-yt.png) no-repeat center center #999999; background-size: contain;}
.footer-social a.icon-fb:hover{ background: url(images/outboard-spares/OutboardSpares-icon-fb-hover.png) no-repeat center center #606060;}
.footer-social a.icon-tw:hover{ background: url(images/outboard-spares/OutboardSpares-icon-tw-hover.png) no-repeat center center #606060; }
.footer-social a.icon-itg:hover{ background: url(images/outboard-spares/OutboardSpares-icon-itg-hover.png) no-repeat center center #606060;}
.footer-social a.icon-yt:hover{ background: url(images/outboard-spares/OutboardSpares-icon-yt-hover.png) no-repeat center center #606060; background-size: contain;}
.wrapper-newslet .newslet-text h2 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 45px;
    text-align: right;
    color: #ffffff /*{newsletter-text-colour}*/;
}
.wrapper-newslet .newslet-input .form-control {
    height: 45px;
    border-right: none;
    background-color: #ffffff /*{newsletter-form-background-colour}*/;
    border-color: #ffffff /*{newsletter-form-border-colour}*/;
}
.wrapper-newslet .newslet-input .form-control:focus {
    background-color: #ffffff /*{newsletter-form-background-colour}*/;
    border-color: #ffffff /*{newsletter-form-border-colour}*/;
    box-shadow: none;
}
.wrapper-newslet .newslet-input .btn {
    height: 45px;
    font-size: 24px;
    color: #3f3926 /*{newsletter-btn-text-colour}*/;
    background-color: #ffffff /*{newsletter-btn-background-colour}*/;
    border-left: none;
    border-color: #ffffff /*{newsletter-btn-border-colour}*/;
}
.wrapper-newslet .newslet-input .btn:hover,
.wrapper-newslet .newslet-input .btn:focus {
    color: #16130b /*{newsletter-btn-hover-text-colour}*/;
    background-color: #ffffff /*{newsletter-btn-hover-background-colour}*/;
    border-color: #ffffff /*{newsletter-btn-hover-border-colour}*/;
    box-shadow: none;
}
@media (max-width: 991px){
    .wrapper-newslet .newslet-text h2 {
        text-align: center;
    }
}
@media (max-width: 767px){
    .wrapper-newslet .newslet-text h2 {
        font-size: 18px;
    }

    .footer-newsletter .title,
    .footer-newsletter .form {
        float:none;
        display:block;
        margin:10px auto;
        text-align:center;
    }

    .footer-newsletter .form {
        margin-left:0;
    }

    .footer-newsletter .form .input-group .form-control {
        margin-right:0;
    }
}
/*footer-category*/
.footer-category {background:#E0E0E0;padding:40px 0px;}
.footer-category .footer-column {}
.footer-category .footer-column ul {padding:0;margin:0 0 25px;}
.footer-category .footer-column ul a.parent{color:#111111;font-size:18px;font-weight:bold;text-transform:uppercase;margin-bottom:20px;display:block;}
.footer-category .footer-column ul li{list-style:none;margin:0 0 5px;}
.footer-category .footer-column ul li a{font-size:13px;color:#111;}
.footer-category .footer-column ul li a:hover{color:#999;}
/* footer */
.wrapper-footer {
    padding: 25px 0; font-family: Arial; font-size: 14px;line-height: 24px; display: inline-block; width: 100%;
}
.wrapper-footer a{color: #666666; }
.wrapper-footer a:hover{color: #999999; }
.footer-top-container{ float: left; width: 100%; border-bottom: 1px solid #ccc; text-align: left; padding: 0 0 27px;}
.footer-top-container h3{ font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 20px; color: #001111; text-transform: capitalize;}
.footer-top-container ul li a{ display: block;}
.footer-top-container .user-link a{ width: 90px; line-height: 35px; text-align: center; margin: 0 10px 10px 0; background: #ca0e0e; color: #ffffff; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase;
                                    display: inline-block;}
.footer-top-container .user-link a:hover{ color: #FFF; background: #980c0c;}
.footer-top-container .footer-payment ul li { display: block;}
.footer-top-container .footer-payment ul li img{ display: inline-block; margin: 0 4px 13px 0;}
.footer-top-container .footer-payment ul li:last-child p{ display: inline-block; line-height: 30px; padding: 0 13px; color: #525252; font-family: 'Montserrat', sans-serif; font-weight: 700; border: 1px solid #dcddde;}
.footer-top-container .footer-payment ul li:last-child p span{ background: url(images/outboard-spares/OutboardSpares-icon-phone.png)no-repeat left center; padding-left: 20px; text-transform: capitalize;}
.footer-bottom{ float: left; width: 100%; padding: 15px 0; border-bottom: 1px solid #fefefe;}
.footer-bottom .footer-logo{float:left;}
.footer-bottom .copy-right{float:left; width: 100%; color: #111;}
.footer-bottom .copy-right .left{ float: left; margin: 5px 0px;}
.footer-bottom .copy-right p, .footer-bottom .copy-right a{ display: inline-block; line-height: 18px;}
.footer-bottom .copy-right a.rainstorm{ float: right;}
.footer-bottom .copy-right { margin: 8px 0;}
.footer-bottom .copy-right .left a.terms{ border-right: 1px solid #666666; margin-right: 10px; padding-right: 10px;}
.wrapper-footer h4 {
    color: #333333 /*{footer-heading-colour}*/;
}
.wrapper-footer .nav > li > a {
    padding: 0;
    color: #cdcdcd /*{footer-link-colour}*/;
}
.wrapper-footer .nav > li > a:hover,
.wrapper-footer .nav > li > a:focus {
    background:none;
    color:#999999;
}
.wrapper-footer hr {
    border-color: #dddddd /*{footer-divider-colour}*/;
}
.footer-copyright {
    text-align: center;
    color: #333333 /*{footer-copyright-colour}*/;
}
.wrapper-footer .list-social li a{
    color: #333333 /*{footer-icons-colour}*/;
}
.wrapper-footer .list-social li a:hover,
.wrapper-footer .list-social li a:focus {
    color: #000000 /*{footer-icons-hover-colour}*/;
}
.payment-icon-container {
    background-color: #dadada /*{payment-icon-background-colour}*/;
}
.upsell-cart-product .wrapper-thumbnail{width:285px;}
.icon-menu,.icon-mobile,.filter-title ,.icon-search{display:none;}
body.active {background:url(images/veonline/background-body-active.png) repeat;}
body.active .wrapper-nav-cart{background:none;}
.wrapper-mobile {display:none;}
.wrapper-mobile .mobile-content{position:relative; font-family: Arial;}
.wrapper-mobile .mobile-content .icon-close{
    background:url(images/outboard-spares/OutboardSpare-icon-close-mobile.png)no-repeat;
    width:43px;
    height:43px;
    position:absolute;
    top:0;
    left:100%;
    cursor:pointer;
}
.wrapper-mobile.active {
    display:block;
    position:absolute;
    z-index:999999;
    top:20px;
    left:0;
    background:#fff;
    min-width:275px;
    height: 100%;
}
.wrapper-mobile .home{
    padding:0px 10px;
}
.wrapper-mobile .home a{
    color:#000000;
    font-size:14px;
    text-transform:uppercase;
    background:url(images/outboard-spares/OutboardSpares-icon-home-mobile.png) left center no-repeat;
    display:inline-block;
    line-height:35px;
    padding-left:35px;
    font-weight:normal;
}
.wrapper-mobile .title {
    background:#FF8500 url(images/veonline/veonline-icon-refine.png) right 10px center no-repeat;
    padding:0px 10px;
    cursor:pointer;
}
.wrapper-mobile .title h2{
    color:#fff;
    font-size:14px;
    font-family:arial;
    text-transform:uppercase;
    font-weight:bold;
    line-height:35px;
    margin:0;
}
.wrapper-mobile .other-link {background:#222222;}
.wrapper-mobile .other-link a{
    color:#fff;
    font-size:13px;
    font-weight:bold;
    line-height:35px;
    border-bottom:1px solid #4E4E4E;
    display:block;
    padding:0px 10px;
}
.wrapper-mobile .other-link a:hover{
    color:#FF8500;
}
.wrapper-mobile .other-link a.contact{background:url(images/veonline/veonline-icon-contact-mobile.png) left 10px center no-repeat;padding-left:40px;}
.wrapper-mobile .other-link a.about{background:url(images/veonline/veonline-icon-about-mobile.png) left 10px center no-repeat;padding-left:40px;}
.wrapper-mobile .other-link a.wishlist{background:url(images/veonline/veonline-icon-wishlist-mobile.png) left 10px center no-repeat;padding-left:40px;}
.wrapper-mobile .other-link a.login{background:url(images/veonline/veonline-icon-login-mobile.png) left 10px center no-repeat;padding-left:40px;}
.wrapper-mobile .other-link a.help{background:url(images/veonline/veonline-icon-help-mobile.png) left 10px center no-repeat;padding-left:40px;}
.wrapper-mobile .content {display:none;}
.menu-mobile #mob-menu .mob-drop.collapsed{
    color:#FFF;
    font-size:14px;
}
.menu-mobile #mob-menu .mob-drop:hover,.menu-mobile #mob-menu .mob-drop:focus{color:#FFF;background:none;}
.menu-mobile #mob-menu .mob-drop.collapsed::after{color:#FFF;font-weight:700;}
.menu-mobile #mob-menu li {font-weight:700;background: #000000; border-bottom: 1px solid #252525; }
.menu-mobile #mob-menu li ul.collapse-menu li{ border-bottom: 0; border-top: 1px solid #d7d7d7;}
.menu-mobile #mob-menu li a{ color: #FFF; font-family: 'Montserrat', sans-serif; font-size: 14px; padding: 10px;}
.menu-mobile #mob-menu li a:hover{ color: #FFF;background: none;}
.menu-mobile #mob-menu li:nth-child(1),.menu-mobile #mob-menu li:nth-child(2){ background: #ca0e0e; border-bottom:  1px solid #000;}
.menu-mobile #mob-menu li:nth-child(1) a span.top,.menu-mobile #mob-menu li:nth-child(2) a span.top{ font-weight: 400;}
.menu-mobile #mob-menu .mob-drop::after{color:#FFF;}
.menu-mobile #mob-menu .collapse-menu li a{font-family: Arial; background: #fff; color: #000000; font-weight: normal; width: 100%;}
.left-payment-options span {display:inline-block;margin-left:15px;max-width:80%;vertical-align:middle;}
#_cpy_checkout_form .form-actions .btn-success {background:#50AC52;text-transform:uppercase;border-color:#50AC52;}
#_cpy_checkout_form .form-actions .btn-success:hover{opacity:0.8;}
@media (min-width: 2000px){
    #myCarouselBanner img {height:auto !important;}
}
@media (min-width: 1300px){
    .footer-newsletter .form {display:inline-block;width:430px;}
    .footer-column.secure {float:right;max-width:250px;}
    .home-promotion .container {padding:0px 30px;}
    .home-banner-finder iframe {height:328px;}
    .footer-payment h3 {}
    .footer-top .footer-column{width:20%;}
}
@media (min-width: 993px) and (max-width: 1199px){
    .header-right{width:65%;}
    .wrapper-nav .navbar-nav {display:none;}
    .featured-category .item-left h3 {font-size:13px;}
    .home-about .title h2 {font-size:20px;}
    .footer-newsletter .form .input-group .form-control {width:135px;}
    .footer-newsletter .title h3,.footer-social a {font-size:18px;}
    .caption .price strong {display:none;}
    .wrapper-left-content .thumbnail .caption {padding:0px 15px;}
    .product-detail-action {margin:20px 0 0;}
    .product-quantity {width:100%;margin:0 0 20px;}
    .product-detail-action .btn-prod {margin:0;}
    .product-promotion .item h4 {font-size:13px;}
    .home-promotion .promotion-content .promotion-item h3 {font-size:12px;}
    .upsell-cart-product .wrapper-thumbnail {width:auto;}
    .btn-primary {font-size:15px;}
    .home-banner-finder .home-finder {top:25px;}
    .wrapper-top-search {width:345px;}
    .wrapper-header .header-search .form-control {font-size:13px;}
    .icon-menu {display:inline-block;color:#fff;cursor:pointer;line-height:45px;margin-left:40px;}
    .icon-menu span{font-size:25px;}
    .icon-menu span.text{margin-left:10px;text-transform:uppercase;}
    #mob-menu.active {display:block !important;}
    .wrapper-nav .nav > li > a {text-transform:uppercase;padding:0;background:none !important;}
    #mob-menu .mob-drop:hover {background:none;color:#999;}
    .product-shipping {width:100%;margin:15px 0 0;}
    .upsell-product .wrapper-thumbnail {width:25%;}
    .footer-newsletter .title {margin:0;}
    .footer-newsletter .input-group {display:inline-block;}
    .footer-newsletter .form {display:inline-block;width:345px;}
    .home-banner-finder .home-finder {display:none;position:relative;top:0;left:0;width:100%;margin-bottom:10px;}
    .wrapper-nav .container {padding:0;width:100%;margin:0;}
    .wrapper-nav .row {margin:0;}
    .wrapper-nav .col-xs-12 {padding:0;}
    #mob-menu li {position:relative;z-index:99999;padding:0px 40px;background:#000000;}
    #mob-menu li ul li {padding:0px;}
    .custom-menu h3 {font-size:16px;}
    .footer-column.secure {text-align:center;margin:15px 0 0;}
    .home-banner-finder iframe{margin: 0;height:275px !important;}
    .category-boxes .category-boxes-content ul{ margin: 0 -15px;}
    .category-boxes-content ul li{ margin: 0; padding: 0 15px; width: 25%;}
    .category-boxes-content ul li a.cat-img, .category-boxes-content ul li a.cat-img img{width: 100%;}
    .footer-newsletter .input-group{ width: 100%;}
    #right-sidebar iframe{width: 100%;}
    .wrapper-left-content .thumbnail .product-image{width:100%;}
    .product-detail-action .add-cart{ width: 50%; margin-right: 0;}
    .product-detail-action .wishlist{ width: 49%;}
    .product-promotion ul li{ float: left; width: 20%; padding: 0 5px 0 0; background: none; margin: 0;}
    .product-promotion ul li .block-tag{ display: inline-block; width: 100%; min-height: 105px; background: #f7f7f7; padding: 0 4px;}
    .product-promotion ul li:last-child{ width: 40%; padding: 0; float: left;}
    .product-promotion ul li h5, .product-promotion ul li p{ font-size: 11px;}
    .product-promotion ul li img { height: auto !important; margin: 20px 0 5px; width: 35px !important; }
    .product-promotion ul li:last-child img{display: inline-block; width: 40px;}
    #zip{ margin: 0 0 0 154px;}
    .custom-menu h2{ font-size: 20px;}
    .old-price{margin: 0 0 0 3px;}
    .carousel-caption h3{ font-size: 26px;}
    .carousel-caption p{font-size: 14px;}
}
@media (min-width: 768px) and (max-width: 992px) {
    .header-question {margin-top:0;}
    .header-question p{font-size:13px;}
    .header-right {width:60%;}
    .n_checkout .header-right {width:60%;}
    .wrapper-top-search {width:265px;}
    .wrapper-nav .navbar-nav {display:none;}
    .icon-menu {display:inline-block;color:#fff;cursor:pointer;line-height:45px;margin-left:30px;}
    .icon-menu span{font-size:25px;}
    .icon-menu span.text{margin-left:10px;text-transform:uppercase;}
    #mob-menu.active {display:block !important;}
    .wrapper-nav .nav > li > a {text-transform:uppercase;padding:0;background:none !important;}
    #mob-menu .mob-drop:hover {background:none;color:#999;}
    .home-banner-finder .home-finder {position:relative;top:0;left:0;width:100%;margin-bottom:10px;}
    .home-promotion .promotion-content {margin:15px 0 0;}
    .home-promotion .promotion-content .promotion-item {display:inline-block;width:100%;margin-bottom:20px;}
    .home-about .title h2 {font-size:18px;}
    .footer-newsletter .title {margin-left:0;}
    .footer-newsletter .form .input-group .form-control {width:115px;}
    .footer-social {margin-left:10px;}
    .footer-newsletter .form {margin-left:15px;}
    #right-sidebar .list-group {display:block;}
    .manufacturer-right {width:100%;margin-top:15px;margin-right:0;}
    .product-detail-action {margin:20px 0 0;}
    .product-detail-action .btn-prod {margin:20px 0 0;}
    .addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m {margin:0px 5px;}
    .product-promotion .item h4,.product-promotion .item p {font-size:10px;}
    .upsell-product .wrapper-thumbnail ,.upsell-cart-product .wrapper-thumbnail{width:50%;}
    .recently-viewed ul li.list-group-item {width:45%;}
    .home-banner-finder .content {padding:0 15px;}
    .product-shipping {width:100%;margin:15px 0 0;}
    .footer-payment {text-align:left;}
    .footer-newsletter .title {margin:0;}
    .footer-newsletter .input-group {display:inline-block;}
    .footer-newsletter .form {display:inline-block;width:315px;}
    .wrapper-nav .container {padding:0;width:100%;margin:0;}
    .wrapper-nav .row {margin:0;}
    .wrapper-nav .col-xs-12 {padding:0;}
    #mob-menu li {position:relative;z-index:9999;padding:0px 30px;background:#252525;}
    #mob-menu li ul li {padding:0px;}
    .n_customer_account .btn-success {margin-top:10px;}
    .n_content .wrapper-left-content {width:100%;margin:20px 0 0;left:0;}
    .home-banner-finder .content{margin: 10px 0 0;}
    .home-banner-finder .home-finder .finder-title {padding:8px 0 0;}
    .home-banner-finder iframe {position:static;width:100%;;left:0;height:330px;}
    #myCarouselBanner {margin:5px 0 0;}
    .footer-category .footer-column {min-height:525px;}
    .header-question {margin: 23px 0 0 10px;}
    .header-question span:first-child{font-size: 10px;}
    .header-question span:last-child{font-size: 18px;}
    .home-banner-finder iframe{ margin: 0;}
    .category-boxes .category-boxes-content ul{ margin: 0 -15px;}
    .category-boxes-content ul li{ margin: 0; padding: 0 15px; width: 25%;}
    .category-boxes-content ul li a.cat-name{ font-size: 12px;}
    .wrapper-nav-cart #header-cart > a .hidden-xs{ display: inline-block !important;}
    .home-promotion .promotion-content .promotion-item{width: auto; display: inline-block; vertical-align: top;}
    .home-promotion .promotion-content .promotion-item span{ display: block; line-height: 20px; }
    .home-promotion .promotion-content .promotion-item.warranty{ margin: 0;}
    .category-boxes-content ul li a.cat-img, .category-boxes-content ul li a.cat-img img{width: 100%;}
    .footer-newsletter .input-group{ width: 100%;}
    .footer-newsletter{width: 60%;}
    .footer-newsletter .title{ margin: 0 0 15px;}
    .footer-newsletter .form{ margin: 0;}
    .footer-column:nth-child(2) ul{ margin: 0 0 25px;}
    #right-sidebar iframe{width: 100%;}
    .product-detail-action .add-cart{ width: 50%; margin-right: 0;}
    .product-detail-action .wishlist{ width: 50%; padding: 0 0 0 10px;}
    .product-promotion ul li{ float: left; width: 20%; padding: 0 5px 0 0; background: none; margin: 0;}
    .product-promotion ul li .block-tag{ display: inline-block; width: 100%; min-height: 105px; background: #f7f7f7; padding: 0 4px;}
    .product-promotion ul li:last-child{ width: 40%; padding: 0; float: left;}
    .product-promotion ul li h5, .product-promotion ul li p{ font-size: 9px;}
    .product-promotion ul li img { height: auto !important; margin: 20px 0 5px; width: 30px !important; }
    .product-promotion ul li:last-child img{display: inline-block; width: 28px !important;}
    #zip{ margin: 0 0 0 154px;}
    #country{width: 150px;}
    .product-detail-action .add-cart button{width: 100%; font-size: 14px;}
    .product-detail-action .wishlist a{ display: inline-block; width: 100%; font-size: 14px;}
    .product-detail-action .btn-prod{width: 100%;}
    .product-quantity .input{margin: 0 25px 0 0;}
    .productdetails table{width: 100%;}
    .old-price{ margin: 0 0 0 10px;}
    h1.category-title{ margin: 25px 0;}
    .welcome{margin: 0 10px 0 0;}
    .wrapper-nav-cart #header-cart > a{padding-right: 18px;}
    .home-banner-finder .container.content{width:  auto !important;}
}
@media (min-width: 768px){
    .dropdown-hover:hover > .megamenu > .dropdown-menu, .dropdown-hover:hover > .megamenu {
        display: block;
        height: 100%!important;
        background-color: #eee;
    }
    .dropdown-menu {
        position: relative;
    }

    .dropdown-hover {
        position:unset!important;
    }
     
}
@media (max-width: 1199px){
    .cart-btn-update .visible-lg, .cart-btn-remove .visible-lg{
        display:block !important;
    }
}
@media (max-width: 991px){
    .cart-btn-update .visible-lg, .cart-btn-remove .visible-lg{
        display:none !important;
    }
    #myCarouselBanner .carousel-inner .container{position: static;}
    .carousel-caption h3{ font-size: 26px;}
    .carousel-caption p{font-size: 14px;}
    .carousel-caption{left: 25%; padding: 10% 0 0; position: absolute; top: 20px; width: 50%;}
    .carousel-caption .btn-primary{ font-size: 12px; width: 90px; height: 28px; line-height: 28px; }
    #myCarouselBanner{ margin: -10px 0 0;}
}
@media (max-width: 767px){
    .wrapper-logo{margin: 0;}
    .header-question ,.header-right .top-links{display:none;}
    .header-right {float:right;width:auto;}
    .header-search-cart .home {display:none;}
    .home-banner-finder .content {padding:0px 15px;}
    .logo {display:inline-block;}
    .logo img {width:108px; margin: 27px 0 0;}
    .header-search-cart {margin:27px 0 0;}
    .wrapper-top-search {width:295px;}
    .wrapper-header .header-search .form-control {font-size:11px;}
    .icon-mobile {display:inline-block;float:left;cursor:pointer;margin-top:30px;margin-right:15px;background:url(images/outboard-spares/OutboardSpare-icon-menu-mobile.png) no-repeat;width:27px;height:23px;}
    .header-right-bottom{ float: none; }
    ul.top-links{display: none;}
    .wrapper-nav-cart{text-align: left; margin: 0;}
    .wrapper-nav-cart #header-cart > a{padding: 0 16px 0 0; display: inline-block; width: 100%;}
    .wrapper-nav-cart #header-cart > a .hidden-xs{ display: inline-block !important;}
    .wrapper-header{text-align: center; padding: 0 0 22px; border-bottom:  1px solid #000000;}
    .navbar-header {display:none;}
    .home-banner-finder iframe{margin: 0;}
    .home-banner-finder .home-finder {position:relative;top:0;left:0;width:100%;margin-bottom:10px;}
    #myCarouselBanner{ margin: -35px 0 0;}
    #myCarouselBanner .container .carousel-indicators {text-align:center;}
    #myCarouselBanner .container .carousel-indicators li {width:10px;height:10px;}
    #myCarouselBanner .container .carousel-indicators li:hover, #myCarouselBanner .container .carousel-indicators li.active{width:10px;height:10px;}
    .home-promotion .promotion-content .promotion-item h3 {font-size:9px;}
    .home-promotion .promotion-content .promotion-item p {font-size:7px;}
    .promotion-content div{font-size: 12px; line-height: 22px;}
    .home-promotion{ padding: 7px 0;}
    .home-promotion .promotion-content .promotion-item.guarantee{background: url("images/outboard-spares/OutboardSpares-icon-promotion1-tablet.png") no-repeat left center; padding: 0 0 0 36px;}
    .home-promotion .promotion-content .promotion-item.warranty{margin: 0 0 0 40px; background: url("images/outboard-spares/waranty_icon_new.jpeg") no-repeat left center; padding: 0 0 0 25px;}
    .home-promotion .promotion-content .promotion-item.shipping{ background: url("images/outboard-spares/OutboardSpares-icon-promotion3-tablet.png") no-repeat left center; padding: 0 0 0 30px;}
    .category-boxes .category-boxes-content ul{ margin: 0 -15px;}
    .category-boxes-content ul li{ margin: 0 0 23px; padding: 0 15px; width: 50%;}
    .category-boxes-content ul li a.cat-img, .category-boxes-content ul li a.cat-img img{width: 100%;}
    .category-boxes{padding: 30px 0 7px;}
    h2.block-title.feature-product-title span{background: url("images/outboard-spares/OutboardSpares-icon-title-feature-product-tablet.png") no-repeat left center; padding: 0 0 0 40px; font-size: 20px;}
    .feature-products{ margin: 15px 0 20px;}
    h2.block-title{margin: 0 0 15px;}
    h2.block-title{ font-size: 20px;}
    .home-about .title h2 {font-size:18px;}
    .home-about .content p {font-size:14px;}
    .footer-newsletter .title {float: none; margin: 0 0 12px;}
    .footer-newsletter .form {float: none; margin-left: 0;}
    .footer-newsletter{ float: none; display: inline-block; text-align: left; }
    .footer-social {display: inline-block; float: none; margin: 25px 0 0; text-align: left; }
    .footer-column {float:left;width:48%;text-align:left;}
    .footer-bottom .copy-right p{display: block; margin: 0 0 2px;}
    .footer-bottom .copy-right .left{text-align: left;}
    .footer-bottom{padding: 5px 0;}
    .footer-bottom .copy-right .left{margin: 0;}
    #right-sidebar .list-group {display:none;}
    .filter-title {display:block;background:#111111;padding:0px 15px;cursor:pointer; margin: 0;}
    #right-sidebar .panel{margin: 0 0 20px;}
    .filter-title h3{background:url(images/outboard-spares/OutboardSpare-icon-refine.png) right center no-repeat;color:#fff;font-size:16px;text-transform:uppercase;line-height:40px; font-family: 'Montserrat', sans-serif; font-weight: 700; margin: 0;}
    .filter-title.active h3{background:url(images/outboard-spares/OutboardSpare-icon-refine-active.png) right center no-repeat;color:#fff;font-size:16px;text-transform:uppercase;line-height:40px;}
    .sort_container {display:inline-block;width:100%;}
    .wrapper-thumbnail {float:left;width:33.3333%;}
    .wrapper-sortcontainer{margin-bottom: 10px; text-align: center;}
    .sort_container.bottom .pagination{float: none;}
    .wrapper-thumbnail:nth-child(3n+3){border:0;}
    .wrapper-left-content .thumbnail .caption {padding:0px 15px;}
    .wrapper-left-content .thumbnail {margin: 0 0 17px; padding: 8px;}
    .sort_container.bottom .wrapper-sortcontainer .sort{display: none;}
    .sort_container.bottom{ margin: 0;}
    .manufacturer {margin:30px 0px;}
    .product-detail-action {margin:0;text-align:center;display:inline-block;width:100%;}
    .product-quantity {float:left;display:inline-block;}
    .product-detail-action .btn-prod{float:none;display:inline-block; width: 100%;}
    .product-detail-action .add-cart {margin-right:38px;}
    .upsell-product .wrapper-thumbnail {width:33%;}
    .recently-viewed ul li.list-group-item {width:auto; margin: 0 20px 20px 0; padding: 0;}
    .list-group li.list-group-item:first-child{margin: 0 20px 20px 0;}
    .wrapper-newslet{margin-top: 0px; text-align: center;}
    .footer-column:nth-child(2) ul{ margin: 0 0 25px;}
    .recently-viewed ul li.list-group-item img{margin: 0;}
    .recently-viewed ul li.list-group-item h5.title{ display: none;}
    .zoomImg {display:none;}
    #horizontalTab ul.resp-tabs-list {display:none;}
    #horizontalTab h2.resp-accordion {cursor:pointer;background:#999999;display:inline-block;float:left;width:100%;line-height:48px;margin:0 0 1px;padding:0; text-align: center;}
    #horizontalTab h2.resp-accordion:hover {background: #101010;}
    #horizontalTab h2.resp-accordion.resp-tab-active{background:#101010;border-top:0;}
    #horizontalTab h2.resp-accordion a {color:#fff;font-size:18px;text-transform:capitalize;display:block;float:none;font-family: 'Montserrat', sans-serif;}
    #horizontalTab h2.resp-accordion a:hover{color:#FFF;}
    .cart-qty-box input {text-align:center;}
    .upsell-cart-product .wrapper-thumbnail {width:33%;}
    .wrapper-nav {background:none; display: none;}
    .manufacturer-right {margin-right:0;}
    .wrapper-footer .nav {
        margin-bottom: 20px;
    }
    /* Cart */
    .cart-btn-update .visible-sm, .cart-btn-remove .visible-sm{
        display:block !important;
    }
    .cart-qty-box, .cart-btn-update, .cart-btn-remove{
        padding-left:0px;
        padding-right:0px;
    }
    .cart-qty-box input{
        padding-left:0px;
        padding-right:0px;
    }
    ._cpy_vouchershow.btn{
        padding: 18px 6px;
        font-size: 9px !important;
    }
    .mobile-background {
        background:url(images/outboard-spares/OutboardSpare-background-body-active.png) repeat;
        position:absolute;
        display:none;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index:99999;
    }
    .mobile-background.active {display:block;}
    .home-brand {padding-bottom:0;}
    .custom-menu {margin-bottom:20px;}
    .custom-menu h2 {background: #000 url(images/outboard-spares/OutboardSpare-icon-refine.png) right 13px center no-repeat;}
    .custom-menu h2.active {background: #000 url(images/outboard-spares/OutboardSpare-icon-refine-active.png) right 13px center no-repeat;}
    .custom-menu ul {display:none;}
    .n_product .breadcrumb {padding:0;}
    .manufacturer {margin:30px 0 0;}
    .n_product .recently-viewed {display:none;}
    #horizontalTab {margin:0 !important;}
    .header-promotion {display:none;}
    .footer-newsletter .input-group-btn {float:left;}
    .wrapper-left-content .thumbnail .caption {padding:0;}
    .home-about .content span.last {display:none;}
    .home-about .content span.last.active {display:inline;}
    .home-about .content .icon-more {display:block;margin:0px 3px;color:#FF8500;cursor:pointer;}
    .home-about .content .icon-hide {color:#FF8500;cursor:pointer;}
    .wrapper-left-content .thumbnail .form-inline button, .btn-primary {}
    .home-banner-finder .home-finder .finder-title {text-align:center;padding:7px 0 0;}
    .home-banner-finder .home-finder .finder-title h2 {display:inline-block;}
    .home-banner-finder iframe {position:relative;width:100%;top:10px;left:0;height:290px;}
    #myCarouselBanner {margin:12px 0 0;}
    .home-banner-finder iframe .finder-title{text-align:center;}
    .home-banner-finder iframe .finder-title h3{display:inline-block;}
    .wrapper-left-content .thumbnail .product-image {max-width:100%;}
    .wrapper-mobile .content{display: block;}
    .breadcrumb{margin: 17px 0 12px;}
    #right-sidebar iframe{ width: 100%; height: 330px;}
    .row-categdesc, .category-filter{margin-bottom: 10px; padding: 0;}
    .owl-carousel .owl-item .thumbnail{padding: 8px;}
    .old-price{ margin: 0 0 0 10px;}
    .breadcrumb > li > a{font-size: 12px;}
    #_jstl__images{margin: 0;}
    .wrapper-product-title{ margin: 0;}
    .wrapper-product-title h1{margin: 0; padding: 0 0 25px; border: 0;}
    .product-quantity label{ margin-right: 0;}
    .product-quantity .input{margin: 0 38px 0 33px;}
    .btn-prod .btn{width: auto;}
    .product-promotion ul li .block-tag{ display: inline-block; width: 98%; background: #f7f7f7;min-height: 110px;}
    .product-promotion ul li{ float: left; width: 20%; margin: 0; padding-right: 10px; background: none;}
    .product-promotion ul li:last-child{ width: 40%; padding: 0; float: left;}
    #shipbox{margin: 15px 0 0;}
    .productdetails table{width: 95%;}
    .upsell-product{margin: 0 0 20px;}
    .custom-menu ul li{ border-bottom: 1px solid #cdcdcd;}
    .custom-menu ul li a:hover, .custom-menu ul li a.active{color: #2d2d2d;background: #f6f6f6 url("images/outboard-spares/OutboardSpares-icon-li-subpage.png") no-repeat scroll 16px 14px !important;}
    .top-content{ position: relative; height: 35px; margin: 27px 0 0;}
    .welcome{margin: 0; position: absolute; bottom: 100%; right: 0; z-index: 1; width: 122px;}
    .btn-success{margin: 0 0 20px;}
    .list-group li.list-group-item, #right-sidebar .panel{background: #FFF;}
    #right-sidebar .list-group h2{background: transparent url("images/outboard-spares/OutboardSpare-icon-subcat-up-mb.png") no-repeat right 12px center; color: #333333; font-family: Arial; font-size: 14px; font-weight: bold; line-height: 38px; padding : 0 12px; text-align: left; text-transform: uppercase;}
    #right-sidebar .panel > .list-group .list-group-item.active h2{background: transparent url("images/outboard-spares/OutboardSpare-icon-subcat-dow-mb.png") no-repeat right 12px center; }
    .panel > .list-group .list-group-item, .filter-content, .list-group .list-price{border: 0;}
    .panel .list-group li.filter{padding: 5px 12px;}
    #right-sidebar .filter-content, .list-group .list-price{display: none;}
    .list-group .list-price.active{display: block;}
    #right-sidebar .filter-content.active{display: block; margin-bottom: 0; border-bottom:1px solid #d4d4d4;}
    #filters{border-bottom: 1px solid #d4d4d4; border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4;}
    .panel > .list-group .list-group-item{margin: 0; border-bottom:1px solid #d4d4d4; }
    .panel > .list-group .list-group-item.active{border-bottom: 0;}
    .row.product-content-bottom{margin: 0;}
    .contact-form-custom{margin: 25px 0 0;}
}
@media (min-width: 640px)and (max-width: 767px){
    .footer-newsletter, .footer-social{ width: 520px;}
}
@media (max-width: 667px){
    .wrapper-top-search {width:265px; margin: 27px 0 0;}
    .header-search-cart {margin:0;}
    .featured-category .item-right {width:35%;}
    .home-about .title h2 {font-size:16px;}
    .footer-top h3 {font-size:18px;}
    .footer-newsletter .form .input-group .form-control {width:225px;}
    .btn-primary{ font-size: 12px;}
    #shipbox .btn-primary{ font-size: 14px;}
}
@media (max-width: 639px){
    .wrapper-thumbnail {width:50%;}
    .upsell-product .wrapper-thumbnail {width:50%;}
    .home-about .title h2 {padding-left:60px;line-height:35px;}
    .wrapper-top-search {width:235px;}
    .product-detail-action .add-cart {margin-right:30px;}
    .footer-newsletter .form .input-group .form-control {width:180px;}
    .wrapper-newslet{text-align: left;}
    .wrapper-left-content .review-item{display: none;}
    .productdetails table{width: 100%;}
    .carousel-caption{top: 0; }
    /* Force table to not be like tables anymore */
    #horizontalTab .resp-tab-content .delivery-tab table, #horizontalTab .resp-tab-content .delivery-tab thead, #horizontalTab .resp-tab-content .delivery-tab tbody, #horizontalTab .resp-tab-content .delivery-tab th, #horizontalTab .resp-tab-content .delivery-tab td, #horizontalTab .resp-tab-content .delivery-tab tr { 
        display: block; 
    }
    #horizontalTab .resp-tab-content .delivery-tab table{width: 100% !important; font-size: 11px;}
    #horizontalTab .resp-tab-content .delivery-tab th{display: none;}
    #horizontalTab .resp-tab-content .delivery-tab th, #horizontalTab .resp-tab-content .delivery-tab td, #horizontalTab .resp-tab-content .delivery-tab tr{width: auto !important; font-size: 11px;}
    #horizontalTab .resp-tab-content .delivery-tab td span{font-size: 11px !important;}
    /* Hide table headers (but not display: none;, for accessibility) */
    #horizontalTab .resp-tab-content .delivery-tab  thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #horizontalTab .resp-tab-content .delivery-tab  tr { border: 1px solid #ccc; }
    #horizontalTab .resp-tab-content .delivery-tab  td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 55%; 
    }
    #horizontalTab .resp-tab-content .delivery-tab  td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    /*
    Label the data
    */
    #horizontalTab .resp-tab-content .delivery-tab  td:nth-of-type(1):before { content: "Destination"; }
    #horizontalTab .resp-tab-content .delivery-tab td:nth-of-type(2):before { content: "Delivery Time Estimate"; }
    #horizontalTab .resp-tab-content .delivery-tab td:nth-of-type(3):before { content: "Destination"; }
    #horizontalTab .resp-tab-content .delivery-tab td:nth-of-type(4):before { content: "Delivery Time Estimate"; }
    
    /* Force table to not be like tables anymore */
    .subpage-content.shipping-page-content table, .subpage-content.shipping-page-content thead, .subpage-content.shipping-page-content tbody, .subpage-content.shipping-page-content th, .subpage-content.shipping-page-content td, .subpage-content.shipping-page-content tr { 
        display: block; 
    }
    .subpage-content.shipping-page-content table{width: 100% !important; font-size: 11px;}
    .subpage-content.shipping-page-content th{display: none;}
    .subpage-content.shipping-page-content th, .subpage-content.shipping-page-content td, .subpage-content.shipping-page-content tr{width: auto !important; font-size: 11px;}
    .subpage-content.shipping-page-content td span{font-size: 11px !important;}
    /* Hide table headers (but not display: none;, for accessibility) */
    .subpage-content.shipping-page-content  thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .subpage-content.shipping-page-content  tr { border: 1px solid #ccc; }
    .subpage-content.shipping-page-content  td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
    .subpage-content.shipping-page-content  td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    /*
    Label the data
    */
    .subpage-content.shipping-page-content  td:nth-of-type(1):before { content: "Destination"; }
    .subpage-content.shipping-page-content td:nth-of-type(2):before { content: "Delivery Time Estimate"; }
    .subpage-content.shipping-page-content td:nth-of-type(3):before { content: "Destination"; }
    .subpage-content.shipping-page-content td:nth-of-type(4):before { content: "Delivery Time Estimate"; }
}
@media (max-width: 568px){
    .wrapper-nav-cart {padding:0px 10px; display: inline-block;}
    #header-cart {padding-left:30px; display: inline-block; width: 100%;}
    .wrapper-header.active {padding:15px 0px;}
    .wrapper-header.active .header-left,.wrapper-header.active .icon-search {display:none;}
    .wrapper-header.active .wrapper-nav-cart {display:none;}
    .wrapper-header.active .wrapper-top-search {display:block;width:100%;margin:0;z-index:9999;}
    .wrapper-header.active .header-right,.wrapper-header.active .header-search-cart {width:100%;margin:0;}
    .wrapper-header.active .header-search {border:0;background:#fff;}
    .wrapper-header.active .header-search .form-control {height:40px;color:#999;font-size:13px;border:0;}
    .featured-category .category-content .category-box {width:100%;}
    .featured-category .item-right {width:auto;}
    .home-about .title h2 {font-size:20px;padding-left:65px;line-height:30px;}
    .featured-category .item-left h3 {font-size:15px;}
    .featured-category .item-left a {font-size:10px;}
    .footer-newsletter .form .input-group .form-control {width:95%;margin-bottom:10px;}
    .wrapper-thumbnail {width:50%;}
    .category-filter li {width:50%;}
    .manufacturer-left {width:100%;}
    .manufacturer-left .manufacturer-image {margin:0 10px 15px 0;}
    .price-left {width:50%;margin:0;}
    .price-right {width:50%;margin:0;}
    .product-shipping {width:100%;text-align:center;padding:0;margin:30px 0 0;background:none;}
    .product-shipping p{display:inline-block;background:url("images/veonline/veonline-icon-freeshipping.png") no-repeat left center;padding-left:30px;}
    .product-detail-action .btn-prod {width:100%;margin:0;}
    .product-detail-action .add-cart {margin:0 38px 0 0;}
    .product-detail-action .add-cart button {display:inline-block;}
    .product-detail-action .wishlist {float:left;display:inline-block;}
    .product-detail-action .wishlist a {font-size:18px;}
    .upsell-product .wrapper-thumbnail {width:50%;}
    .footer-newsletter .input-group-btn {float:left;} 
    .product-quantity{width: 100%; margin: 0 0 30px;}
    .panel-body p.text-postcode{width: 100%; margin: 0 0 8px;}
    #country{width: 150px; margin: 0 5px 0 0;}
    ._shipping_choice .radio{ padding-left: 0; margin-left: 20px;}
    .carousel-caption h3{font-size: 20px;}
    .promotion-content div{font-size: 11px;}
    .home-promotion .promotion-content .promotion-item.warranty{margin: 0;}
}
@media (max-width:480px) {
    .icon-search {display:inline-block;cursor:pointer;margin:27px 0 0;background:url(images/outboard-spares/OutboardSpare-search-mobile.png) no-repeat;width:17px;height:35px;}
    .wrapper-top-search {display:none;}
    .wrapper-header{ padding: 0 0 14px;}
    .home-promotion {padding:15px 0 0;}
    .home-promotion .promotion-content .promotion-item {display:inline-block;height:25px;margin:0 0 15px;}
    .footer-top h3 {font-size:16px;}
    .footer-top .user-link a {display:block;text-align:center;margin-bottom:10px;}
    .footer-bottom .copy-right, .footer-bottom .copy-right .left {text-align:center;width:100%;}
    .footer-bottom .copy-right a.rainstorm{float: none; margin: 8px 0 0;}
    .footer-bottom .copy-right div {width:100%;text-align:right;}
    .owl-carousel .owl-item img {width:85% !important;}
    .caption .price {min-height:75px;}
    .upsell-cart-product .wrapper-thumbnail {width:50%;}
    .thumbnail .caption {padding:0;}
    .wrapper-left-content .thumbnail .caption {padding:0;}
    .category-filter li {width:50%;background:url("images/veonline/veonline-icon-sub-cat-filter.png") left top 5px no-repeat;}
    .footer-newsletter .title ,.footer-social{margin-left:0;}
    .footer-newsletter .form {margin-left:0;}
    .home-banner-finder .home-finder .finder-title {padding-top:8px;}
    .footer-bottom .footer-logo img {width:100px;}
    .footer-newsletter .input-group-btn {float:left;}
    .footer-column.secure {text-align:center;margin:20px 0 0;}
    .footer-column{width: 100%; margin: 0 0 15px; }
    .footer-column:nth-child(2) ul{margin: 0;}
    .footer-top-container{padding: 0;}
    .promotion-content div{font-size: 11px;}
    .promotion-content div span{ display: block; line-height: 14px;}
    .footer-newsletter{width: 100%;}
    .footer-social{float: left;}
    .product-promotion ul{margin: 0 -4px;}
    .product-promotion ul li { margin: 0 0 10px; padding: 0 0px; width: 33.3333%; }
    .product-promotion ul li:last-child { float: left; padding: 0 4px; width: 100%; }
    .subpage-container table tr td, .subpage-container table tr th{ padding: 8px 5px; text-align: center;}
    .wrapper-header.active .welcome{display: none;}
}
@media (max-width: 343px){
    .prdimg {
        display: none;
    }
    #n_checkout .btn {
        font-size: 12px;
    }
    #n_checkout .btn-lg {
        font-size: 16px;
    }
    .btn-lg {
        font-size: 16px;
    }
    ._cpy_vouchershow.btn {
        padding: 18px 6px;
        font-size: 13px !important;
    }
    #n_checkout .newslet-wrapper .btn {
        font-size: 14px;
    }
    .myacct-links .small {
        font-size: 10px;
    }
}
@media (max-width: 414px){ 
    .footer-payment ul li img {max-width:100%;}
    .secure a {display:inline-block;width:42%;}
    .secure a img {max-width:100%;}
    .footer-top h3 {font-size:15px;}
    .home-banner-finder .home-finder button {letter-spacing:-1px;word-spacing:-1px;margin:20px 20px 0 20px;padding:0px 15px;}
    .wrapper-thumbnail {margin-bottom:10px;}
    .category-boxes-content ul li a.cat-name{font-size: 12px; line-height: 27px; }
    .category-boxes-content ul li a.cat-name span{background: url("images/outboard-spares/OutboardSpares-bg-cat-name-mb.png") no-repeat right center;}
    .category-boxes .container{ padding: 0 8px;}
    .category-boxes .category-boxes-content ul{margin: 0 -8px;}
    .category-boxes-content ul li{ padding: 0 8px;}
    .store-price, .caption .price{ font-size: 14px;}
    .caption .price{ min-height:50px;}
    .btn-primary{font-size: 12px;}
    .owl-carousel .owl-item .thumbnail{ padding: 5px;}
    .footer-newsletter .form .input-group .form-control{width: 85%;}
    .old-price{margin: 0 0 0 5px;}
    .wrapper-sortcontainer .sort label, .wrapper-sortcontainer .sort select, .pagination > li > a, .pagination > li > span{font-size: 12px;}
    .wrapper-sortcontainer .sort select{width: 110px; min-width: 100px;}
    .wrapper-thumbnail:nth-child(2n){padding: 0 15px 0 8px;}
    .wrapper-thumbnail:nth-child(2n+1){padding: 0 8px 0 15px;}
    .product-detail-action .add-cart{ margin: 0; float: none;}
    .product-detail-action .add-cart button, .product-detail-action .wishlist{float: none; width: 100%;}
    .product-detail-action .add-cart button{margin-bottom: 0;}
    .carousel-caption{width: 80%; left: 10%;}
    .manufacturer-left .manufacturer-image{width: 30%; margin: 0 0 15px; padding: 0 10px 0 0;}
    .manufacturer-left .manufacturer-infor{width: 70%;}
}
@media (max-width: 320px){ 
    .upsell-product .title h2,.recently-viewed h3 {font-size:20px;}
    .footer-newsletter .title h3{font-size:21px;}
    .footer-social a {font-size:24px;}
    .secure a {width:40%;}
    .wrapper-left-content .thumbnail .caption {padding:0;}
    .wrapper-sortcontainer .sort select {min-width:90px;}
    .viewby {padding:0;}
    .product-promotion .item h4 {font-size:9px;}
    .product-promotion .item p {font-size:10px;}
    .home-promotion .promotion-content .promotion-item h3 {font-size:7px;}
    .home-promotion .promotion-content .promotion-item p {font-size:5px;}
    .home-brand h3 {font-size:20px;}
    .featured-category h3 {font-size:20px;}
    .home-about .title h2 {font-size:15px;line-height:20px;}
    .addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m  {margin:0px 1px;}
    .npopup-body {width:290px;}
    .wrapper-product-title h1 {font-size:20px;}
    .footer-top h3 {font-size:14px;} 
    .footer-category .footer-column:nth-child(2) {min-height:550px;}
    .footer-category .footer-column {min-height:500px;}
    .wrapper-nav-cart #header-cart > a span:first-child{ display: none !important;}
    .wrapper-nav-cart{width: 60px;}
    .wrapper-nav-cart #header-cart > a{padding-right: 10px; width: 15px; height: 35px;}
    .store-price, .caption .price{font-size: 12px;}
    .old-price, .savingwrap .rrpwrap, .savingwrap .savepercentwrap{font-size: 10px;}
    .footer-newsletter .title h3{ font-size: 20px;}
    .footer-newsletter .title p{font-size: 13px;}
    .footer-newsletter .form .input-group .form-control{width:80%; }
    .wrapper-sortcontainer{ padding: 8px;}
    .wrapper-sortdrop{ margin: 0 5px;}
    .pagination > li{margin: 0 2px;}
    .wrapper-thumbnail:nth-child(2n){padding: 0 15px 0 5px;}
    .wrapper-thumbnail:nth-child(2n+1){padding: 0 5px 0 15px;}
    .panel-heading{padding: 20px 10px 15px;}
    .panel-body{padding: 0 10px 25px}
    #country{width: 140px;}
    .panel-body p.text-postcode{font-size: 13px;}
    .home-promotion .container{ padding: 0 8px; }
    .home-promotion .promotion-content .promotion-item.warranty{ margin: 0;}
    .home-promotion .promotion-content div.col-xs-4{padding: 0 8px !important;}
    .thumbnail .caption .btn{font-size: 10px;}
    .subpage-container table tr td, .subpage-container table tr th{ padding: 5px; font-size: 10px;}
    .product-quantity .input{margin: 0 5px;}
    .product-promotion ul li h5, .product-promotion ul li p{font-size: 12px;}
    .npopup{width: 290px !important;}
    .successaddmessage .body .description, .successaddmessage .body, .successaddmessage .footer{width: 260px;}
    .npopup-btn-close{right: -10px;}
    .promotion-content div{font-size: 8px;}
    .home-promotion .promotion-content .promotion-item.guarantee{float: left;}
    .home-promotion .promotion-content .promotion-item.shipping{float: right;}
}
/*custom css AVtech - 00566*/
.product-promotion.rightt_side_pro ul li:last-child{
background: #f7f7f7 none repeat scroll 0 0;
    display: inline-block;
    height: auto;
    /*margin-right: 7px;*/
    padding: 0 4px;
    text-align: center;
    vertical-align: top;
    width: 225px;
}
.product-promotion .promotion-payment .block-tag img {
    height: 33px !important;
    width: 49px !important;
    border:1px solid #d2d2d2;
}
.product-promotion .promotion-payment .block-tag img.vis_logo{
    border:none;
}
.product-promotion.rightt_side_pro ul li:last-child img {
   margin: 20px 0 5px;
    width: 45px;
}
.carousel-caption .btn-primary{
    padding: 0 5px;
    width: auto;
}
.product-promotion.rightt_side_pro ul li img{
    height: 41px !important;
    display: inline !important;
    max-width: 100% !important;
    width: auto !important;
} 
/*.product-promotion.rightt_side_pro ul li.promotion.iso img {*/
/*    height: auto !important;*/
/*    max-width: 100% !important;*/
/*    width: auto !important;*/
/*} */
.product-promotion ul li h5, .product-promotion ul li p {
    font-size:14px;
}
.home-promotion .promotion-content .promotion-item.warranty.home_w{background:url(images/outboard-spares/waranty_icon_new1.jpg) left center no-repeat;padding-left:85px; }
.block-tag h5 {
    margin-top: 5px !important;
}
@media (max-width:480px){
.carousel-indicators{
    bottom:0px;
}
.product-promotion.rightt_side_pro ul li:last-child{
    width: 100%;
/*    margin-left: 3px;*/
}
.product-promotion .promotion-payment .block-tag img {
    height: auto;
    width: auto;
}
.product-promotion.rightt_side_pro ul li{
    width:33.3333%;
}
}
@media (min-width:481px) and (max-width:767px){
.product-promotion.rightt_side_pro ul li:last-child{
    width: 40% !important;
/*    margin-left: 3px;*/
}
.product-promotion .promotion-payment .block-tag img {
    height: 38px !important;
    width: 37px !important;
}
.product-promotion.left_side_pro{
    margin:0px;
    padding: 0 10px;
}
.product-promotion.rightt_side_pro ul li {
    width: 20% !important;
}
.footer-newsletter .input-group-btn {
    float: none;
}
}
@media (min-width: 768px) and (max-width: 992px) {
    .wrapper-top-search {width:205px;}
    .product-promotion.rightt_side_pro {
         width: 100%;
     }
     .product-promotion.rightt_side_pro ul li{
	 width: 33.333%;
     }
     .product-promotion ul li .block-tag{
	 width: 98%;
     }
     .product-promotion.rightt_side_pro ul li:last-child{
        height: auto;
	    margin-right: 0;
	    margin-top: 8px;
    	width: 96%;
     }
}
@media (max-width: 767px){
    .home-promotion .promotion-content .promotion-item.warranty.home_w{background: url("images/outboard-spares/waranty_icon_new1.jpeg") no-repeat left center; padding: 0 0 0 45px;}
.product-detail-action {
    padding: 0 10px;
}
.product-promotion ul{
    margin:0px;
}
.product-promotion.rightt_side_pro {
    width: 100%;
}
.product-promotion.rightt_side_pro ul li{
    width: 33.333%;
}
.product-promotion.rightt_side_pro ul li:last-child{
    width: 100%;
    /*margin-left: 3px;*/
}
.product-promotion .promotion-payment .block-tag img {
    height: 38px !important;
    width: 37px !important;
}
.product-promotion.left_side_pro{
    margin:0px;
    padding: 0 10px;
}
}
@media (max-width: 639px){
    .header-search-cart {
	width: 100%;
    }
    .icon-search{
	display: none;
    }
    .wrapper-top-search{
	display: block;
	width: 100%;
	margin-top: 20px;
    }
    .header-search{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #333;
    }
.product-promotion .promotion-payment .block-tag img{
    height: 38px !important;
    width: 55px !important;
}
.footer-newsletter .input-group-btn {
    float: none !important;
}
}
.carousel-caption{
    margin-left: 0px !important;
}
@media screen and (min-width: 993px){
    .home-banner-finder{
        position: relative;
    }
    .home-banner-finder .container.content{
        position: absolute;
        top: 20px; 
        left: 15%;
    }
}
@media (max-width: 1199px) and (min-width: 993px){
    .home-banner-finder iframe{
        min-height: 320px !important;
        top: 5px;
        left: 5%;
    }
    .home-banner-finder .container.content{
        position: absolute;
        top: 5px; 
        left: 5%;
    }
}
img.full-width{
    width: 100%;
}
.footer-logo .col-md-6{
    padding-left: 0px;
    width: 45%;
}
@media screen and (min-width: 1200px) and (max-width: 1367px){
    .home-banner-finder .container.content{
        top: -20px;
        left: 5%;
    }
    .carousel-caption{
        padding-top: 15%;
    }
}

#neto-dropdown {
    background-color: white;
}


.megamenu {
    min-height: 150px;
    background-color: #fff;
    width: 100%;
    display: none;
    position:absolute;
    -webkit-box-shadow: 0px 8px 15px 1px rgba(0,0,0,0.35); 
box-shadow: 0px 8px 15px 1px rgba(0,0,0,0.35);
z-index: 1111111;
left: 0;
min-height: 70vh;
top:50px;
}


.megamenu .open .level-2,  .top-level-item:hover .level-1  li:nth-child(1) .level-2 {
    position: absolute;
    width: 78%;
    top:0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 22%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    gap:1%;
    padding: 1%;
    overflow: scroll;
    overflow: hidden;
    align-content: flex-start;
    flex-direction: column;

    li {
        min-width: 32%;
        width: 32%;
        a {
            width: 100%;
        }
    }


}
.dropdown-hover .level-1{
    width:100%;
    border: none!important;
    a {
        width: 22%!important;
        font-size: 16px;
       color: #000;
       background-color: #eee;
        margin: 6px 0;
    }
}

.megamenu .level-3, .megamenu .level-2 {
    a {
        width: 100%!important;
        background:#fff!important;
        color:#000!important;
        font-weight:normal;
        padding: 5px 10px;
        font-size: 13px;
    }
}
.megamenu .level-2 .dropdown-toggle {
    
        font-weight:bold;
        background-color: #eee!important;
    
}
.megamenu .level-3-a{
    .level-3-tag{
        padding: 0 20px !important;
        font-weight: bold;
        background-color: unset !important;
        margin: 0;
        font-size: 15px;
    }
    
}

.megamenu .level-3 li {
    width:100%!important;    
}

.open > .dropdown-toggle{
     background-color: #ca0e0e!important;
     color: #fff!important;
}


.top-level-item > a:hover + .megamenu > .level-1 > li:nth-child(1)  > a:nth-child(1) {
    background:#ca0e0e!important;
    color: #fff;
}

 .mm-category .level-1{
   min-height: 200px;
    a {
       
        padding: 10px 20px;
    }
}

.level-3-tag:hover{
   
       color:#000000!important;

}

.level-3-tag{
    padding: 5px 10px;;
}
.level-3 a{
    padding: 0 20px!important;
    margin: 0!important;
}

ul.dropdown-menu.level-1 {
    top: 0;
}

.level-1 > li > a {
    background: #eee !important;
    color: #000;
    border-bottom:1px solid;
    margin:0!important;
    
}

.fa-angle-right {
    display: none;
}
.megamenu li a:hover .fa-angle-right {
    display: inline-block;
    color:#ca0e0e;
}
.megamenu .level-3-a a:hover{
     color:#ca0e0e;
}

.single-dimension{
    position:relative!important;
    .single-dimension-item {
        position:absolute!important;
    }
    .level-2 {
        position: absolute;
    }

    .level-3-a:hover {
        .level-3-tag {
            color: #fff!important;
            background-color: #ca0e0e!important;
        }
    }
}


.PART .level-3-a{
    .level-3-tag{
      
        font-weight:normal!important;
        padding-bottom:15px;
      
    }
    
}


.open{
    .megamenu-flat{
        display: block;
        position:relative;
        background:#fff;
        width: 100%;
        z-index: 1111111;
        position: relative;
        max-height: 70vh;
        .level-3-tag{
            padding-bottom:5px;
            &:hover{
                
            .fa-angle-right {
           color:#ca0e0e!important;
        }
            }
        }


        .level-1-flat {
            display: flex!important;
            min-width: 1000px;
            position: absolute;
            background: #fff;
            left: -100px;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            flex-direction: column;
            flex-wrap:wrap;
            max-height: 700px;
            border: none;
            .dropdown-hover {
                width:200px;
              
            }
             a {
                width:100%!important;
                background:#fff!important;
                border:none!important;
                font-weight:bold;
                color:#000!important;
                border:none!important;
                padding: 0 25px!important;
            }
        }

        .level-2 {
            position:relative;
            left: 0;
            top: -6px;
            border: none!important;
            display:block;
            background: #fff;
        }
    }
}
.megamenu-flat li a:hover .fa-angle-right {
    display: inline-block;
    color:#ca0e0e;
}

.megamenu-flat .level-tag-2{
    a {
        font-size: 15px!important;
    }
}

.megamenu-flat  .level-3-a{
    a {
         font-size: 13px!important;
    }
       
    
}
   

