html {
    scroll-behavior: auto !important;
}

body {
    color: #1f2e36;
    font-size: 16px;
    line-height: 1.75em;
    font-family: 'Noto Sans';
}

video {
    border-radius: 4px;
}

h1, h2, h3, h4 {
    font-weight: bold;
    margin-top: 2em;
}

#product-info h1, 
#product-info h2, 
#product-info h3, 
#product-info h4,
#product-info h5,
#product-category h1, 
#product-category h2, 
#product-category h3, 
#product-category h4,
#product-category h5 {
    font-weight: bold;
    margin-top: 0em;  
} 

a {
    color: #314f97;
    text-decoration: none;
}

.list-group-item.active {
    color: #fff;
    background-color: #314f97;
    border-color: #314f97;
}

.form-check-input:checked {
    background-color: #314f97;
}

button.btn-me_search, 
button.btn-me_search:hover, 
button.btn-me_search:focus {
    background: #314f97 !important;
    background-color: #314f97 !important;
    border-color: #314f97 !important;
}

.btn {
    border-color: transparent;
    transition: all .3s;
    text-transform: uppercase;
    transform: scale(1);
}

.btn.active,
.btn:focus,
.btn:active,
.btn:hover {
    background: #314f97;
    border-color: transparent;
    color: #fff;
    transition: all .3s;
    transform: scale(1.05);
}

.btn-primary {
    color: #ffffff;
    text-shadow: none !important;
    background-image: none !important;
    background-repeat: none !important;
    background-color: #314f97;
    border-color: #314f97;
}

.btn-secondary {
    display: inline-block;
    background: #dc0000;
    color: #fff;
    border: solid #dc0000 1px;
    text-decoration: none;
    transition: all .3s;
    text-transform: uppercase;
}

.btn-secondary:hover {
    background: #dc0000;
    border: solid #dc0000 1px;
    color: #fff;
    transition: all .3s;
}

.btn-secondary-outline {
    display: inline-block;
    background: #dc0000;
    color: #fff;
    border: solid #dc0000 1px;
    text-decoration: none;
    transition: all .3s;
    text-transform: uppercase;
}

.btn-secondary-outline:hover {
    background: #fff;
    border: solid #dc0000 1px;
    color: #dc0000;
    transition: all .3s;
}

.btn-service {
    background: #314f97;
    color: #fff; 
    width: 100%;
    padding: 2em;
    border-radius: 4px;
}

.btn-service:hover {
    background: #fff;
    border: solid #314f97 3px;
    color: #314f97; 
    width: 100%;
    padding: 2em;
    border-radius: 4px;
}

.btn-light {
    background: #e6e6e6;
    color: #1f2e36;
    text-shadow: none;
    background-image: none;
    background-repeat: none;
    border-color: transparent;
}

.btn-light:hover {
    background: #e6e6e6;
    color: #1f2e36;
    text-shadow: none;
    background-image: none;
    background-repeat: none;
    border-color: transparent;
}

.btn-danger {
    background: #dc0000;
    color: #ffffff;
    text-shadow: none;
    background-image: none;
    background-repeat: none;
    border-color: transparent;
}

.btn-danger:hover {
    background: #dc0000;
    color: #ffffff;
    text-shadow: none;
    background-image: none;
    background-repeat: none;
    border-color: transparent;
}

#showcase h1, #showcase h2, #showcase h3, #showcase h4 {
    font-weight: bold;
    margin-top: 0em;
}

#showcase h2 {
    font-family: 'DM Serif Display';
    font-size: 55px;
}

#menu {
    background: #314f97 !important;
    background-color: #314f97 !important;
    background-image: none;
    background-repeat: repeat-x;
    border: none;
    border-color: none;
    min-height: 40px;
    border-radius: 4px;
}

#menu.navbar {
    padding: 1em;
}

#menu .navbar-nav > li > a {
    text-shadow: none !important;
}

#menu .dropdown-inner ul li a:hover {
    color: #ffffff;
    background: #314f97;
    background-image: none;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background: #314f97;
    background-image: none;
}

#menu .see-all {
    margin: 0;
    border-top: 0px solid #DDD;
    border-bottom: 1px solid #DDD;
}

#menu .dropdown-menu {
    min-width: 400px;
    padding: 1em;
}

#menu .dropdown-inner,
#menu .dropdown-menu ul,    
#menu .dropdown-menu li,
#menu .dropdown-menu a {
    width: 100% !important;
    font-size: 16px;
    line-height: 1.75em;
}

#menu .dropdown-menu a {
    padding: .25em;
}

.navbar-light .navbar-toggler {
    font-size: 16px;
    font-stretch: expanded;
    color: #fff;
    padding: 6px 12px;
    background: #314f97 !important;
    background-color: #314f97 !important;
    background-image: none !important;
    border: #fff solid 2px;
}

#showcase {

    padding: 3em;
    background: #314f97;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 1.5em;

}

#showcase h2 {
    color: #fff;

}

footer {

    padding: 3em 1em 3em 1em;
    background: #4B6982;

}

footer h3 {

    color: #fff;
    text-transform: uppercase;
    font-weight: 700;

}

footer ul {
    line-height: 2em !important;
}

footer a,
footer p {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

footer .btn {
    background: #1f2e36;
    border-color: #1f2e36;
}

p.intro {
    font-size: .75em;
    padding: 0;
    margin: 0;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    background: rgb(255, 255, 255);
    color: #1f2e36;
    padding: .7em 1em .7em 1em;
    border-radius: 50%;
    opacity: .5;
    transition: .2s all;
}

.back-to-top:hover {
    opacity: 1;
    transition: .2s all;
}

input[type=text] ,
input[type=email],
input[type=password] {
    font-size: 16px;
}

#me_search_input {
    text-align: center;
}

.clearable__clear {
    top: 5px !important;
}

.hidden {
    display: none;
}

.product-thumb h4,
.product-thumb .price {
    text-align: center !important;
}

.product-thumb h4 {
    min-height: 40px;
}

.page-link {
    color: #314f97;
}

.page-link.active, .active > .page-link {
    background: #314f97;
    color: #fff;
    border-color: #314f97;
}

input[name=quantity] {
    text-align: center;
}

#product-info .magnific-popup a {
    display: block;
}

#product-info .magnific-popup > a > img {
    width: 100%;
    height: auto;
}

.highlight-red {
    -webkit-box-shadow: 0px 0px 15px 5px #ff0000; 
    box-shadow: 0px 0px 15px 5px #ff0000;
}

.advice-star {
    font-weight: 700;
    color: #ff0000;
<<<<<<< HEAD
}

.glowing-border {
    border: 2px solid #ff0000;
    border-radius: 7px;
}

#paypal_card {
	display: none;
}
