﻿@font-face {
  font-family: "Prox Reg";
  src: url("fonts/ProximaNova-Regular.woff");
}
@font-face {
  font-family: "Prox Bold";
  src: url("fonts/ProximaNova-Bold.woff");
}

html,body {
    margin: 0;
}

.shipCostCenter{
  display: none;
}

.validation,
.error{
    color:#ff0000;
    display: block;
}
p.price.original span
{
    position:relative;
}
p.price.original span::before{
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: calc( 50% - 1.5px );
    border-bottom: 3px solid rgba(255,0,0,0.8);
}
.g-recaptcha{
    text-align: center;
}
.g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}

/****** General Layout ******/
.maincontent, .account-page .home-content {
    flex: auto;
}

/*****404*****/

.error404 {
    text-align:center
}
.error404 img {
    max-width: 100%;
    width: 40%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
error404 p {
    margin-bottom: 30px;
}
/*****NoSite*****/
.nowebsite {
    background-image: url("/National_Library/oe_/https://pfizerstore.overtureshops.com/images/Page-not-found-1b.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.nowebsite-wrap {
    margin: 0 auto;
}
.nowebsite h1 {
    font-size: 100px;
    color: white;
    font-family: "Prox Bold";
    margin-bottom: 0px;
}
.nowebsite p { 
    font-size: 24px;
    color: white;
    margin-bottom: 4rem;
    line-height: 1.35;
    font-family: "Prox Reg";
}
.nowebsite a {
    background-color: #ED7625;
    color: white;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-family: "Prox Reg";
}
.nowebsite a:hover {
    opacity: .70;
}

/***** Login *****/

.toppass,
.remove-btn {
    display: none;
}


/***** Header *****/

.hiddenHeader {
    display: none;
    margin: 0;
}

.fixedheader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: var(--color-1); 
    color: #ffffff;
    z-index: 200;
    display: grid;
    min-height: 10vh;
    grid-auto-flow: row;
}
.header {
    height: 70px;
}

bodyheadermargin {
    margin-top: 2rem;
}
msHeaders {
    font-size: 14px !important;
    margin: 0 !important;
}
.header .logo
{
    display: block;
}
.header .logo a
{
    max-height: 100%;
    max-width: 100%;
    display: block;
}
.header .logo img
{
    max-height: 70px;
}
.header.wrapper
{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: minmax(auto,70px);
    align-items: center;
    height: 100%;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    padding-left: 20px;
}
.header-right{
    text-align: right;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    align-items: center;
}
.header-right ul.navigation
{
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    grid-column-gap: 10px;
    align-items: center;
    margin: 0px;
}
.header-right ul.subnav
{
    display: none;
}
.header-right ul.navigation li
{
    position: relative;
    text-align: center;
}
.header-right ul.navigation a
{
    font-weight: bold;
}
.header-right ul.navigation li ul.subnav
{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    background-color: var(--color-4);
    z-index: 3000;
}
.header-right ul.navigation li:hover ul.subnav
{
    display: block;
}
.header-right ul.subnav li
{
    padding-top: 3px;
    padding-bottom: 3px;
}
.header-right ul.subnav li a
{
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
}
.header-right .cart,
.header-right .login
{
    display: inline-block;
}
.header-right .search form
{
}
.header-right .search input
{
    border: 2px solid var(--color-4);
    border-right: none;
    color: var(--color-4);
}
.header-right .search button
{
    padding: 0px;
    color: var(--color-1);
    font-size: 20px;
    border-radius: 0px;
    height: 38px;
    padding: 6px 10px;
    float: right;
    border: 2px solid var(--color-4);
    border-left: none;
    margin: 0px;
}
.header-right .search-icon
{
    display: none;
}
.header-right .searchwrapper
{
    display: inline-block;
}
.header-right .menu .icon
{
    margin-right: 8px;
}
.header-right .menu a{
    font-size: 30px;

}

.dynamicform:hover {
    cursor: pointer;
}
/***** Account/Orders *****/
h1.account {
    text-align: center;
    margin-top: 20px;
    font-size: 35px;
}

.accountheader
{
    text-align: center;
}
.accountheader a
{
    display: inline-block;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 2rem;
    text-decoration: none;
    font-size: 1.5rem;
}

.accountheader .active
{
    display: inline-block;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 2rem;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
}
table.orders {
    margin: auto;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
table.orders td {
    vertical-align: middle;
    text-align: left;
    padding: 5px;
    border: 1px solid #666666;
}
table.orders th {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #333333;
    padding-left: 8px;
    color: #ffffff;
    background-color: var(--color-4);
}
table.orders td:first-child {
    padding-left: 8px;
}
table.orders td:nth-child(n+4) {
    text-align: center;
}
table.orders tr:nth-child(2n+1) {
    background-color: #dedede;
}
table.orders th.subtable span {
    display: inline-block;
}
table.orders th.subtable span,
table.orders table.t-details td {
    width: 20%;
}
table.orders th.subtable span:first-child,
table.orders table.t-details td:first-child {
    width: 60%;
}
table.orders table tr {
    background-color: #ffffff;
}
table.orders p {
    margin-bottom: 5px;
    line-height: 17px;
}
table.orders div.o-details,
table.orders div.reorder {
    display: none;
    position: fixed;
    max-width: 85%;
    max-height: 85%;
    min-width: 60%;
    min-height: 50%;
    z-index: 2500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}
table.orders a.view-more,
table.orders a.reorder-btn {
    cursor: pointer;
    display: inline-block;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}
table.orders table.t-details p {
    margin-bottom: 5px;
}
table.orders a.close {
    font-size: 30px;
    text-decoration: none;
    margin-bottom: 25px;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}
table.orders div.padding {
    padding: 20px;
}
table.orders table.t-details,
table.orders table.line-items {
    width: 100%;
    margin-bottom: 25px;
}
.cartbuttons form
{
    text-align: right;
}
/* Estimates Order Page */
.est-order h2
{
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 42px;
}
.est-order h3
{
    font-size: 24px;
    border-bottom: 2px solid var(--color-2);
    margin-bottom: 10px;
}
.est-contact span
{
    display: block;
    margin-bottom: 5px;
}
.est-dets
{
    clear: both;
}
.est-dets table
{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}
.est-order .subtotal
{
    text-align: right;
}
.est-dets table th
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-2);
}
.est-dets table td
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-3);
}
.est-dets table td:nth-child(n+2)
{
    text-align: center;
}
.est-order .subtotal span
{
    margin-left: 5px;
}
.quote-page input[type='submit']
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.quote-page .modal-submit .button
{
    display: none;
}

/* Home Page */
div.rotator
{
    position: relative;
    z-index: 100;
}
div.rotator a.left,
div.rotator a.right{
    font-size: 40px;
    display: none;
    position: absolute;
    z-index: 300;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
div.rotator a.left
{
    left: 2%;
}
div.rotator a.right
{
    right: 2%;
}
div.rotator .home-banner
{
    position: relative; 
    top: 0px;
    z-index: 100;
    display: none;
}
div.rotator .home-banner.hiding
{
    display: block;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 30;
}
div.rotator .home-banner img
{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.featured
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.featured h3
{
    text-align: center;
}
.home-featured div.product.three.columns:nth-child(4n+1)
{
    clear: left;
    margin-left: 0px;
}
.home-featured div.product.four.columns:nth-child(3n+1)
{
    clear: left;
    margin-left: 0px;
}
.home-featured .arrow
{
    display: none;
}
.home-banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 5%;
    width: 40%;
}
.banner-text h2
{
    color: var(--color-1);
}
.banner-text h2 span
{
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.foot-bottom .copyR p {
    padding-top: 0;
}

.hiddenFooter {
    display: none;
    margin: 0;
}

.footer {
    background-color: var(--color-5);
    padding-top: 25px;
    clear: left;
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
}
.footer h3
{
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 35px;
}
.footer .madewithlove
{
    background-color: var(--color-2);
    text-align: center;
}
.footer .madewithlove img
{
    display: inline-block;
    height: 2vh;
    margin-bottom: 2%;
    margin-top: 1%;
}
.footer .icon
{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 6px;
}
.footer .icon p
{
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}
.foot-top a.has-subs,
.foot-top a.has-children
{
    font-weight: bold;
}
.foot-top ul.subnav
{
    margin-top: 10px;
}
.foot-top ul li
{
    height: auto;
    margin-bottom: 10px;
}
.foot-top ul a img
{
    float: left;
    margin-right: 5px;
}
.foot-top ul a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.foot-top ul a:hover
{
    text-decoration: underline;
}
.foot-top ul a:after
{
    position: relative;
	content: '';
	clear: both;
	display: block;
}
.foot-bottom
{
    margin-top: 2vh;
    text-align: center;
    align-items: center;
}
.foot-bottom .navigation {
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.foot-bottom ul li
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.foot-bottom ul li a
{
    text-decoration: none;
    color: var(--color-1);
}

.content-page
{
    padding-top: 15px;
    padding-bottom: 25px;
    clear: both;
}
.content-page ul
{
    list-style: disc;
    padding-left: 15px;
}
.payment span.radio
{
    margin-bottom: 10px;
    display: block;
}
.cust-fields .validation{
    display:none;
}
.cust-fields .validation.visible{
    display: block;
}
.custom-form .close
{
    display: none;
}
.modal-window .custom-form .close
{
    display: block;
}

/* Checkout */

div.breadcrumb,
div.continue {
    text-align: center;
}
div.breadcrumb ol {
    list-style: none;
    counter-reset: item;
    margin-top: 25px;
}
div.breadcrumb ol li {
    display: inline-block;
    counter-increment: item;
    margin-bottom: 5px;
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 80px;
    vertical-align: top;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: var(--color-3);
}
div.breadcrumb ol li:after {
    content: counter(item);
    border-radius: 100%;
    background-color: #ffffff;
    border: 3px solid #d1d1d1;
    color: var(--color-3);
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}
div.breadcrumb ol li:nth-child(n+2)::before {
    content: '';
    border-top: 3px solid var(--color-3);
    position: absolute;
    width: 80px;
    height: 1px;
    left: -40px;
    top: 22px;
    transform: translate(-27px, 0);
}
div.breadcrumb ol li.active:before,
div.breadcrumb ol li.check:before {
    border-top: 3px solid var(--color-3);
}
div.breadcrumb ol li.active,
div.breadcrumb ol li.check,
div.breadcrumb ol li.active a,
div.breadcrumb ol li.check a {
    color: var(--color-2);
    text-decoration: none;
}
div.breadcrumb li.check {
    padding-top: 0px;
}
div.breadcrumb li.check a {
    display: block;
    padding-top: 50px;
    position: absolute;
}
div.breadcrumb ol li.active:after {
    border: 3px solid var(--color-2);
    color: var(--color-2);
}
div.breadcrumb ol li.check:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-size: 30px;
    font-weight: 900;
    text-decoration: inherit;
    border: 3px solid var(--color-2);
    background-color: var(--color-2);
    font-size: 28px;
    line-height: 42px;
    color: #fff;
}
div.address.row .same
{ text-align: center; }

/* Category page */
.category .product .image
{
    position: relative;
}
.prod-overlay {
    position: absolute;
    max-width: 80px;
    top: -10px;
    right: -10px;
    border: none;
    z-index: 30;
}

table.modal-form{
    width: 100%;
}
div.modal-form fieldset
{
    display: flex;
    flex-direction: row;
    text-align: left;
}
div.modal-form fieldset label
{
    display: flex;
    flex-direction: row;
    align-items: center;
}
div.modal-form fieldset input
{
    display: inline-block;
    width: 25px;
    margin: 0px;
    margin-left: 10px;
}

div.cat-page div.category .subcategory {
    clear: none;
}
div.category div.subcategory:nth-child(4n + 1) {
    clear: left;
    margin-left: 0px;
}
div.subcategory div.image img:nth-child(n + 2) {
    display: none; /* only show the first image*/
}
div.subcategory .details {
    text-align: center;
    padding-top: 20px;
}

div.subcategory .details p.name a {
    text-decoration: none;
}


/* Product Page */

.product-matrix .qty-lnk
{
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
}
.product-matrix {
    margin-left: 0px;
    margin-top: 15px;
    clear: left;
}
.matrix-modal {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    padding: 40px;
    transform: translate(-50%, -50%);
    z-index: 1200;
    border: 3px solid var(--color-4);
}
.matrix-modal .selectors
{
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--color-4);
}
.matrix-modal .selectors li
{
    cursor: pointer;
    margin: 0px;
    font-weight: bold;
    font-size: 20px;
}
.matrix-modal .selectors li.selected
{
    color: var(--color-4);
}
.matrix-modal .grouping
{
    display: none;
}
.matrix-modal .grouping:first-child
{
    display: block;
}
.matrix-modal .inventory-table
{
    width: 100%;
}
.matrix-modal .inventory-table th
{
    font-weight: bold
}
.matrix-modal a.close {
    color: #000000;
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
.matrix-modal a.close i
{
    margin: 0px;
}
.matrix-modal .inventory-table tr
{
    padding-bottom: 5px;
}
.prod-content-image {
    margin-left: auto;
    margin-right: auto;
}
.prod-light-box, .selected-logo {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    background-color: #ffffff;
    z-index: 12000;
    padding: 30px;
    border: 1px solid var(--color-3);
    overflow: auto;
    max-width: 80%;
    max-height: 80%;
}
.prod-light-box .prod-opt-radio {
    max-height: 70vh;
    overflow-y: scroll;
}
.prod-opt-radio {
    display: grid;
    grid-template-columns: repeat(6, min-content);
    row-gap: 1rem;
    column-gap: 0.5rem;
    margin-bottom: 1rem;
}
.prod-opt-item {
    display:grid;
    grid-template-columns: auto 150px;
}
.show-selected-message {
    display: none;
    margin-left: 15px;
    vertical-align: top;
}
.show-selected-message span {
    font-weight: bold;
}
.show-selected-message a {
    display: block;
    text-align: center;
}
.show-selected-message a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.selected-logo a {
    font-size: 30px;
    text-decoration: none;
    margin-bottom: 25px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
    color: var(--color-2);
}
.viewlogo {
    text-align: center;
}
.logo-continue {
    float: right;
    margin-right: 2em;
}
.targetedproductmessage span {
    display: block;
}
.related .category .product div:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
/* Sustainability page */
.sustainability-wrapper {
    display: grid;
    grid-template-columns: 1fr 4fr;    
    grid-row-gap: 2em;    
}
/* Cookie bar */
.cookiebar {
    position: fixed;
    bottom: 0px;
    background-color: white;
    padding: 25px;
    width: 100%;
    z-index:5000;
    display: none;
    border-top: 1px solid black;
    text-align: center;
}
.cookiebar.visible {
    display: block;
}
.cookiebar .wrapper {
    display: block;
    margin-right: 20px;
}
.wrapper .copy {
    margin-right: 20px;
}
.copy p {
    margin: 10px;
}
.cookiebar .buttons {
    text-align: center;
    margin-right: 10px;
}
.cookiebar .button {    
    min-width: 150px;
}
.cookiebar .decline {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    margin: 10px;
}
.cookiebar .accept {
    margin: 10px;
}
.visible {
    visibility: visible !important;
}
/* Address book*/
.card-addr {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-addr-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-addrinsert > .card-addr > .card-addr-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.address-main-content {
    display: flex;
    justify-content: center;
}
.addressbook-container {
    margin: 25px 0;    
}
.card-addr-size > .card-footer  input,
.card-addr-size > .card-footer > a.button {
    margin-bottom: 0px;
}
.card-addr-size > .card-footer {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}
.card-addr-size, .card-addrinsert > .card-addr {
    min-height: 300px;
}
.card-addrinsert > .card-addr > .card-addr-body {
    justify-content: center;
}
.card-addr-size {
    max-width: 450px;
    min-width: 350px;
    box-shadow: 1px 1px 9px hsl(210deg 14% 75%);
}
.card-addrinsert .card-addr{
    border: none;
}
.plus-container {
    cursor: pointer;
    height:100px;
    width: 100%;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-addrinsert:hover .vertical-line, .card-addrinsert:hover .horizontal-line {
    background-color: darkgray;
}
.card-addrinsert:hover h3{
    color: darkgray;
}
.vertical-line {
    position: absolute;
    background: #000;
    width: 10px;
    height: 100px;
    border-radius: 10px;
}
.horizontal-line {
    position: absolute;
    background: #000;
    width: 10px;
    height: 100px;
    border-radius: 10px;
    transform: rotate(90deg);    
}
.card-addr-size {
    margin-top: 0.5rem;
    margin-left: 10px;
}
.addr-default-btn {
    margin-left: 10px;
}
.card-header {
    margin-top: 0.5rem;    
    padding-right: 10px
}
.card-loc-header {
    margin-left: 15px;
}
.addressedit-container {
    display: flex;
    justify-content: center;
}
.addressbook-card-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: auto;
    grid-gap: 25px;    
}
.card-addrinsert:hover {
    cursor: pointer;
}

.addressedit-form-action > input {
    margin-bottom: 0;
}
.card-text {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.addressedit-container .formElement > input select {
   width: 100% !important;
}