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

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

.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: #34ace5;
}

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

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

.page-header .logo {
    margin-top: 10px;
    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: #34ace5;
}

.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: #34ace5 !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: #34ace5;
    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: #34ace5;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    left: 30px;
    bottom: 46px;
    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: #057EB8; }
.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: #34ace5;
        color: #fff;
        width: 34px;
        height: 34px;
        line-height: 34px;
        left: 20px;
        bottom: 36px;
        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;
        top: 13.1rem;
    }
    
    .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;
        top: 12.5rem;
    }
}
@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 .menubar a.drop_account {
        position: absolute;
        right: 5em;
    }
    
    .page-header .panel {
        top: 7.5rem;
    }
    
    .page-header .menubar a.drop_cart {
        position: absolute;
        top: 6em;
        right: 0;
    }
    .page-header .menubar a.drop_cart:before {
        font-size: 1.8em;
    }
    .page-header .menubar a.drop_cart span,
    .page-header .menubar a.drop_country span {
        display: none;
    }
    .page-header .menubar a.drop_cart span.price {
        float: right;
        display: block;
        font-size: 1.3em;
    }
    
    .page-header .menubar a.drop_newsletter {
        margin-left: 2.5em;
    }
    
    .page-header #large_drop_menu li.large-hide {
        display: none;
    }
}

#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: #34ace5 !important;
}

.breadcrumbs a:hover {
  color: #34ace5 !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;
    }
    .page-header .menubar a.drop_cart span.price {
        display: none;
    }
    .page-header .menubar a.drop_newsletter {
        display: none;
    }
}



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

.footer {
    display: flex;
    justify-content: center;
    padding-top: 1.4em;
    clear: both;
    width: 100%;
    border-top: 1px solid #efefef;
}

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

.footer .links 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: #34ace5;
}

.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/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 .columns+.columns:last-child {
    float: left;
}
.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: #34ace5 !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: #34ace5;
        font-size: .7em;
        line-height: 1em;
        text-transform: uppercase;
        border-right: solid 1px #34ace5;
    }

    #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;
    margin: 0;
    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: #34ace5;
        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;
}

/* .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: #34ace5;
    font-weight: bold;
}

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

.agreement-content ol.outer, ol.outer li ol { list-style-type: none; counter-reset: item; margin-left: 0; padding: 0; }
.agreement-content li.outer, .agreement-content li.outer ol li { display: table; counter-increment: item; margin-bottom: 0.6em; }
.agreement-content li.outer:before, .agreement-content li.outer ol li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 0.6em; }
.agreement-content ol.outer li.outer ol { margin-left: 0; }
.agreement-content ol.outer li.outer ol li { margin: 0; }
.agreement-content ol.outer li.outer ol li:before { content: counters(item, ".") "."; }

.agreement-content table { word-break: break-all; }

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

.margin-bottom-2em{
    margin-bottom: 2em;
}

.blog-category-label{
    text-transform: uppercase;
    color:white;
    background: #0083c7;
    padding: 0.5em;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
}
.border-left-dotted{
    border-left:1px dotted black;
}

.footerPadding{
    padding-left: 3em;
    padding-right: 3em;
}

.whiteColor {
    color:white !important;
}

.colorAP {
    color: #34ace5 !important;
}
#my-orders-table tr th:last-child{
    display: none;
}
#my-orders-table tr td:last-child{
    display: none;
}
.text-danger{
    color:#cc0000;
}


/* Default link configuration */
.defaultlink, .defaultlink:hover {
    color: #0000EE !important;
    text-decoration: underline !important;
}

@media only screen and (max-width: 640px) {
    h1.data-support { word-break: break-all; }
}

/* Homepage blog entries styling */
.newsgrid {
    display: grid;
    row-gap: 1.2rem;
    column-gap: 2rem;
    
}
@media only screen and (min-width: 641px){
    .newsgrid {
        grid-template-columns: auto auto;
    }
}
.newsgrid .blog-item {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}