﻿@charset "utf-8";
/* CSS Document */

.specialAnnouncement h4 sup a {
    line-height: 10px;
}

.sfPlayerWrp .RadMediaPlayer {
    margin: 10px auto !important;
}

.centre {
    text-align: center;
}

.hero iframe {
    display: block;
    margin: 10px auto;
}

.sfPageEditor header {
    position: unset;
}

.relatedItemInfo .productList {
    overflow: hidden;
}

.relatedItemInfo .slick-dots {
    left: 0 !important;
    right: 0 !important;
}

.relatedItemInfo .itemPicture > a > img.thumbnail {
    width: 100%;
    max-width: unset;
}

.relatedItemInfo .productList {
    padding: 0 25px;
}

.slick-prev:before, .slick-next:before {
    color: #4b4b4b;
}

@media only screen and (max-width: 760px) {

    div.cartInfo {
        top: 0;
    }

    .cartInfo a:link, .cartInfo a:visited {
        background-size: 80%;
        padding: 40px 0 0 0;
    }
}

/* JD20181019 Footer */
footer {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #242424;
}

.icons {
    margin: 10px 0;
}

.single-icon {
    display: inline-block;
    margin: 0 5px;
}

.single-icon img {
    max-width: 100px;
}

.footer-links {
    padding: 10px 0;
}

.footer-links a {
    margin: 0 40px;
    text-decoration: none;
}

.footer-links a:link,
.footer-links a:hover {
    color: #242424;
}

.first-line a {
    margin: 0 60px;
}

.bottom-text p {
    margin: 20px 0;
    font-size: 30px;
    color: #242424;
}

.footer-aside .copyright {
    color: #242424;
}

/*Checkout Login*/
.headline {
    margin: 70px 0 50px 0 !important;
    text-align: center;
}
#loginForm tr:nth-of-type(odd) {
    background: #fff;
}
.registrationForm,
#loginForm,
#guest-checkout {
    padding: 30px;
    border: 1px solid;
}
.registrationForm h3,
#loginForm h3,
#guest-checkout h3 {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
    font-size: 30px !important;
}
#loginForm input[type="submit"],
.registrationForm input[type="submit"] {
    width: 150px;
    padding: 5px 0 !important;
    margin-top: 20px;
    background: #dadbdb;
    border: none;
    color: #56595c;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}
#loginForm input[type="submit"]:hover,
.registrationForm input[type="submit"]:hover {
    background: #f52e3b;
    color: #fff;
}
#loginForm .forgotPassword {
    text-align: center;
}
#loginForm .forgotPassword:hover {
    color: #f52e3b;
}
#guest-checkout {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
#guest-checkout a {
    width: 150px;
    display: block;
    margin: 25px auto;
    padding: 5px 0;
    color: #56595c;
    font-size: 16px;
    text-transform: uppercase;
    background: #dadbdb;
    text-decoration: none;
    border-radius: 3px;
    letter-spacing: 1px;
}
#guest-checkout a:hover {
    background: #f52e3b;
    color: #fff;
}
form[action="./Login"] #guest-checkout {
    display: none;
}
form[action="./Login"] .gradientBorder {
    background: none;
}
/*End Checkout login*/

/* Orders */
.orderHistory .orders {
    text-align: center;
}
.orderHistory .orders tbody {
    border: 1px solid #000;
}
.orderHistory .orders .odd {
    background-color: #dadbdb;
}
.orderHistory .order td {
    padding: 5px 0 !important;
}
.orderDetails {
    width: 90%;
    margin: 2rem auto;
}
.orderDetails .orderNumber,
.orderDetails .poNumber {
    font-size: 20px;
    color: #f52e3b;
}
.orderDetails .poNumber {
    display: block;
    margin-bottom: 20px;
}
.orderDetails .orderNumber label,
.orderDetails .poNumber label {
    color: #4b4b4b;
}
#invoiceAddress {
    display: flex;
}
.orderDetails .billTo,
.orderDetails .shipTo {
    width: 48%;
    float: left;
    padding: 50px;
    border: 1px solid;
}
.orderDetails .billTo {
    margin: 20px 2% 20px 0;
}
.orderDetails .shipTo {
    margin: 20px 0 20px 2%;
}
.orderDetails .billTo h3,
.orderDetails .shipTo h3 {
    margin-bottom: 20px;
    font-size: 30px !important;
    text-align: center;
}
.orderDetails .bill-address,
.orderDetails .ship-address {
    font-size: 17px;
}
/* End Orders */

/*Login*/
a.login-register {
    text-align: center;
    color: #f52e3b !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*End Login*/

@media screen and (max-width: 768px) {
    .single-icon img {
        max-width: 70px;
    }
    .footer-links a,
    .first-line a {
        margin: 0 20px;
    }
    .orderHistory .orders {
        margin-top: 50px !important;
    }
    .orderHistory .orders td {
        padding-left: 0;
    }
    .orderHistory .order {
        padding: 10px 0 !important;
    }
    .orderHistory .orders .caption {
        border: none;
    }
    #invoiceAddress {
        display: block;
    }
    .orderDetails .billTo,
    .orderDetails .shipTo {
        width: 100%;
        float: none;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 760px) {
    #loginForm tr,
    .registrationForm tr {
        border: none;
    }
    #loginForm td,
    .registrationForm td {
        padding-left: 0 !important;
    }
    #loginForm input {
        width: 100%;
    }
    #loginForm label {
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .footer-links a {
        display: block;
        margin: 10px 0 !important;
    }

    .bottom-text p {
        font-size: 25px;
    }
}
