/* ICONS */

ul.kdwhd-icons {
float: left;
padding: 0;
margin: 10px 0 0 0;
width: 100%;
}
ul.kdwhd-icons li {
display: inline;
}
ul.kdwhd-icons li.kdwhd-left {
padding-right: 6px;
}
ul.kdwhd-icons li.kdwhd-right {
padding-right: 9px;
float: right;
}
ul.kdwhd-icons li.kdwhd-right:first-child {
padding-right: 0px;
}
ul.kdwhd-icons li a:link, ul.kdwhd-icons li a:visited {
color: #444444;
text-decoration: none;
font-size: 14px;
}
ul.kdwhd-icons li a:hover {
color: #428bca;
text-decoration: none;
font-size: 14px;
}
ul.kdwhd-icons li a:active {
color: #444444;
text-decoration: none;
font-size: 14px;
}

/* LOGO */

.kdwhd-logo {
text-align: center;
margin-bottom: 10px;
margin-top: 5px;
}

/* MENU */

.kdwhd-navigation {
background-color: #e9e9e9;
border-top: 1px solid #dddddd;
}
#nav > a {
display: none;
}
#nav > ul {
width: 100%;
text-align: center;
list-style: none;
}
#nav > ul > li {
display: inline-block;
*display: inline; /* IE7 hack */
*zoom: 1; /* IE7 hack */
}
#nav li {
position: relative;
padding-left: 32px;
padding-right: 32px;
text-transform: uppercase;
line-height: 52px;
}
#nav li a:link, #nav li a:visited {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 13px;
color: #555555;
text-decoration: none;
}
#nav li a:hover {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 13px;
color: #555555;
text-decoration: none;
padding-bottom: 6px;
border-bottom: 5px solid #163a67;
}
#nav li a:active {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 13px;
color: #555555;
text-decoration: none;
}
@media only screen and ( max-width: 780px ) {
html {
font-size: 75%; /* 12 */
}
#nav {
top: auto;
left: auto;
}
#nav > a {
width: 3.125em; /* 50 */
height: 3.125em; /* 50 */
text-align: left;
text-indent: -9999px;
background-color: #e9e9e9;
position: relative;
}
#nav > a:before, #nav > a:after {
position: absolute;
border: 2px solid #555555;
top: 35%;
left: 25%;
right: 25%;
content: '';
}
#nav > a:after {
top: 60%;
}
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type {
display: block;
}
#nav > ul {
height: auto;
display: none;
position: relative;
left: 0;
right: 0;
}
#nav:target > ul {
display: block;
text-align: left;
}
#nav > ul > li {
width: 100%;
float: none;
display: block;
}
#nav li {
position: relative;
padding-left: 0px;
padding-right: 0px;
border-left: 0px;
border-top: 1px solid #dddddd;
line-height: 32px;
}
#nav li:last-child {
border-top: 1px solid #dddddd;
}
#nav li a:link, #nav li a:visited {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 13px;
color: #555555;
text-decoration: none;
padding-left: 10px;
}
#nav li a:hover {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 13px;
color: #ffffff;
text-decoration: none;
padding-bottom: 0px;
border-bottom: 0px;
background-color: #163a67;
display: block;
padding-left: 10px;
}
#nav li a:active {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 13px;
color: #555555;
text-decoration: none;
padding-left: 10px;
}
}

/* WHY SHOP */

.kdwhd-whyshop {
background-color: #555657;
}

/* BACKGROUND */

.kdwhd-content {
background-color: #f7f7f7;
}

/* CONTENT */

.kdwhd-contentpadding {
padding-top: 20px;
padding-bottom: 20px;
}
.kdwhd-rightcol {
float: right;
padding-left: 20px;
}
@media only screen and ( max-width: 480px ) {
.kdwhd-rightcol {
float: right;
padding-left: 0px;
}
}
@media only screen and ( max-width: 880px ) {
.kdwhd-break {
width: 100%;
}
}

/* SEARCH BOX */

.kdwhd-search input, .kdwhd-search select, .kdwhd-search textarea {
background: #ffffff;
border-color: #cccccc;
border-style: solid;
border-width: 1px 0 1px 1px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-top-left-radius: 4px;
-moz-border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
display: block;
font-family: "open sans", geneva, sans-serif;
font-size: inherit;
padding: 6px;
width: 100%;
box-sizing: border-box;
font-size: 11px;
margin: 0;
height: 28px;
color: #707070;
font-weight: 400;
}
.kdwhd-searchtext {
overflow: hidden;
}
.kdwhd-search-submit-button {
background: none repeat scroll 0 0 #ffffff;
border-color: #cccccc;
border-style: solid;
border-width: 1px 1px 1px 0;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-top-right-radius: 4px;
-moz-border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
color: #707070 !important;
display: block;
float: right;
font-family: inherit;
font-size: 18px;
padding: 4px 10px;
text-align: center;
width: 35px;
box-sizing: border-box;
height: 28px;
}
.kdwhd-search {
background-color: #e5e5e5;
padding: 6px;
width: 100%;
}

/* CATEGORIES */

.kdwhd-categories h2 {
font-family: "open sans", geneva, sans-serif;
font-weight: 700;
font-size: 14px;
color: #163a67;
margin-top: 20px;
padding-bottom: 12px;
border-bottom: 1px solid #dddddd;
letter-spacing: 2px;
margin-bottom: 10px;
}
.kdwhd-categories ul {
list-style-type: none;
display: block;
margin: 0;
padding: 0;
}
.kdwhd-categories ul li {
font-family: "open sans", geneva, sans-serif;
font-size: 11px;
color: #444444;
font-weight: 600;
line-height: 14px;
display: block;
padding: 8px 0 8px 0;
list-style: none;
letter-spacing: 1px;
}
.kdwhd-categories ul li a:link, .kdwhd-categories ul li a:visited {
font-family: "open sans", geneva, sans-serif;
font-size: 11px;
color: #444444;
font-weight: 600;
text-decoration: none;
padding-left: 4px;
}
.kdwhd-categories ul li a:hover {
font-family: "open sans", geneva, sans-serif;
font-size: 11px;
color: #428bca;
font-weight: 600;
text-decoration: none;
padding-left: 4px;
}
.kdwhd-categories ul li a:active {
font-family: "open sans", geneva, sans-serif;
font-size: 11px;
color: #444444;
font-weight: 600;
text-decoration: none;
padding-left: 4px;
}
.kdwhd-categories li a:link:before, .kdwhd-categories li a:visited:before {
content: '\f0da'; /* fa-caret-right */
font-family: 'FontAwesome';
float: left;
color: #444444;
}
.kdwhd-categories li a:hover:before {
content: '\f0da'; /* fa-caret-right */
font-family: 'FontAwesome';
float: left;
color: #428bca;
}
.kdwhd-categories li a:active:before {
content: '\f0da'; /* fa-caret-right */
font-family: 'FontAwesome';
float: left;
color: #444444;
}

/* NEWSLETTER */

.kdwhd-newsletter h2 {
font-family: "open sans", geneva, sans-serif;
font-weight: 700;
font-size: 14px;
color: #163a67;
margin-top: 20px;
padding-bottom: 12px;
border-bottom: 1px solid #dddddd;
letter-spacing: 2px;
margin-bottom: 12px;
}
.kdwhd-newsletter {
font-family: "open sans", geneva, sans-serif;
font-weight: 600;
font-size: 12px;
line-height: 18px;
color: #444444;
}
.kdwhd-newsletter input[type=checkbox] {
display: inline-block;
vertical-align: top;
margin-right: 4px;
}
.kdwhd-input {
margin-top: 9px;
}
.kdwhd-newsletter-submit-button {
background: #444444;
border-color: #444444;
border-style: solid;
border-width: 1px 1px 1px 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #ffffff !important;
display: block;
float: right;
font-family: "open sans", geneva, sans-serif;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
padding: 10px 20px 10px 20px;
text-align: center;
box-sizing: border-box;
}

/* LEFT BANNERS */

.kdwhd-banners {
text-align: center;
}
.kdwhd-banners img {
margin-top: 20px;
}

/* PHOTO */

.kdwhd-photo img {
border: 2px solid #dddddd;
}

/* SPEC TABLE */

.kdwhd-specs h2 {
font-family: "open sans", geneva, sans-serif;
font-size: 11px;
color: #444444;
font-weight: 700;
letter-spacing: 2px;
margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}
.kdwhd-specs h1 {
font-family: "open sans", geneva, sans-serif;
font-size: 18px;
line-height: 24px;
color: #444444;
font-weight: 700;
letter-spacing: 1px;
margin-top: 0px;
margin-bottom: 8px;
text-align: center;
text-transform: uppercase;
}
.kdwhd-specs p.kdwhd-price {
font-family: "open sans", geneva, sans-serif;
font-size: 18px;
color: #163a67;
font-weight: 700;
letter-spacing: 1px;
margin-top: 0px;
text-align: center;
padding-bottom: 16px;
border-bottom: 1px solid #dddddd;
margin-bottom: 16px;
}
.kdwhd-specs p.kdwhd-spectitle {
font-family: "open sans", geneva, sans-serif;
font-size: 14px;
color: #444444;
font-weight: 700;
letter-spacing: 1px;
margin-top: 0px;
text-align: center;
margin-bottom: 16px;
text-transform: uppercase;
}
.kdwhd-spectable {
margin: 0 auto 0 auto;
}
.kdwhd-spectable td {
padding: 6px;
font-family: "open sans", geneva, sans-serif;
font-size: 11px;
color: #444444;
letter-spacing: 1px;
border-top: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
.kdwhd-spectable td span {
font-family: "open sans", geneva, sans-serif;
font-size: 11px;
color: #444444;
font-weight: 700;
}
.kdwhd-spectable td.kdwhd-tdbottom {
border-bottom: 1px solid #dddddd;
}

/* BUY NOW BUTTON */

.kdwhd-buynow-button {
background: #444444;
border-color: #444444;
border-style: solid;
border-width: 1px 1px 1px 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #ffffff !important;
display: block;
width: 100px;
margin: 10px auto 0 auto;
font-family: "open sans", geneva, sans-serif;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
padding: 10px 20px 10px 20px;
text-align: center;
box-sizing: border-box;
text-decoration: none;
}
a.kdwhd-buynow-button {
text-decoration: none !important;
}

/* TITLES */

.kdwhd-section-title.kdwhd-lines {
position: relative;
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
}
.kdwhd-section-title.kdwhd-lines h2 {
font-family: "open sans", geneva, sans-serif;
font-size: 14px;
color: #444444;
font-weight: 700;
letter-spacing: 1px;
display: inline-block;
text-transform: uppercase;
padding: 8px 23px;
margin: 0;
background-color: #f7f7f7;
position: relative;
z-index: 1;
}
.kdwhd-section-title.kdwhd-lines:after {
content: '';
width: 100%;
display: inline-block;
border-bottom: 1px solid #dddddd;
position: absolute;
left: 0;
top: 50%;
z-index: 0;
}

/* DETAILS TEXT */

.kdwhd-text p {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 12px;
color: #444444;
margin-top: 10px;
line-height: 20px;
margin-bottom: 10px;
}
.kdwhd-text p span {
font-family: "open sans", geneva, sans-serif;
font-weight: 700;
font-size: 12px;
color: #444444;
text-transform: uppercase;
}
.kdwhd-text ul {
list-style-type: none;
display: block;
margin: 0 0 10px 0;
padding: 0;
}
.kdwhd-text ul li {
font-family: "open sans", geneva, sans-serif;
font-size: 12px;
color: #444444;
font-weight: 400;
line-height: 20px;
display: block;
padding: 0 0 4px 0;
list-style: none;
}
.kdwhd-text li:before {
content: '\f111'; /* fa-caret-right */
font-family: 'FontAwesome';
float: left;
font-size: 8px;
color: #444444;
padding-right: 3px;
}

/* TABS */

.kdwhd-tab-btn:before, .kdwhd-tab-btn:after {
content: " ";
display: table;
}
.kdwhd-tab-btn:after {
clear: both;
}
.kdwhd-tab-btn {
list-style-type: none;
padding: 0 0 0 0;
margin: 0;
font-family: "open sans", geneva, sans-serif;
}
.kdwhd-tab-btn > li {
list-style: none;
padding: 4px 0 0 0;
margin: 0;
float: left;
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
}
.kdwhd-tab-btn > li a,
.kdwhd-tab-btn > li a:active,
.kdwhd-tab-btn > li a:visited,
.kdwhd-tab-btn > li a:link {
background: #ffffff;
border: 1px solid #dddddd;
color: #444444;
display: block;
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 1;
text-decoration: none;
padding: 10px 10px 10px;
text-align: center;
margin-right: 2px;
}
.kdwhd-tab-btn > li:last-child a,
.kdwhd-tab-btn > li:last-child a:active,
.kdwhd-tab-btn > li:last-child a:visited,
.kdwhd-tab-btn > li:last-child a:link {
margin-right: 0px;
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
}
.kdwhd-tab-btn > li.active a,
.kdwhd-tab-btn > li a:hover {
background: #555657;
color: #ffffff;
text-decoration: none;
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
}
.kdwhd-tab-btn > li.active a {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
cursor: default;
}

@media only screen and (max-width: 480px) {
.kdwhd-tab-btn > li {
width: 50%;
display: table;
}
}

.kdwhd-tab-panels {
margin-top: 10px;
}
.kdwhd-tab-panels p {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 12px;
color: #444444;
margin-top: 10px;
line-height: 20px;
margin-bottom: 10px;
}
.kdwhd-tab-panels p span {
font-family: "open sans", geneva, sans-serif;
font-weight: 700;
font-size: 12px;
color: #1a4274 !important;
}
.kdwhd-tab-panels p a:link, .kdwhd-tab-panels p a:visited {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 12px;
color: #428bca;
text-decoration: none;
}
.kdwhd-tab-panels p a:hover {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 12px;
color: #428bca;
text-decoration: underline;
}
.kdwhd-tab-panels p a:active {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
font-size: 12px;
color: #428bca;
text-decoration: none;
}
.kdwhd-tab-panels ul {
list-style-type: none;
display: block;
margin: 0 0 10px 0;
padding: 0;
}
.kdwhd-tab-panels ul li {
font-family: "open sans", geneva, sans-serif;
font-size: 12px;
color: #444444;
font-weight: 400;
line-height: 20px;
display: block;
padding: 0 0 4px 0;
list-style: none;
}
.kdwhd-tab-panels li:before {
content: '\f111'; /* fa-caret-right */
font-family: 'FontAwesome';
float: left;
font-size: 8px;
color: #444444;
padding-right: 3px;
}
.kdwhd-tab-panels .kdwhd-tab-panel {
display: none;
}
.kdwhd-tab-panels .kdwhd-tab-panel:first-child {
display: block;
}

/* EXLPORE */

.kdwhd-explore h2 {
font-family: "open sans", geneva, sans-serif;
font-size: 14px;
color: #444444;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 8px 0px;
margin: 0;
text-align: center;
}
.kdwhd-explore h2 a:link, .kdwhd-explore h2 a:visited {
font-family: "open sans", geneva, sans-serif;
font-size: 14px;
color: #444444;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
}
.kdwhd-explore h2 a:hover {
font-family: "open sans", geneva, sans-serif;
font-size: 14px;
color: #428bca !important;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
}
.kdwhd-explore h2 a:active {
font-family: "open sans", geneva, sans-serif;
font-size: 14px;
color: #444444;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
}

/* FOOTER */

.kdwhd-footer {
background-color: #555657;
}
.kdwhd-logo-footer {
text-align: right;
padding-top: 21px;
padding-bottom: 21px;
}
.kdwhd-footer-links {
padding-top: 15px;
}
.kdwhd-footer-links ul li {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
color: #e6e6e6;
font-size: 11px;
display: inline;
padding-right: 10px;
}
.kdwhd-footer-links ul li a:link, .kdwhd-footer-links ul li a:visited {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
color: #e6e6e6;
font-size: 11px;
text-decoration: none;
}
.kdwhd-footer-links ul li a:hover {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
color: #e6e6e6;
font-size: 11px;
text-decoration: underline;
}
.kdwhd-footer-links ul li a:active {
font-family: "open sans", geneva, sans-serif;
font-weight: 400;
color: #e6e6e6;
font-size: 11px;
text-decoration: none;
}
@media only screen and ( max-width: 680px ) {
.kdwhd-footer-links ul li {
display: list-item;
padding-bottom: 4px;
padding-left: 3px;
}
}
@media only screen and ( max-width: 680px ) {
.kdwhd-logo-footer {
text-align: center;
}
}