@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);@import url(https://fonts.googleapis.com/css?family=Merienda&display=swap);@import url(https://fonts.googleapis.com/css?family=Bangers&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{font-family:Montserrat,sans-serif}.navbar-overflow{padding-top:6rem}@media only screen and (max-width:768px){.navbar-overflow{padding-top:4.5rem}}@-webkit-keyframes cart-amount{0%{top:0}to{top:-.8rem}0%{top:-.8rem}to{top:0}}@keyframes cart-amount{0%{top:0}to{top:-.8rem}0%{top:-.8rem}to{top:0}}@-webkit-keyframes showSearch{0%{min-height:0;max-height:0;padding:0}to{min-height:0;max-height:1200px;padding:1rem}}@keyframes showSearch{0%{min-height:0;max-height:0;padding:0}to{min-height:0;max-height:1200px;padding:1rem}}@-webkit-keyframes showSearchComponents{0%{opacity:0}to{opacity:1}}@keyframes showSearchComponents{0%{opacity:0}to{opacity:1}}.nb-search{max-width:20rem;min-width:10rem;font-size:12pt;background-color:#81a1d5;position:absolute;right:0;border-radius:.25rem;-webkit-animation:showSearch .5s normal;animation:showSearch .5s normal;padding:1rem}.nb-search .nb-search-close{position:absolute;top:0;right:.5rem;cursor:pointer}.nb-search .nb-search-close,.nb-search input[type=text]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nb-search input[type=text]{margin-bottom:1rem;margin-top:1rem;border-radius:.25rem;border:none;padding:.2rem .5rem;-webkit-animation:showSearchComponents .8s forwards;animation:showSearchComponents .8s forwards}.nb-search input[type=radio]{margin-right:.7rem}.nb-search input[type=radio],.nb-search label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nb-search button{-webkit-animation:showSearchComponents .8s forwards;animation:showSearchComponents .8s forwards}.nav-bar{background-color:#5171a5;border-bottom:2px solid #315185;color:#fff;position:fixed;height:6rem;z-index:101}.nav-bar .nav-bar-content{height:100%;align-items:center}.nav-bar .nav-bar-content .logo-heading{display:flex;align-content:center}.nav-bar .nav-bar-content .logo-heading .navbar-brand img{width:3rem}.nav-bar .nav-bar-content .logo-heading h1{color:#fff;font-size:2rem;margin-bottom:0}.nav-bar .nav-bar-content .logo-heading a{display:flex;align-items:center}.nav-bar .nav-bar-content .navbar-spacer{display:none}.nav-bar .nav-bar-content .bars{display:none;cursor:pointer}.nav-bar .nav-bar-content .nav-links{background-color:#5171a5}.nav-bar .nav-bar-content .nav-links .nav-links-list{list-style:none;display:flex;align-content:center;height:100%;margin-bottom:0}.nav-bar .nav-bar-content .nav-links .nav-links-list .nav-item{font-size:16pt;position:relative}.nav-bar .nav-bar-content .nav-links .nav-links-list .nav-item .number-cart{position:absolute;font-size:.6rem;left:1.6rem}.nav-bar .nav-bar-content .nav-links .nav-links-list .nav-item .number-cart-animation{-webkit-animation:cart-amount .15s normal;animation:cart-amount .15s normal}.nav-bar .nav-bar-content .nav-links .nav-links-list .nav-item .nav-link{font-family:Merienda,cursive;color:#fff;-webkit-transition:.25s;transition:.25s;cursor:pointer}.nav-bar .nav-bar-content .nav-links .nav-links-list .nav-item .nav-link:hover{color:#c3dfdf}.nav-bar .ddm-outer-wrapper{display:none}@media only screen and (max-width:1100px){.nav-bar .nav-bar-content .logo-heading h1{font-size:1.6rem}.nav-links .nav-links-list li a{font-size:1.2rem}}@media only screen and (max-width:950px){.nav-bar .nav-bar-content .logo-heading h1{font-size:1.3rem}.nav-links .nav-links-list{padding-left:0}.nav-links .nav-links-list li a{font-size:1rem}}@media only screen and (max-width:768px){.nav-bar{height:4.5rem;padding:0 3rem}.logo-heading .navbar-brand img{width:2rem!important}.navbar-spacer{flex:1 1}.bars,.navbar-spacer{display:block!important}.bars{font-size:2rem;padding-top:0;margin-top:0}.nav-links{display:none}.nav-links .nav-links-list{flex-direction:column;justify-content:space-between!important}.ddm-outer-wrapper{display:block!important;background-color:#5171a5;position:fixed;right:0;top:4.5rem;width:50%;max-width:15rem;padding:1.5rem;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .4s ease-out;transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out}.ddm-outer-wrapper .ddm-inner-wrapper .ddm-list{list-style:none;padding-left:0}.ddm-outer-wrapper .ddm-inner-wrapper .ddm-list .ddm-item{text-align:center;margin-bottom:.5rem;position:relative}.ddm-outer-wrapper .ddm-inner-wrapper .ddm-list .ddm-item .number-cart{font-size:.6rem;right:3.5rem}.ddm-outer-wrapper .ddm-inner-wrapper .ddm-list .ddm-item p{position:absolute;top:.7rem;right:2.5rem;font-size:.8rem}.ddm-outer-wrapper .ddm-inner-wrapper .ddm-list .ddm-item .ddm-link{display:block;color:#fff;padding:.5rem 1rem;background-color:#315185;min-width:7rem;font-family:Merienda,cursive}.ddm-outer-wrapper .ddm-inner-wrapper .ddm-list .ddm-item .dmm:active,.ddm-outer-wrapper .ddm-inner-wrapper .ddm-list .ddm-item .dmm:hover{text-decoration:none}.ddm-outer-wrapper.ddm-open{-webkit-transform:translateX(0);transform:translateX(0)}}@media only screen and (max-width:450px){.ddm-item .number-cart{font-size:.6rem;right:2rem!important}}@media only screen and (max-width:320px){.nav-bar{height:4.5rem;padding:0 1.5rem}}.home-banner{background-image:url(/static/media/439_Candle_Bible_Wheat.bbe1a17b.jpg);background-size:cover;background-position:bottom;height:30rem;display:flex;align-content:center;justify-content:center}.home-banner .text{color:#fff;width:20rem;font-size:2rem;text-align:center;margin:auto}.home-banner .text .smaller-p{font-size:18pt}@media only screen and (max-width:1100px){.home-banner{height:25rem}}@media only screen and (max-width:850px){.home-banner{height:20rem}.home-banner .text{font-size:1.5rem}}.trust-box{max-width:12rem;margin-top:5rem}.trust-box img{width:160px;height:247px}.trust-box .trust-box-2{margin-top:2rem}.trust-box .trust-box-2 .trust-box-line{width:80px;border-top:1px solid #000}.trust-box .trust-box-3{margin-top:2rem;text-align:center}.trust{padding-top:2rem;padding-bottom:2rem}@media only screen and (max-width:680px){.trust-boxes{flex-direction:column}}.product-type-box{margin-top:1rem;margin-bottom:3rem}.product-type-box .ptb-title{background-color:#fff;box-shadow:-10px 10px 20px rgba(0,0,0,.67);color:#000;padding:1rem;text-align:center;width:15rem}.product-type-box .ptb-title h3{font-size:17pt}.product-type-box .ptb-line{width:10rem;border-top:5px solid #000}.product-type-box .ptb-category{background-color:#fff;box-shadow:10px 10px 20px rgba(0,0,0,.67);color:#000;width:20rem;padding:1rem}.product-type-box .ptb-category ul{list-style:none;margin:0;padding:0}.product-type-box .ptb-category ul li{line-height:1.2rem}@media only screen and (max-width:768px){.product-type-box{flex-direction:column}.product-type-box .ptb-line{width:0;height:1.5rem;border:none;border-left:5px solid #000}}.our-products{padding-top:2rem;padding-bottom:2rem;color:#fff;background:linear-gradient(109.73deg,#118ab2,#4392f1 48.95%,#4392f1 52.16%,#118ab2)}.our-products .our-products-margin{margin-top:5rem}.our-products .op-shipping{text-align:center;font-size:1.5rem;padding:1rem}.our-products .browse-button{background-color:#2d3142;border:3px solid #2d3142;border-radius:.25rem;padding:1rem;margin:5rem 0 0;color:#fff;-webkit-transition:.2s;transition:.2s}.our-products .browse-button:hover{text-decoration:none;color:#2d3142;background-color:#fff}@media only screen and (max-width:700px){.browse-button:hover{text-decoration:none;color:#fff!important;background-color:#2d3142!important}}.wwa-main .wwa-heading{margin:2rem 0}.wwa-main .wwa-content{margin-bottom:5rem;max-width:90%}.wwa-main .wwa-content .wwa-content-img{padding:2em;background:linear-gradient(282.43deg,#4392f1,hsla(0,0%,100%,0)),#118ab2}.wwa-main .wwa-content .wwa-content-img img{width:9rem}.wwa-main .wwa-content .wwa-content-text{max-width:35rem}.wwa-main .wwa-content .wwa-content-text h1{font-size:15pt}@media only screen and (max-width:576px){.wwa-main .wwa-content{flex-direction:column}}.new-website{background-color:#1a535c;color:#fff}.new-website h3{margin-bottom:1.5rem}.new-website .nw-picture{display:flex;flex:1 1}.new-website .nw-content{flex:3 1}.new-website .nw-content .improvements{color:#000;margin:2rem 0}.new-website .nw-content .improvements div{max-width:15rem;padding:1rem;background-color:#fff}.new-website .nw-content .improvements div p{margin-bottom:0}.new-website .nw-content .previous-websites{font-weight:900}.new-website .nw-content .old-websites-links{max-width:100%}.new-website .nw-content .old-websites-links a{padding:1rem;text-decoration:none;color:#fff;background-color:#0b3142;-webkit-transition:.5s;transition:.5s;border-radius:.5rem;min-width:160px}.new-website .nw-content .old-websites-links a:hover{background-color:#4b7182}.check-products{background:-webkit-gradient(linear,right top,left top,from(#118ab2),to(#2ca58d));background:linear-gradient(270deg,#118ab2,#2ca58d);color:#fff;padding:1.5rem}.check-products p{font-size:14pt}@media only screen and (max-width:768px){.nw-picture{display:none!important}}@media only screen and (max-width:600px){.improvements{flex-direction:column;align-items:center}.improvements div:first-child{margin-bottom:1rem}}@media only screen and (max-width:460px){.old-websites-links{flex-direction:column}.old-websites-links a:first-child{margin-bottom:1rem}}.about-us-heading{background-image:url(/static/media/mount-alberta.eb6d1110.jpeg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.about-us-heading h1{font-weight:bolder}.about-us-heading .about-us-shadow{height:100%;width:100%;background:rgba(0,0,0,.45);padding:6rem}.about-us-content{position:relative}.about-us-content h2{background-color:rgba(17,138,178,.4);padding:1rem;border-left:.5rem solid #4392f1;margin-bottom:2rem}.about-us-content div div img[alt="History of Protestantism Vol.3"]{width:10rem}.about-us-content div div img[alt="CD set"]{width:20rem;height:15rem}.about-us-content-line{border:3px solid #000}@media only screen and (max-width:600px){.about-us-heading .about-us-shadow{padding:3rem}.about-us-content{padding:1rem}.about-us-content div div{flex-direction:column!important;align-items:center}}#show-footer{display:block!important}.footer{background-color:#2d3142;color:#fff;min-height:10rem;z-index:2;position:relative}.footer .inner-div{width:90%;height:100%;margin:auto;padding:2rem 0;z-index:2!important}.footer .inner-div a{color:#fff;text-decoration:none}.footer .inner-div a:hover{text-decoration:underline}.footer .inner-div .f-logo .f-ip{padding:0 1rem}.footer .inner-div .f-logo .f-ip div{margin-top:-.8rem}.footer .inner-div .f-logo .f-ip div a{font-size:xx-large;padding:.3rem;-webkit-transition:.6s;transition:.6s}.footer .inner-div .f-logo .f-ip div #facebook-icon:hover{color:#3b5998}.footer .inner-div .f-logo .f-ip div #twitter-icon:hover{color:#00acee}.footer .inner-div .f-logo .f-ip img{width:5rem;margin-left:1rem}.footer .inner-div .f-logo .copyright-development{padding:1rem;margin-top:1rem}.footer .inner-div .f-logo .copyright-development a{text-decoration:underline}.footer .inner-div .f-logo .copyright-development a:hover{text-decoration:none}.footer .inner-div .f-first-row .f-links .f-links-in{font-size:.85rem;padding:0 2rem}.footer .inner-div .f-first-row .f-links .f-links-in a{padding:.35rem 0}.footer .inner-div .f-first-row .f-links #f-last{border-right:none}.footer .inner-div .f-first-row .f-paypal img{width:23rem}@media only screen and (max-width:830px){.f-first-row .f-links div{border-right:none!important}.f-first-row .f-links div a{text-decoration:underline!important}.f-first-row .f-paypal img{width:18rem!important}}@media only screen and (max-width:756px){.inner-div{flex-direction:column;align-items:center}.f-ip{justify-content:start!important}.f-ip div{order:2}.f-ip img{margin-left:0!important;margin-right:1rem}.copyright-development{text-align:start!important}}@media only screen and (max-width:450px){.f-paypal img{width:5rem!important}}@-webkit-keyframes email-sent-message{0%{opacity:0}to{opacity:1}}@keyframes email-sent-message{0%{opacity:0}to{opacity:1}}.contact-heading{background-image:url(/static/media/1920px-Teufen.ad708c03.jpg);background-position-y:-9rem}.contact-family-name{margin-bottom:3rem}.message-us{margin-top:2rem}.message-us .contact-table{border:5px solid #d3d3d3}.message-us .contact-table td{border:2px solid #d3d3d3;padding:.5rem}.message-us .contact-form .email-error{background-color:#fbb;border:1px solid #c00;color:#c00;padding:.2rem;margin-bottom:.5rem;border-radius:.3rem;width:-webkit-max-content;width:-moz-max-content;width:max-content}.message-us .contact-form .email-error p{margin-bottom:0;font-size:.8rem}.message-us .contact-form form{border-radius:.5rem;background-color:#ededed;position:relative}.message-us .contact-form form .send-confirmation{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;padding:2rem;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,.7);border-radius:.5rem;color:#fff;-webkit-animation:email-sent-message 2s normal;animation:email-sent-message 2s normal}.message-us .contact-form form .send-confirmation span{position:absolute;top:.5rem;right:1rem;font-size:2rem}.message-us .contact-form form .send-confirmation span svg{cursor:pointer}.message-us .contact-form form .send-confirmation div{font-size:larger}.message-us .contact-form form input,.message-us .contact-form form textarea{width:100%;margin-bottom:1rem;padding:.5rem .5rem .5rem 1rem}.message-us .contact-form form textarea{min-height:7rem}@media only screen and (max-width:600px){.contact-heading{background-position-x:-25rem}.contact-form form .name-email{width:100%;flex-direction:column}.contact-form form .name-email input{width:100%!important}.contact-form form textarea{min-height:10rem}}@-webkit-keyframes rotation-up{0%{-webkit-transform:rotate(0);transform:rotate(0);margin-bottom:0}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-bottom:.5rem}}@keyframes rotation-up{0%{-webkit-transform:rotate(0);transform:rotate(0);margin-bottom:0}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-bottom:.5rem}}@-webkit-keyframes rotation-down{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-bottom:.5rem}to{-webkit-transform:rotate(359deg);transform:rotate(359deg);margin-bottom:0}}@keyframes rotation-down{0%{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-bottom:.5rem}to{-webkit-transform:rotate(359deg);transform:rotate(359deg);margin-bottom:0}}.rotate-icon-up{-webkit-animation:rotation-up .5s normal;animation:rotation-up .5s normal;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-bottom:.5rem}.rotate-icon-down{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation:rotation-down .5s normal;animation:rotation-down .5s normal;margin-bottom:0}.products{display:flex;position:relative}.products .sb-back,.products .search-bar{height:calc(100vh - 94.4px);width:19rem}.products .search-bar{overflow:scroll;position:fixed;background-color:#efefef}.products .search-bar .p-products-loading{position:absolute;top:0;left:0;height:100%;width:100%;background-color:hsla(0,0%,100%,.6);z-index:4}.products .search-bar h3{font-size:1.3rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.products .search-bar .sb-heading{padding:.5rem;background-color:#c4c4c4;border-bottom:1px solid #aaa;display:flex;justify-content:space-between;cursor:pointer}.products .search-bar .sb-heading #search-icon{font-size:1.2rem}.products .search-bar .sb-heading:hover{background-color:#aaa!important}.products .search-bar .sb-search .sb-search-content{padding:.5rem}.products .search-bar .sb-search .sb-search-content .sb-search-input{position:relative;display:flex;justify-content:center}.products .search-bar .sb-search .sb-search-content .sb-search-input input[type=search]{margin:.5rem 0;font-size:.9rem;width:95%;height:2rem;padding-right:2rem}.products .search-bar .sb-search .sb-search-content .sb-search-input .clear-input{font-size:.85rem;position:absolute;right:1rem;top:.85rem;cursor:pointer;background-color:#f5f5f5;padding:0 .3rem .05rem}.products .search-bar .sb-search .sb-search-content .sb-search-details{font-size:.85rem}.products .search-bar .sb-search .sb-search-content .sb-search-details input{margin:0 .5rem}.products .search-bar .sb-filter .sb-filter-heading{padding:.5rem;background-color:#c4c4c4;display:flex;justify-content:space-between}.products .search-bar .sb-filter .sb-filter-heading #filter-icon{font-size:1.1rem}.products .search-bar .sb-filter .sb-filter-content{background-color:#efefef;text-align:center;padding:.5rem;display:flex;flex-wrap:wrap}.products .search-bar .sb-filter .sb-filter-content .sb-content-buttons{padding:.2rem;background-color:#2d3142;min-height:4rem;max-height:6rem;width:7.5rem;margin:.3rem;color:#fff;cursor:pointer;font-size:.8rem;border:.1rem solid #2d3142;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.products .search-bar .sb-filter .sb-filter-content .sb-content-buttons:hover{background-color:#4d5162}.products .search-bar .sb-sort .sb-sort-heading #sort-icon{font-size:1.3rem}.products .search-bar .sb-sort .sb-sort-content{background-color:#efefef;padding:.5rem .5rem .5rem 1rem}.products .search-bar .sb-sort .sb-sort-content .checkboxes{font-size:.85rem}.products .search-bar .sb-sort .sb-sort-content .checkboxes input{margin-right:.5rem}.products .search-bar .p-modifications{padding:.5rem}.products .search-bar .p-modifications .search-modification{font-size:.8rem;background-color:#118ab2;padding:.2rem .5rem .2rem .2rem;color:#fff;border-radius:.3rem;margin-bottom:.3rem}.products .search-bar .p-modifications .search-modification p{margin:0;padding:.3rem;max-width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content}.products .search-bar .p-modifications .search-modification span{font-size:1.1rem;cursor:pointer}.products .search-bar .payment-options img{width:12rem;height:78px}.products .products-list{flex:1 1}.products .products-list .payment-options{background-color:rgba(45,49,66,.2)}.products .products-list .payment-options img{width:15rem}.products .products-list .pl-legend{padding:1rem}.products .products-list .pl-legend p{margin-right:1.5rem}.products .products-list .pl-view-number label{margin-right:1rem}.products .products-list .page-index p{width:2.2rem;text-align:center;color:#007bff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.products .products-list .page-index p:hover{text-decoration:underline}.products .products-list .pl-list ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:space-evenly;padding-left:0}.products .products-list .pl-list ul li{margin:1.5rem .5rem}.products .products-list .not-found img{max-width:25%}@media only screen and (max-width:1000px){.sb-back,.search-bar{width:12.2rem!important}.search-bar{background-color:#000}.search-bar .payment-options{display:none!important}.products-list{max-width:76%!important}}@media only screen and (max-width:700px){.products{flex-direction:column}.products .sb-back{display:none}.products .search-bar{position:relative;width:100%!important;max-width:2000rem;flex-basis:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content}.products .search-bar h3{font-size:1rem!important}.products .search-bar .sb-heading:hover{background-color:#c4c4c4!important}.products .search-bar .sb-filter-content,.products .search-bar .sb-sort-content{display:flex;flex-wrap:wrap;justify-content:center}.products .search-bar .sb-filter-content .sb-content-buttons{width:9rem}.products .search-bar .sb-sort-content .checkboxes{margin-right:1.5rem}.products .products-list{max-width:100%!important}}.product-box{display:flex;flex-direction:column;width:11rem;height:100%;padding:.5rem;font-size:.8rem;position:relative;-webkit-transition:.4s;transition:.4s}.product-box .added-to-cart{justify-content:center;position:absolute;width:100%;height:45%;top:0;left:0;text-align:center;padding:auto}.product-box .added-to-cart .added-to-cart-inner{background-color:#fff;border:.1rem solid #000;border-radius:20rem}.product-box .added-to-cart .added-to-cart-inner p span{margin-right:.5rem;color:#00a908;font-size:2rem}.product-box .pb-image img{max-width:10rem;max-height:15rem}.product-box .pb-image .pb-image-loading{height:12rem}.product-box .pb-title{margin-bottom:.3rem;font-weight:bolder}.product-box .pb-subtitle{margin-bottom:.3rem}.product-box .pb-space{height:100%}.product-box .pb-type{margin-bottom:0}.product-box .pb-price{font-weight:700}.product-box .pb-author{margin-bottom:0}.product-box .pb-addtocart-button{text-align:center}.product-box .pb-addtocart-button .addtocart-button{background-color:#00c908;width:100%;color:#fff;padding:.5rem;cursor:pointer;border-color:#ccc;-webkit-transition:.3s;transition:.3s}.product-box .pb-addtocart-button .addtocart-button:hover{background-color:#20e928}.product-box .pb-addtocart-button:hover>.product-box{box-shadow:.3rem .3rem .5rem #666;border:1px solid #777}.apply-notice{-webkit-animation:added-notice 2s linear;animation:added-notice 2s linear}.cart-heading{background-image:url(/static/media/alberta-mountains-luise.b5940e10.jpg)}.cl-legend-1{flex-basis:20%;margin-right:0 .5rem}.cl-legend-2{flex-basis:42%}.cl-legend-3{flex-basis:15%}.cl-legend-4{flex-basis:8%}.cl-legend-5{flex-basis:15%}.empty-cart{flex-direction:column}.empty-cart>img{width:20rem;margin-top:3rem}.payment-confirmation{padding:0 1rem}.payment-confirmation .process-step p{padding:.5rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.payment-confirmation .pc-details h5{padding:.5rem;background-color:rgba(115,255,130,.4);border:1px solid green;color:green}.payment-confirmation .pc-details .purchased-products{padding:1rem;background-color:#118ab2;color:#fff;margin-bottom:2rem}.cart-layout{margin-bottom:3rem;margin-top:2rem}.cart-layout .cart-list{padding:1rem;flex-basis:60%}.cart-layout .cart-list .process-step p{padding:.5rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cart-layout .cart-list .cart-list-legend{padding:.5rem;background-color:#e5e5e5;margin-bottom:1rem}.cart-layout .order-summary{padding:1rem}.cart-layout .order-summary .payment-methods img{width:12rem}.cart-layout .order-summary .order-summary-box{background-color:#e5e5e5;padding:1rem}.cart-layout .order-summary .order-summary-box .os-line{height:1px;background-color:#000}.cart-layout .order-summary .order-summary-box .os-line-bold{height:2px}.cart-layout .order-summary>button{margin-top:1rem}.cart-layout #loading-button{display:flex;justify-content:center}@media only screen and (max-width:700px){.cart-layout{margin-top:3rem}.cart-layout .cart-list{padding:.7rem}}.cart-product-box{padding:.5rem .7rem;border:2px solid grey;margin-bottom:.5rem}.cart-product-box img{max-width:6.25rem}.cart-product-box .cpb-img-loading{width:5px;height:5rem}.cart-product-box .plus-minus-button{cursor:pointer;display:flex;justify-content:space-around;width:1.2rem;height:1.2rem;-webkit-transition:.15s;transition:.15s}.cart-product-box .plus-minus-button:hover{background-color:#118ab2;color:#fff;border-radius:1rem}.cart-product-box .plus-minus-button>p{margin:-.25rem auto auto}.cart-product-box .remove-button{padding-top:.1rem}.cart-product-box .cart-qty{width:2rem;background-color:#fff}.cart-product-box .p-mb-0{margin-bottom:0}@media only screen and (max-width:900px){.cart-layout{flex-direction:column}.plus-minus-button{background-color:#118ab2;color:#fff;border-radius:1rem}}@media only screen and (max-width:475px){.cart-list-legend{font-size:.7rem}.cart-list-legend .cl-legend-4{flex-basis:15%}.cart-list-legend .cl-legend-5{flex-basis:10%}#cl-legend-5{text-align:right;margin-right:0}#cl-legend-3,#cl-legend-5{font-size:.8rem;margin:0 .3rem}.cart-qty{font-size:.8rem}}.pd-atc-confirm{padding:.5rem;background-color:#118ab2;border-radius:.25rem;color:#fff;-webkit-animation:fade-in .6s normal;animation:fade-in .6s normal;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}@-webkit-keyframes fade-in{0%{opacity:0;height:1px;padding:0}to{opacity:1;height:40px;padding:.5rem}}@keyframes fade-in{0%{opacity:0;height:1px;padding:0}to{opacity:1;height:40px;padding:.5rem}}.np-container .np-picture{margin-right:1.5rem}.np-container .np-picture img{max-width:15rem}.np-container .np-picture .img-loading{min-width:5rem;max-width:12rem;min-height:100%}.np-container .np-info1 h3{font-size:larger}.np-container .show-small{display:none}.np-container .np-info1 button,.np-container .show-small button{margin-right:1.4rem}@media screen and (max-width:500px){.np-container .np-picture{margin-right:1rem}.np-container .np-picture img{max-width:8rem}.np-container .np-picture .img-loading{min-width:5rem;max-width:12rem;min-height:100%}.np-container .np-info1 h3{font-size:medium}.np-container .np-info1 .for-small-devices{margin-bottom:0}.np-container .np-info1 .hide-small{display:none}.np-container .np-btn-added button{margin-right:1rem!important}.np-container .show-small{display:block;margin-top:.5rem}.np-container .show-small .for-small-devices{margin-bottom:0}}.wn-heading{background-image:url(/static/media/library-books.469d3330.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.wn-heading h1{font-weight:bolder}.wn-heading .wn-shadow{z-index:3}.wn-content{margin-top:4rem;margin-bottom:4rem}.wn-content .wn-content-intro{margin-bottom:4rem;font-size:large}.wn-content .wn-content-intro a{font-size:larger}.wn-content .wn-series{margin-top:3rem}.wn-content .wn-series h2{font-size:x-large;background-color:rgba(17,138,178,.5);padding:1rem}.wn-content .wn-series .wn-series-loading{width:100%;height:10rem}.wn-content #wn-2020{border-left:.5rem solid #255c99;margin-bottom:3rem}.wn-content #paideia{border-left:.5rem solid #46237a}.wn-content #yb{border-left:.5rem solid #63768d}.wn-content #wylie{border-left:.5rem solid #028090}@media screen and (max-width:500px){.wn-content .wn-content-intro{font-size:medium}.wn-content .wn-content-intro a{font-size:large}.wn-content .wn-series h2{font-size:larger}}@-webkit-keyframes added-notice{0%{opacity:1;display:block}to{opacity:0;display:none}}@keyframes added-notice{0%{opacity:1;display:block}to{opacity:0;display:none}}.pd-main{display:flex;padding:3rem;position:relative}.pd-main .pd-linear-bg{position:absolute;width:100%;height:50%;top:0;left:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(17,138,178,.514)),to(rgba(17,138,178,0)));background:linear-gradient(180deg,rgba(17,138,178,.514),rgba(17,138,178,0));z-index:-1}.pd-main .back-link{color:#000;position:absolute;font-size:1.5rem;top:.3rem;left:1rem;z-index:3}.pd-main .pd-img{flex:1 1;margin-right:2rem}.pd-main .pd-img img{box-shadow:0 8px 10px 0 rgba(50,50,50,.75);margin-bottom:1.5rem}.pd-main .pd-sir p{margin-bottom:0}.pd-main .pd-sir .pd-atc{position:relative}.pd-main .pd-sir .pd-atc button{margin:1rem 0}.pd-main .pd-info{flex:3 1}.pd-main .pd-info .pd-titles{padding:1rem;background-color:#fff;box-shadow:10px 15px 25px rgba(0,0,0,.7);max-width:30rem;margin-bottom:3rem;border-radius:.3rem}.pd-main .pd-info .pd-titles h1{font-size:24pt}.pd-main .pd-info .pd-titles h3{font-size:1.3rem}.pd-desc{padding:0 3rem;margin:0 0 3rem}.pd-performers{margin:2rem 0}.pd-performers div{border-left:.2rem solid #a97400}.pd-performers div table p{margin-bottom:1rem}.pd-performers div table td,.pd-performers div table th{border:1px solid #000;padding:.3rem}.pd-tracks{margin:2rem 0}.pd-tracks .pd-tracks-table{border-left:.2rem solid rgba(42,112,216,.7)}.pd-tracks .pd-tracks-table table #empty-th{border:none}.pd-tracks .pd-tracks-table table td,.pd-tracks .pd-tracks-table table th{border:1px solid #000;padding:.3rem}.back-link-bottom{color:#000;font-size:1.5rem;margin-left:1rem}.back-link-bottom:hover{color:#000}@media only screen and (max-width:849px){.pd-main h1{font-size:20pt!important}}@media only screen and (max-width:768px){.pd-main{padding:3rem 1rem 1rem}.pd-main h1{font-size:17pt!important}.pd-main .pd-info{flex:2 1}.pd-desc{padding:0}}@media only screen and (max-width:600px){.pd-main{flex-direction:column;align-items:center}.pd-info{margin-top:1rem}.pd-info .pd-titles{box-shadow:none!important;background-color:transparent!important}}.pd-desc-related{margin-bottom:3rem;border-top:1px solid #000;border-bottom:1px solid #000;background-color:#e1f3ff}.pd-desc-related .pd-desc-related-products{padding:1rem 1.5rem}.pd-desc-related .pd-desc-related-products .rp-container .rp-list-elem{width:13rem;min-width:11rem;margin:.5rem;-webkit-transition:.2s ease-out;transition:.2s ease-out}.pd-desc-related .pd-desc-related-products .rp-container .rp-list-elem .rp-list-elem-img{min-height:15rem}.pd-desc-related .pd-desc-related-products .rp-container .rp-list-elem p{margin-bottom:0}.pd-desc-related .pd-desc-related-products .rp-container .rp-list-elem .rp-author{color:#000;text-decoration:none}.pd-desc-related .pd-desc-related-products .rp-container .rp-list-elem:hover .rp-author{text-decoration:none}.pd-desc-related .pd-desc-related-products .rp-container img{margin-left:auto;margin-right:auto;max-width:10rem}.pd-desc-related .pd-desc-related-products .rp-container p{font-size:.9rem}.form{padding:1rem;border:2px solid #aaa;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form input,.form select{border:none;border-bottom:1px solid #ccc!important;margin:.5rem;padding:.2rem}.form .longer-input{width:23rem}.form textarea{height:5rem;margin:.5rem}.form .pf-button{margin:.5rem}.form .errors{margin:.1rem;border-radius:.3rem;color:#ff2626;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:.8rem}.form .errors span{display:block}.form .pf-minus,.form .pf-plus{cursor:pointer}.error-warn{padding:.5rem;color:#5c0000;border:1px solid #5c0000;background-color:rgba(255,0,0,.215);margin-bottom:1rem;border-radius:.3rem}.error-warn p{margin:0}.error-warn p .error-warn-sign{-webkit-transform:translateY(-.15rem);transform:translateY(-.15rem)}.unlogged{height:calc(100vh - 336.8px)}.unlogged .user-admin{background-color:#fff;border-radius:100rem;width:6rem;height:6rem;-webkit-transform:translateY(3.2rem);transform:translateY(3.2rem)}.unlogged .user-admin img{width:4rem;height:4rem}.unlogged .unlogged-form{width:20rem;background-color:rgba(192,229,247,.5);padding:5rem 1rem 1rem;border-radius:1rem}.unlogged .unlogged-form form button{margin-top:1.5rem}.logged{height:100vh}.logged .a-l-error-warn{margin-left:1rem}.logged .logged-bar{padding:.5rem 1rem;background-color:#2d3142;color:#fff}.logged .logged-bar p{margin-bottom:0}.logged aside{background-color:#ddd;padding-top:2rem;height:100%}.logged aside p{color:#4169e1;margin-bottom:0;cursor:pointer}.logged aside p:hover{text-decoration:underline}.logged .form{flex:5 1}.logged main{padding-top:2rem}.p404{height:calc(100vh - 96px)}.p404 .p404-center{background-color:rgba(17,138,178,.7);padding:1rem;width:70%;-webkit-transform:translateY(-3rem);transform:translateY(-3rem);border-radius:2rem}.p404 .p404-center .img404 img{width:20rem}.p404 .p404-center .txt404 h1{font-family:Bangers,cursive;font-size:10rem}
/*# sourceMappingURL=main.4f232390.chunk.css.map */