.navbar {
    margin-bottom: 50px;
    border-radius: 0;
}

/* Set the colour for the main banner */ 
.jumbotron {
    background-color: #000000;
}

.jumbotron .logo {
    color: #ffd700;
    font-size: 4vw;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    line-height: 1.1;
    text-align: center;
}

.jumbotron p {
    color: white;
    font-size: 2vw;
}

/* Add color and some padding to the footer */
footer {
    background-color: #000000;
    padding: 25px;
    margin-top: 25px;
    color: #ffd700;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.gold{
    color: #FFBF00;
}

/*********************************************
                    PRODUCTS
*********************************************/

.product{
    border: 1px solid #dddddd;
    height: 321px;
}

.product>img{
    max-width: 230px;
}

.product-rating{
    font-size: 20px;
    margin-bottom: 25px;
}

.product-title {
    font-size: 30px;
    color: #ffd700;
    background-color: #000000;
    border-color: #ffd700;
}

.product-desc{
    font-size: 17px;
}

.product-price{
    font-size: 22px;
}

.product-stock{
    color: #74DF00;
    font-size: 20px;
    margin-top: 10px;
}

.product-no-stock{
    color: #ff0000;
    font-size: 20px;
    margin-top: 10px;
}

.product-info{
        margin-top: 50px;
}

/*********************************************
                    VIEW
*********************************************/

.content-wrapper {
    max-width: 1170px;
    background: #fff;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
}

.container-fluid {
    max-width: 1170px;
    margin: 0px auto;
}

.view-wrapper {
    float: right;
    max-width: 70%;
    margin-top: 25px;
}

.container {
    max-width: 1140px;
    width: 100%;
}

/*********************************************
                ITEM 
*********************************************/

.service1-items {
    padding: 0px 0 0px 0;
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 321px;
    width: 130px;
}

.service1-item {
    height: 107px;
    width: 120px;
    display: block;
    float: left;
    position: relative;
    padding-right: 20px;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.service1-item > img {
    max-height: 110px;
    max-width: 110px;
    opacity: 0.6;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.service1-item > img:hover {
    cursor: pointer;
    opacity: 1;
}

.service-image-left {
    padding-right: 50px;
}

.service-image-right {
    padding-left: 50px;
}

.service-image-left > center > img,.service-image-right > center > img{
    max-height: 155px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.glyphicon glyphicon-arrow-right {
    padding-right: 50px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.sidePanelCategory ul {
    list-style: none;
}



html, body {
    height: 100%;
    font-size: 17px;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 180px; /* .push must be the same height as .footer */
}

.btn-group {
    margin-top: 20px;
}



.col-container {
    display: table;
    width: 100%;
}
.col {
    display: table-cell;
    padding: 16px;
}

@media only screen and (max-width: 10000px) {
    .col { 
        display: block;
        width: 100%;
    }
}

.stellarnav.dark {
    background: #000000;
}

.stellarnav.dark,.stellarnav.dark ul ul {
 background: #000000;
}

.stellarnav.dark li a {
    color: #ffd700;
    text-align: center;
    padding: 15px;
    white-space: normal;
}

#checkout .row {
    margin-bottom: 10px;
}

#checkout input {
    width: 100%;
}

#checkout input[type=checkbox] {
    width: 1.2em;
}

.btn-success.active:hover {
    color: #ffd700;
    background-color: #000000;
}

.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: absolute;
    margin-left: 0;
    width: 1.2em; 
    height: 1.2em;
}

.modal-processing {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center-processing {
    z-index: 1000;
    margin: 300px auto;
    width: 50%;
    text-align: center;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-processing {
    display: block;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #000000;
    border-color: #ffd700;
}

.panel-info > .panel-heading {
    color: #ffd700;
    background-color: #000000;
    border-color: #ffd700;
}

.panel-info {
    border-color: #ffd700;
}

.panel-success > .panel-heading {
    color: #ffd700;
    background-color: #000000;
    border-color: #d6e9c6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-page {
    text-align: center;
}

.fixed-panel-body {
    min-height: 180px;
    max-height: 180px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.fixed-panel-body-links {
    min-height: 100px;
    max-height: 100px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.fixed-panel-footer-description {
  min-height: 160px;
  max-height: 160px;
  overflow-y: auto;
}

.front-page-panel-body {
    min-height: 250px;
    max-height: 250px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.bg-info {
    background-color: #000000;
}

h1 {
    color: #ffd700;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid;
  box-shadow: 0 1px 3px 0 #000000;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#carousel-holder {
    display:table-cell; 
    vertical-align:middle; 
    text-align:center; 
    height:300px; 
    width:420px; 
}

#footerCustomerInfo {
    width: 100%;
    text-align: center;
}

#footerCustomerInfo ul {
    display: table;
    width: 100%;
    margin: 20px auto auto auto;
    line-height: 1.4;
    padding-left: 0;
}

#footerCustomerInfo li {
    display: table-cell;
    text-align: center;
}

#footerCustomerInfo a {
    display: block;
    color: #ffd700;
}

.showProductsImage img {
    margin: auto;
    display: block;
}

#frontPageImg img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.scrollable-menu {
    height: auto;
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;        
}    
.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: lightgray;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);        
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #387a99;
}

#viewMoreShowProducts {
    color: #ffd700; 
    background-color: #000000; 
    text-align: center;
}

#viewMoreShowProducts a {
    color: #ffd700; 
    background-color: #000000; 
    text-align: center;
}

.stellarnav.mobile.active > ul, .stellarnav.mobile > ul > li {
    display: inline-block !important;
}

#cookiePanel {
    display: table;
    padding: 5px;
    width: 100%;
    height: 5em;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;
}

#cookiePanelText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bg-Flag_of_the_United_Kingdom {
    width: 22px; height: 11px;
    background: url('/img/css_sprites.png') -104px -114px;
}

#bg-Flag_of_the_United_Kingdom {
    width: 22px; height: 11px;
    background: url('/img/css_sprites.png') -104px -114px;
}

.bg-Flag_of_Ireland {
    width: 22px; height: 11px;
    background: url('/img/css_sprites.png') -166px -10px;
}

.bg-euro_flag {
    width: 22px; height: 15px;
    background: url('/img/css_sprites.png') -62px -114px;
}

#bg-euro_flag {
    width: 22px; height: 15px;
    background: url('/img/css_sprites.png') -62px -114px;
}

.bg-twitter {
    width: 32px; height: 32px;
    background: url('/img/css_sprites.png') -10px -10px;
}

.bg-rss {
    width: 32px; height: 32px;
    background: url('/img/css_sprites.png') -62px -10px;
}

.bg-linkedin {
    width: 32px; height: 32px;
    background: url('/img/css_sprites.png') -10px -62px;
}

.bg-gplus {
    width: 32px; height: 32px;
    background: url('/img/css_sprites.png') -62px -62px;
}

.bg-facebook {
    width: 32px; height: 32px;
    background: url('/img/css_sprites.png') -114px -10px;
}

.bg-email {
    width: 32px; height: 32px;
    background: url('/img/css_sprites.png') -114px -62px;
}

.bg-blogger {
    width: 32px; height: 32px;
    background: url('/img/css_sprites.png') -10px -114px;
}

.newsText {
    color: #000000;
    font-size: 16px;
    font-family: verdana, geneva, sans-serif;
}

.newsTitle {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

.newsPubDate {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.pounds del {
    text-decoration: line-through;
    font-size: 0.9em; 
    color:#808080;
}

.euro del {
    text-decoration: line-through;
    font-size: 0.9em; 
    color:#808080;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog-title {
    color: #ffd700;
}

.ui-dialog-buttonset {
    background: #000000;
}
