@import "gotham-rounded/stylesheet.css";

/*
font-family: 'GothamRounded-Light';
font-family: 'GothamRounded-Medium';
font-family: 'GothamRounded-Bold';

font-family: 'GothamRounded-LightItalic';
font-family: 'GothamRounded-MediumItalic';
font-family: 'GothamRounded-BoldItalic';

font-family: 'GothamRounded-Book';
font-family: 'GothamRounded-BookItalic';
*/


/***********************************************************
GLOBALS
***********************************************************/

body {
    background-color: #fff;
    color: #000;
    font-family: 'GothamRounded-Book', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
body .font-medium {
    font-family: 'GothamRounded-Medium', Arial, sans-serif;
}
body .font-bold,
p b,
p strong {
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
}
a {
    color: #EF5924;
    text-decoration: none;
}
a:hover {
    color: #B5421C;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #106079;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 1.8rem;
}
.btn-primary {
    color: #fff;
    background-color: #106079;
    border-color: #106079;
}
.btn-primary:hover {
    background-color: #106079;
    border-color: #106079;
    opacity: 0.9;
}
div.is-invalid {
    color: #dc3545;
    padding: 5px 0 0 5px;
}

/***********************************************************
HEADER
***********************************************************/

/* Top Links */
.top-links {
    margin: 0.8em auto;
}
.top-links ul.top-menu {
    margin: 0 0 0 1.2rem;
    padding: 0;
}
.top-links ul.top-menu li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    line-height: 4em;
    vertical-align: middle;
}
.top-links ul.top-menu li a {
    color: #106079;
    font-size: 1em;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-right: 3.4rem;
    vertical-align: middle;
    display: flex;
}
@media only screen and (max-width: 1400px) {
    .top-links ul.top-menu li a {
        margin-right: 2.4rem;
    }
}
@media only screen and (max-width: 1200px) {
    .top-links ul.top-menu li a {
        margin-right: 1.8rem;
    }
}
.top-links ul.top-menu li a i.fa,
.top-links ul.top-menu li a i.far,
.top-links ul.top-menu li a i.fas {
    line-height: inherit;
}
.top-links ul.top-menu li a.donate,
.top-links ul.top-menu li a:hover {
    color: #EF5924;
}

/* Search Bar */
.top-links .search-bar {
    padding-top: 14px;
}
.top-links .search-bar input {
    border-radius: 2rem 0 0 2rem;
}
.top-links .search-bar input:focus::placeholder {
    color: #fff;
    opacity: 0.7;
}


@media only screen and (max-width: 1200px) {
    .top-links .search-bar input {
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
    }
}
.top-links .search-bar input:focus {
    background-color: #106079;
    color: #fff;
}
.top-links .search-bar button {
    border-radius: 0 2rem 2rem 0;
}
.top-links .search-bar button:hover {
    background-color: #106079;
    color: #fff;
}

/* Cart Icon */
.top-links a#btn-cart {
    color: #106079;
    display: block;
    float: right;
    margin-right: 1.2rem;
    margin-top: 16px;
    text-decoration: none;
    position: relative;
}
.top-links a#btn-cart:hover {
    color: #EF5924;
}
.top-links a#btn-cart span#cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #d9534f;
    padding: 0;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#btn-mobile-menu,
#btn-mobile-search {
    float: right;
    text-decoration: none;
    position: relative;
    margin-top: 24px;
}
#btn-mobile-menu {
    margin-left: 4rem;
    color: #106079;
}
#btn-mobile-search {
    margin-right: 4rem;
    color: #106079;
}
#btn-mobile-home {
    float: left;
    display: block;
}
#btn-mobile-home img {
    max-height: 62px;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
#mobile-top-bar {
    background-color: #106079;
}
#mobile-top-bar h2 {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    header {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 2rem;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 25%);
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    }
    header .top-links {
        margin-top: 0;
    }
    .top-links a#btn-cart {
        margin-top: 24px;
    }
}
/* Banner */
.home-banner {
    position: relative;
    margin-bottom: 60px;
}
.home-banner #banner-background {
    border-radius: 2em;
}
.home-banner #banner-logo {
    position: absolute;
    top: 0;
    left: 60px;
    width: 90px;
    height: 135px;
}
.home-banner #banner-vignet {
    position: absolute;
    bottom: -60px;
    right: 80px;
    height: 407px;
    max-height: 100%;
}
.page-banner {
    position: relative;
    border-radius: 2em;
    /*background-color: #dbfbdd;*/
    background-color: #e8f5e4;
    height: 180px;
    margin-bottom: 20px;
}
.page-banner #banner-logo {
    position: absolute;
    top: 0;
    left: 60px;
    width: 90px;
    height: 135px;
}
.page-banner h1 {
    color: #54595F;
    font-family: 'GothamRounded-Medium', Arial, sans-serif;
    font-size: 2.6rem;
}

/* Service Bar */
.service-bar {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 1rem 0 0 0;
    padding: 1rem 0;
}
.service-bar .d-flex {
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
    font-weight: normal;
    text-align: center;
}
.service-bar .d-flex a:hover {
    color: #B5421C;
}

/* Sub-nav */
.sub-nav {
    background-color: #d7f4fb;
}
/*
.sub-nav ul.product-menu {
    margin: 0;
    padding: 0;
}
.sub-nav ul.product-menu > li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    line-height: 4em;
    vertical-align: middle;
    text-transform: uppercase;
}
.sub-nav ul.product-menu > li > a {
    color: #424242;
    font-size: 1em;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align: middle;
    display: flex;
    transition: 0.3s;
}
.sub-nav ul.product-menu li a:hover {
    color: #EF5924;
}
*/

.sub-nav ul li.nav-item {
    text-transform: uppercase;
    margin-right: 40px;
}
.sub-nav ul li.nav-item a {
    color: #323433;
    font-size: 1em;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    transition: 0.3s;
}
.sub-nav ul li.nav-item:hover > a {
    color: #EF5924;
}
.sub-nav ul li.nav-item .dropdown-toggle::after {
    color: #164e67;
    margin-top: 0.2em;
    border-top: 0.7em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    vertical-align: 0;
    transition: 0.3s;
}
.sub-nav ul li.nav-item:hover .dropdown-toggle::after {
    color: #EF5924;
}
.sub-nav ul.dropdown-menu {
    background-color: #d9f4fd;
    box-shadow: 5px 5px 5px rgba(2,2,2,0.2);
    border: none;
    border-radius: 0;
}
.sub-nav ul.dropdown-menu li a {
    text-transform: none;
    color: #174d67;
}
.sub-nav ul.dropdown-menu li a:focus,
.sub-nav ul.dropdown-menu li a:hover {
    color: #EF5924;
    background-color: transparent;
}


/***********************************************************
FOOTER
***********************************************************/

footer {
    background-color: #106079;
}

/* Subscribe Form */
footer .footerbox h4 {
    color: #fff;
}
#footer-subscribe-form input {
    border-radius: 2rem 0 0 2rem;
    border: none;
    padding: 0.8rem 1.6rem;
}
#footer-subscribe-form input:focus {
    color: #106079;
    background-color: #fff;
}
#footer-subscribe-form button {
    border-radius: 0 2rem 2rem 0;
    background-color: #fff;
    color: #106079;
    border: none;
    padding: 0.8rem 1.6rem;
}
#footer-subscribe-form button:hover {
    background-color: #106079;
    color: #fff;
}

/* Social Links */
@media only screen and (min-width: 992px) {
    footer .social-link-box {
        float: right;
    }
}
footer ul.social-links {
    margin: 0 0 0 1.2rem;
    padding: 0;
}
footer ul.social-links li {
    border-radius: 50%;
    margin: 0.6rem;
    width: 3.8rem;
    height: 3.8rem;
    float: left;
    display: block;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    line-height: 3.8rem;
}
footer ul.social-links li:hover {
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    margin: 0.4rem;
    transition: 0.3s;
}
footer ul.social-links li a i.fa-2x {
    line-height: inherit;
    vertical-align: middle;
    color: #106079;
}
footer ul.social-links li:hover i.fa-2x {
    font-size: 2.4em;
    color: #EF5924;
}
footer ul.page-links {
    margin: 0;
    padding: 0;
    float: left;
}
footer ul.page-links li {
    margin-right: 4rem;
    float: left;
    display: block;
    padding-top: 2.6rem;
}
footer ul.page-links li a {
    font-size: 0.9em;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
    color: #fff;
}
footer .logo-container {
    float: right;
}
footer .logo-container img {
    max-height: 4rem;
    margin-right: 3rem;
}
@media only screen and (max-width: 991px) {
    footer .logo-container {
        float: none;
        text-align: center;
    }
    footer .logo-container img {
        max-height: none;
        max-width: 3.4rem;
        margin-right: 3rem;
        margin-left: 3rem;
    }
}
.copyright {
    background-color: #141414;
    color: #666666;
    font-size: 0.9em;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
}

/***********************************************************
SIDE MENU
***********************************************************/

#side-menu {
    background-color: #DFF6FC;
}
#side-menu .offcanvas-body {
    position: relative;
}
#side-menu .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2.4rem;
    background-color: #FFFAF5;
    color: #106079;
    opacity: 1;
    float: right;
    margin: 0;
    font-size: 1.4em;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
}
#side-navigation {
    padding: 0;
    margin: 0 0 0 0;
}
#side-navigation li {
    list-style: none;
    padding: 0.8rem 0 0.8rem 0.8rem;
    margin: 0 0 0 4rem;
}
#side-navigation li a {
    color: #106079;
    font-size: 1.5em;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
}
#side-navigation .side-sub-nav-container {
    position: relative;
}
#side-navigation .side-sub-nav-container.open {
    background-color: #fff;
    box-shadow: 5px 3px 5px rgba(2, 2, 2, 0.2);
}
#side-navigation .side-sub-nav-container.open > a {
    color: #EF5924;
}

#side-navigation .side-sub-nav-container ul {
    position: absolute;
    left: 0;
    top: 60px;
    margin: 0;
    padding: 0 0 20px 20px;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    box-shadow: 5px 5px 5px rgba(2, 2, 2, 0.2);
}
#side-navigation .side-sub-nav-container li {
    margin: 0;
    padding: 0;
}
#side-navigation .side-sub-nav-container li a {
    font-size: 1.3em;
    line-height: 1.6em;
}


/***********************************************************
HOMEPAGE
***********************************************************/

.product-card {
    border: none;
    text-align: center;
    border-radius: 4px;
    background-color: #DFF6FC;
}
.product-card:hover {
    cursor: pointer;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 26%) !important;
}
.product-card img {
    width: 100%;
    border: solid 1px #eee;
}
.product-card h4 {
    height: 4rem;
    padding: 0 0.4rem;
    line-height: 1.4rem;
}
.product-card .price {
    font-family: 'GothamRounded-Medium', Arial, sans-serif;
    font-size: 1.2rem;
    color: #2c3338;
}
.product-card a.product-details {
    color: #ffffff;
    background-color: #22C2F2;
    border-color: #22C2F2;
    font-size: 18px;
    border-style: solid;
    border-radius: 26px 26px 26px 26px;
    margin-top: 16px;
    width: 80%;
    max-width: 240px;
}
.product-card a.product-details:hover {
    background-color: #1B86A7;
    border-color: #1B86A7;
}
.product-card a.btn-add-to-cart {
    text-decoration: underline;
}
.product-card a.btn-add-to-cart:hover {
    color: #ef5924;
}
.product-card a.btn-product-cart {
    color: #ffffff;
    background-color: #ef5924;
    border-color: #ef5924;
    font-size: 18px;
    border-style: solid;
    border-radius: 26px 26px 26px 26px;
    margin-top: 16px;
    width: 80%;
    max-width: 240px;
}
.product-card a.btn-product-cart:hover {
    background-color: #B5421C;
    border-color: #B5421C;
}
.faq-row,
.donation-row {
    background-color: #d9f0e5;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 3rem;
    font-size: 1.5rem;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
    color: #4a4f54;
}
.faq-row:hover,
.donation-row:hover {
    cursor: pointer;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 26%) !important;
}
.faq-row a.btn-faq,
.donation-row a.btn-donation {
    color: #ffffff;
    background-color: #00994f;
    border: none;
    font-size: 1.3rem;
    border-radius: 26px 26px 26px 26px;
    padding-left: 40px;
    padding-right: 40px;
    transition: background 0.3s;
}
.faq-row:hover a.btn-faq,
.donation-row:hover a.btn-donation {
    background-color: #EF5924;
}

.all-cards-row {
    background-color: #DFF6FC;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 3rem;
    font-size: 1.5rem;
    font-family: 'GothamRounded-Bold', Arial, sans-serif;
    color: #4a4f54;
}
.all-cards-row:hover {
    cursor: pointer;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 26%) !important;
}
.all-cards-row a.btn-all-cards {
    color: #ffffff;
    background-color: #22C2F2;
    border: none;
    font-size: 1.3rem;
    border-radius: 26px 26px 26px 26px;
    padding-left: 40px;
    padding-right: 40px;
    transition: background 0.3s;
}
.all-cards-row:hover a.btn-all-cards {
    background-color: #EF5924;
}

/***********************************************************
PRODUCT DETAILS
***********************************************************/

h1.product-title {
    color: #EF5924;
    font-size: 3rem;
    line-height: 1em;
}
h2.product-sku {
    color: #333;
}

.page-item .page-link {
    color: #2B5565;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2B5565;
    border-color: #2B5565;
}

.product-image-nav img {
    padding: 10px;
    width:123px;
    height:123px;
    border: solid 1px #eee;
}
.product-image-nav .slick-slide {
    margin-right: 1rem !important;
}
.product-details-container .btn-add-to-cart,
.product-details-container .btn-product-cart {
    background-color: #106079;
    border-color: #106079;
    border-radius: 36px;
}
.product-details-container .btn-add-to-cart:hover,
.product-details-container .btn-product-cart:hover {
    background-color: #2B5565;
    border-color: #2B5565;
}
.product-details-container .btn-continue-shopping {
    border-radius: 36px;
}
.product-details-container .product-price {
    font-family: 'GothamRounded-Medium', Arial, sans-serif;
    font-size: 1.6rem;
}
.product-details-container .product-stock {
    color: #77a464;
}


/* SLick Slider - Custom Style */
.product-image-nav button.slick-prev.slick-arrow,
.product-image-nav button.slick-next.slick-arrow {
    display: none !important;
}
.product-image-nav .slick-slide {
    float: left;
    height: 123px !important;
    min-height: 1px;
    width: 123px !important;
    opacity: 0.6;
}
.product-image-nav .slick-slide:hover {
    cursor: pointer;
}
.product-image-nav .slick-slide.slick-current {
    opacity: 1;
}
/* Lightbox - Custom Style */
.carousel-item .ratio {
    background-color: #fff !important;
    padding: 4rem;
}
.carousel-control-prev,
.carousel-control-next,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    color: #000;
    border: 0;
    opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover{
    color: #000;
    opacity: 0.9;
}
.modal.lightbox .carousel-control-prev-icon,
.modal.lightbox .carousel-control-next-icon {
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2em;
}
.modal.lightbox .carousel-control-next-icon:before {
    content: "\f054";
}
.modal.lightbox .carousel-control-prev-icon:before {
    content: "\f053";
}
.modal.lightbox button.btn-close {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2em;
}
.modal.lightbox button.btn-close:before {
    content: "\f00d";
}
.modal.lightbox button.btn-close svg {
    display: none;
}
h6.p2 {
    font-family: 'GothamRounded-Book', Arial, sans-serif;
    color: #000;
}

/***********************************************************
CART
***********************************************************/

#cart-container .btn.delete {
    color: red;
}
#cart-container .btn.stepup,
#cart-container .btn.stepdown {
    color: #106079;
}

#cart-container #btn-add-donation {
    border-color: #f5851f;
    background-color: #f5851f;
}
#cart-container #btn-checkout {
    border-color: #106079;
    background-color: #106079;
}
#cart-container .btn-product-cart {
    border-color: #106079;
    background-color: #106079;
    margin-left: 20px;
}
.donation-form {
    padding: 10px;
    background-color: #eee;
    margin-bottom: 10px;
    border: solid 1px #ddd;
}

.table.cart .product-container:hover {
    cursor: pointer;
}

/* Responsive Cart Table */
@media only screen and (max-width: 768px) {
    .table > :not(:first-child) {
        border-top: 1px #ddd solid;
    }
    .table.cart thead {
        display: none;
    }
    .table.cart tr th,
    .table.cart tr td {
        display: block;
    }
    .table.cart tr.d-sm-none th,
    .table.cart tr.d-sm-none td {
        display: none;
    }

    .table.cart tr th.has-title,
    .table.cart tr td.has-title {
        text-align: right !important;
    }

    .table.cart tr th.has-title::before,
    .table.cart tr td.has-title::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .table.cart .hide-mobile {
        display: none;
    }
    .table.cart tr td .qty-cell.align-items-center.justify-content-center {
        justify-content: right !important;
    }
    .table.cart tr td .qty-cell button,
    .table.cart tr td .qty-cell input {
        float: right;
    }
    .table.cart tr td.delete-item {
        border-top: 2px solid #ccc;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left !important;
    }
    .table.cart tr td.font-medium.my-3 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/***********************************************************
CHECKOUT
***********************************************************/

#frmCheckout .btn-primary {
    border-color: #106079;
    background-color: #106079;
}
form label sup i.fa-star.fa-xs {
    color: #f00;
    font-size: .5em;
}
#frmCheckout #generalTerms-error {
    color: #f00;
    font-family: 'GothamRounded-Medium', Arial, sans-serif;
}

/***********************************************************
CONTENT PAGES
***********************************************************/

.content-page h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.content-page h2 {
    font-family: 'GothamRounded-Medium', Arial, sans-serif;
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}
.content-page p {
    margin-bottom: 1.8rem;
}

/***********************************************************
FAQ
***********************************************************/

#accordionFaq {

}
#accordionFaq .accordion-item {
    background: none;
    border: none;
}
#accordionFaq .accordion-button.collapsed .fa-minus:before {
    content: "\f067";
}
#accordionFaq .accordion-button::after {
    display: none;
}
#accordionFaq .accordion-button {
    color: #106079;
    background-color: transparent;
    box-shadow: none;
}
#accordionFaq .accordion-button:not(.collapsed) {
    color: #f5851f;
    background-color: transparent;
    box-shadow: none;
}
#accordionFaq h2.accordion-header {
    margin-bottom: 0;
}
#accordionFaq h2.accordion-header .accordion-button {
    font-size: 1.4rem;
}
#accordionFaq h2.accordion-header .accordion-button .fas {
    margin-right: 0.6rem;
}
#accordionFaq .accordion-body {
    padding: 0 1.25rem 2rem;
    font-family: 'GothamRounded-Light', Arial, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 1.2rem;
}
#frmContact {
    margin-bottom: 60px;
}
#frmContact h2 {
    color: #106079;
}

/***********************************************************
CONTACT
***********************************************************/

.google-maps {
    position: relative;
    padding-bottom: 75%; /*This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/***********************************************************
DONATION
***********************************************************/

.donation-img-container {
    padding: 20px 20px 20px 20px;
    background-color: #F4F4F4;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    display: inline-block;
    justify-content: center;
}
.donation-img-container img {
    border-radius: 14px;
}