@charset "utf-8";
/* CSS Document */
/* typography */
* {
    font-family: "Lato", Arial, Helvetica ,sans-serif !important;
}
.ContentArea h1, .ContentArea h2, .ContentArea h3 {
    font-weight: 900;
}
.ContentArea h3 {
    text-transform: uppercase;
}
.fal, .far {
    font-family: "Font Awesome 5 Pro" !important;
    font-style: normal !important;
}
button {
    border-radius: 5px;
}
.btn {
	padding: 10px 20px;
}
.ContentArea h3 .BreadcrumbItem, .ContentArea h3 [itemprop="title"] {
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
}
.ContentArea .BreadcrumbItem:hover, .ContentArea .BreadcrumbItem {
    background: none no-repeat 0 0 !important;
	padding: 0 5px 0 0;
}
.ContentArea .BreadcrumbItem:hover::after, .ContentArea .BreadcrumbItem::after {
    content: " >";
    padding-left: 5px;
	font-weight: 400;
    font-size: 18px;
	padding: 0 5px 0 0;
}
.Header button, .Header .LoginButton, .Header .ep-uiInput-button, .NavBarTop button, .NavBarTop .LoginButton, .NavBarTop .ep-uiInput-button, .NavBarBottom button, .NavBarBottom .LoginButton, .NavBarBottom .ep-uiInput-button, .NavBarLeft button, .NavBarLeft .LoginButton, .NavBarLeft .ep-uiInput-button, .NavBarRight button, .NavBarRight .LoginButton, .NavBarRight .ep-uiInput-button, .NavBarRoof button, .NavBarRoof .LoginButton, .NavBarRoof .ep-uiInput-button, .Footer button, .Footer .LoginButton, .Footer .ep-uiInput-button, .ContentArea button, .ContentArea .LoginButton, .ContentArea .ep-uiInput-button {
    font-size: 16px;
}
/* Layout */
body {
    /*background-color: #eaeaea;*/
}
/*.GeneralLayout {
    width: 100%;
    max-width: 1540px;
}*/
.Middle, .NavBarRoof .PropertyContainer, .Header .PropertyContainer, .NavBarTop .PropertyContainer, .NavBarBottom .PropertyContainer, .Footer .PropertyContainer {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}
.Div .Middle, .Middle {
    background-color: white;
}
.Div .Middle {
	max-width: 1140px;
}
/* NavBarRoof */
.NavBarRoof {
    z-index: 250;
}
.NavBarRoof .PropertyContainer {
    border-bottom: none !important;
}
.Div .NavBarRoof .SizeContainer {
    padding-right: 50px;
}
div.ShopLogo {
    position: absolute !important;
    left: 55px;
}
.NavBarRoof.HorizontalNavBar .custom-right {
    height: 110px;
    line-height: 110px;
}
.NavBarRoof .SearchElement div.Entry {
    height: 40px;
	width: 275px;
}
.NavBarRoof .InputField.SearchForm {
    height: 40px;
    line-height: 40px;
	width: 100%;
}
.NavBarRoof .SearchForm.horizontal-search > input {
    height: 36px;
	width: 95%;
}
.NavBarRoof .InputField.SearchForm > button {
    opacity: 1;
}
.NavBarRoof .SearchForm.horizontal-search .SearchIcon {
    background: transparent none no-repeat scroll 0 0 !important;
    margin: 0 auto;
}
.NavBarRoof .SearchForm.horizontal-search .SearchIcon::before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro' !important;
    display: inline-block;
    font-size: 18px;
    position: relative;
    color: #8c8c8c;
    font-weight: 300;
    line-height: 14px;
}
.NavBarRoof .NavBarElement4 a::before {
    content: "\f090";
    font-family: 'Font Awesome 5 Pro' !important;
    display: inline-block;
    color: #d0011b;
    font-size: 28px;
    font-weight: 300;
	padding-right: 10px;
}
html body .GeneralLayout .HorizontalNavBar .BasketBox.NavElementIcon span {
    top: 4px;
}
.NavBarRoof .BasketBox.NavElementIcon span:first-of-type {
	display: none;
}
.NavBarRoof .BasketBox.NavElementIcon span::before {
    content: "\f07a";
    font-family: 'Font Awesome 5 Pro' !important;
    display: inline-block;
    color: #6c757d;
    font-size: 24px;
    font-weight: 300;
}
/* NavBarRoof - icon navigation */
.topLinksContainer li.list-inline-item {
    padding: 0 5px;
    display: inline-block;
}
.topLinksContainer i {
    display: block;
    text-align: center;
    margin: 10px auto;
    clear: both;
}
.topLinksContainer a:hover span {
    text-decoration: underline;
}
/* Header */
.Header .PropertyContainer {
    overflow: visible;
}
.Header nav {
    display: block;
}
label[for="drop-0"].toggle {
    background: transparent;
    float: left;
    position: absolute;
    top: 25px;
    border-left: none;
    left: 0px;
    color: #000000;
    padding: 10px;
    font-size: 28px;
}
/* Header menu 
.Header .NavigationElement {
    text-transform: none;
	margin: 0;
}
.Header .NavigationElement > a, .Header .NavigationElement > em > a {
    height: 50px;
    line-height: 50px;
	padding: 0 25px 0 0;
}*/
.Header ul.ep-megamenu {
    display: none !important;
}
/* NavBarTop - icon navigation */
.NavBarTop .NavBarElement0, .NavBarTop .NavigationText {
    width: 100% !important;
}
.iconNavigation li.list-inline-item {
    display: inline-block;
    width: 11%;
    text-align: center;
    vertical-align: top;
}
.iconNavigation li.list-inline-item span {
    text-align: center;
    height: 42px;
}
.iconNavigation i {
    display: block;
    text-align: center;
    margin: 10px auto;
    clear: both;
}
.iconNavigation a span:hover {
    text-decoration: underline;
}
.iconNavigation i.fa-building, .iconNavigation i.fa-water {
    color: #4990e1;
}
.iconNavigation i.fa-landmark-alt {
    color: #d2a400;
}
.iconNavigation i.fa-fire-extinguisher {
    color: #e60000;
}
.iconNavigation i.fa-trees {
    color: #96c36b;
}
.iconNavigation i.fa-child {
    color: #a15cde;
}
.iconNavigation i.fa-drafting-compass {
	color: #ffffff;
}
/* navbarbottom */
.NavBarBottom .NavBarElement0, .NavBarBottom .NavigationText {
    width: 100% !important;
}
.NavBarBottom h3 a {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.NavBarBottom ul.list-unstyled li {
    line-height: 24px;
}
.navbarbottomContainer .socialmediaLinks img {
	width: 38px;
	height: 38px;
}
/* footer */
.Footer {
    overflow: visible;
}
.Footer .SizeContainer, .Footer .NavBarElement0, .Footer .NavigationText {
    width: 100% !important;
}
.footer-logo {
    background: url(/WebRoot/ecshared01/Shops/eabooks/MediaGallery/EA-Books/images/footer-logo.png) no-repeat;
    width: 81px;
    height: 101px;
    position: absolute;
    margin-right: auto;
    left: 50%;
    margin-left: -40px;
    bottom: 211px;
}
.footerLinksContainer {
    padding-top: 45px;
}
.copyrightContainer {
    float: left;
    display: block;
    padding: .5rem 1rem;
}
nav.footerLinksContent {
    float: left;
}
.footerLinksContent li.nav-item {
    background: transparent none no-repeat;
    border-top: none;
}
.Footer a.nav-link:hover {
    background: transparent none;
    text-decoration: underline;
}
.footer-social-media-column li.list-inline-item {
    padding: 10px;
    padding-left: 0;
}
/* left sidebar */
.start-page .Div .NavBarLeft {
    display: none;
}
.start-page .Div .ContentArea {
    margin-left: 0;
}
.NavBarLeft .ShopNameSlogan .BoxContainer, .NavBarLeft .ContextBox .BoxContainer {
    padding: 20px;
}
.NavBarLeft .ShopNameHead, .NavBarLeft .ContextBoxHead {
    background: none no-repeat 0 0 transparent;
}
.NavBarLeft .ShopNameHead, .NavBarLeft .ContextBoxHead, .NavBarLeft .ShopSlogan, .NavBarLeft .NavigationElement, .NavBarLeft .ContextBoxBody {
    padding: 0 0 3px 0;
}
.NavBarLeft .LoginBox .Entry {
    margin-bottom: 10px;
}
.NavBarLeft .InputLabelling {
    margin-bottom: 5px;
}
.NavBarLeft input[type="text"], .NavBarLeft .ep-uiInput-text {
    padding: 5px;
}
.NavBarLeft .navbarleftBox {
    background-color: #f2f2f2;
    padding: 10px;
    margin-top: 20px;
}
.NavBarLeft .NavigationText {
    margin: 20px 0 0 0;
}
/* homepage */
.start-page .Div .Middle {
    max-width: 100%;
}
.start-page .ContentArea {
    padding-top: 0px;
}
.hero-container {
    background-image: url(../images/header-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
    display: table;
}
.hero-container:before {
    background-image: url(/WebRoot/ecshared01/Shops/eabooks/MediaGallery/EA-Books/images/before-mobile.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    content: " ";
    opacity: .8;
}
.hero-container:after {
    content: " ";
    background-image: url(/WebRoot/ecshared01/Shops/eabooks/MediaGallery/EA-Books/images/after-tablet.png);
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    max-width: 100%;
    z-index: 2;
    left: 208px;
    width: 700px;
}
.hero-container .container {
    position: relative;
    z-index: 3;
    color: #fff!important;
    display: table-cell;
    vertical-align: middle;
}
.hero-container h1 {
    padding-bottom: 20px;
    color: white;
    font-size: 50px;
}
.hero-container p {
    color: white;
    font-size: 16px;
}
.start-page .TextComplete:last-of-type {
    max-width: 1140px;
    margin: 50px auto;
}
/* homepage categories */
.homepageCategories .card-deck {
    margin-bottom: 20px;
}
.btn-primary {
    background-color: #dd291a;
    border-color: #dd291a;
}
a.btn-primary {
    color: #fff;
}
.btn-primary:hover {
    background-color: #dd291a;
    border-color: #dd291a;
}
a.btn-primary:hover {
    color: #fff;
}
.homepageCategories {
    margin-bottom: 50px;
}
.card {
    background-color: #f2f2f2;
    border: none;
}
.card:hover {
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,.2);
}
.card-title {
    font-weight: 600;
}
a.card-title {
    color: #262626;
    font-weight: 600;
    font-size: 18px;
}
a.card-title:hover {
    color: #262626;
    font-weight: 600;
    font-size: 18px;
}
.card-footer {
    padding: 0 1.25rem 1.25rem;
    border-top: none;
	background-color: #f2f2f2;
}
.homepageCategories .card-footer a.btn.btn-primary {
    background-color: #262626;
    border: 1px solid #000000;
    color: #ffffff;
}
.homepageCategories .card-footer a.btn.btn-primary:hover {
    background-color: #ffffff;
    color: #262626;
}
.start-page div#CategoryProducts {
    max-width: 1140px;
    margin: 0 auto;
}
/* homepage products */
.start-page .HotDeal {
	width: 25%;
}
/* product page */
.ProductDetails h1 {
    font-size: 30px;
}
span.BasketIcon {
    display: none;
}
#basketForm_standalone button.AddToBasketButton::before {
    content: "\f07a";
    font-family: 'Font Awesome 5 Pro' !important;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
	padding-right: 10px;
}
/* Product Boxes */
.HotDealList * {
	box-sizing: border-box;
}
.HotDeal {
	width: 33.33%;
	height: auto;
	text-align: center;
	margin: 0 0px 12px 0;
	padding: 10px;
}
.HotDealTop:hover, .HotDealFoot:hover {
    /*box-shadow: 4px 4px 20px 0 rgba(0,0,0,.2);*/
}
.HotDeal:last-child {
	margin: 0;
}
.HotDealTop {
	height: auto;
    border: 1px solid #cccccc;
    border-bottom: none;
}
.HotDeal .ImageArea {
	height: auto;
	width: 100%;
	text-align: center;
}
.HotDealFoot {
    margin: 0 6px !important;
    border: 1px solid #cccccc;
    border-top: none;
	height: 114px;
}
.HotDealFootFloatin {
	text-align: center !important;
	width: 100%;
}
.HotDealFoot .InfoArea {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
    white-space: normal;
    overflow: visible;
}
.HotDeal a.ProductName {
    color: #262626;
}
/* cross selling */
#NewCrossSell .CrossellingImageArea {
    border-color: #cccccc;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    padding: 10px;
}
#NewCrossSell .CrossellingInfoArea {
    border-color: #cccccc;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    padding: 10px;
    height: 158px;
}
#NewCrossSell .CrossellingInfoArea a {
    color: #292929;
}
#NewCrossSell .Price.FloatLeft {
    color: #dd291a;
}
/********************** Media Queries only below here ***************/
@media (min-width: 768px) {
.footer-logo {
    bottom: 25px;
    right: 0;
    left: auto;
    margin-left: initial;
}
.hero-container:before {
    background-image: url(/WebRoot/ecshared01/Shops/eabooks/MediaGallery/EA-Books/images/before-tablet.png);
}
.hero-container:after {
    background-image: url(/WebRoot/ecshared01/Shops/eabooks/MediaGallery/EA-Books/images/after-tablet.png);
    left: 399px;
}
.start-page .field--name-field-ea-banner-blurb {
    width: 650px;
}
}
@media (min-width: 813px) {
.NavBarRoof a#searchtoggl {
    display: none;
}
}
@media (min-width: 1200px) {
.col-lg-offset-2 {
    margin-left: 16.66667%;
}
.hero-container:before {
    background-image: url(/WebRoot/ecshared01/Shops/eabooks/MediaGallery/EA-Books/images/before.png);
    top: 0;
}
.hero-container:after {
    background-image: url(/WebRoot/ecshared01/Shops/eabooks/MediaGallery/EA-Books/images/after.png);
    left: 877px;
    top: 0;
}
}
@media (min-width: 1140px) {
.hero-container .container {
    width: 1140px;
}
}
@media (max-width: 1024px) {
.NavBarRoof .topLinksContainer {
    display: none;
}
.HotDealFoot {
    height: 145px;
}
}
@media (max-width: 812px) {
/* NavBarRoof */
.NavBarRoof .PropertyContainer {
    background: #f7f7f7 none no-repeat;
    border-bottom: 1px solid #cccccc !important;
}
.ShopLogo img {
    max-height: 70px;
    width: auto;
}
nav ul.menu {
    top: 105px !important;
}
.Header .PropertyContainer {
    display: none;
}
/* hide icon menu */
.NavBarTop.HorizontalNavBar {
    display: none;
}
/* search toggle styling */
.NavBarRoof .SearchElement {
    position: absolute;
    top: 105px;
    left: 0;
    right: auto;
    text-align: center;
    width: 100% !important;
    background-color: #1a1a1a;
    height: 55px;
    line-height: 55px;
}
.NavBarRoof .SearchElement div.Entry {
    width: 98%;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
}
.NavBarRoof .InputField.SearchForm {
    border-radius: 5px;
}
.NavBarRoof .InputField.SearchForm > button {
    opacity: 1;
    float: right;
    line-height: 35px !important;
}
/* hide sidebar */
.Div .NavBarLeft {
    display: none;
}
.Div .ContentArea {
    margin-left: 0;
}
/* product box */
.HotDeal, .start-page .HotDeal {
    width: 33.33%;
}
.HotDealFoot {
    height: 125px;
}
#NewCrossSell .NewCrossSellItem {
    width: 33.33%;
}
}
@media (max-width: 768px) {
.HotDealFoot {
    height: 140px;
}
}
@media (max-width: 760px) {
.Footer .PropertyContainer {
    height: 281px;
}
.FooterContainer ul.list-inline.socialmediaLinks {
    text-align: center;
}
/* checkout */
ul.CheckOutNav {
    height: 60px;
}
.CheckOutNav li {
    line-height: 60px;
    vertical-align: top;
}
}
@media (max-width: 568px) {
.Div .NavBarRoof .SizeContainer {
    padding-right: 20px;
}
.HotDeal, .start-page .HotDeal {
    width: 50%;
}
}
@media (max-width: 480px) {
.HotDeal, .start-page .HotDeal {
    width: 100%;
}
.HotDealFoot {
    height: auto;
}
/* product page */
.ProductDetails.ImgLeft {
    display: table;
}
.ProductDetails .InfoArea {
    display: table-footer-group;
	padding-top: 0;
}
.ProductDetails .ProductImage {
    display: table-header-group;
}
#NewCrossSell .NewCrossSellItem {
    width: 100%;
    margin-bottom: 20px;
}
}
@media (max-width: 414px) {
.NavBarRoof .PropertyContainer {
    height: 145px;
}
.NavBarRoof.HorizontalNavBar .custom-left {
    width: 100%;
	height: 85px;
}
.NavBarRoof.HorizontalNavBar .custom-right {
    height: 65px;
    line-height: 65px;
    width: 100%;
    text-align: center;
    padding: 0;
}
/*div.ShopLogo {
    position: absolute !important;
    left: 0;
    right: 0;
    margin: 13px auto;
    text-align: center;
}*/
.NavBarRoof .SearchElement {
    top: 140px;
    height: 55px;
    line-height: 55px;
}
nav ul.menu {
    top: 144px !important;
}
.NavBarBottom * {
    width: auto;
}
.NavBarBottom {
    padding-bottom: 50px;
}
.Footer .footerLinksContainer {
    margin-top: 50px;
	display: table;
    text-align: center;
    width: 100%;
}
.footerLinksContent {
    display: table-header-group;
}
.copyrightContainer {
    display: table-footer-group;
	text-align: center;
	width: 100%;
}
.footerLinksContent .list-inline-item {
    display: list-item;
}
}