
/* overwritten styles from styles.css */
html.touch *:hover {
    /*pointer-events: none !important;*/
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    font-family: Helvetica, Arial, sans-serif !important;
}

a, a:hover {
  color: #545454;
}

a:focus {
  outline-color: #545454 !important;
  color: #545454 !important;
}

a.button:focus {
    color: #f1f1f1 !important;
}

table {
    width: 100%;
}

img.radius-3 {
    border-radius: 3px;
}
img.radius-5 {
    border-radius: 5px;
}

/* margin + padding calc */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1em !important; }
.mb-2 { margin-bottom: 2em !important; }
.mb-3 { margin-bottom: 3em !important; }
.mb-4 { margin-bottom: 4em !important; }
.mb-5 { margin-bottom: 5em !important; }

/* Homepage h1 and h2 sizes */
h1.homeaction { font-size: 2.3rem; }
h2.homeaction { font-size: 1.8rem; }

.page .header-language-background {
    padding: 10px 0;
    background-color: #77198d !important;
}

.page-header {
    margin-bottom: 1.5em;
}
.page-header .panel {
    display:none;
    position:absolute;
    right: 0;
    z-index:10;
}

.page-header .panel ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.page-header .panel ul li:hover,
.page-header .panel ul li.active {
    background-color: #ccc;
    cursor: pointer;
}

.page-header #drop_account.panel ul li a,
.page-header #drop_menu.panel ul li a {
    padding: .3em;
    display: block;
}
.page-header #drop_account.panel {
    padding: 1.6em 1.25em 1.25em 1.25em;
}
.page-header .panel .minicart-wrapper ul li {
    padding: 0;
}
.page-header .panel .minicart-wrapper ul li:hover {
    background-color: inherit;
}

.page-header #drop_search.panel {
    padding: .8em 0 .8em .8em;
}

.page-header #drop_search.panel input#search {
    /*margin-right: -1px;
    border-right: 0px;*/
}

.page-header #drop_search #search_autocomplete {
    background: #fafafa;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    outline: none;
}

.page-header #drop_search #search_autocomplete ul li {
    padding-left: .5em;
}

.page-header #drop_search.panel button {
    margin-bottom: 0;
    padding: 0;
    background-color: #fff;
    border-left: 0px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    color: rgba(0,0,0,0.3);
    font-size: 20px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.page-header #drop_search.panel button:hover i {
    color: #77198d;
}

.page-header #drop_search.panel button:focus {
    background: #fafafa;
    outline: none;
}

.page-header .logo:hover {
    opacity: .8;
}

.page-header .logo {
    margin-top: 10px;
    display: block;
    float: left;
    min-height: 44px;
    min-width: 100px;
    max-width: 300px;
    text-align: center;
}

.page-header .menubar {
    margin-top: 1em;
}
.page-header .menubar a {
    text-align: center;
}
.page-header .menubar a:before {
    font: normal normal normal 20px/1 FontAwesome;
    margin-right: 6px;
}
.page-header .menubar a:hover {
    opacity: .8;
}
.page-header .menubar a:hover:before {
    color: #77198d;
}

.page-header .menubar a.drop_company:before {
    /* content: '\f1ad'; */
}
.page-header .menubar a.drop_dealersearch:before {
    /* content: '\f0c0'; */
}

.page-header .menubar a.drop_menu:before {
    content: '\f0c9';
}
.page-header .menubar a.drop_search:before {
    content: '\f002';
}
.page-header .menubar a.drop_account:before {
    content: '\f007';
}
.page-header .menubar a.drop_cart:before {
    content: '\f07a';
}
.page-header .menubar a.drop_country:before {
    /* content: '\f0ac'; */
}

.page-header .menubar a.drop_country img {
    /* margin-bottom: 4px; */
    margin-right: 4px;
    width: 20px;
    height: 20px;
}

#header .minicart-wrapper .block-subtitle {
    color: #77198d !important;
}
#header-cart #minicart-success-message {
    color: green;
}
#header-cart #minicart-error-message {
    color: red;
}

#header #drop_menu .skip-link-close {
    position: absolute;
    top: -.3em;
    right: .12em;
    font-size: 2.5em;
}
#header #drop_search .skip-link-close {
    position: relative;
    margin-bottom: .3em;
    top: .04em;
    right: -.2em;
    font-size: 2.5em;
    line-height: .2em;
    text-align: right;
}
#header #drop_account .skip-link-close {
    position: absolute;
    top: -.3em;
    right: .12em;
    font-size: 2.5em;
}

#header .minicart-wrapper .skip-link-close {
    position: absolute;
    top: -.8em;
    right: 0;
    font-size: 2.5em;
}

.page-header #large_drop_menu {
    padding: 0;
    /* border: solid 1px #ccc !important; */
    border-top: solid 1px #ccc !important;
    border-bottom: solid 1px #ccc !important;
    background-color:#eee;
}

.page-header #large_drop_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-header #large_drop_menu ul li {
    float: left;
    /* font-size: .9em; */
    font-size: 1em;
    font-weight: bold;
    /* border-right: solid 1px #ccc; */
}
.page-header #large_drop_menu ul li a {
    display: block;
    /* padding: .5em 1.1em; */
    padding: .4em 1.1em;
    white-space: nowrap;
}
.page-header #large_drop_menu ul li.right-float {
    float: right;
}
.page-header #large_drop_menu ul li.last {
    float:right;
    border-right: 0;
}
.page-header #large_drop_menu ul li a:hover,
.page-header #large_drop_menu ul li.active a {
    /* background-color: #ccc; */
    color: #77198d;
    cursor: pointer;
}

.page-header #large_drop_menu ul li.divider {
    display: none;
    cursor: default;
}
.page-header .menubar a.drop_country {
    padding-right: 0;
}

.fwd-button-back {
    margin-bottom: 1em;
}

.scroll-top-wrapper {
    position: fixed;
    display: none;
    overflow: hidden;
    text-align: center;
    z-index: 1000;
    background-color: #77198d;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    left: 30px;
    bottom: 30px;
    cursor:pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform: translateZ(0px);
}
.scroll-top-wrapper:hover { background-color: #5f1471; }
.scroll-top-wrapper i.fa { line-height: inherit; }

@media only screen and (max-width: 640px) {
    .scroll-top-wrapper {
        position: fixed;
        display: none;
        overflow: hidden;
        text-align: center;
        z-index: 99999;
        background-color: #77198d;
        color: #fff;
        width: 34px;
        height: 34px;
        line-height: 34px;
        left: 20px;
        bottom: 20px;
        cursor:pointer;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transform: translateZ(0px);
    }
    .scroll-top-wrapper i.fa-2x {
        font-size: 1.4em;
    }
    .page-header #large_drop_menu {
        display: none;
    }
    .page-header #drop_menu ul li.divider {
        display: block;
        padding: 0;
        margin: 0;
        height: 1px;
        background-color: #ccc;
        cursor: default;
    }
    
    .page-header .menubar a {
        margin: 0;
        padding-top: 8px;
        font-size: 0;
        height: 36px;
        line-height: 20px;
        border: solid 1px #ededed;
        text-align: center;
    }
    .page-header .menubar a.drop_country img,
    .page-header .menubar a:before {
        margin-right: 0;
    }
    .page-header .menubar a span {
        vertical-align: top;
    }
    .page-header .menubar a.drop_menu {
        font-size: .7rem;
    }
    .page-header .menubar a.drop_menu:before {
        margin-right: 5px;
    }
    .page-header .panel {
        top: 3.1rem;
    }
    .page-header #drop_search.panel {
        padding: .8em;
    }
    
    .footer-address div.foot-middle span {
        font-size: .6rem;
        height: 60%;
    } 
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    .page-header #large_drop_menu {
        display: none;
    }
    .page-header #drop_menu ul li.divider {
        display: block;
        padding: 0;
        margin: 0;
        height: 1px;
        background-color: #ccc;
        cursor: default;
    }
    .page-header .menubar a {
        font-size: .9rem;
        
        margin: 0;
        padding-top: 8px;
        
        height: 36px;
        line-height: 20px;
        
    }
    .page-header .menubar a span:before {
        content: "\a";
        white-space: pre;
    }
    
    .page-header .menubar a span {
        vertical-align: top;
    }
    .page-header .menubar a:before {
        font: normal normal normal 20px/1 FontAwesome;
        margin-right: 5px;
    }
    .page-header .panel {
        top: 4rem;
    }
    .page-header #drop_search.panel {
        padding: .8em;
    }
}
@media only screen and (min-width: 1025px) {
    .page-header .menubar a {
        font-size: .9rem;
    }
    .page-header #large_drop_menu {
        display: block;
    }
    .page-header .menubar a.drop_menu,
    .page-header .menubar a.drop_search,
    .page-header #large_drop_menu ul li.company,
    .page-header #large_drop_menu ul li.dealersearch {
        display: none;
    }
    
    .page-header .menubar a.drop_company,
    .page-header .menubar a.drop_dealersearch {
        float: left;
        display: block !important;
    }
    
    .page-header #drop_search {
        top:8px;
        position: relative;
        display: block !important;
        padding: 0;
        border: 0;
        background: none;
    }
    .page-header #drop_search {
        /* top: -10px;
        bottom: 10px; */
    }
    
    .page-header .drop_account {
        /*float:right;*/
    }
    
    .page-header .panel {
        top: 3rem;
    }
}

#header .label {
    background: none !important;
    color: #545454 !important;
    font-weight: bold;
}

.main-container {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    
    /* padding: 15px !important;
    overflow-x: hidden; */
}

.breadcrumbs {
  margin: 0 0 15px !important;
}


/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: 0 0 15px;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #77198d !important;
}

.breadcrumbs a:hover {
  color: #77198d !important;
}

.breadcrumbs strong {
  color: #545454;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}



.footer-container {
    /*margin-top: 20px !important;
    max-width: 62.5rem !important;
    padding: 5px 15px !important; */
}

.footer {
    padding-top: 1.4em;
    clear: both;
    width: 100%;
    border-top: 1px solid #efefef;
    text-transform: uppercase;
}

.footer ul {
    margin: 0;
    list-style: none;
    font-size: .9rem;
}

.footer li {
    line-height: 1.4;
    padding: 4px 0;
    word-break: keep-all;
    white-space: nowrap;
}

.footer, .footer button {
    font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

.footer .block-title {
    border-top: 0;
    margin-bottom: 0;
}

.footer .block-title span {
    color: #77198d;
}

.footer-address {
    text-align: center;
    padding: 0;
}
.footer-address div {
    float: left;
}
.footer-address .foot-left {
    width: 9%;
    height: 1.54em;
    background-color: #702283;
}
.footer-address .foot-middle {
    width: 80%;
    height: 3em;
    margin: 0 1%;
    background-image: url(/skin/frontend/rwd_fwd/kw/images/fwd/footer/KW_Footer_4C_shadow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.footer-address div.foot-middle h6 {
    margin-top: .12em;
    color: #2d2d2d;
    overflow: hidden;
}

.footer-address address {
    font-style: normal;
}
.footer-address .foot-right {
    width: 9%;
    height: 1.54em;
    background-color: #FBBA00;
}

.footer-address .css3-shadow {
    position: relative;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.footer-address .css3-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    bottom: 0px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 15%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.footer .links {
    /*float: left;
    margin-left: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;*/
}

.footer .socials {
    /*position: absolute;
    right: 2em;
    bottom: 2em;*/
}
.footer .socials .fa-facebook-square {
    color: #3B5998;
}
.footer .socials .fa-instagram {
    color: #e4405f;
}
.footer .socials .fa-google-plus-square {
    color: #d34836;
}
.footer .socials .fa-twitter-square {
    color: #5EA9DD;
}
.footer .socials .fa-youtube-square {
    color: #E62117;
}
.fa.fa-whatsapp.fa-4x {
    color: #25d366;
}

    #footer-small ul.accordion {
        margin-left: 0 !important;
    }
    #footer-small ul.accordion li {
        border-bottom: solid 2px #fff;
    }
    #footer-small ul.accordion .accordion-navigation > a,
    #footer-small ul.accordion .accordion-navigation > a .active,
    #footer-small ul.accordion .accordion-navigation > a:focus {
        color: #77198d !important;
        font-size: .9em;
        line-height: 2em;
        text-transform: uppercase;
    }
    #footer-small ul.accordion .accordion-navigation > a span.accordion-icon-foot:after {
        font-family: FontAwesome;
        font-size: 1.8em;
    }
    #footer-small ul.accordion .accordion-navigation > a span.accordion-icon-foot:after {
        content: "\f078";
    }
    #footer-small ul.accordion .accordion-navigation.active > a .accordion-icon-foot:after {
        content: "\f077";
     }

    #footer-small ul.inline-list.smallsocials {
        padding: 0 .5em .8em .5em;
        background: #efefef;
    }

    #footer-small ul.inline-list {
        margin: 0;
        padding: .8em .5em;
        background: #efefef;
    }
    #footer-small ul.inline-list li {
        margin: 0;
    }
    #footer-small ul.inline-list li.last a,
    #footer-small ul.inline-list.smallsocials li a {
        border-right: 0;
    }
    #footer-small ul.inline-list li a {
        padding: 0 .5em;
        color: #77198d;
        font-size: .7em;
        line-height: 1em;
        text-transform: uppercase;
        border-right: solid 1px #77198d;
    }

    #footer-small ul.accordion li div.content ul {
        list-style-type: none;
    }
    #footer-small ul.accordion li div.content ul li a {
        font-size: .9em;
    }
    
.education-head { margin-top: 5%; }
.education-head .v2 { margin-top: 2%; }
.education-head .underwrite { font-size: .8em; }
.education-head h2, .education-head h5 { text-transform: uppercase; }
/* end of overwriting  styles.css */

/* Media queries styles */

@media only screen and (min-width: 0px) and (max-width: 640px){
    .footer ul {
        font-size: .8rem !important;
    }

    .footer .links li {
        line-height: .8;
        padding: 2px 0;
    }
    
    .footer .block-title span {
        font-size: .8rem !important;
    }
}

/* Reveal modal close button */
.reveal-modal .close-reveal-modal {
    top: 0rem;
    right: .5rem;
}
/* Reveal modal close button */



/* Form elements formatting */

.toolbar label.inline {
    margin: 0;
}

label {
    color: #545454;
}

form span.required,
form label em,
form ul li label em {
    color: #f00;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    width: 100% !important;
    margin: 0;
    color: #888;
}

form ul, form ul.messages { list-style-type: none; }

/* Extend select formatting because of FF arrow bug */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    
    text-indent: 0.01px;
    text-overflow: '';
}
/* End of select formatting */

/* Touch device optimised select option -> ul li */
form .hidden-field { position: absolute; margin-left: -99999px; visibility: hidden; }
form .custom { background-color: #fafafa; box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); border: solid 1px #ccc; }
form .custom:hover { background-color: #f3f3f3; border-color: #999; }
form .custom.dropdown .current { white-space: nowrap; line-height: 2.5em; overflow: hidden; display: block; padding: 0 2.3em 0 .6em; font-size: 0.875em; }
form .custom.dropdown .selector { position: absolute; width: 2.5em; height: 2.5em; display: block; top: 2px; right: 0; }
form .custom.dropdown .selector:after { position: absolute; content: ""; display: block; width: 0; height: 0; border: inset 3px; border-color: #545454 transparent transparent transparent; border-top-style: solid; top: 50%; left: 0.9375em; margin-top: -3px; }
form .custom.dropdown ul { position: absolute; display: none; margin-left: -1px; padding: 0; width: 95%; -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1); background: #fafafa; border: solid 1px #ccc; overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; max-height: 200px; }
form .custom.dropdown ul li { font-size: 0.875em; padding: .5em 0 .5em .6em;  min-height: 1.5em; line-height: 1.5em; overflow-x: hidden; margin: 0; white-space: nowrap; list-style: none; }
form .custom.dropdown ul li:hover { background-color: #e4e4e4; color: #000; }
form .custom.dropdown ul li.selected { background: #e4e4e4; color: #000; }
form .custom.dropdown.open { background: #fafafa; border-color: #999; outline: none; }
form .custom.dropdown.open ul { z-index: 10; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
form .custom:hover.dropdown.open .current,
form .custom:hover.dropdown.open ul { background-color: #f3f3f3; }
/* Touch device optimised select option -> ul li */

button, .button {
    font-size: .9rem;
    padding: 10px 15px;
    line-height: initial;
}


/* Checkbox formatting */
    input[type=checkbox],
    input[type=radio]{
        margin: 6px 0 0 10px;
        opacity: 0;
        position: absolute;
        width: 1.8em;
        height: 1.8em;
    }
    
    input[type=checkbox] + label,
    input[type=radio] + label{
        margin: 5px 0 10px 10px;
        font-size: 1em;
    }
    
    input[type=checkbox] + label span {
        color: #545454;
        font-size: .8em;
    }
    
    input[type=checkbox]:checked + label:before,
    input[type=radio]:checked + label:before{
        background: #77198d;
        color: white;
    }

    input[type=checkbox] + label:before,
    input[type=radio] + label:before{
        display: inline-block;
        text-align: center;
        line-height: 1.85em;
        width: 1.8em;
        height: 1.8em;
        margin-right: .5em;
        font-size: 1em;
        color: #D1D3D4;
        background: #D1D3D4;
        margin-left: 0;
    }
    
    input[type=checkbox] + label:before {
        content: "\2715";
        border-radius: 0.125em;
    }
    
    input[type=radio] + label:before {
        content: "\2713";
        border-radius: 50%;
    }
    
    div.field {
        margin-bottom: 10px;
    }
    
    .input-text.no-display {
        display: none;
    }
    
/* Checkbox formatting */

/* End of form elements formatting */



/* Cart styling */
.cart-footer-actions .btn-update { margin-left: 1em; margin-right: 1em; }
.cart-footer-actions, .cart-footer-actions .btn-update, .cart-footer-actions .btn-update:hover, .cart-footer-actions .btn-update:focus,
.cart-footer-actions .btn-continue, .cart-footer-actions .btn-continue:hover, .cart-footer-actions .btn-continue:focus{
    padding: .4em 0;
    background: none;
    color: #000;
}
.button.btn-proceed-checkout {
    padding: 15px 18px;
}
.cart-footer-actions button span span {
    text-decoration: underline;
}

.cart ul {
    margin-left: 0;
    list-style-type: none;
}

@media only screen and (max-width: 640px) {
    #header-cart .item button.sync:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: '\f021';
        color: #fff;
    }
}
/* .cart .product-cart-remove a:before, */
#header-cart .item a.remove:before,
#header-cart .item span.remove:before {
    font: normal normal normal 32px/1 FontAwesome;
    content: '\f00d';
    color: #ff0000;
}
.cart .product-cart-remove a:hover,
#header-cart .item a.remove:hover {
    opacity: .8;
}

#paypal-checkout-review form#shipping_method_form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#paypal-checkout-review ol.checkout-agreements {
    list-style-type: none;
    margin-bottom: 0;
}

#paypal-checkout-review ol.checkout-agreements li p {
    margin-bottom: 0;
}

#paypal-checkout-review .info-set a,
#paypal-checkout-review ol li p.agree label a {
    color: #77198d;
    font-weight: bold;
}

#paypal-checkout-review ol.checkout-agreements .agreement-content {
    display: none;
}

@media only screen and (max-width: 640px) {
    .cart,
    .cart h6,
    .cart p,
    .cart table tr th,
    .cart table tr td,
    .cart table tr td input,
    #checkout-review-table,
    #checkout-review-table h5,
    #checkout-review-table p,
    #checkout-review-table tr th,
    #checkout-review-table tr td,
    #checkout-review-table tr td input {
        font-size: .8rem;
    }
    
    .cart table col,
    .cart table thead,
    .cart table .product-cart-total,
    #checkout-review-table col,
    #checkout-review-table thead,
    #checkout-review-table .product-cart-total{
        display: none;
    }
    
    .cart-table .product-cart-image,
    #checkout-review-table .product-cart-image {
        margin: 0;
        width: 25%;
    }
    
    .cart-table .product-cart-info,
    .cart-table .product-cart-price,
    .cart-table .product-cart-actions,
    .cart-table .product-cart-total,
    #checkout-review-table .product-cart-info,
    #checkout-review-table .product-cart-price,
    #checkout-review-table .product-cart-actions,
    #checkout-review-table .product-cart-total{
        float: right;
        width: 75%;
    }
    
    #checkout-review-table .product-cart-actions {
        font-weight: bold;
    }
    
    .cart-table td[data-rwd-label]:before,
    #checkout-review-table td[data-rwd-label]:before{
        float: left;
        content: attr(data-rwd-label) ":";
        margin-right: 5px;
        font-weight: normal;
    }
    
    #checkout-review-table td[data-rwd-label]:before{
        float: none;
    }
    
    .cart-table td[data-rwd-label="Qty"]:before,
    #checkout-review-table td[data-rwd-label="Qty"]:before{
        margin-top: 10px;
    }
    
    .cart-table input[type=text].qty {
        width: 4em !important;
        float: left;
    }
    
    .cart-table p,
    #checkout-review-table p{
        line-height: 1.4;
        margin-bottom: .5rem;
    }
    
    .cart button,
    #checkout-review-table button {
        font-size: .8rem;
        margin-bottom: 5px;
    }
    
    .cart-table .product-cart-price .cart-price,
    #checkout-review-table .product-cart-price .cart-price{
        font-size: large;
        font-weight: bold;
    }
    
    .cart .product-cart-remove a i {
        /* content: '\f00d'; */
        font-size: 2rem;
        color: #ff0000;
    }
    
    .cart .cart-footer-actions  {
        text-align: center;
    }
}

/* Standalone symbol formatting */
    .cartsymbol.no-count span {
        display: none;
    }
    .cartsymbol i {
        position:absolute;
        top: 15px;
        right: 40px;
        z-index: 100;
    }
    .cartsymbol span {
        position:absolute;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        top: 15px;
        right: 34px;
        z-index:101;
        background: #ff0000;
        color: #fff;
        text-align: center;
        line-height: 26px;
        font-size: 12px;
        font-weight: bold;
    }
    
    .topnavi .AccountContainer {
    position: absolute;
    top: 15px;
    right: 100px;
    z-index: 100;
    }
    .topnavi div.links {
        display: none;
        position: absolute;
        right: 0;
        top: 70px;
        width: 100%;
        z-index: 101;
        background: #eee;
        border: solid 1px #ccc;
    }

    @media only screen and (max-width: 640px) {
        .topnavi .AccountContainer{
            right: 90px;
        }
        .topnavi .AccountContainer,
        .topnavi .cartsymbol i,
        .topnavi .cartsymbol span {
            top: 30px;
        }
        .topnavi .cartsymbol span {
            width: 20px;
            height: 20px;
            border-radius: 10px;
            line-height: 20px;
            font-size: 10px;
            font-weight: bold;
        }

        .fa-3x {
            font-size: 2em !important;
        }
    }

    @media only screen and (min-width: 641px) and (max-width: 1024px) {
        .topnavi div.links {
            width: 40%;
        }
    }
    @media only screen and (min-width: 1025px) {
        .topnavi div.links {
            width: 30%;
        }
    }

    .topnavi div.links ul {
        list-style-type: none;
        margin-left: 0;
        margin-bottom: 0;
    }
    .topnavi div.links ul li {
        margin: 0;
        padding: 5px 0 5px 15px;
    }
    .topnavi div.links ul li:hover {
        background: #ccc;
    }
    .topnavi div.links ul li a {
        display: block;
    }
/* Standalone symbol formatting */

/* Cart styling */

/* OnePageCheckout */


.buttons-set p, .buttons-set a {
    font-size: 14px;
}

/* OnePageCheckout */
/*ul.messages {
    position: fixed;
    top: 1em;
    width: 100%;
}*/

ul.messages,
ul.messages li ul {
    list-style-type: none;
    margin-left: 0;
}

h4.titlespace {
    background-color: #efefef;
    padding: .1em 0 .1em .5em;
    margin-bottom: 1em;
}

/* Callback consent styling */
.callback-consent { padding:10px; border: solid 1px #ccc; }

/* KW history */
ul.accordion.kw-history {
    margin-left: 0;
}
ul.accordion.kw-history li.accordion-navigation > a {
    padding: 0;
}
ul.accordion.kw-history li.accordion-navigation a h4:before {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f0ab";
    font-size: 24px;
    padding-right: 15px;
}
ul.accordion.kw-history li.accordion-navigation.active a h4:before {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f0aa";
}

ul.accordion.kw-history li.accordion-navigation>a,
ul.accordion.kw-history dd>a,
ul.accordion.kw-history li.accordion-navigation>a:hover,
ul.accordion.kw-history dd>a:hover,
ul.accordion.kw-history li.accordion-navigation.active>a,
ul.accordion.kw-history dd.active>a {
    background: none;
}

/* News page youtube stream and social media stream boxes alignment */
.dcsns-toolbar .filter .link-all {
    height: 28px !important;
}
#social-stream-youtube ul.stream,
#social-stream ul.stream {
    margin: 0 auto;
}
@media only screen and (max-width: 640px) {
    .dcsns-toolbar {
        float: none !important;
        margin: 0 auto !important;
    }
    #social-stream {
        margin-top: 1em !important;
    }
}


/* Related to static variant pages where its used the new button navigation */
ul.tabs.medium-up li { width: 33.3%; border-bottom: solid 1px #ccc; }
ul.tabs.medium-up.lastlist li { width: 49.94%; }
ul.tabs.medium-up li.active:after, ul.tabs.medium-up li.active:before { top: 100%; left: 10%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
ul.tabs.medium-up li.active:after { border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 10px; margin-left: -10px; }
ul.tabs.medium-up li.active:before { border-color: rgba(238, 238, 238, 0); border-top-color: #ccc; border-width: 12px; margin-left: -12px; }
ul.tabs.medium-up li.active a:focus { outline: none; outline-color: #fff !important; }
ul.tabs.medium-up.lastlist li.active:after, ul.tabs.medium-up.lastlist li.active:before { left: 6%; }
ul.tabs.medium-up li a { display: flex; align-items: center; justify-content: center; }
/*ul.tabs.medium-up li a img { height: 36px; }*/

ul.button-navigation { margin-left: 0; }

.tabs-content.top-nav .content { padding: 1em; }
.tabs-content.top-nav { margin-bottom: 0; }

.v3nav.accordion { margin-left: 0; }
.v3nav .accordion-navigation > a { display: flex; align-items: center; justify-content: center; }
.v3nav .accordion-navigation > a, .v3nav .accordion-navigation > a:hover { background-color: #fff !important; }
/*.v3nav.accordion .accordion-navigation a span img { height: 30px; }*/
.v3nav.accordion-navigation .content { text-align: left; }

/* Complaint form styles */
form#complaintform input[type="checkbox"] + label,
form#complaintform input[type="radio"] + label {
    font-size: 0.875rem;
}
form#complaintform input[type="file"] {
    margin: 0.5rem 0 1rem 0;
}
.kw-select-vehicle-hint{
    color: #F00;
}

/* Product overview magellan sticky nav CSS adjustment */
#magellan-nav ul.sub-nav { margin-top: .8em; text-align: center; list-style-type: none; border-bottom: solid 1px #ddd; }
#magellan-nav ul.sub-nav li { display: inline-block; float: none; margin: 0 .6em .8em .6em; }
#magellan-nav ul.sub-nav li a { color: #545454; }
#magellan-nav ul.sub-nav li.active a, #magellan-nav ul.sub-nav li.active a:focus { outline-color: #fff !important; color: #fff !important; }
#magellan-nav[data-magellan-expedition], #magellan-nav[data-magellan-expedition-clone] { padding: 0; }

#magellan-nav ul.sub-nav.technology li { margin: 0 .3em .8em .3em; }
/* Product overview magellan destination first element margin-top */
#coilover[data-magellan-destination="coilover"] { margin-top: 1.2em; }

/* New youtube play button styles */
#youtubevideo.flex-video { margin-bottom: 0; overflow: visible; padding-top: 0; }
#youtubevideo .playbtn { color: #000; font-size: 60px; position: absolute; top: 50%; left: 50%; margin: -30px 0 0 -30px; cursor: pointer; opacity: 0.8; z-index:1; }
#youtubevideo:hover .playbtn { color: #ff0000; }
#youtubevideo .whitebg-big { z-index:0; position:absolute; left:50%; top:50%; display: inline-block; width: 3em; height: 1.1em; opacity: 0.8; }
#youtubevideo .whitebg-big span { position: relative; display: inline-block; width: 3em; height: 1.1em; }
#youtubevideo .whitebg-big span i { margin:-0.2em 0 0 -2.1em; position: absolute; display:inline-block; width:0; height:0; line-height:0; border:1em solid transparent; border-left:1.8em solid #fff; }
/* New youtube play button styles */

/* LP formatting styles */
.full100p { width:100%; }	
@media only screen and (max-width: 640px) {
    .fullwidth {
        margin-left: auto;
        margin-right: auto;
        /*max-width: 120%;*/
    }
}

#warranty-page #services{
    margin-top: 35px;
    text-align: center;
}

#warranty-page #services h5 {
    font-weight: bold;
    font-size: 14px;
}
#warranty-page #services p{
    font-size: 13px;
}
#warranty-page #services .card-small{
    background-color: #25d366;
}

#warranty-page #services .card-small {
    background-color: #f2f3f3;
    padding: 15px;
    min-height: 208px;
    margin: 25px auto;
}
#warranty-page #services .card-small-2 {
    background-color: #f2f3f3;
    padding: 15px;
    min-height: 170px;
    margin: 5px auto 15px;
}
#warranty-page #services small {
    font-size: 11px;
    margin-bottom: 25px;
    display: block;
}

#warranty-page #downloadfile a {
    background-color: #732a8b !important;
    color: #fff;
    display: block;
    padding: 12px;
    margin-bottom: 15px;
}
#warranty-page #downloadfile a .rt {
    float: right;
    width: 157px;
}
#warranty-page #downloadfile a:focus {
    outline-color: #fff !important;
    color: #fff !important;
}
#warranty-page #support .para{
    margin-top: 9%;
}

#warranty-page #support .btn {
    padding-top: 18px;
    padding-bottom: 18px;
    vertical-align: top;
}