body {
	font-family: 'Source Sans Pro', sans-serif;
   
    background-color: #F4F4F4;
    color: #070707;
    font-size: .95rem
}

h4, h5 {
	color: #9E2C00;
}

header {
	background: #000;
	color: #fdfdfd;
}

.navbar-dark {
	background: rgba(0,0,0,1);
	color: #DCDCDC;
}

.top_bar li > a {
	color: #C9C9C9;
}

.top_bar li > a:hover {
	color: #FF7F3B;
}

.navbar-custom a {
	/* color: #DCDCDC; */
}

.nav-container {
    width: 80%;
    margin: auto;
    
}

.navbar-nav {
    
}
a.nav-link i.fas.fa-angle-down {
    margin-left: 3px;
}

.navbar a {
    color: #f0f0f0;
}

.navbar-toggler span {
    color: white;
}

a.dropdown-item {
    color: #000;
}

/* 
.visible-top {
	position: fixed;
	z-index: 1000;
}
 */

.top_right_menu ul li {
	/* padding: 1rem .25rem !important; */
}

.top_right_menu .cart_total_items {
	position: absolute;
	top: .9rem;
	
}

.tile_cart {
	position: relative;
}

.tile_cart span.count {
	background: #00A101;
	display: inline-block;
	color: #fff;
	width: 17px;
	border-radius: 20px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	margin-left: 0px;
	font-size: .6rem;
}

.top_right_menu {
	margin-right: 0rem;
	font-size: 1rem;
}

.top_right_menu .language_select {
	/* 
border-left: 1px solid #444;
	border-right: 1px solid #444;
 */
}

.top_right_menu .currency_select {
	/* border-right: 1px solid #444; */
}

.nav-top {
	display: flex;
}

.nav-top ul {
    display: inline-flex;
    list-style: none;
    border-bottom: 1px solid #666;
    padding: 0;
    margin-left: auto; 
	margin-right: 0;
}

.nav-top ul a.nav-link {
	color: #fff;
}

#langDropdown {
    /* padding-left: 1rem; */
}

.your-tickets {
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	padding: 1rem 2rem;
}

.top_right_menu .navbar-nav .nav-link {
	/* padding-right: 1rem; */
}

section.intro {
	height: calc(100vh - 80px);
	background: transparent url(../images/bg_intro.jpg) left top no-repeat;
}

section.catalog {
	background: #F4F4F4;
	color: #222;
}

.link {
	text-decoration: underline;
}

.slider-item {
	position: relative;
}

.tns-outer {
	position: relative;
}

.tns-item .text {
    position: absolute;
    color: #fff;
    bottom: 15%;
    left: 10%;
    z-index:3;
   
}

.tns-item .text h1 {
	font-weight: 900;
	font-size: 4rem;
}

.tns-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
    z-index: 3;
    text-align: center;
}

.tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.img-responsive {
    height: auto!important;
    display: block;
    width:100%;
}

.text-sm {
	font-size: .7rem;
}

/* 
.pickgradient:before {
    content: '';
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 5%,rgba(0,0,0,0.7) 70%);
    z-index: 1;
}
 */



/* 
.page_container {
	padding: 1.5rem;
	width: 80%;
}
 */

.page_container {

    background: none;
    width: 80%;
    margin: auto;
    top: 2rem;
}

.padding_tb_sm {
	padding: 1rem 0;
}

.shop_product_list {
	padding: 1rem 0rem;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 1fr;
	grid-gap: 0px;
}

.shop_product {
	background-color: #fff;
  	display: flex;
  	position: relative;
  	margin: 0.5rem;
}

.ticketClosedInfo {
	background: #A4CEAB;
	padding: 2rem 4rem;
	margin-bottom: 3rem;
}

.shop_product:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	padding-bottom: calc(23/20 * 100%);
}

.shop_product .img {
	position: absolute;
    top: 0; 
    left: 0;
    margin: .5rem;
}
 
.shop_product .img img:last-child {
    position: absolute;
    top: 0; 
    left: 0;
    display: none;
}

.shop_product .img img.visible {
    position: relative;
    top: 0; 
    left: 0;
    display: inline;
}

.shop_product .img img {
	width: 100%;
}

.shop_product .product_info {
	position: absolute;
	bottom: 0;
	height: 20%;
	width: 100%;
	background: #FFF;
	overflow: hidden;
	padding: .5rem 1rem;
}

.shop_product .product_info p {
	padding:0;
	margin:0;
	line-height: 1.1rem;
}

.shop_product .sizes_colors {
    position: aboslute;
    right: 0;
    margin-top: .25rem;
}

.shop_product .sizes_colors .sizes {
	position: absolute;
	right:1rem;
	bottom:1rem;
	font-size: .8rem;
}

.shop_product .sizes_colors p:last-child {
   /*  display: none; */
}

.shop_product .sizes_colors .dot {
	height: 2vh;
	width: 2vh;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
}

.product_colors {
	float:left;
	width: 100%;
	margin-bottom: 2rem;
}

.product_colors a.product_color_variant {
	float: left;
	width: 80px;
	padding: 2px;
	border: 2px solid #FFF;
	margin: 1px;
}

.product_colors a.product_color_variant:hover {
	border: 2px solid #C0BDBD;
}

.product_colors a.product_color_variant.active {
	border: 2px solid orange;
}

.product_colors a.product_color_variant img {
	width: 100%;
}

div.product_detail {
	background: #F4F4F4;
	display: flex;
	width: 80%;
	margin: auto;
}

.product_detail_info {
	padding: 3rem 4rem;
	/* border: 1px solid orange; */
	background: #fff;
	width: 60%;
	float: left;
	
}

.shop_product_image_list {	
	width: 40%;
	float: left;
}

.product_detail_info h1, .product_detail_info h2 {
	font-weight: 600;
}

.product_sizes {
	float: left;
	width: 100%;
	margin-bottom: 3rem;
}

.product_sizes p.size, .product_colors p.color {
	font-size: 1.2rem;
	font-weight: 600;
}

.product_sizes a.out_of_stock {
	color: #ddd;
	text-decoration: line-through;
	-webkit-text-decoration-color: red; /* Safari */  
  	text-decoration-color: red;
}

.dropdown.choose_size button, .dropdown.choose_size .dropdown-menu, .add_to_cart {
	border-radius: 0;
	font-size: .9rem;
	font-weight: 900;
	padding: 1rem 2rem;
}

.dropdown.choose_size button, .add_to_cart {
	font-size: 1rem;
	font-weight: 900;
	padding: 1rem 2rem;
}

.dropdown.choose_size .dropdown-menu a {
	padding: .7rem 1rem;
}

.stick {
    position:fixed;
    float: left;
    top:160px;
}

.product_detail_info p.price {
	font-size: 2rem;
	font-weight: 900;
}

.shop_product_image_list .product_image {
	width: 100%;
	overflow: hidden;
}

.shop_product_image_list .product_image img {
	width: 100%;	
}

.cart_overview {
	background: #F4F4F4;
	width: 80%;
	margin: auto;
	padding-bottom: 3rem;
}

.cart_user_tab {
	background: #FFF;
	padding: 1rem 2rem;
}

.cart_user_form {
	padding: 1rem;
}

.cart_user_form #user_password_div {
	display: none;
}

.cart_user_form .confirm_registration {
	border: 1px solid #ddd;
	padding: 1rem;
}

.cart_item {
	border: 1px solid #ddd;
	margin: .5rem 0;
	padding: 1rem 1.5rem;
	position: relative;
	color: #595959;
}

.cart_item p {
	margin: 0;
}

.cart_item p.title {
	font-weight: 900;
}

.cart_item p.title a {
	text-decoration: underline;
}

.cart_item .variant_color {
	margin-right: 1rem;
}

.cart_item > .remove {
	position: absolute;
	right: 1rem;
	top: .7rem;
}

.cart_item > .price {
	position: absolute;
	right: 1rem;
	bottom: .7rem;
	font-weight: 900;
	font-size: 1.2rem;
}

.cart_item .change_quantity {
	border: 1px solid #ddd;
	font-size: .7rem;
	padding: .1rem .4rem;
	margin-left: .5rem;
}

.cart_item .change_quantity:hover {
	border: 1px solid #0066B3;
	text-decoration: none;
}

.cart_total {
	padding: .5rem 1rem;
	background: #000;
	color: #fff;
	text-align: right;
	font-size: 1.3rem;
}

.cart_user_address {
	position: relative;
}

.cart_edit_address {
	position: absolute;
	right: 0;
	top: 0;
}

.cart_continue_btn {
	margin-top: 1rem;
	display: block;
}

.cart-quantity {
    width: 70px;
    margin-right: 1rem;
    padding: 1rem;
    border: 1px solid #dfdfdf;
    text-align: right;
    vertical-align: middle;
}

a.zasilkovna_detail_link {
	margin-top: 5px;
	text-decoration: underline;
	display: block;
}

.select2-container {
	color: #595959;
	display: inline !important;
}

.payment_item {
	margin: .25rem 0;
	position: relative;
	color: #595959;
	font-size: 1.2rem;
}

.payment_item input {
	margin-right: .5rem;
}

.payment_item .price, .payment_item .fee {
	font-size: .8rem;
	color: #747474
}

.table {
	color: #676a6d;
}

.table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.table thead th {
	border-bottom: 1px solid #dee2e6;
	font-weight: normal;
	font-size: .8rem;
	color: #888;
}

.table-hover tbody tr:hover {
	background-color: rgba(0,0,0,.025);
}

.table p.deviceId {
	font-size: .8rem;
	padding:0;
	margin:0;
}

.table a.delete {
	margin-right: 5px;
}

.logo_top img {
    width: 200px;
    padding: 0 10px;
}


.btn, .dropdown-menu, .modal-content {
	border-radius: 0.15rem;
}

.btn:focus, .btn:active {
   outline: none !important;
   box-shadow: none;
}

:focus {
	outline:0 !important;
}

.dropdown-menu {
	min-width: 0;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

#page-content-wrapper {
	color: #676a6d;
	padding: 1.5rem;
	width: 100%;
}

a {
	color: #444;
}

.orange_color {
	color: #FF9800;
}

.breadcrumb {

    margin-top: 3rem;
	background: none;
	font-size: .8rem;
}

.panel {
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid transparent;
}

.panel_content {
	padding: 1rem;
	margin-right: auto;
	margin-left: auto;
}

.panel_title {
	display: inline-block;
	width: 100%;
}

.panel_title > .panel_action {
	float: right;
}

.panel_action > div.dropdown {
	margin: .5rem 1rem 0 0;
}

.panel h4.panel_title, .panel table a.link {
	color: #3287B2;
}

.panel h4.panel_title {
	padding: .5rem;
}

.panel h5.panel_title {
	padding: 1rem;
}

.panel h5.panel_title i {
	font-size: 1rem;
	padding-right: .3rem;
}

.bg_grey {
	background-color: #F8F8F8;
}

.alert_fx {
    border: 0;
    border-radius: 0;
    padding: 20px 15px !important;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    width: 100%;
}

.alert_fx.alert-success {
    background-color: #55b559;
    color: #fff;
}


/* alerts */

.alert {
    border: 0;
    border-radius: 0;
    padding: 20px 15px !important;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    width: 100%;
}

.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 1.071rem;
}

.alert b {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.alert .close {
    color: #fff;
    text-shadow: none;
    opacity: .9;
    z-index: 1000;
}
.alert .close i {
    font-size: 20px;
}
.alert .close:hover{
    opacity: 1;
    color: #fff;
}
.alert.alert-info {
    background-color: #00cae3;
    color: #fff;
}

.alert.alert-success {
    background-color: #55b559;
    color: #fff;
}

.alert.alert-warning {
    background-color: #ff9e0f;
    color: #fff;
}

.alert.alert-danger {
    background-color: #f55145;
    color: #fff;
}

.alert.alert-primary {
    background-color: #a72abd;
    color: #fff;
}

form label {
	margin-bottom: .1rem;
	font-size: .8rem;
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}
 
/* =====================
= login 
===================== */

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#ajaxMsg {
	position: fixed;
	top: 0;
	z-index: 1040;
}

.bank_transfer_detail {
	border: 1px solid #DDD;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}

.badge.order_status {
	padding: .5rem 1rem;
}


.footer {
	background-color: #15151e;
    color: #fff;
    padding: 2rem 0;
}

.footer a {
    color: #fff;
}

.footer2 {
	background-color: #000;
    color: #666;
    text-align: center;
    padding: 2rem 0;
}

.footer_social_links a {
	margin-right: 1rem;
	text-decoration: none;
}

.footer_social_links a span {
	font-size: 1rem
}

.footer_social_links a.youtube:hover {
	color: red
}

.footer_social_links a.bandcamp:hover {
	color: #0088A8;
}

.product_category a, #categoryDropdown {
	color: #FF8C00 !important;
}

.product_category a:hover, #categoryDropdown:hover {
	color: #FFBF70 !important;
}

.search {
	margin: auto;
  	width: 50%;
}

.search a.remove_filter {
	color: red;
}

.modal-backdrop {
	z-index: 100 !important;
}

.graph {
    width: 100px;
    height: 24px;
    border: 2px solid #d0d0d0;
    background: #ddd;
    position: relative;

}
#bar {
	height: 20px; /* Not 30px because the 1px top-border brings it up to 30px to match #graph */
}

#bar p { position: absolute; text-align: center; width: 100%; margin: 0; line-height: 19px; }

#bar.green {
	background: #50c41d;
}
#bar.orange {
	background: #fdd726;
}
#bar.red {
	background: #fd2626;
}

.product_availability span {
	font-weight: 800;
}


