﻿ .navbar-timer 
    {
        z-index: 1000;
        min-height:30px;
  border-width: 0 0 1px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: #f7dd03;
    border: 2px solid #000;
   text-align: center;
   border-radius: 8px;
   vertical-align: middle;
   line-height:30px;
   font-weight: 700;
}


.center 
{
	text-align:center;
}
.removeButton 
{
	  border-radius: 10px;
	  outline: 0;
	  margin-top: 0px;
	  font-size: 13px;
	  min-height: 22px;
	  min-width:90px;
	  font-weight: 500;
	  background-color: #FF5722;
	  border: 1px solid #FF5722;
	  color: #fff;
}

.buyNowBtn 
{
	border-radius: 3px;
	outline: 0;
	margin-top:10px;
	margin-bottom: 20px;
	font-size: 13px;
	min-height: 22px;
	padding: 10px 15 px;
		font-weight: 500;
	background-color: #14cda8;
	border: 1px solid #14cda8;
	color: #fff;
	width:100%;
}
.pricegray 
{
	font-size:15px;
	font-family: Sans-Serif;
	font-weight: 400;
	color: dimgray;
}
.VATInfo
{
	font-size:10px;
	font-family: Sans-Serif;
	font-weight: 200;
	color: dimgray;
}
.pricegreen 
{
	font-size:15px;
	font-family: Sans-Serif;
	font-weight: 400;
	color: #20bd99;
}

.ticketsButton 
{
	  border-radius: 6px;
	  outline: 0;
	  margin-top: 20px;
	  font-size: 15px;
	  min-height: 28px;
	  min-width:120px;
	  font-weight: 900;
	  background-color: #000;
	  border: 1px solid #000;
	  color: #f1d600;
	  color: #f7dd03;
}
.ticketsButton:hover
{
	  border-radius: 6px;
	  outline: 0;
	  margin-top: 20px;
	  font-size: 15px;
	  min-height: 28px;
	  min-width:120px;
	  font-weight: 900;
	  background-color: #000;
	  border: 1px solid #000;
	  color: #fff;
}
.couponButton {
border-radius: 6px;
	   	  font-size: 15px;
	  
	  font-weight: 900;
	  background-color: #f7dd03;
	  border: 1px solid #000;
	  color: #000;
	     width: auto;
	  margin: auto;
	  padding: 5px;
}
.couponButton:hover 
{ border-radius: 6px;
	  outline: 0;
	 
	  font-size: 15px;
	  min-height: 28px;
	  min-width:120px 50%;
	  font-weight: 900;
	  background-color: #000;
	  border: 1px solid #000;
	  color: #f7dd03;
	   width: auto;
	  margin: auto;
	  padding: 5px;
	  
	  }
	
.cartButton 
{
	  border-radius: 6px;
	  outline: 0;
	 
	  font-size: 15px;
	  min-height: 28px;
	  min-width:120px 50%;
	  font-weight: 900;
	  background-color: #000;
	  border: 1px solid #000;
	  color: #f7dd03;
	
	   width: 80%;
	  margin: auto;
	  padding: 5px;
	  
	  
	  }
.cartButton:hover
{
	  border-radius: 6px;
	  
	  
	  font-size: 15px;
	  
	  
	  font-weight: 900;
	  background-color: #f7dd03;
	  border: 1px solid #000;
	  color: #000;
	     width: 80%;
	  margin: auto;
	  padding: 5px;
}

.kassaButton 
{
	  border-radius: 6px;
	  outline: 0;
	 
	  font-size: 15px;
	  min-height: 28px;
	  min-width:120px 50%;
	  font-weight: 900;
	  background-color: #000;
	  border: 1px solid #000;
	  color: #f7dd03;
	
	   width: 60%;
	  margin: 10px;
	  padding: 5px;
	  
	  
	  }
.kassaButton:hover
{
	  border-radius: 6px;
	  
	  
	  font-size: 15px;
	  
	  
	  font-weight: 900;
	  background-color: #f7dd03;
	  border: 1px solid #000;
	  color: #000;
	     width: 60%;
	  margin: 10px;
	  padding: 5px;
}

.navbar-btn {
 
   color: #f7dd03;
   
  background-color: #000;
    
  border-color: #fff;
  border: 0px solid #000;
}
._navbar-btn:hover {
  color: #000;
  background-color: #f7dd03;
   
  border-color: #fff;
  border: 0px solid #000;
}


    
    
    
    body {
background: url(http://subtlepatterns.com/patterns/project_papper.png);
background: url(http://subtlepatterns.com/patterns/project_papper.png);

background: url('../Images/background_fwm.png');
background-size: cover;
background: white;
}
.cartButton_new {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	cursor: pointer;
}
.title {
	padding: 00px;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.price {
	padding: 10px;
	float: left;
	color: rgba(0,0,0,0.4);
	font-weight: 800;
	font-size: 12px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	text-transform: uppercase;	
	border-left: 1px solid rgba(0,0,0,0.2);
}
.plan-danger{
    border:1px solid black;
  background: #f7dd03; 
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px 15px 0px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  
}
.section3{
    padding:0px 5px 0px 5px;
    background-color:#fff;
    
}
.section3 p{
    padding:8px;
    margin:0px;
    border-bottom:1px solid #DDDDDD;
    color: #f7dd03;
}
@media screen and (min-width: 1024px) {
.weblogo {
 -moz-transform: rotate(-10deg); /* Firefox 3.6 Firefox 4 */
 -webkit-transform: rotate(-10deg); /* Safari */
 -o-transform: rotate(-10deg); /* Opera */
 -ms-transform: rotate(-10deg); /* IE9 */
 transform: rotate(-10deg); /* W3C */
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 width: 250px;
 height: 100px;
 }
} 
 @media screen and (max-width: 1024px) 
 {
 	.weblogo {
 width: 200px;
 height: 80px;
 }
}

.center-page
{
	width: 300px;
	height: 300px;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	
}

.space-vert
{
	margin-top: 20px;
}
.required
{
font-weight: 800;
color: Red;
}

.orderdetailsbutton 
{
	  border-radius: 6px;
	  outline: 0;
	 
	  font-size: 12px;
	  min-height: 28px;
	  min-width:120px 50%;
	  font-weight: 700;
	  background-color: #000;
	  border: 1px solid #000;
	  color: #f7dd03;
	
	   width: 90%;
	  margin: 10px;
	  padding: 5px;
	  
	  
	  }
.orderdetailsbutton:hover
{
	  border-radius: 6px;
	  
	  
	  font-size: 12px;
	  
	  
	  font-weight: 700;
	  background-color: #f7dd03;
	  border: 1px solid #000;
	  color: #000;
	     width: 90%;
	  margin: 10px;
	  padding: 5px;
}


#shiva
{
  width: 100px;
	height: 100px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  float:left;
  margin:5px;
}
.count
{
  line-height: 100px;
  color:black;
  margin-left:30px;
  font-size:25px;
}
#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}



    .btn-outline-ticket-small {
 border: 2px solid #4285f4  !important;

  border-color: #f7dd03 !important;

  background-color: white !important;
  

  color: black !important;
  font-weight: 500; }
  .btn-outline-ticket-small:hover, .btn-outline-ticket-small:focus, .btn-outline-ticket-small:active, .btn-outline-ticket-small:active:focus, .btn-outline-ticket-small.active {
     border: 2px solid #4285f4  !important;
     border-color: #000000 !important;
    background-color: #f7dd03 !important;
    color: #000000 !important;
    font-weight: 500; 
     border: 2px solid #4285f4  !important;

  border-color: #f7dd03 !important;

  background-color: white !important;

  color: black !important;
  font-weight: 500;}
  .btn-outline-ticket-small:not([disabled]):not(.disabled):active, .btn-outline-ticket-small:not([disabled]):not(.disabled).active,
  .show > .btn-outline-ticket-small.dropdown-toggle {
    background-color: transparent !important;
    border-color: #33b5e5 !important; }
    
 .navbar-timer 
    {
        z-index: 1000;
        min-height:30px;
  border-width: 0 0 1px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    background-color: #f7dd03;
    border: 2px solid #000;
   text-align: center;
   border-radius: 8px;
   vertical-align: middle;
   line-height:30px;
   font-weight: 700;
}














