﻿/* = Theme
----------------------------------------------------------------------------------------------------------------- */
body { color: #666; font-family: 'Prompt', sans-serif; background: url(/_img/bg.jpg) no-repeat 50% 50% fixed; background-size: cover; min-height: 100vh; }

#wrap { min-height: 100vh; }

/* = Typography
-------------------------- */
h1, h2, h3, h4, h5, h6 { color: #011a43; }
h4 { color: #949494; font-family: 'Libre Baskerville', serif; font-size: 20.48px; font-style: italic; font-weight: 400; }
a { color: #011a43; }
a:hover { color: #666; text-decoration: none; }
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 p > a:not(.btn),
#mainContent .passwordReset { color: #011a43; }
#mainContent p > a:not(.btn):hover,
#mainContent .passwordReset:hover { text-decoration: underline; }

/* = Buttons
--------------------------- */
.btn { color: #fff; border: 1px solid #011a43; background-color: #011a43; font-size: 13.3333px; font-weight: 400; padding: 5px; }
.btnImpact { background-color: #fff; color: #011a43; }

.btn:hover { color: #fff; background-color: #011a43; border-color: #011a43; opacity: 0.8; }
.btnAccent { border-color: #c62f14; background-color: #c62f14; }

.loginOptions .btn { font-size: 16.8px; padding: 5px 20px; }

.colRemove .btn:hover {  background: url(/_img/remove.svg) no-repeat center center; }   

.coCCBtn, .coChequeBtn, .coPaypalBtn { background: #fff; }
.coCCBtn:hover, .coChequeBtn:hover { background: #111; border-color: #111; }
.coCCBtn .btn, .coChequeBtn .btn, .coPaypalBtn .btn { background: none; padding-left: 25px; }

.coCCBtn:before { color: #011a43; top: 9px; }
.coChequeBtn:before { color: #011a43; top: 9px; }

.coCCBtn:hover:before,
.coChequeBtn:hover:before { color: #fff; }

.hamburger { left: 35px; right: auto; top: 50%; -ms-transform: translateY(-14px); -webkit-transform: translateY(-14px); transform: translateY(-14px); z-index: 99; }
.hamburger span { background: #fff; }
.hamburger span::before,
.hamburger span::after { background-color: #fff; }

@media screen and (max-width: 600px) {
    .hamburger { left: 30px; -ms-transform: translateY(1px); -webkit-transform: translateY(1px); transform: translateY(1px); }
}

@media screen and (max-width: 480px) {
    .hamburger { left: 25px; }
}

@media screen and (max-width: 360px) {
    .hamburger { left: 20px; }
}

@media screen and (max-width: 340px) {
    .hamburger { left: 18px; }
}

/* = 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: #c62f14; }
.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: #c62f14; }
.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: #c62f14; }

.checkList label.checked:after,
.formList:not(.radList):not(.formListRadio) label.checked:after,
.checkbox.checked:after,
.check.checked:after { border: solid #011a43; border-width: 0 2px 2px 0; }

/* = Framework > Header items
------------------------------- */
.logo-actions-wrap { display: none; padding-left: 35px; padding-right: 35px; }
#head .logo-actions-wrap { display: block; padding: 20px 35px 0; }
.logo { width: 100%; }
/*Replace logo, and change height to match exact logo height*/
.logo > a { background: transparent url(/_img/llogo-inverted.png) no-repeat 0 50%; background-position: 50% 50%; background-size: contain; height: 100px; margin: 0 auto; }

.miniBasket .item:before { color: #011a43; }
.miniBasket .btn { color: #011a43; border-color: #011a43; background: none; }
.miniBasket .btn:before { background: transparent; }
.miniBasket .btn:hover, .miniBasket .btn:focus, .miniBasket .btn:active { color: #011a43; border-color: #011a43; opacity: 0.8; }

.no-csstransforms3d .miniBasket .btn:hover,
.no-csstransforms3d .miniBasket .btn:focus,
.no-csstransforms3d .miniBasket .btn:active { background: #111; border-color: #111; }

.geoSelect .geoSwitcher > span { font-weight: bold; }
.loginOptions > span { vertical-align: top; }
.loginOptions > span b { display: block; }

.header-actions:first-of-type { float: left; width: 40%; }
.header-actions:last-of-type { float: left; width: 60%; }
.header-actions:first-of-type .headBanner { line-height: 39px; text-align: left; }
.header-actions:last-of-type .headBanner { float: right; width: 18%; }
.header-actions:last-of-type .basket-geo-wrap { display: block; float: right; margin-bottom: 20px; width: 82%; }
header > .logo-actions-wrap .header-actions .headBanner { margin: 0; }

@media screen and (max-width: 1132px) {
    .header-actions:first-of-type, .header-actions:last-of-type { float: none; width: 100%; }
    .header-actions:first-of-type .headBanner { line-height: normal; margin-bottom: 10px; text-align: right; }
}

@media screen and (max-width: 1024px) {
    .basket-geo-wrap .miniBasket { display: inline-block; margin-top: 0; }
}

@media screen and (max-width: 800px) {
    #head > .logo-actions-wrap .header-actions:last-of-type .headBanner, #head > .logo-actions-wrap .header-actions:last-of-type .basket-geo-wrap { float: none; width: 100%; }
    #head > .logo-actions-wrap .header-actions:last-of-type .headBanner { margin-bottom: 10px; }
    header > .logo-actions-wrap { background-color: #011a43; display: block; padding-bottom: 10px; padding-top: 10px; }
    .logo { margin-top: 0; }
    .logo > a { height: 39px; }
    .header-actions { margin-top: 0; }
    header > .logo-actions-wrap .header-actions { margin-top: 0; }
    header > .logo-actions-wrap .headBanner { position: static; }
    .loginOptions { margin-right: 0; }
    #head > .logo-actions-wrap .header-actions:first-of-type .headBanner { overflow: auto; position: static; }
    .header-actions:first-of-type .headBanner { margin-bottom: 0; }
    #head > .logo-actions-wrap .header-actions:last-of-type { position: relative; }
    #head > .logo-actions-wrap .header-actions:last-of-type .headBanner { top: -42px; }
}

@media screen and (max-width: 700px) {
    .shopHotline { padding: 6px 0; }
}

@media screen and (max-width: 620px) {
    .basket-geo-wrap .miniBasket { background: #f6f6f6; display: block; }
    .basket-geo-wrap > div { margin-bottom: 10px; }
}

@media screen and (max-width: 600px) {
    #head .logo-actions-wrap { padding-left: 0; padding-right: 0; }
    .logo { margin-top: 30px; }
    .header-actions .headBanner { top: 25px; }
    #head > .logo-actions-wrap .header-actions:last-of-type .headBanner { top: 0; }
    .basket-geo-wrap .geoSelect { margin-bottom: 20px; margin-right: 105px; text-align: left; }
    .basket-geo-wrap > div { margin-bottom: 10px; }
}

@media screen and (max-width: 480px) {
    .header-actions .headBanner { top: 20px; }
}

@media screen and (max-width: 340px) {
    .header-actions .headBanner { top: 15px; }
}

/* = Header
----------------------------- */
header { background: #fff; margin: 0 auto; width: 1280px; }
#head { border-bottom: 1px solid #011a43; padding: 0; }

@media screen and (max-width: 1300px) {
    header { margin: 0; width: auto; }
}

@media screen and (max-width: 600px) {
    header { overflow-x: hidden; }
    #head { padding: 0 30px; }
}

@media screen and (max-width: 480px) {
    #head { padding: 0 25px; }
}

@media screen and (max-width: 360px) {
    #head { padding: 0 20px; }
}

@media screen and (max-width: 340px) {
    #head { padding: 0 18px; }
}

/* = Footer
----------------------------- */
#footer { border-top: 5px solid #011a43; }
#footer .footerMenu ul li { margin-right: 10px; }
#footer .footerMenu ul li:after { display: none; }

/* = Popup message
---------------------------- */
#popup .ClosePopup { background: #c62f14; }
#popup .ClosePopup:hover { background: #111; }

/* = Menu
---------------------------- */
#nav { background: #011a43 url(/_img/llogo-inverted.png) no-repeat 32px center/150px; padding-left: 200px; position: relative; }
#nav ul li a { color: #fff; font-size: 16px; font-weight: 700; padding: 20px 15px; }
#nav ul li.liOn a { background: none; color: #fff; }
#nav ul li.liOn a span { border-bottom: 2px solid #fff; }
#nav ul li a:hover { background: none; color: #fff; }
#nav ul li a:hover span { border-bottom: 2px solid #ffb400; }
.shopHotline { color: #011a43; font-size: 1.2em; font-weight: bold; }

@media screen and (max-width: 1260px) {
    .shopHotline .custServiceLabel { display: inline; }
}

@media screen and (max-width: 800px) {
    .main-nav-wrap { position: static; }
    #nav { background-color: #d0d0d0; background-image: none; padding-left: 0; }
    #nav ul li a { color: #011a43; padding: 10px 24px; }
    #nav ul li.liOn a { color: #011a43; }
    #nav ul li:hover a { color: #011a43; }
}

@media screen and (max-width: 600px) {
    .main-nav-wrap { background: #d0d0d0; left: auto; overflow-x: auto; position: absolute; right: 0; top: 0; -ms-transform: translate3d(105%, 0, 0); -webkit-transform: translate3d(105%, 0, 0); transform: translate3d(105%, 0, 0); }
    #nav { background: none; }
    #nav ul li { border-bottom: none; }
    #nav ul li a, #nav ul li.liOn a { color: #011a43; }
    #nav ul li a { padding: 8px 20px; }

    .shopHotline { background: #ececec; color: #011a43; }
    .shopHotline .custServiceLabel { display: inline; }
}

@media screen and (max-width: 340px) {
    #nav { background: none; }
}

/* =  Menu > submenu
-------------------------------- */
#subNav { background: #f7f7f7; border: 1px solid #e5e5e5; }
#subNav ul li a { color: #011a43; }
#subNav ul li a:hover { color: #666; }
.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: #f7f7f7; }
    #subNav ul li a { color: #011a43; }
    .submenuTrigger .hamburger { left: auto; transform: none; }
}

/* = Product list
--------------------------------*/
.productList ul li h4 { color: #011a43; font-family: 'Prompt', sans-serif; font-size: 14px; font-style: normal; font-weight: 700; }
.productList ul li .price { color: #666; }

/* = Checkout proccess
----------------------------------------------------------------------------------------------------------------- */
.checkoutProgress li a { background: #ececec; color: #011a43; }
.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: #011a43; }
.checkoutProgress li a.btnDisabled:hover:after { border-color: transparent transparent transparent #ececec; }

.checkoutProgress .progressActive a,
.checkoutProgress .progressComplete a { background: #011a43; color: #fff; }

.checkoutProgress .progressActive a:after,
.checkoutProgress .progressComplete a:after { border-color: transparent transparent transparent #011a43; }

.checkoutProgress .progressActive a:hover:after,
.checkoutProgress .progressComplete a:hover:after { border-color: transparent transparent transparent #011a43; }

@media screen and (max-width: 900px) {
    .checkoutProgress .progressActive:first-child a:after { border-color: #011a43; }

    .checkoutProgress li.progressComplete:first-child a:after,
    .checkoutProgress li.progressComplete:first-child a:hover:after { border-color: transparent #011a43 transparent transparent; }
}

/* = Cookie
----------------------------------------------------------------------------------------------------------------- */
.cookie { color: #fff; }
.cookie .container { background: #444; }
.cookie p a { color: #fff; }

.cookie-notice { background: #f3f3f3; bottom: 0; display: none; left: 0; position: fixed; right: 0; z-index: 9999; }
.cookie-notice-inner { display: table; margin: 0 auto; max-width: 1280px; 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: #011a43; text-decoration: underline; }
.cookie-notice .cookie-info a:hover { color: #666; }
.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: #f3f3f3; display: table-cell; min-width: 295px; padding: 30px 35px; text-align: center; vertical-align: middle; }
.cookie-notice .cookie-button .btn { border: 1px solid #011a43; background: #011a43; color: #fff;  font-size: 1.2em; margin-bottom: 0; padding: 10px 20px 10px 70px; position: relative; }
.cookie-notice .cookie-button .btn:before { background: #011a43 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: #011a43; border-color: #011a43; opacity: 0.8; }
.cookie-notice .cookie-button .btn:hover:before { background: #011a43 url(/_img/icons/cookie-check.svg) no-repeat 50% 50%; opacity: 0.8; }

@media screen and (max-width: 800px) {
    .cookie-info, .cookie-notice .cookie-button { display: block; }
    .cookie-notice .cookie-button { padding-top: 5px; text-align: left; }
}

@media screen and (max-width: 600px) {
    .cookie-info { padding: 30px 30px; }
    .cookie-notice .cookie-button { padding: 30px 30px; }
}

@media screen and (max-width: 480px) {
    .cookie-info { padding: 30px 25px; }
    .cookie-notice .cookie-button { padding: 30px 25px; }
}

@media screen and (max-width: 360px) {
    .cookie-info { padding: 30px 20px; }
    .cookie-notice .cookie-button { padding: 30px 20px; }
}

@media screen and (max-width: 340px) {
    .cookie-info { padding: 30px 18px; }
    .cookie-notice .cookie-button { padding: 30px 18px; }
}