body { background: #ffffff; }

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

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

.navbar {
	border-color: skyblue;
}

.nav-item {
	font-size: 19px;
}

.navbar-brand {
	font-size: 24px;
}

.dropdown-menu {
	font-size: 19px;
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}

/*start footer*/
footer{
     background-color: #33383c;
     padding-top:70px;
     padding-bottom:20px;
}	       

footer ul li{
    padding:5px 0px;
}

.adress span , .contact span , .social span{
   color: yellow; 
   font-weight: 800; 
   padding-bottom: 10px; 
   margin-bottom: 20px;
   display: block;
   text-transform: uppercase;
   font-size: 20px;
   letter-spacing: 3px;
}
 
.adress li p , .contact li a , .social li a{
    color:#FFF;
    letter-spacing: 2px;
    text-decoration:none;
    font-size:20px;
}

.social li{
    float:left;
}

.adress , .contact , .social {
    list-style: none;
}

.center_image_textpage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.text_size_textpage {
  font-size:20px;
}

/*cart badge with number of articles in cart*/
#lblCartCount {
    font-size: 12px;
    background: #FF0000;
    color: #fff;
    padding: 1 5px;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 7px;
}

.art_page_position_text {
    font-size:  35px;
    font-weight:  bold;
}

.popover-body {
    background-color: orange;
    color:  #FF0000;
    font-weight:  bold;
    font-size: 18px;
}

.carousel-indicators {
  position: static;
}

.carousel-indicators>li {
    width: 100px;
    height: auto;
}

.min_height_300 {
    min-height: 300px;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.tooltip {
   font-size: 20px;
}

#back_to_top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #EB8941; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

input.redborder + label {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #ff0000;
  border-radius: 2px;
  cursor: pointer;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {            
    margin: 20% auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position:fixed;
    z-index: 9999999999999;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    opacity: 0.7;
}

.text_font_family {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
