/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */

body {
    padding-top: 10px !important;
    background: url(../images/backgraund.png) repeat-x #B1DBEB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.container{
    padding-bottom: 20px;
    max-width: 950px;
}

.page-wrapper{
    border-top: 0px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #67B0F0;
    background: #fff;
    background-color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;    
}


h1 {
    color: #0054b9;
    font-size: 28px;
    font-weight: bold;
}

.jumbotron{
    padding: 2em;
    background-color: white;
    margin-bottom: 0px;
}


header .slide{
    background: url('../images/head_middle.png') repeat-x;
}

header .top-links{
    height: 28px;
    color: #008729;
    padding: 6px 30px 4px 0px;
    overflow: hidden;
    height: 28px;
}
header .top-links a{
    text-decoration: none;
    color: #008729;
}

header .bottom-links{
    color: black;
    padding: 3px 30px 0px 0px;
    overflow: hidden;
    height: 21px;
}
header .bottom-links a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

header .bottom-links img{
    padding-left: 10px;
    padding-right: 10px;
}

.fa-ul li{
    margin-bottom: 2em;
    text-align: justify;
}

.fa-ul li i{
    color:#0000ff;
    font-size: 1.5em;
}    

.fa-ul li span{
    color: #0054b9;
    font-weight: bold;
} 

.card{
    border: 1px solid #c7dc74;
    border-radius: 0.37rem;
    background-color: #f7ffd8;
    height: 100%;
}

.card-body{
    padding: 1rem;  
    line-height: 1rem;
}
.card .card-body img {
    border: 1px solid #B4C570;
    padding: 4px;
    background-color: white;
    border-radius: 0.27rem;
}

.card .button,
.head-product-info .button,
.head-informations .button,
table .button {
    color: white;
    background: linear-gradient(#fe513e, #e60d00, #fe513e);
    padding: 3px 9px;
    border-radius: 0.37rem;
    font-weight: 700;
    margin-right: 9px;
    border: 1px #bb0500 solid;    
    cursor: pointer;
}
table .button {
    margin-right: 0;
}

.card-title a, .card-text span{
    color: #617A00;
    font-size: 15px;
    font-weight: bold;
    vertical-align: top;
}

.panel-title{
    background: linear-gradient(-180deg, #63adf0, #63adf0, #63adf0, #2474e4, #2474e4, #2474e4);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid #1f54bc;
    color: white;
    text-align: left;
    font-weight: bold;
    padding:5px;
    font-size: 13px;
}  

.panel-title i{
    color: red;
    font-weight: bold;
    margin: 2px;
}

.panel-content{
    font-size: 11px;
    font-weight: bold;
    color: #0054b9;  
    padding: 15px 5px 15px 5px;
    background-color: #e0f0ff;
    border-top: 0px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #67B0F0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;    

}

.panel-content ul li a{
    font-size: 11px;
    font-weight: bold;
    color: #0054b9;  
}

.navbar {
    background-color: #ffffff;
}
.navbar .navbar-brand {
    color: #000000;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #ffffff;
}
.navbar .navbar-text {
    color: #000000;
}
.navbar .navbar-text a {
    color: #ffffff;
}
.navbar .navbar-text a:hover,
.navbar .navbar-text a:focus {
    color: #000; 
}
.navbar .navbar-nav .nav-link {
    color: #000000;
    border-radius: .25rem;
    padding: 5px;
}

.navbar-nav .nav-item{
    background: #ececec;
    margin: 1px;  
}

.navbar-nav .nav-item:hover,
.navbar-nav .nav-item:focus {
    color: black;
    border-radius: .25rem;
    font-weight: bold;
    background-color: #abf429 !important;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
    color: black;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
    color: #ffffff;
    background-color: #2677e5;
    padding: 5px;
    border-color: #2196F3 !important;

}
.navbar .navbar-toggle {
    border-color: #2677e5;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #2677e5;
}
.navbar .navbar-toggle .navbar-toggler-icon {
    color: #000000;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: #000000;
    margin-top: 5px;
}
.navbar .navbar-link {
    color: #000000;
}
.navbar .navbar-link:hover {
    color: #ffffff;
}

@media (max-width: 575px) {
    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #000000;
    }
    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
        color: #ffffff;
    }
    .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
        color: #ffffff;
        background-color: #2677e5;
    }
}

@media (max-width: 767px) {
    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #000000;
    }
    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
        color: #ffffff;
    }
    .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
        color: #ffffff;
        background-color: #2677e5;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #000000;
    }
    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
        color: #ffffff;
    }
    .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
        color: #ffffff;
        background-color: #2677e5;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
        color: #000000;
    }
    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
        color: #ffffff;
    }
    .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
        color: #ffffff;
        background-color: #2677e5;
    }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #000000;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #ffffff;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #ffffff;
    background-color: #2677e5;
}


.thickbox-content{
    border: none;
    width: 100%;
    height: 100%;
    min-width: 500px;
    min-height: 500px;
}

.head-product-info span {
    color: #617A00;
    font-weight: bold;
}

.head-informations span {
    color: #0054B9;
}
.head-informations img {
    width: 100%;
}

.head-instructions span{
	color: #0054B9
}
.table-bordered{
    border: 1px solid #b1d7f8;
    background: #b1d7f8;
    text-align: center;
}
.table-bordered thead tr{
    background-color: #b1d7f8;
    border: 1px solid #b1d7f8;
}

.table-bordered tbody tr{
    background-color: #e0f0ff;
    border: 1px solid #b1d7f8;
}

.table-bordered td, .table-bordered th{
    border: 1px solid #b1d7f8;
}

.category-listing img {
    width: 78px;
    height: 68px;
}

.modal .modal-dialog div.modal-header {
    padding: 0.3rem 0.5rem;
}