﻿/*
    NavBar: 0173c7 > 0083d8
    NavBar hover: 2a8ad4 > 0372b8
    Home H1 fecc73 > 79dbff

*/
* {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

body {
}


.overlayLoader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url("/images/loader.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .overlayLoader {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .overlayLoader {
    display: block;
}


.iconhover-container {
    position: relative;
}

    .iconhover-container i {
        position: absolute;
        top: 45%;
        left: 45%;
        transform: translate(-45%, -45%);
        display: none;
    }

    .iconhover-container:hover img {
        opacity: 0.5;
    }

    .iconhover-container:hover i {
        display: block;
        z-index: 500;
    }

.icon-container {
    position: relative;
}

    .icon-container i {
        position: absolute;
        top: 45%;
        left: 45%;
        transform: translate(-45%, -45%);
    }

    .icon-container:hover img {
        opacity: 0.5;
    }

    .icon-container:hover i {
        display: block;
        z-index: 500;
    }

.img-container {
    position: relative;
    display: inline-block;
    margin: 5px;
}

    .img-container img {
    }

.img-container-overlay {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding-right: 8px;
}

    .img-container-overlay a {
        font-size: 24px;
        color: red;
    }

        .img-container-overlay a:hover {
            opacity: 0.7;
            transition: opacity 0.1s linear;
        }


.email-again {
    display: none;
}

.tagcloud {
}

    .tagcloud a {
        margin-left: 5px;
        margin-right: 5px;
        text-decoration: none;
        text-transform: lowercase;
    }

        .tagcloud a:hover {
            color: #00cc00;
            text-decoration: underline;
        }

        .tagcloud a.tagw_1 {
            color: #ff9900;
            font-size: 1.9em;
            font-weight: bolder;
        }

        .tagcloud a.tagw_2 {
            color: #4169e1;
            font-size: 1.5em;
            font-weight: bolder;
        }

        .tagcloud a.tagw_3 {
            color: #009eff;
            font-size: 1.4em;
            font-weight: bolder;
        }

        .tagcloud a.tagw_4 {
            color: #4188cf;
            font-size: 1.2em;
        }

        .tagcloud a.tagw_5 {
            color: #83bcd8;
            font-size: 1em;
        }

@media print {
    .google-auto-placed {
        display: none !important;
    }

    .ap_container {
        display: none !important;
    }

    .adsbygoogle {
        display: none !important;
    }

    .sumome-share-client-small {
        display: none !important;
    }

    .sumome-share-client-small {
        display: none !important;
    }
}

.fs-7 {
    font-size: 0.75rem !important;
}
.bg-pastel1 {
    background-color: #29a15b;
    color: white;
}

.bg-pastel2 {
    background-color: #db0573;
    color: white;
}

.bg-pastel3 {
    background-color: #7bbe16;
    color: white;
}

.related-products {
}

h2 {
    margin: 0px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-radius: 0.2rem;
}




body {
}



a {
    color: #0083d8;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0083d8;
        text-decoration: underline;
        background-color: transparent;
    }

.bg-dark {
    background-color: #0372b8 !important;
}

.bg-dark1 {
    background-color: #0083d8 !important;
}

.navbar i {
    font-size: 1.2rem;
}

.navbar {
    font-weight: 600;
    font-size: 1rem;
    padding: 0rem;
    text-transform: uppercase;
    background-color: #0083d8;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.nav-item {
    margin-right: 1px;
    padding: 0.2rem;
    border-left: 1px solid #fff;
}

    .nav-item:hover {
        background-color: #0372b8;
    }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: white;
}

.dropdown-menu {
    background-color: #0083d8;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    margin: 0rem;
    padding: 0rem;
}

.dropdown-item {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #0372b8;
        color: #ffffff;
    }

    .dropdown-item:hover {
        background-color: #0372b8;
    }

.home-carousel .carousel-item video {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-carousel .carousel-item img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-carousel .carousel-item {
    height: 300px;
}

@media screen and (min-width: 992px) {
    .home-carousel .carousel-item {
        height: 80vh;
    }
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.btn-outline-primary {
    color: #0083d8;
}

    .btn-outline-primary:hover {
        background-color: #0083d8 !important;
        border-color: #0083d8 !important;
        color: #fff;
    }


.btn-primary {
    color: #ffffff !important;
    background-color: #0083d8;
    border-color: #0083d8;
    font-weight: 600;
}

    .btn-primary:hover {
        background-color: #0372b8;
        border-color: #0372b8;
    }


footer {
    color: white;
    font-size: 0.9rem;
}

    footer .fa-ul {
        margin-left: 1rem;
        line-height: 1.5rem;
    }

        footer .fa-ul .fa-li {
            line-height: 1.5rem;
            font-size: 0.6rem;
            margin: 0;
        }

    footer p {
        margin-bottom: 5px;
        font-size: 1rem;
        font-weight: 600;
    }

    footer a {
        margin-left: 3px;
        color: white;
    }

        footer a:hover {
            color: white;
        }

    footer .social-icons {
        padding: 4px;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        opacity: 1;
    }

        footer .social-icons:hover {
            opacity: 0.5;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: 1.3em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }


.alert-info {
    color: #60180c;
    background-color: #f1d6d1;
    border-color: #ebc4be;
}

.headerlinks ul {
    list-style: none;
    margin: 0px;
}

.headerlinks li {
    padding: 14px;
    display: inline-block;
}

.headerlinks a {
    text-transform: none;
}

.headerlinks {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    margin-bottom: 10px;
}


.card {
    border-radius: 0px;
}

.card-body {
    padding: 0.5rem;
}

.card-footer {
    text-align: center;
    background-color: transparent;
    border-top: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0a649e;
    border-color: #0a649e;
}

.modal a {
    text-decoration: underline;
}

.bg-primary {
}

h1 {
    color: white;
    margin: 0px;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background-color: #005e9b;
    border-radius: 0.2rem;
}



.container-account {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h2 {
    margin: 0px;
    padding-bottom: 0.3rem;
    color: #0083d8;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0083d8;
    border-color: #0083d8;
}

.pagination {
    border-radius: 0rem;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #0083d8;
    border-color: #0083d8;
}

.page-link {
    border-radius: 0rem;
    color: #0083d8;
}

.page-item:last-child .page-link {
    border-radius: 0rem;
}

.page-item:first-child .page-link {
    border-radius: 0rem;
}

.bg-success {
    background-color: red !important;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.price {
    font-size: 2rem;
    font-weight: bold;
}

.paymentselection label {
    font-weight: bold;
}

.payment-icons img {
    max-width: 40px;
}

.image-box .card-text {
}

.image-box .card-footer {
    padding: 0.3rem;
}

.image-box .card-title {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}


.mailinglist p {
    margin-bottom: 0.5rem;
}

.alert-link {
    text-decoration: underline;
}

.product-description h3 {
    font-weight: 800;
}

.product-description h5 {
    font-weight: bold;
    margin: 0;
}

.date-added {
    font-size: 12px;
    font-weight: bold;
    color: #f20c62;
}

.fotorama__wrap {
    margin: 0 auto;
}

.coloring-page-print {
    display: none;
}

@media print {
    @page {
        size: auto !important
    }
    body {
        min-width: auto !important;
    }

    header {
        display: none;
    }

    footer {
        display: none;
    }
    .topbanner{
        display:none;   
    }
    .coloring-page-print {
        text-align: center;
        display: block;
    }

        .coloring-page-print img {
            max-width: 100% !important;
            max-height: 98% !important;
            height: auto;

        }
    .sumome-share-client {
        display: none !important;
    }
}

.dropdown-menu {
    min-width: 200px;
}

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-3 {
        min-width: 600px;
    }

    .dropdown-menu li a {
        padding: 5px 15px;
    }

.multi-column-dropdown {
    list-style: none;
    margin: 0rem;
    padding: 0rem;
    margin-top: 1px;
}

    .multi-column-dropdown li a {
    }

        .multi-column-dropdown li a:hover {
        }

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}