﻿/* = Theme
----------------------------------------------------------------------------------------------------------------- */
body { color: #666; font-family: Georgia,serif; background: url(/_img/bg.png) repeat 1px 1px; min-height: 100vh; }

#wrap { background: none; min-height: 100vh; }

/* = Typography
-------------------------- */
h1, h2, h3, h4, h5, h6 { color: #333; font-family: Helvetica,Arial,sans-serif; }
a { color: #f60; }
a:hover { color: #f00; }
hr { border-top: 1px solid #ccc; }
.highlight { color: #c62f14; }
.marked { color: #fff; background: #c62f14; }
.meta { color: #666; }

blockquote:before { color: #c62f14; }
blockquote p span:before { color: #c62f14; }

#mainContent { background: #fff; margin-top: 35px; padding: 20px; }
#mainContent p > a:not(.btn),
#mainContent .passwordReset { color: #f60; }
#mainContent p > a:not(.btn):hover,
#mainContent .passwordReset:hover { color: #f00; text-decoration: none; }

label { font-weight: bold; }
input.text, textarea, select, input[type=text] { padding: 5px 5px 7px; }
.select select { height: 30px; line-height: normal; padding: 5px 40px 5px 5px; }
.prodStockPromoForm input { margin-right: 3px; } 

/* = Buttons
--------------------------- */
.btn { color: #fff; border: 1px solid #333; background-color: #333; font-family: Helvetica,Arial,sans-serif; line-height: normal; padding: 5px 5px 7px; }
.btn, input.btn { line-height: normal; }
.btnImpact { background-color: #fff; color: #333; }

.btn:hover { color: #fff; background-color: #666; border-color: #666; }
.btnAccent { border-color: #c62f14; background-color: #c62f14; }

.loginOptions .btn { padding: 5px 5px 7px; }

.colRemove .btn:hover {  background: url(/_img/remove.svg) no-repeat center center; }   

.coCCBtn, .coChequeBtn, .coPaypalBtn { background: #fff; }
.coCCBtn:hover, .coChequeBtn:hover { background: #666; border-color: #666; }
.coCCBtn .btn, .coChequeBtn .btn, .coPaypalBtn .btn { background: none; padding-left: 30px; }

.coCCBtn:before { color: #333; top: 8px; }
.coChequeBtn:before { color: #333; top: 8px; }

.coCCBtn:hover:before,
.coChequeBtn:hover:before { color: #fff; }

.hamburger span { background: #333; }
.hamburger span::before,
.hamburger span::after { background-color: #333; }

/* = Lists
-------------------------- */
.paging ul li a { color: #fff; background: #c62f14; }
.paging ul li a:hover { background: #454545; }
.paging ul li a.on { background: #080808; }

/* = Tables
-------------------------- */
th { border: 1px solid #888; background: #888; }
.rowItemStandout td { background: #a1c897; }

/* = Screen Messages
-------------------------- */
.msgImp { color: #fff; background: #8ec3d9; }
.msgImp a { color: #fff; }
.msgError { color: #fff; background: #e84d54; }
.msgSuccess { color: #fff; background: #a1c897; }
.msgSuccess h3 { color: #fff; }
.msgSuccess a { color: #fff; }
.msgAssist { background-color: #fff0bc; }

/* = Tabs
--------------------------- */
.tabs ul li a { color: #222; }
.tabs ul li a:hover { color: #666; }
.tabs ul li a.on { color: #f00; }
.tabs ul li a:hover:after { background: #666; }
.tabs ul li a:after { background: #fff; }
.tabs ul li a.on:after,
.tabs ul li a.on:hover:after { background: #f00; }
.tabs .dropdownPrompt { background: #f7f7f7; border: 1px solid #ddd; color: #000; }
.tabs .dropdownPrompt:after { border-color: #444 transparent transparent transparent; }
.tabs .dropdown.showOptions { border: 1px solid #ddd; }
.tabs .dropdown.showOptions li a:hover { color: #c62f14; }
.tabs .dropdown.showOptions a.on,
.tabs .dropdown.showOptions a.on:hover { background-color: #c62f14; color: #fff; }

/* = Accordion
--------------------------- */
.accordion > h3 { color: #c62f14; border: 1px solid #c62f14; }
.accordion > h3:hover { background: #f3f3f3; border: 1px solid #c62f14; }
.accordion > h3.on { color: #fff; background: #c62f14; }

/* = Forms
----------------------------*/
.select:after { border-color: #444 transparent transparent transparent; }

.formList label:before,
.checkbox:before,
.check:before { border: 1px solid #ddd; }

.radList label.checked:after,
.formListRadio label.checked:after { background: #f60; }

.checkList label.checked:after,
.formList:not(.radList):not(.formListRadio) label.checked:after,
.checkbox.checked:after,
.check.checked:after { border: solid #f60; border-width: 0 2px 2px 0; }

/* = Framework > Header items
------------------------------- */
/*Replace logo, and change height to match exact logo height*/
.logo > a { background: url(/_img/logo.jpg) no-repeat 0 50%; background-size: contain; height: 90px; }

.miniBasket .item { color: #f60; }
.miniBasket .item:before { color: #666; }
.miniBasket .btn { color: #333; border-color: #333; background: none; }
.miniBasket .btn:before { background: #666; }
.miniBasket .btn:hover, .miniBasket .btn:focus, .miniBasket .btn:active { color: #fff; border-color: #666; }

.no-csstransforms3d .miniBasket .btn:hover,
.no-csstransforms3d .miniBasket .btn:focus,
.no-csstransforms3d .miniBasket .btn:active { background: #666; border-color: #666; }

.geoSelect .geoSwitcher > span { font-weight: bold; }

@media screen and (max-width: 800px) {
    .logo a { background-position: 50% 50%; margin: 0 auto; }
}

@media screen and (max-width: 620px) {
    .basket-geo-wrap .miniBasket { background: #f6f6f6; }
}

/* = Header
----------------------------- */
#wrap > header { padding-top: 20px; }
#head { border-top: #333 5px solid; }

/* = Footer
----------------------------- */
#footer { border-top: 1px solid #333; }
#footer .footerMenu ul li { margin-right: 10px; }
#footer .footerMenu ul li:after { display: none; }
#footer .footerMenu ul li a { color: #333; }
#footer .footerMenu ul li a:hover { text-decoration: none; }

/* = Popup message
---------------------------- */
#popup .ClosePopup { background: #c62f14; }
#popup .ClosePopup:hover { background: #111; }

/* = Menu
---------------------------- */
#nav { background: #fff; }
#nav ul li a { color: #f60; font-family: Helvetica, Arial, sans-serif; }
#nav ul li.liOn a { background: transparent; color: #666; }
#nav ul li a:hover { background: transparent; color: #f00; }
.shopHotline { color: #333; font-size: 1.3em; font-weight: bold; text-transform: uppercase; }

@media screen and (max-width: 600px) {
    .main-nav-wrap { background: #333; }
    #nav { background: none; }
    #nav ul li { border-bottom: 1px solid #666; }
    #nav ul li a, #nav ul li.liOn a { color: #fff; }
    .shopHotline { background: #fff; color: #333; }
}

@media screen and (max-width: 340px) {
    #nav { background: none; }
}

/* =  Menu > submenu
-------------------------------- */
#subNav { background: #ececec; }
#subNav ul li a { color: #f60; }
#subNav ul li a:hover { color: #f00; text-decoration: none; }

.submenuTrigger { color: #fff;     background: #656565; }
.submenuTrigger .hamburger span { background: #fff; }
.submenuTrigger .hamburger span:before, .submenuTrigger .hamburger span:after { background-color: #fff; }
.submenuTrigger .hamburger.is-active span { background: none; }

@media screen and (max-width: 800px) {
    #subNav { background: #f5f5f5; }
    #subNav ul li a { color: #f60; }
}

/* = Product list
--------------------------------*/
.productList ul li .price { color: #666; }

/* = Checkout proccess
----------------------------------------------------------------------------------------------------------------- */
.checkoutProgress li a { background: #ececec; color: #333; line-height: 1.5em; }
.checkoutProgress li a:after { border-color: transparent transparent transparent #ececec; }
.checkoutProgress li a:hover:after { border-color: transparent transparent transparent #111; }
.checkoutProgress li a.btnDisabled:hover { background: #ececec; color: #f00; }
.checkoutProgress li a.btnDisabled:hover:after { border-color: transparent transparent transparent #ececec; }

.checkoutProgress .progressActive a,
.checkoutProgress .progressComplete a { background: #333; color: #fff; }

.checkoutProgress .progressActive a:after,
.checkoutProgress .progressComplete a:after { border-color: transparent transparent transparent #333; }

.checkoutProgress .progressActive a:hover:after,
.checkoutProgress .progressComplete a:hover:after { border-color: transparent transparent transparent #333; }

@media screen and (max-width: 900px) {
    .checkoutProgress .progressActive:first-child a:after { border-color: #333; }

    .checkoutProgress li.progressComplete:first-child a:after,
    .checkoutProgress li.progressComplete:first-child a:hover:after { border-color: transparent #333 transparent transparent; }
}

/* = Cookie
----------------------------------------------------------------------------------------------------------------- */
.cookie { color: #fff; }
.cookie .container { background: #444; }
.cookie p a { color: #fff; }

.cookie-notice { background: #dde0e6; bottom: 0; display: none; left: 0; position: fixed; right: 0; z-index: 9999; }
.cookie-notice-inner { display: table; margin: 0 auto; max-width: 1200px; position: relative; }
.cookie-info { display: table-cell; padding: 30px 35px; vertical-align: middle; }
.cookie-notice .cookie-info p:first-child { margin-bottom: 8px; }
.cookie-notice p:last-child { margin-bottom: 0; }
.cookie-notice .cookie-info .cookie-links a:first-of-type { margin-left: 0; }
.cookie-notice .cookie-info .cookie-links a { display: inline-block; margin: 0 10px; }
.cookie-notice .cookie-info a { color: #f60; text-decoration: underline; }
.cookie-notice .cookie-info .cookie-links a:last-of-type { margin-right: 0; }
.cookie-notice .cookie-info .cookie-reject { display: none; }
.cookie-notice .cookie-button { background: #dde0e6; display: table-cell; min-width: 295px; padding: 30px 35px; text-align: center; vertical-align: middle; }
.cookie-notice .cookie-button .btn { border: 1px solid #333; background: #333; color: #fff;  font-size: 1.2em; margin-bottom: 0; padding: 10px 20px 10px 70px; position: relative; }
.cookie-notice .cookie-button .btn:before { background: #333 url(/_img/icons/cookie-check.svg) no-repeat 50% 50%; content: ''; bottom: 0; color: #fff; height: 100%; left: 0; position: absolute; top: 0; -webkit-transition: background .3s ease, border-color .3s ease, color .3s ease; transition: background .3s ease, border-color .3s ease, color .3s ease; width: 50px; }
.cookie-notice .cookie-button .btn:hover { background: #666; border-color: #666; }
.cookie-notice .cookie-button .btn:hover:before { background: #666 url(/_img/icons/cookie-check.svg) no-repeat 50% 50%; }

@media screen and (max-width: 768px) {
    .cookie-info, .cookie-notice .cookie-button { display: block; }
    .cookie-notice .cookie-button { padding-top: 5px; text-align: left; }
}